diff --git a/.buildkite/scripts/run_models.sh b/.buildkite/scripts/run_models.sh index 9408f33..72ba9fc 100644 --- a/.buildkite/scripts/run_models.sh +++ b/.buildkite/scripts/run_models.sh @@ -17,5 +17,6 @@ echo `pwd` cd integration_tests dbt deps dbt seed --target "$db" --full-refresh +dbt compile --target "$db" dbt run --target "$db" --full-refresh dbt test --target "$db" diff --git a/CHANGELOG.md b/CHANGELOG.md index 256897e..4bd54c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,27 @@ +# dbt_pendo_source v0.5.0 +PR [#21](https://github.com/fivetran/dbt_pendo_source/pull/21) includes the following updates: +## 🚨 Breaking Changes 🚨: +- Updated the following models to include the new `_fivetran_id` field, which was recently added per the Fivetran Pendo Connector's [March 2023 release notes](https://fivetran.com/docs/applications/pendo/changelog#march2023): + - `stg_pendo__guide_event` + - `stg_pendo__poll_event` + - `stg_pendo__event` +- `_fivetran_id` has also been added to the hashing formula used in the following fields: + - `event_key` in `stg_pendo__guide_event` + - `guide_event_key` in `stg_pendo__poll_event` + - `poll_event_key` in `stg_pendo__event` +- These breaking changes persist to the transform package. (See the [Transform CHANGELOG](https://github.com/fivetran/dbt_pendo_source/blob/main/CHANGELOG.md) for more details.) + +## Features +- Updated documentation for new `_fivetran_id` field. + # dbt_pendo_source v0.4.0 ## 🚨 Breaking Changes 🚨: ## 🔧 Bug Fixes -- Updated models `stg_pendo__feature_event` and `stg_pendo__page_event` to include `_fivetran_id`, which was recently added per the Fivetran Pendo Connector's [release notes](https://fivetran.com/docs/applications/pendo/changelog#december2022). ([#19](https://github.com/fivetran/dbt_pendo_source/pull/19)) +- Updated models `stg_pendo__feature_event` and `stg_pendo__page_event` to include `_fivetran_id`, which was recently added per the Fivetran Pendo Connector's [December 2022 release notes](https://fivetran.com/docs/applications/pendo/changelog#december2022). ([#19](https://github.com/fivetran/dbt_pendo_source/pull/19)) +- `_fivetran_id` has also been added to the hashing formula used in the following fields: + - `feature_event_key` in `stg_pendo__feature_event` + - `page_event_key` in `stg_page__event` ## ✨ Features - Update documentation for `_fivetran_id`. ([#19](https://github.com/fivetran/dbt_pendo_source/pull/19)) diff --git a/README.md b/README.md index ca210d4..4553158 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Include the following pendo_source package version in your `packages.yml` file. ```yaml packages: - package: fivetran/pendo_source - version: [">=0.4.0", "<0.5.0"] + version: [">=0.5.0", "<0.6.0"] ``` ## Step 3: Define database and schema variables diff --git a/dbt_project.yml b/dbt_project.yml index baefd7f..8543686 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -1,6 +1,6 @@ config-version: 2 name: 'pendo_source' -version: '0.4.0' +version: '0.5.0' require-dbt-version: [">=1.3.0", "<2.0.0"] models: pendo_source: diff --git a/docs/catalog.json b/docs/catalog.json index 1f9a6c3..0b9122e 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.4.4", "generated_at": "2023-03-08T19:10:35.706536Z", "invocation_id": "409886b7-78f5-428d-8150-cc5689e2fb1a", "env": {}}, "nodes": {"seed.pendo_source_integration_tests.visitor_account_history": {"metadata": {"type": "table", "schema": "pendo_source_integration_tests_2000", "name": "visitor_account_history", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"account_id": {"type": "STRING", "index": 1, "name": "account_id", "comment": null}, "visitor_id": {"type": "STRING", "index": 2, "name": "visitor_id", "comment": null}, "visitor_last_updated_at": {"type": "STRING", "index": 3, "name": "visitor_last_updated_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 4, "name": "_fivetran_synced", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 3.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 195.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.pendo_source_integration_tests.visitor_account_history"}, "seed.pendo_source_integration_tests.user": {"metadata": {"type": "table", "schema": "pendo_source_integration_tests_2000", "name": "user", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "deleted_at": {"type": "INT64", "index": 3, "name": "deleted_at", "comment": null}, "first_name": {"type": "STRING", "index": 4, "name": "first_name", "comment": null}, "last_name": {"type": "STRING", "index": 5, "name": "last_name", "comment": null}, "role": {"type": "INT64", "index": 6, "name": "role", "comment": null}, "user_type": {"type": "STRING", "index": 7, "name": "user_type", "comment": null}, "username": {"type": "STRING", "index": 8, "name": "username", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 342.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.pendo_source_integration_tests.user"}, "seed.pendo_source_integration_tests.page_rule_history": {"metadata": {"type": "table", "schema": "pendo_source_integration_tests_2000", "name": "page_rule_history", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"page_id": {"type": "STRING", "index": 1, "name": "page_id", "comment": null}, "page_last_updated_at": {"type": "STRING", "index": 2, "name": "page_last_updated_at", "comment": null}, "rule": {"type": "STRING", "index": 3, "name": "rule", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 4, "name": "_fivetran_synced", "comment": null}, "designer_hint": {"type": "INT64", "index": 5, "name": "designer_hint", "comment": null}, "parsed_rule": {"type": "STRING", "index": 6, "name": "parsed_rule", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 758.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.pendo_source_integration_tests.page_rule_history"}, "seed.pendo_source_integration_tests.poll": {"metadata": {"type": "table", "schema": "pendo_source_integration_tests_2000", "name": "poll", "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}, "attribute_display": {"type": "INT64", "index": 3, "name": "attribute_display", "comment": null}, "attribute_follow_up": {"type": "STRING", "index": 4, "name": "attribute_follow_up", "comment": null}, "attribute_max_length": {"type": "INT64", "index": 5, "name": "attribute_max_length", "comment": null}, "attribute_placeholder": {"type": "INT64", "index": 6, "name": "attribute_placeholder", "comment": null}, "attribute_type": {"type": "STRING", "index": 7, "name": "attribute_type", "comment": null}, "question": {"type": "STRING", "index": 8, "name": "question", "comment": null}, "reset_at": {"type": "DATETIME", "index": 9, "name": "reset_at", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 3.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 348.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.pendo_source_integration_tests.poll"}, "seed.pendo_source_integration_tests.application_history": {"metadata": {"type": "table", "schema": "pendo_source_integration_tests_2000", "name": "application_history", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "last_updated_at": {"type": "STRING", "index": 2, "name": "last_updated_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "agent_policy_prod": {"type": "STRING", "index": 4, "name": "agent_policy_prod", "comment": null}, "agent_policy_staging": {"type": "STRING", "index": 5, "name": "agent_policy_staging", "comment": null}, "agent_version_prod": {"type": "STRING", "index": 6, "name": "agent_version_prod", "comment": null}, "agent_version_staging": {"type": "STRING", "index": 7, "name": "agent_version_staging", "comment": null}, "application_flags_cname": {"type": "BOOL", "index": 8, "name": "application_flags_cname", "comment": null}, "application_flags_disabled": {"type": "BOOL", "index": 9, "name": "application_flags_disabled", "comment": null}, "application_flags_guide_localization": {"type": "BOOL", "index": 10, "name": "application_flags_guide_localization", "comment": null}, "application_flags_guide_widget": {"type": "BOOL", "index": 11, "name": "application_flags_guide_widget", "comment": null}, "application_flags_onboarding": {"type": "BOOL", "index": 12, "name": "application_flags_onboarding", "comment": null}, "application_flags_prevent_code_injection": {"type": "BOOL", "index": 13, "name": "application_flags_prevent_code_injection", "comment": null}, "application_flags_show_guides_to_anon": {"type": "BOOL", "index": 14, "name": "application_flags_show_guides_to_anon", "comment": null}, "application_flags_xhr_timings": {"type": "BOOL", "index": 15, "name": "application_flags_xhr_timings", "comment": null}, "created_at": {"type": "STRING", "index": 16, "name": "created_at", "comment": null}, "created_by_user_id": {"type": "INT64", "index": 17, "name": "created_by_user_id", "comment": null}, "description": {"type": "INT64", "index": 18, "name": "description", "comment": null}, "disabled_at": {"type": "DATETIME", "index": 19, "name": "disabled_at", "comment": null}, "display_name": {"type": "STRING", "index": 20, "name": "display_name", "comment": null}, "event_count": {"type": "INT64", "index": 21, "name": "event_count", "comment": null}, "event_rate": {"type": "INT64", "index": 22, "name": "event_rate", "comment": null}, "first_event_time": {"type": "STRING", "index": 23, "name": "first_event_time", "comment": null}, "guide_css_url": {"type": "INT64", "index": 24, "name": "guide_css_url", "comment": null}, "icon_url": {"type": "INT64", "index": 25, "name": "icon_url", "comment": null}, "integrated": {"type": "BOOL", "index": 26, "name": "integrated", "comment": null}, "is_deleted": {"type": "BOOL", "index": 27, "name": "is_deleted", "comment": null}, "last_updated_by_user_id": {"type": "INT64", "index": 28, "name": "last_updated_by_user_id", "comment": null}, "marked_for_deletion_at": {"type": "DATETIME", "index": 29, "name": "marked_for_deletion_at", "comment": null}, "name": {"type": "STRING", "index": 30, "name": "name", "comment": null}, "platform": {"type": "STRING", "index": 31, "name": "platform", "comment": null}, "push_application_id": {"type": "INT64", "index": 32, "name": "push_application_id", "comment": null}, "record_until": {"type": "DATETIME", "index": 33, "name": "record_until", "comment": null}, "sampling_rate": {"type": "DATETIME", "index": 34, "name": "sampling_rate", "comment": null}, "starting_event_time": {"type": "DATETIME", "index": 35, "name": "starting_event_time", "comment": null}, "store_url": {"type": "INT64", "index": 36, "name": "store_url", "comment": null}, "subscription_id": {"type": "INT64", "index": 37, "name": "subscription_id", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1175.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.pendo_source_integration_tests.application_history"}, "seed.pendo_source_integration_tests.page_event": {"metadata": {"type": "table", "schema": "pendo_source_integration_tests_2000", "name": "page_event", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"account_id": {"type": "STRING", "index": 1, "name": "account_id", "comment": null}, "page_id": {"type": "STRING", "index": 2, "name": "page_id", "comment": null}, "remote_ip": {"type": "STRING", "index": 3, "name": "remote_ip", "comment": null}, "server_name": {"type": "STRING", "index": 4, "name": "server_name", "comment": null}, "timestamp": {"type": "DATETIME", "index": 5, "name": "timestamp", "comment": null}, "user_agent": {"type": "STRING", "index": 6, "name": "user_agent", "comment": null}, "visitor_id": {"type": "STRING", "index": 7, "name": "visitor_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 8, "name": "_fivetran_synced", "comment": null}, "app_id": {"type": "INT64", "index": 9, "name": "app_id", "comment": null}, "num_events": {"type": "INT64", "index": 10, "name": "num_events", "comment": null}, "num_minutes": {"type": "INT64", "index": 11, "name": "num_minutes", "comment": null}, "param_parameter": {"type": "INT64", "index": 12, "name": "param_parameter", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1323.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.pendo_source_integration_tests.page_event"}, "seed.pendo_source_integration_tests.event": {"metadata": {"type": "table", "schema": "pendo_source_integration_tests_2000", "name": "event", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"account_id": {"type": "STRING", "index": 1, "name": "account_id", "comment": null}, "remote_ip": {"type": "STRING", "index": 2, "name": "remote_ip", "comment": null}, "server_name": {"type": "STRING", "index": 3, "name": "server_name", "comment": null}, "timestamp": {"type": "DATETIME", "index": 4, "name": "timestamp", "comment": null}, "user_agent": {"type": "STRING", "index": 5, "name": "user_agent", "comment": null}, "visitor_id": {"type": "STRING", "index": 6, "name": "visitor_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 7, "name": "_fivetran_synced", "comment": null}, "app_id": {"type": "INT64", "index": 8, "name": "app_id", "comment": null}, "num_events": {"type": "INT64", "index": 9, "name": "num_events", "comment": null}, "num_minutes": {"type": "INT64", "index": 10, "name": "num_minutes", "comment": null}, "page_id": {"type": "STRING", "index": 11, "name": "page_id", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 886.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.pendo_source_integration_tests.event"}, "seed.pendo_source_integration_tests.guide_step_history": {"metadata": {"type": "table", "schema": "pendo_source_integration_tests_2000", "name": "guide_step_history", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"guide_id": {"type": "STRING", "index": 1, "name": "guide_id", "comment": null}, "guide_last_updated_at": {"type": "STRING", "index": 2, "name": "guide_last_updated_at", "comment": null}, "step_id": {"type": "STRING", "index": 3, "name": "step_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 4, "name": "_fivetran_synced", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 455.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.pendo_source_integration_tests.guide_step_history"}, "seed.pendo_source_integration_tests.guide_history": {"metadata": {"type": "table", "schema": "pendo_source_integration_tests_2000", "name": "guide_history", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "last_updated_at": {"type": "STRING", "index": 2, "name": "last_updated_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "app_id": {"type": "INT64", "index": 4, "name": "app_id", "comment": null}, "attribute_badge_can_change_badge_color": {"type": "INT64", "index": 5, "name": "attribute_badge_can_change_badge_color", "comment": null}, "attribute_badge_color": {"type": "INT64", "index": 6, "name": "attribute_badge_color", "comment": null}, "attribute_badge_height": {"type": "INT64", "index": 7, "name": "attribute_badge_height", "comment": null}, "attribute_badge_image_url": {"type": "INT64", "index": 8, "name": "attribute_badge_image_url", "comment": null}, "attribute_badge_is_only_show_once": {"type": "INT64", "index": 9, "name": "attribute_badge_is_only_show_once", "comment": null}, "attribute_badge_name": {"type": "INT64", "index": 10, "name": "attribute_badge_name", "comment": null}, "attribute_badge_offset_left": {"type": "INT64", "index": 11, "name": "attribute_badge_offset_left", "comment": null}, "attribute_badge_offset_right": {"type": "INT64", "index": 12, "name": "attribute_badge_offset_right", "comment": null}, "attribute_badge_offset_top": {"type": "INT64", "index": 13, "name": "attribute_badge_offset_top", "comment": null}, "attribute_badge_position": {"type": "INT64", "index": 14, "name": "attribute_badge_position", "comment": null}, "attribute_badge_show_on_event": {"type": "INT64", "index": 15, "name": "attribute_badge_show_on_event", "comment": null}, "attribute_badge_use_hover": {"type": "INT64", "index": 16, "name": "attribute_badge_use_hover", "comment": null}, "attribute_badge_width": {"type": "INT64", "index": 17, "name": "attribute_badge_width", "comment": null}, "attribute_device_type": {"type": "STRING", "index": 18, "name": "attribute_device_type", "comment": null}, "attribute_priority": {"type": "INT64", "index": 19, "name": "attribute_priority", "comment": null}, "attribute_type": {"type": "STRING", "index": 20, "name": "attribute_type", "comment": null}, "created_at": {"type": "STRING", "index": 21, "name": "created_at", "comment": null}, "created_by_user_id": {"type": "INT64", "index": 22, "name": "created_by_user_id", "comment": null}, "email_state": {"type": "INT64", "index": 23, "name": "email_state", "comment": null}, "is_multi_step": {"type": "BOOL", "index": 24, "name": "is_multi_step", "comment": null}, "is_training": {"type": "BOOL", "index": 25, "name": "is_training", "comment": null}, "last_updated_by_user_id": {"type": "INT64", "index": 26, "name": "last_updated_by_user_id", "comment": null}, "launch_method": {"type": "STRING", "index": 27, "name": "launch_method", "comment": null}, "name": {"type": "STRING", "index": 28, "name": "name", "comment": null}, "published_at": {"type": "STRING", "index": 29, "name": "published_at", "comment": null}, "recurrence": {"type": "INT64", "index": 30, "name": "recurrence", "comment": null}, "recurrence_eligibility_window": {"type": "INT64", "index": 31, "name": "recurrence_eligibility_window", "comment": null}, "reset_at": {"type": "DATETIME", "index": 32, "name": "reset_at", "comment": null}, "root_version_id": {"type": "STRING", "index": 33, "name": "root_version_id", "comment": null}, "stable_version_id": {"type": "STRING", "index": 34, "name": "stable_version_id", "comment": null}, "state": {"type": "STRING", "index": 35, "name": "state", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1514.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.pendo_source_integration_tests.guide_history"}, "seed.pendo_source_integration_tests.page_history": {"metadata": {"type": "table", "schema": "pendo_source_integration_tests_2000", "name": "page_history", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "last_updated_at": {"type": "STRING", "index": 2, "name": "last_updated_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "app_id": {"type": "INT64", "index": 4, "name": "app_id", "comment": null}, "color": {"type": "INT64", "index": 5, "name": "color", "comment": null}, "created_at": {"type": "STRING", "index": 6, "name": "created_at", "comment": null}, "created_by_user_id": {"type": "INT64", "index": 7, "name": "created_by_user_id", "comment": null}, "dirty": {"type": "BOOL", "index": 8, "name": "dirty", "comment": null}, "group_id": {"type": "INT64", "index": 9, "name": "group_id", "comment": null}, "last_updated_by_user_id": {"type": "INT64", "index": 10, "name": "last_updated_by_user_id", "comment": null}, "name": {"type": "STRING", "index": 11, "name": "name", "comment": null}, "root_version_id": {"type": "STRING", "index": 12, "name": "root_version_id", "comment": null}, "stable_version_id": {"type": "STRING", "index": 13, "name": "stable_version_id", "comment": null}, "valid_through": {"type": "DATETIME", "index": 14, "name": "valid_through", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1067.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.pendo_source_integration_tests.page_history"}, "seed.pendo_source_integration_tests.poll_event": {"metadata": {"type": "table", "schema": "pendo_source_integration_tests_2000", "name": "poll_event", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"account_id": {"type": "STRING", "index": 1, "name": "account_id", "comment": null}, "guide_id": {"type": "STRING", "index": 2, "name": "guide_id", "comment": null}, "poll_id": {"type": "STRING", "index": 3, "name": "poll_id", "comment": null}, "remote_ip": {"type": "STRING", "index": 4, "name": "remote_ip", "comment": null}, "server_name": {"type": "STRING", "index": 5, "name": "server_name", "comment": null}, "timestamp": {"type": "STRING", "index": 6, "name": "timestamp", "comment": null}, "user_agent": {"type": "STRING", "index": 7, "name": "user_agent", "comment": null}, "visitor_id": {"type": "STRING", "index": 8, "name": "visitor_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 9, "name": "_fivetran_synced", "comment": null}, "app_id": {"type": "INT64", "index": 10, "name": "app_id", "comment": null}, "country": {"type": "STRING", "index": 11, "name": "country", "comment": null}, "element_path": {"type": "INT64", "index": 12, "name": "element_path", "comment": null}, "event_id": {"type": "INT64", "index": 13, "name": "event_id", "comment": null}, "guide_step_id": {"type": "INT64", "index": 14, "name": "guide_step_id", "comment": null}, "latitude": {"type": "FLOAT64", "index": 15, "name": "latitude", "comment": null}, "load_time": {"type": "INT64", "index": 16, "name": "load_time", "comment": null}, "longitude": {"type": "FLOAT64", "index": 17, "name": "longitude", "comment": null}, "poll_response": {"type": "STRING", "index": 18, "name": "poll_response", "comment": null}, "region": {"type": "INT64", "index": 19, "name": "region", "comment": null}, "type": {"type": "STRING", "index": 20, "name": "type", "comment": null}, "url": {"type": "STRING", "index": 21, "name": "url", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 3.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1103.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.pendo_source_integration_tests.poll_event"}, "seed.pendo_source_integration_tests.feature_event": {"metadata": {"type": "table", "schema": "pendo_source_integration_tests_2000", "name": "feature_event", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"account_id": {"type": "STRING", "index": 1, "name": "account_id", "comment": null}, "feature_id": {"type": "STRING", "index": 2, "name": "feature_id", "comment": null}, "remote_ip": {"type": "STRING", "index": 3, "name": "remote_ip", "comment": null}, "server_name": {"type": "STRING", "index": 4, "name": "server_name", "comment": null}, "timestamp": {"type": "DATETIME", "index": 5, "name": "timestamp", "comment": null}, "user_agent": {"type": "STRING", "index": 6, "name": "user_agent", "comment": null}, "visitor_id": {"type": "STRING", "index": 7, "name": "visitor_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 8, "name": "_fivetran_synced", "comment": null}, "app_id": {"type": "INT64", "index": 9, "name": "app_id", "comment": null}, "num_events": {"type": "INT64", "index": 10, "name": "num_events", "comment": null}, "num_minutes": {"type": "INT64", "index": 11, "name": "num_minutes", "comment": null}, "param_parameter": {"type": "INT64", "index": 12, "name": "param_parameter", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1245.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.pendo_source_integration_tests.feature_event"}, "seed.pendo_source_integration_tests.account_history": {"metadata": {"type": "table", "schema": "pendo_source_integration_tests_2000", "name": "account_history", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "last_updated_at": {"type": "STRING", "index": 2, "name": "last_updated_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "agent_creationdate": {"type": "STRING", "index": 4, "name": "agent_creationdate", "comment": null}, "agent_group_id": {"type": "STRING", "index": 5, "name": "agent_group_id", "comment": null}, "agent_is_paying": {"type": "BOOL", "index": 6, "name": "agent_is_paying", "comment": null}, "agent_name": {"type": "STRING", "index": 7, "name": "agent_name", "comment": null}, "agent_planlevel": {"type": "STRING", "index": 8, "name": "agent_planlevel", "comment": null}, "first_visit": {"type": "STRING", "index": 9, "name": "first_visit", "comment": null}, "id_hash": {"type": "INT64", "index": 10, "name": "id_hash", "comment": null}, "last_visit": {"type": "STRING", "index": 11, "name": "last_visit", "comment": null}, "salesforce_status_c": {"type": "INT64", "index": 12, "name": "salesforce_status_c", "comment": null}, "agent_salesforceaccountid": {"type": "INT64", "index": 13, "name": "agent_salesforceaccountid", "comment": null}, "salesforce_customer_health_engagement_score_c": {"type": "INT64", "index": 14, "name": "salesforce_customer_health_engagement_score_c", "comment": null}, "salesforce_employee_range_c": {"type": "INT64", "index": 15, "name": "salesforce_employee_range_c", "comment": null}, "salesforce_platform_level_c": {"type": "INT64", "index": 16, "name": "salesforce_platform_level_c", "comment": null}, "salesforce_segment_c": {"type": "INT64", "index": 17, "name": "salesforce_segment_c", "comment": null}, "salesforce_name": {"type": "INT64", "index": 18, "name": "salesforce_name", "comment": null}, "salesforce_account_owner_email_c": {"type": "INT64", "index": 19, "name": "salesforce_account_owner_email_c", "comment": null}, "salesforce_pbf_account_c": {"type": "INT64", "index": 20, "name": "salesforce_pbf_account_c", "comment": null}, "salesforce_region_c": {"type": "INT64", "index": 21, "name": "salesforce_region_c", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 783.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.pendo_source_integration_tests.account_history"}, "seed.pendo_source_integration_tests.guide_event": {"metadata": {"type": "table", "schema": "pendo_source_integration_tests_2000", "name": "guide_event", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"account_id": {"type": "STRING", "index": 1, "name": "account_id", "comment": null}, "guide_id": {"type": "STRING", "index": 2, "name": "guide_id", "comment": null}, "remote_ip": {"type": "STRING", "index": 3, "name": "remote_ip", "comment": null}, "server_name": {"type": "STRING", "index": 4, "name": "server_name", "comment": null}, "timestamp": {"type": "STRING", "index": 5, "name": "timestamp", "comment": null}, "user_agent": {"type": "STRING", "index": 6, "name": "user_agent", "comment": null}, "visitor_id": {"type": "STRING", "index": 7, "name": "visitor_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 8, "name": "_fivetran_synced", "comment": null}, "app_id": {"type": "INT64", "index": 9, "name": "app_id", "comment": null}, "country": {"type": "STRING", "index": 10, "name": "country", "comment": null}, "element_path": {"type": "STRING", "index": 11, "name": "element_path", "comment": null}, "event_id": {"type": "INT64", "index": 12, "name": "event_id", "comment": null}, "guide_step_id": {"type": "STRING", "index": 13, "name": "guide_step_id", "comment": null}, "latitude": {"type": "NUMERIC", "index": 14, "name": "latitude", "comment": null}, "load_time": {"type": "INT64", "index": 15, "name": "load_time", "comment": null}, "longitude": {"type": "NUMERIC", "index": 16, "name": "longitude", "comment": null}, "region": {"type": "STRING", "index": 17, "name": "region", "comment": null}, "type": {"type": "STRING", "index": 18, "name": "type", "comment": null}, "url": {"type": "STRING", "index": 19, "name": "url", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1974.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.pendo_source_integration_tests.guide_event"}, "seed.pendo_source_integration_tests.visitor_history": {"metadata": {"type": "table", "schema": "pendo_source_integration_tests_2000", "name": "visitor_history", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "last_updated_at": {"type": "STRING", "index": 2, "name": "last_updated_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "account_id": {"type": "STRING", "index": 4, "name": "account_id", "comment": null}, "agent_email": {"type": "STRING", "index": 5, "name": "agent_email", "comment": null}, "agent_full_name": {"type": "STRING", "index": 6, "name": "agent_full_name", "comment": null}, "agent_group_role": {"type": "INT64", "index": 7, "name": "agent_group_role", "comment": null}, "agent_name": {"type": "STRING", "index": 8, "name": "agent_name", "comment": null}, "agent_role": {"type": "STRING", "index": 9, "name": "agent_role", "comment": null}, "first_visit": {"type": "STRING", "index": 10, "name": "first_visit", "comment": null}, "id_hash": {"type": "INT64", "index": 11, "name": "id_hash", "comment": null}, "last_browser_name": {"type": "STRING", "index": 12, "name": "last_browser_name", "comment": null}, "last_browser_version": {"type": "STRING", "index": 13, "name": "last_browser_version", "comment": null}, "last_operating_system": {"type": "STRING", "index": 14, "name": "last_operating_system", "comment": null}, "last_server_name": {"type": "STRING", "index": 15, "name": "last_server_name", "comment": null}, "last_user_agent": {"type": "STRING", "index": 16, "name": "last_user_agent", "comment": null}, "last_visit": {"type": "STRING", "index": 17, "name": "last_visit", "comment": null}, "n_id": {"type": "INT64", "index": 18, "name": "n_id", "comment": null}, "salesforce_country_c": {"type": "INT64", "index": 19, "name": "salesforce_country_c", "comment": null}, "salesforce_fivetran_industry_category_c": {"type": "INT64", "index": 20, "name": "salesforce_fivetran_industry_category_c", "comment": null}, "salesforce_job_function_c": {"type": "STRING", "index": 21, "name": "salesforce_job_function_c", "comment": null}, "salesforce_job_level_c": {"type": "INT64", "index": 22, "name": "salesforce_job_level_c", "comment": null}, "salesforce_name": {"type": "INT64", "index": 23, "name": "salesforce_name", "comment": null}, "agent_language": {"type": "INT64", "index": 24, "name": "agent_language", "comment": null}, "pendo_lastemail": {"type": "INT64", "index": 25, "name": "pendo_lastemail", "comment": null}, "pendo_lastemailstatus": {"type": "INT64", "index": 26, "name": "pendo_lastemailstatus", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1672.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.pendo_source_integration_tests.visitor_history"}, "seed.pendo_source_integration_tests.feature_history": {"metadata": {"type": "table", "schema": "pendo_source_integration_tests_2000", "name": "feature_history", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "last_updated_at": {"type": "STRING", "index": 2, "name": "last_updated_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "app_id": {"type": "INT64", "index": 4, "name": "app_id", "comment": null}, "color": {"type": "INT64", "index": 5, "name": "color", "comment": null}, "created_at": {"type": "STRING", "index": 6, "name": "created_at", "comment": null}, "created_by_user_id": {"type": "INT64", "index": 7, "name": "created_by_user_id", "comment": null}, "dirty": {"type": "BOOL", "index": 8, "name": "dirty", "comment": null}, "group_id": {"type": "STRING", "index": 9, "name": "group_id", "comment": null}, "last_updated_by_user_id": {"type": "INT64", "index": 10, "name": "last_updated_by_user_id", "comment": null}, "name": {"type": "STRING", "index": 11, "name": "name", "comment": null}, "page_id": {"type": "STRING", "index": 12, "name": "page_id", "comment": null}, "root_version_id": {"type": "STRING", "index": 13, "name": "root_version_id", "comment": null}, "stable_version_id": {"type": "STRING", "index": 14, "name": "stable_version_id", "comment": null}, "valid_through": {"type": "DATETIME", "index": 15, "name": "valid_through", "comment": null}, "is_core_event": {"type": "BOOL", "index": 16, "name": "is_core_event", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1312.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.pendo_source_integration_tests.feature_history"}, "seed.pendo_source_integration_tests.group_data": {"metadata": {"type": "table", "schema": "pendo_source_integration_tests_2000", "name": "group_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}, "color": {"type": "STRING", "index": 4, "name": "color", "comment": null}, "created_at": {"type": "STRING", "index": 5, "name": "created_at", "comment": null}, "created_by_user_id": {"type": "INT64", "index": 6, "name": "created_by_user_id", "comment": null}, "description": {"type": "INT64", "index": 7, "name": "description", "comment": null}, "last_updated_at": {"type": "STRING", "index": 8, "name": "last_updated_at", "comment": null}, "last_updated_by_user_id": {"type": "INT64", "index": 9, "name": "last_updated_by_user_id", "comment": null}, "length": {"type": "INT64", "index": 10, "name": "length", "comment": null}, "name": {"type": "STRING", "index": 11, "name": "name", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 4.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 526.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.pendo_source_integration_tests.group_data"}, "model.pendo_source.stg_pendo__page_history_tmp": {"metadata": {"type": "view", "schema": "pendo_source_integration_tests_2000_stg_pendo", "name": "stg_pendo__page_history_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "last_updated_at": {"type": "STRING", "index": 2, "name": "last_updated_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "app_id": {"type": "INT64", "index": 4, "name": "app_id", "comment": null}, "color": {"type": "INT64", "index": 5, "name": "color", "comment": null}, "created_at": {"type": "STRING", "index": 6, "name": "created_at", "comment": null}, "created_by_user_id": {"type": "INT64", "index": 7, "name": "created_by_user_id", "comment": null}, "dirty": {"type": "BOOL", "index": 8, "name": "dirty", "comment": null}, "group_id": {"type": "INT64", "index": 9, "name": "group_id", "comment": null}, "last_updated_by_user_id": {"type": "INT64", "index": 10, "name": "last_updated_by_user_id", "comment": null}, "name": {"type": "STRING", "index": 11, "name": "name", "comment": null}, "root_version_id": {"type": "STRING", "index": 12, "name": "root_version_id", "comment": null}, "stable_version_id": {"type": "STRING", "index": 13, "name": "stable_version_id", "comment": null}, "valid_through": {"type": "DATETIME", "index": 14, "name": "valid_through", "comment": null}}, "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.pendo_source.stg_pendo__page_history_tmp"}, "model.pendo_source.stg_pendo__page_rule_history_tmp": {"metadata": {"type": "view", "schema": "pendo_source_integration_tests_2000_stg_pendo", "name": "stg_pendo__page_rule_history_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"page_id": {"type": "STRING", "index": 1, "name": "page_id", "comment": null}, "page_last_updated_at": {"type": "STRING", "index": 2, "name": "page_last_updated_at", "comment": null}, "rule": {"type": "STRING", "index": 3, "name": "rule", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 4, "name": "_fivetran_synced", "comment": null}, "designer_hint": {"type": "INT64", "index": 5, "name": "designer_hint", "comment": null}, "parsed_rule": {"type": "STRING", "index": 6, "name": "parsed_rule", "comment": null}}, "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.pendo_source.stg_pendo__page_rule_history_tmp"}, "model.pendo_source.stg_pendo__feature_history": {"metadata": {"type": "table", "schema": "pendo_source_integration_tests_2000_stg_pendo", "name": "stg_pendo__feature_history", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"feature_id": {"type": "STRING", "index": 1, "name": "feature_id", "comment": null}, "app_id": {"type": "INT64", "index": 2, "name": "app_id", "comment": null}, "created_at": {"type": "STRING", "index": 3, "name": "created_at", "comment": null}, "created_by_user_id": {"type": "INT64", "index": 4, "name": "created_by_user_id", "comment": null}, "is_dirty": {"type": "BOOL", "index": 5, "name": "is_dirty", "comment": null}, "group_id": {"type": "STRING", "index": 6, "name": "group_id", "comment": null}, "is_core_event": {"type": "BOOL", "index": 7, "name": "is_core_event", "comment": null}, "last_updated_at": {"type": "STRING", "index": 8, "name": "last_updated_at", "comment": null}, "last_updated_by_user_id": {"type": "INT64", "index": 9, "name": "last_updated_by_user_id", "comment": null}, "feature_name": {"type": "STRING", "index": 10, "name": "feature_name", "comment": null}, "page_id": {"type": "STRING", "index": 11, "name": "page_id", "comment": null}, "root_version_id": {"type": "STRING", "index": 12, "name": "root_version_id", "comment": null}, "stable_version_id": {"type": "STRING", "index": 13, "name": "stable_version_id", "comment": null}, "valid_through": {"type": "TIMESTAMP", "index": 14, "name": "valid_through", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 15, "name": "_fivetran_synced", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1312.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.pendo_source.stg_pendo__feature_history"}, "model.pendo_source.stg_pendo__visitor_history_tmp": {"metadata": {"type": "view", "schema": "pendo_source_integration_tests_2000_stg_pendo", "name": "stg_pendo__visitor_history_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "last_updated_at": {"type": "STRING", "index": 2, "name": "last_updated_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "account_id": {"type": "STRING", "index": 4, "name": "account_id", "comment": null}, "agent_email": {"type": "STRING", "index": 5, "name": "agent_email", "comment": null}, "agent_full_name": {"type": "STRING", "index": 6, "name": "agent_full_name", "comment": null}, "agent_group_role": {"type": "INT64", "index": 7, "name": "agent_group_role", "comment": null}, "agent_name": {"type": "STRING", "index": 8, "name": "agent_name", "comment": null}, "agent_role": {"type": "STRING", "index": 9, "name": "agent_role", "comment": null}, "first_visit": {"type": "STRING", "index": 10, "name": "first_visit", "comment": null}, "id_hash": {"type": "INT64", "index": 11, "name": "id_hash", "comment": null}, "last_browser_name": {"type": "STRING", "index": 12, "name": "last_browser_name", "comment": null}, "last_browser_version": {"type": "STRING", "index": 13, "name": "last_browser_version", "comment": null}, "last_operating_system": {"type": "STRING", "index": 14, "name": "last_operating_system", "comment": null}, "last_server_name": {"type": "STRING", "index": 15, "name": "last_server_name", "comment": null}, "last_user_agent": {"type": "STRING", "index": 16, "name": "last_user_agent", "comment": null}, "last_visit": {"type": "STRING", "index": 17, "name": "last_visit", "comment": null}, "n_id": {"type": "INT64", "index": 18, "name": "n_id", "comment": null}, "salesforce_country_c": {"type": "INT64", "index": 19, "name": "salesforce_country_c", "comment": null}, "salesforce_fivetran_industry_category_c": {"type": "INT64", "index": 20, "name": "salesforce_fivetran_industry_category_c", "comment": null}, "salesforce_job_function_c": {"type": "STRING", "index": 21, "name": "salesforce_job_function_c", "comment": null}, "salesforce_job_level_c": {"type": "INT64", "index": 22, "name": "salesforce_job_level_c", "comment": null}, "salesforce_name": {"type": "INT64", "index": 23, "name": "salesforce_name", "comment": null}, "agent_language": {"type": "INT64", "index": 24, "name": "agent_language", "comment": null}, "pendo_lastemail": {"type": "INT64", "index": 25, "name": "pendo_lastemail", "comment": null}, "pendo_lastemailstatus": {"type": "INT64", "index": 26, "name": "pendo_lastemailstatus", "comment": null}}, "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.pendo_source.stg_pendo__visitor_history_tmp"}, "model.pendo_source.stg_pendo__group": {"metadata": {"type": "table", "schema": "pendo_source_integration_tests_2000_stg_pendo", "name": "stg_pendo__group", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"group_id": {"type": "STRING", "index": 1, "name": "group_id", "comment": null}, "app_id": {"type": "INT64", "index": 2, "name": "app_id", "comment": null}, "created_at": {"type": "STRING", "index": 3, "name": "created_at", "comment": null}, "created_by_user_id": {"type": "INT64", "index": 4, "name": "created_by_user_id", "comment": null}, "description": {"type": "INT64", "index": 5, "name": "description", "comment": null}, "last_updated_at": {"type": "STRING", "index": 6, "name": "last_updated_at", "comment": null}, "last_updated_by_user_id": {"type": "INT64", "index": 7, "name": "last_updated_by_user_id", "comment": null}, "group_name": {"type": "STRING", "index": 8, "name": "group_name", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 9, "name": "_fivetran_synced", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 4.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 434.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.pendo_source.stg_pendo__group"}, "model.pendo_source.stg_pendo__group_tmp": {"metadata": {"type": "view", "schema": "pendo_source_integration_tests_2000_stg_pendo", "name": "stg_pendo__group_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}, "color": {"type": "STRING", "index": 4, "name": "color", "comment": null}, "created_at": {"type": "STRING", "index": 5, "name": "created_at", "comment": null}, "created_by_user_id": {"type": "INT64", "index": 6, "name": "created_by_user_id", "comment": null}, "description": {"type": "INT64", "index": 7, "name": "description", "comment": null}, "last_updated_at": {"type": "STRING", "index": 8, "name": "last_updated_at", "comment": null}, "last_updated_by_user_id": {"type": "INT64", "index": 9, "name": "last_updated_by_user_id", "comment": null}, "length": {"type": "INT64", "index": 10, "name": "length", "comment": null}, "name": {"type": "STRING", "index": 11, "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.pendo_source.stg_pendo__group_tmp"}, "model.pendo_source.stg_pendo__feature_event": {"metadata": {"type": "table", "schema": "pendo_source_integration_tests_2000_stg_pendo", "name": "stg_pendo__feature_event", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"account_id": {"type": "STRING", "index": 1, "name": "account_id", "comment": null}, "app_id": {"type": "INT64", "index": 2, "name": "app_id", "comment": null}, "feature_id": {"type": "STRING", "index": 3, "name": "feature_id", "comment": null}, "num_events": {"type": "INT64", "index": 4, "name": "num_events", "comment": null}, "num_minutes": {"type": "INT64", "index": 5, "name": "num_minutes", "comment": null}, "remote_ip": {"type": "STRING", "index": 6, "name": "remote_ip", "comment": null}, "server_name": {"type": "STRING", "index": 7, "name": "server_name", "comment": null}, "occurred_at": {"type": "DATETIME", "index": 8, "name": "occurred_at", "comment": null}, "user_agent": {"type": "STRING", "index": 9, "name": "user_agent", "comment": null}, "visitor_id": {"type": "STRING", "index": 10, "name": "visitor_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 11, "name": "_fivetran_synced", "comment": null}, "_fivetran_id": {"type": "STRING", "index": 12, "name": "_fivetran_id", "comment": null}, "feature_event_key": {"type": "STRING", "index": 13, "name": "feature_event_key", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1415.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.pendo_source.stg_pendo__feature_event"}, "model.pendo_source.stg_pendo__feature_event_tmp": {"metadata": {"type": "view", "schema": "pendo_source_integration_tests_2000_stg_pendo", "name": "stg_pendo__feature_event_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"account_id": {"type": "STRING", "index": 1, "name": "account_id", "comment": null}, "feature_id": {"type": "STRING", "index": 2, "name": "feature_id", "comment": null}, "remote_ip": {"type": "STRING", "index": 3, "name": "remote_ip", "comment": null}, "server_name": {"type": "STRING", "index": 4, "name": "server_name", "comment": null}, "timestamp": {"type": "DATETIME", "index": 5, "name": "timestamp", "comment": null}, "user_agent": {"type": "STRING", "index": 6, "name": "user_agent", "comment": null}, "visitor_id": {"type": "STRING", "index": 7, "name": "visitor_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 8, "name": "_fivetran_synced", "comment": null}, "app_id": {"type": "INT64", "index": 9, "name": "app_id", "comment": null}, "num_events": {"type": "INT64", "index": 10, "name": "num_events", "comment": null}, "num_minutes": {"type": "INT64", "index": 11, "name": "num_minutes", "comment": null}, "param_parameter": {"type": "INT64", "index": 12, "name": "param_parameter", "comment": null}}, "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.pendo_source.stg_pendo__feature_event_tmp"}, "model.pendo_source.stg_pendo__user_tmp": {"metadata": {"type": "view", "schema": "pendo_source_integration_tests_2000_stg_pendo", "name": "stg_pendo__user_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "deleted_at": {"type": "INT64", "index": 3, "name": "deleted_at", "comment": null}, "first_name": {"type": "STRING", "index": 4, "name": "first_name", "comment": null}, "last_name": {"type": "STRING", "index": 5, "name": "last_name", "comment": null}, "role": {"type": "INT64", "index": 6, "name": "role", "comment": null}, "user_type": {"type": "STRING", "index": 7, "name": "user_type", "comment": null}, "username": {"type": "STRING", "index": 8, "name": "username", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.pendo_source.stg_pendo__user_tmp"}, "model.pendo_source.stg_pendo__user": {"metadata": {"type": "table", "schema": "pendo_source_integration_tests_2000_stg_pendo", "name": "stg_pendo__user", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"user_id": {"type": "INT64", "index": 1, "name": "user_id", "comment": null}, "deleted_at": {"type": "INT64", "index": 2, "name": "deleted_at", "comment": null}, "first_name": {"type": "STRING", "index": 3, "name": "first_name", "comment": null}, "last_name": {"type": "STRING", "index": 4, "name": "last_name", "comment": null}, "user_type": {"type": "STRING", "index": 5, "name": "user_type", "comment": null}, "username": {"type": "STRING", "index": 6, "name": "username", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 7, "name": "_fivetran_synced", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 302.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.pendo_source.stg_pendo__user"}, "model.pendo_source.stg_pendo__application_history_tmp": {"metadata": {"type": "view", "schema": "pendo_source_integration_tests_2000_stg_pendo", "name": "stg_pendo__application_history_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "last_updated_at": {"type": "STRING", "index": 2, "name": "last_updated_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "agent_policy_prod": {"type": "STRING", "index": 4, "name": "agent_policy_prod", "comment": null}, "agent_policy_staging": {"type": "STRING", "index": 5, "name": "agent_policy_staging", "comment": null}, "agent_version_prod": {"type": "STRING", "index": 6, "name": "agent_version_prod", "comment": null}, "agent_version_staging": {"type": "STRING", "index": 7, "name": "agent_version_staging", "comment": null}, "application_flags_cname": {"type": "BOOL", "index": 8, "name": "application_flags_cname", "comment": null}, "application_flags_disabled": {"type": "BOOL", "index": 9, "name": "application_flags_disabled", "comment": null}, "application_flags_guide_localization": {"type": "BOOL", "index": 10, "name": "application_flags_guide_localization", "comment": null}, "application_flags_guide_widget": {"type": "BOOL", "index": 11, "name": "application_flags_guide_widget", "comment": null}, "application_flags_onboarding": {"type": "BOOL", "index": 12, "name": "application_flags_onboarding", "comment": null}, "application_flags_prevent_code_injection": {"type": "BOOL", "index": 13, "name": "application_flags_prevent_code_injection", "comment": null}, "application_flags_show_guides_to_anon": {"type": "BOOL", "index": 14, "name": "application_flags_show_guides_to_anon", "comment": null}, "application_flags_xhr_timings": {"type": "BOOL", "index": 15, "name": "application_flags_xhr_timings", "comment": null}, "created_at": {"type": "STRING", "index": 16, "name": "created_at", "comment": null}, "created_by_user_id": {"type": "INT64", "index": 17, "name": "created_by_user_id", "comment": null}, "description": {"type": "INT64", "index": 18, "name": "description", "comment": null}, "disabled_at": {"type": "DATETIME", "index": 19, "name": "disabled_at", "comment": null}, "display_name": {"type": "STRING", "index": 20, "name": "display_name", "comment": null}, "event_count": {"type": "INT64", "index": 21, "name": "event_count", "comment": null}, "event_rate": {"type": "INT64", "index": 22, "name": "event_rate", "comment": null}, "first_event_time": {"type": "STRING", "index": 23, "name": "first_event_time", "comment": null}, "guide_css_url": {"type": "INT64", "index": 24, "name": "guide_css_url", "comment": null}, "icon_url": {"type": "INT64", "index": 25, "name": "icon_url", "comment": null}, "integrated": {"type": "BOOL", "index": 26, "name": "integrated", "comment": null}, "is_deleted": {"type": "BOOL", "index": 27, "name": "is_deleted", "comment": null}, "last_updated_by_user_id": {"type": "INT64", "index": 28, "name": "last_updated_by_user_id", "comment": null}, "marked_for_deletion_at": {"type": "DATETIME", "index": 29, "name": "marked_for_deletion_at", "comment": null}, "name": {"type": "STRING", "index": 30, "name": "name", "comment": null}, "platform": {"type": "STRING", "index": 31, "name": "platform", "comment": null}, "push_application_id": {"type": "INT64", "index": 32, "name": "push_application_id", "comment": null}, "record_until": {"type": "DATETIME", "index": 33, "name": "record_until", "comment": null}, "sampling_rate": {"type": "DATETIME", "index": 34, "name": "sampling_rate", "comment": null}, "starting_event_time": {"type": "DATETIME", "index": 35, "name": "starting_event_time", "comment": null}, "store_url": {"type": "INT64", "index": 36, "name": "store_url", "comment": null}, "subscription_id": {"type": "INT64", "index": 37, "name": "subscription_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.pendo_source.stg_pendo__application_history_tmp"}, "model.pendo_source.stg_pendo__page_event": {"metadata": {"type": "table", "schema": "pendo_source_integration_tests_2000_stg_pendo", "name": "stg_pendo__page_event", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"account_id": {"type": "STRING", "index": 1, "name": "account_id", "comment": null}, "app_id": {"type": "INT64", "index": 2, "name": "app_id", "comment": null}, "num_events": {"type": "INT64", "index": 3, "name": "num_events", "comment": null}, "num_minutes": {"type": "INT64", "index": 4, "name": "num_minutes", "comment": null}, "page_id": {"type": "STRING", "index": 5, "name": "page_id", "comment": null}, "remote_ip": {"type": "STRING", "index": 6, "name": "remote_ip", "comment": null}, "server_name": {"type": "STRING", "index": 7, "name": "server_name", "comment": null}, "occurred_at": {"type": "DATETIME", "index": 8, "name": "occurred_at", "comment": null}, "user_agent": {"type": "STRING", "index": 9, "name": "user_agent", "comment": null}, "visitor_id": {"type": "STRING", "index": 10, "name": "visitor_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 11, "name": "_fivetran_synced", "comment": null}, "_fivetran_id": {"type": "STRING", "index": 12, "name": "_fivetran_id", "comment": null}, "page_event_key": {"type": "STRING", "index": 13, "name": "page_event_key", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1493.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.pendo_source.stg_pendo__page_event"}, "model.pendo_source.stg_pendo__event": {"metadata": {"type": "table", "schema": "pendo_source_integration_tests_2000_stg_pendo", "name": "stg_pendo__event", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"visitor_id": {"type": "STRING", "index": 1, "name": "visitor_id", "comment": null}, "account_id": {"type": "STRING", "index": 2, "name": "account_id", "comment": null}, "app_id": {"type": "INT64", "index": 3, "name": "app_id", "comment": null}, "page_id": {"type": "STRING", "index": 4, "name": "page_id", "comment": null}, "remote_ip": {"type": "STRING", "index": 5, "name": "remote_ip", "comment": null}, "server_name": {"type": "STRING", "index": 6, "name": "server_name", "comment": null}, "occurred_at": {"type": "DATETIME", "index": 7, "name": "occurred_at", "comment": null}, "user_agent": {"type": "STRING", "index": 8, "name": "user_agent", "comment": null}, "num_events": {"type": "INT64", "index": 9, "name": "num_events", "comment": null}, "num_minutes": {"type": "INT64", "index": 10, "name": "num_minutes", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 11, "name": "_fivetran_synced", "comment": null}, "event_key": {"type": "STRING", "index": 12, "name": "event_key", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1056.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.pendo_source.stg_pendo__event"}, "model.pendo_source.stg_pendo__visitor_account_history": {"metadata": {"type": "table", "schema": "pendo_source_integration_tests_2000_stg_pendo", "name": "stg_pendo__visitor_account_history", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"account_id": {"type": "STRING", "index": 1, "name": "account_id", "comment": null}, "visitor_id": {"type": "STRING", "index": 2, "name": "visitor_id", "comment": null}, "visitor_last_updated_at": {"type": "STRING", "index": 3, "name": "visitor_last_updated_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 4, "name": "_fivetran_synced", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 3.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 195.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.pendo_source.stg_pendo__visitor_account_history"}, "model.pendo_source.stg_pendo__guide_event": {"metadata": {"type": "table", "schema": "pendo_source_integration_tests_2000_stg_pendo", "name": "stg_pendo__guide_event", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"account_id": {"type": "STRING", "index": 1, "name": "account_id", "comment": null}, "app_id": {"type": "INT64", "index": 2, "name": "app_id", "comment": null}, "country": {"type": "STRING", "index": 3, "name": "country", "comment": null}, "guide_id": {"type": "STRING", "index": 4, "name": "guide_id", "comment": null}, "guide_step_id": {"type": "STRING", "index": 5, "name": "guide_step_id", "comment": null}, "latitude": {"type": "NUMERIC", "index": 6, "name": "latitude", "comment": null}, "longitude": {"type": "NUMERIC", "index": 7, "name": "longitude", "comment": null}, "region": {"type": "STRING", "index": 8, "name": "region", "comment": null}, "remote_ip": {"type": "STRING", "index": 9, "name": "remote_ip", "comment": null}, "server_name": {"type": "STRING", "index": 10, "name": "server_name", "comment": null}, "occurred_at": {"type": "STRING", "index": 11, "name": "occurred_at", "comment": null}, "type": {"type": "STRING", "index": 12, "name": "type", "comment": null}, "url": {"type": "STRING", "index": 13, "name": "url", "comment": null}, "user_agent": {"type": "STRING", "index": 14, "name": "user_agent", "comment": null}, "visitor_id": {"type": "STRING", "index": 15, "name": "visitor_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 16, "name": "_fivetran_synced", "comment": null}, "guide_event_key": {"type": "STRING", "index": 17, "name": "guide_event_key", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 2074.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.pendo_source.stg_pendo__guide_event"}, "model.pendo_source.stg_pendo__event_tmp": {"metadata": {"type": "view", "schema": "pendo_source_integration_tests_2000_stg_pendo", "name": "stg_pendo__event_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"account_id": {"type": "STRING", "index": 1, "name": "account_id", "comment": null}, "remote_ip": {"type": "STRING", "index": 2, "name": "remote_ip", "comment": null}, "server_name": {"type": "STRING", "index": 3, "name": "server_name", "comment": null}, "timestamp": {"type": "DATETIME", "index": 4, "name": "timestamp", "comment": null}, "user_agent": {"type": "STRING", "index": 5, "name": "user_agent", "comment": null}, "visitor_id": {"type": "STRING", "index": 6, "name": "visitor_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 7, "name": "_fivetran_synced", "comment": null}, "app_id": {"type": "INT64", "index": 8, "name": "app_id", "comment": null}, "num_events": {"type": "INT64", "index": 9, "name": "num_events", "comment": null}, "num_minutes": {"type": "INT64", "index": 10, "name": "num_minutes", "comment": null}, "page_id": {"type": "STRING", "index": 11, "name": "page_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.pendo_source.stg_pendo__event_tmp"}, "model.pendo_source.stg_pendo__visitor_account_history_tmp": {"metadata": {"type": "view", "schema": "pendo_source_integration_tests_2000_stg_pendo", "name": "stg_pendo__visitor_account_history_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"account_id": {"type": "STRING", "index": 1, "name": "account_id", "comment": null}, "visitor_id": {"type": "STRING", "index": 2, "name": "visitor_id", "comment": null}, "visitor_last_updated_at": {"type": "STRING", "index": 3, "name": "visitor_last_updated_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 4, "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.pendo_source.stg_pendo__visitor_account_history_tmp"}, "model.pendo_source.stg_pendo__account_history": {"metadata": {"type": "table", "schema": "pendo_source_integration_tests_2000_stg_pendo", "name": "stg_pendo__account_history", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"account_id": {"type": "STRING", "index": 1, "name": "account_id", "comment": null}, "last_updated_at": {"type": "STRING", "index": 2, "name": "last_updated_at", "comment": null}, "account_id_hash": {"type": "INT64", "index": 3, "name": "account_id_hash", "comment": null}, "first_visit_at": {"type": "STRING", "index": 4, "name": "first_visit_at", "comment": null}, "last_visit_at": {"type": "STRING", "index": 5, "name": "last_visit_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 6, "name": "_fivetran_synced", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 531.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.pendo_source.stg_pendo__account_history"}, "model.pendo_source.stg_pendo__page_event_tmp": {"metadata": {"type": "view", "schema": "pendo_source_integration_tests_2000_stg_pendo", "name": "stg_pendo__page_event_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"account_id": {"type": "STRING", "index": 1, "name": "account_id", "comment": null}, "page_id": {"type": "STRING", "index": 2, "name": "page_id", "comment": null}, "remote_ip": {"type": "STRING", "index": 3, "name": "remote_ip", "comment": null}, "server_name": {"type": "STRING", "index": 4, "name": "server_name", "comment": null}, "timestamp": {"type": "DATETIME", "index": 5, "name": "timestamp", "comment": null}, "user_agent": {"type": "STRING", "index": 6, "name": "user_agent", "comment": null}, "visitor_id": {"type": "STRING", "index": 7, "name": "visitor_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 8, "name": "_fivetran_synced", "comment": null}, "app_id": {"type": "INT64", "index": 9, "name": "app_id", "comment": null}, "num_events": {"type": "INT64", "index": 10, "name": "num_events", "comment": null}, "num_minutes": {"type": "INT64", "index": 11, "name": "num_minutes", "comment": null}, "param_parameter": {"type": "INT64", "index": 12, "name": "param_parameter", "comment": null}}, "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.pendo_source.stg_pendo__page_event_tmp"}, "model.pendo_source.stg_pendo__account_history_tmp": {"metadata": {"type": "view", "schema": "pendo_source_integration_tests_2000_stg_pendo", "name": "stg_pendo__account_history_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "last_updated_at": {"type": "STRING", "index": 2, "name": "last_updated_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "agent_creationdate": {"type": "STRING", "index": 4, "name": "agent_creationdate", "comment": null}, "agent_group_id": {"type": "STRING", "index": 5, "name": "agent_group_id", "comment": null}, "agent_is_paying": {"type": "BOOL", "index": 6, "name": "agent_is_paying", "comment": null}, "agent_name": {"type": "STRING", "index": 7, "name": "agent_name", "comment": null}, "agent_planlevel": {"type": "STRING", "index": 8, "name": "agent_planlevel", "comment": null}, "first_visit": {"type": "STRING", "index": 9, "name": "first_visit", "comment": null}, "id_hash": {"type": "INT64", "index": 10, "name": "id_hash", "comment": null}, "last_visit": {"type": "STRING", "index": 11, "name": "last_visit", "comment": null}, "salesforce_status_c": {"type": "INT64", "index": 12, "name": "salesforce_status_c", "comment": null}, "agent_salesforceaccountid": {"type": "INT64", "index": 13, "name": "agent_salesforceaccountid", "comment": null}, "salesforce_customer_health_engagement_score_c": {"type": "INT64", "index": 14, "name": "salesforce_customer_health_engagement_score_c", "comment": null}, "salesforce_employee_range_c": {"type": "INT64", "index": 15, "name": "salesforce_employee_range_c", "comment": null}, "salesforce_platform_level_c": {"type": "INT64", "index": 16, "name": "salesforce_platform_level_c", "comment": null}, "salesforce_segment_c": {"type": "INT64", "index": 17, "name": "salesforce_segment_c", "comment": null}, "salesforce_name": {"type": "INT64", "index": 18, "name": "salesforce_name", "comment": null}, "salesforce_account_owner_email_c": {"type": "INT64", "index": 19, "name": "salesforce_account_owner_email_c", "comment": null}, "salesforce_pbf_account_c": {"type": "INT64", "index": 20, "name": "salesforce_pbf_account_c", "comment": null}, "salesforce_region_c": {"type": "INT64", "index": 21, "name": "salesforce_region_c", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.pendo_source.stg_pendo__account_history_tmp"}, "model.pendo_source.stg_pendo__visitor_history": {"metadata": {"type": "table", "schema": "pendo_source_integration_tests_2000_stg_pendo", "name": "stg_pendo__visitor_history", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"visitor_id": {"type": "STRING", "index": 1, "name": "visitor_id", "comment": null}, "account_id": {"type": "STRING", "index": 2, "name": "account_id", "comment": null}, "first_visit_at": {"type": "STRING", "index": 3, "name": "first_visit_at", "comment": null}, "visitor_id_hash": {"type": "INT64", "index": 4, "name": "visitor_id_hash", "comment": null}, "last_browser_name": {"type": "STRING", "index": 5, "name": "last_browser_name", "comment": null}, "last_browser_version": {"type": "STRING", "index": 6, "name": "last_browser_version", "comment": null}, "last_operating_system": {"type": "STRING", "index": 7, "name": "last_operating_system", "comment": null}, "last_server_name": {"type": "STRING", "index": 8, "name": "last_server_name", "comment": null}, "last_updated_at": {"type": "STRING", "index": 9, "name": "last_updated_at", "comment": null}, "last_user_agent": {"type": "STRING", "index": 10, "name": "last_user_agent", "comment": null}, "last_visit": {"type": "STRING", "index": 11, "name": "last_visit", "comment": null}, "n_id": {"type": "INT64", "index": 12, "name": "n_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 13, "name": "_fivetran_synced", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1445.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.pendo_source.stg_pendo__visitor_history"}, "model.pendo_source.stg_pendo__guide_history_tmp": {"metadata": {"type": "view", "schema": "pendo_source_integration_tests_2000_stg_pendo", "name": "stg_pendo__guide_history_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "last_updated_at": {"type": "STRING", "index": 2, "name": "last_updated_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "app_id": {"type": "INT64", "index": 4, "name": "app_id", "comment": null}, "attribute_badge_can_change_badge_color": {"type": "INT64", "index": 5, "name": "attribute_badge_can_change_badge_color", "comment": null}, "attribute_badge_color": {"type": "INT64", "index": 6, "name": "attribute_badge_color", "comment": null}, "attribute_badge_height": {"type": "INT64", "index": 7, "name": "attribute_badge_height", "comment": null}, "attribute_badge_image_url": {"type": "INT64", "index": 8, "name": "attribute_badge_image_url", "comment": null}, "attribute_badge_is_only_show_once": {"type": "INT64", "index": 9, "name": "attribute_badge_is_only_show_once", "comment": null}, "attribute_badge_name": {"type": "INT64", "index": 10, "name": "attribute_badge_name", "comment": null}, "attribute_badge_offset_left": {"type": "INT64", "index": 11, "name": "attribute_badge_offset_left", "comment": null}, "attribute_badge_offset_right": {"type": "INT64", "index": 12, "name": "attribute_badge_offset_right", "comment": null}, "attribute_badge_offset_top": {"type": "INT64", "index": 13, "name": "attribute_badge_offset_top", "comment": null}, "attribute_badge_position": {"type": "INT64", "index": 14, "name": "attribute_badge_position", "comment": null}, "attribute_badge_show_on_event": {"type": "INT64", "index": 15, "name": "attribute_badge_show_on_event", "comment": null}, "attribute_badge_use_hover": {"type": "INT64", "index": 16, "name": "attribute_badge_use_hover", "comment": null}, "attribute_badge_width": {"type": "INT64", "index": 17, "name": "attribute_badge_width", "comment": null}, "attribute_device_type": {"type": "STRING", "index": 18, "name": "attribute_device_type", "comment": null}, "attribute_priority": {"type": "INT64", "index": 19, "name": "attribute_priority", "comment": null}, "attribute_type": {"type": "STRING", "index": 20, "name": "attribute_type", "comment": null}, "created_at": {"type": "STRING", "index": 21, "name": "created_at", "comment": null}, "created_by_user_id": {"type": "INT64", "index": 22, "name": "created_by_user_id", "comment": null}, "email_state": {"type": "INT64", "index": 23, "name": "email_state", "comment": null}, "is_multi_step": {"type": "BOOL", "index": 24, "name": "is_multi_step", "comment": null}, "is_training": {"type": "BOOL", "index": 25, "name": "is_training", "comment": null}, "last_updated_by_user_id": {"type": "INT64", "index": 26, "name": "last_updated_by_user_id", "comment": null}, "launch_method": {"type": "STRING", "index": 27, "name": "launch_method", "comment": null}, "name": {"type": "STRING", "index": 28, "name": "name", "comment": null}, "published_at": {"type": "STRING", "index": 29, "name": "published_at", "comment": null}, "recurrence": {"type": "INT64", "index": 30, "name": "recurrence", "comment": null}, "recurrence_eligibility_window": {"type": "INT64", "index": 31, "name": "recurrence_eligibility_window", "comment": null}, "reset_at": {"type": "DATETIME", "index": 32, "name": "reset_at", "comment": null}, "root_version_id": {"type": "STRING", "index": 33, "name": "root_version_id", "comment": null}, "stable_version_id": {"type": "STRING", "index": 34, "name": "stable_version_id", "comment": null}, "state": {"type": "STRING", "index": 35, "name": "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.pendo_source.stg_pendo__guide_history_tmp"}, "model.pendo_source.stg_pendo__poll_event_tmp": {"metadata": {"type": "view", "schema": "pendo_source_integration_tests_2000_stg_pendo", "name": "stg_pendo__poll_event_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"account_id": {"type": "STRING", "index": 1, "name": "account_id", "comment": null}, "guide_id": {"type": "STRING", "index": 2, "name": "guide_id", "comment": null}, "poll_id": {"type": "STRING", "index": 3, "name": "poll_id", "comment": null}, "remote_ip": {"type": "STRING", "index": 4, "name": "remote_ip", "comment": null}, "server_name": {"type": "STRING", "index": 5, "name": "server_name", "comment": null}, "timestamp": {"type": "STRING", "index": 6, "name": "timestamp", "comment": null}, "user_agent": {"type": "STRING", "index": 7, "name": "user_agent", "comment": null}, "visitor_id": {"type": "STRING", "index": 8, "name": "visitor_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 9, "name": "_fivetran_synced", "comment": null}, "app_id": {"type": "INT64", "index": 10, "name": "app_id", "comment": null}, "country": {"type": "STRING", "index": 11, "name": "country", "comment": null}, "element_path": {"type": "INT64", "index": 12, "name": "element_path", "comment": null}, "event_id": {"type": "INT64", "index": 13, "name": "event_id", "comment": null}, "guide_step_id": {"type": "INT64", "index": 14, "name": "guide_step_id", "comment": null}, "latitude": {"type": "FLOAT64", "index": 15, "name": "latitude", "comment": null}, "load_time": {"type": "INT64", "index": 16, "name": "load_time", "comment": null}, "longitude": {"type": "FLOAT64", "index": 17, "name": "longitude", "comment": null}, "poll_response": {"type": "STRING", "index": 18, "name": "poll_response", "comment": null}, "region": {"type": "INT64", "index": 19, "name": "region", "comment": null}, "type": {"type": "STRING", "index": 20, "name": "type", "comment": null}, "url": {"type": "STRING", "index": 21, "name": "url", "comment": null}}, "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.pendo_source.stg_pendo__poll_event_tmp"}, "model.pendo_source.stg_pendo__page_rule_history": {"metadata": {"type": "table", "schema": "pendo_source_integration_tests_2000_stg_pendo", "name": "stg_pendo__page_rule_history", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"designer_hint": {"type": "INT64", "index": 1, "name": "designer_hint", "comment": null}, "page_id": {"type": "STRING", "index": 2, "name": "page_id", "comment": null}, "page_last_updated_at": {"type": "STRING", "index": 3, "name": "page_last_updated_at", "comment": null}, "parsed_rule": {"type": "STRING", "index": 4, "name": "parsed_rule", "comment": null}, "rule": {"type": "STRING", "index": 5, "name": "rule", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 6, "name": "_fivetran_synced", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 758.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.pendo_source.stg_pendo__page_rule_history"}, "model.pendo_source.stg_pendo__guide_step_history": {"metadata": {"type": "table", "schema": "pendo_source_integration_tests_2000_stg_pendo", "name": "stg_pendo__guide_step_history", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"guide_id": {"type": "STRING", "index": 1, "name": "guide_id", "comment": null}, "guide_last_updated_at": {"type": "STRING", "index": 2, "name": "guide_last_updated_at", "comment": null}, "step_id": {"type": "STRING", "index": 3, "name": "step_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 4, "name": "_fivetran_synced", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 455.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.pendo_source.stg_pendo__guide_step_history"}, "model.pendo_source.stg_pendo__poll_tmp": {"metadata": {"type": "view", "schema": "pendo_source_integration_tests_2000_stg_pendo", "name": "stg_pendo__poll_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}, "attribute_display": {"type": "INT64", "index": 3, "name": "attribute_display", "comment": null}, "attribute_follow_up": {"type": "STRING", "index": 4, "name": "attribute_follow_up", "comment": null}, "attribute_max_length": {"type": "INT64", "index": 5, "name": "attribute_max_length", "comment": null}, "attribute_placeholder": {"type": "INT64", "index": 6, "name": "attribute_placeholder", "comment": null}, "attribute_type": {"type": "STRING", "index": 7, "name": "attribute_type", "comment": null}, "question": {"type": "STRING", "index": 8, "name": "question", "comment": null}, "reset_at": {"type": "DATETIME", "index": 9, "name": "reset_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.pendo_source.stg_pendo__poll_tmp"}, "model.pendo_source.stg_pendo__page_history": {"metadata": {"type": "table", "schema": "pendo_source_integration_tests_2000_stg_pendo", "name": "stg_pendo__page_history", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"page_id": {"type": "STRING", "index": 1, "name": "page_id", "comment": null}, "page_name": {"type": "STRING", "index": 2, "name": "page_name", "comment": null}, "app_id": {"type": "INT64", "index": 3, "name": "app_id", "comment": null}, "created_at": {"type": "STRING", "index": 4, "name": "created_at", "comment": null}, "created_by_user_id": {"type": "INT64", "index": 5, "name": "created_by_user_id", "comment": null}, "is_dirty": {"type": "BOOL", "index": 6, "name": "is_dirty", "comment": null}, "group_id": {"type": "INT64", "index": 7, "name": "group_id", "comment": null}, "last_updated_at": {"type": "STRING", "index": 8, "name": "last_updated_at", "comment": null}, "last_updated_by_user_id": {"type": "INT64", "index": 9, "name": "last_updated_by_user_id", "comment": null}, "root_version_id": {"type": "STRING", "index": 10, "name": "root_version_id", "comment": null}, "stable_version_id": {"type": "STRING", "index": 11, "name": "stable_version_id", "comment": null}, "valid_through": {"type": "TIMESTAMP", "index": 12, "name": "valid_through", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 13, "name": "_fivetran_synced", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1067.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.pendo_source.stg_pendo__page_history"}, "model.pendo_source.stg_pendo__poll_event": {"metadata": {"type": "table", "schema": "pendo_source_integration_tests_2000_stg_pendo", "name": "stg_pendo__poll_event", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"account_id": {"type": "STRING", "index": 1, "name": "account_id", "comment": null}, "app_id": {"type": "INT64", "index": 2, "name": "app_id", "comment": null}, "country": {"type": "STRING", "index": 3, "name": "country", "comment": null}, "guide_id": {"type": "STRING", "index": 4, "name": "guide_id", "comment": null}, "guide_step_id": {"type": "INT64", "index": 5, "name": "guide_step_id", "comment": null}, "latitude": {"type": "FLOAT64", "index": 6, "name": "latitude", "comment": null}, "longitude": {"type": "FLOAT64", "index": 7, "name": "longitude", "comment": null}, "poll_id": {"type": "STRING", "index": 8, "name": "poll_id", "comment": null}, "poll_response": {"type": "STRING", "index": 9, "name": "poll_response", "comment": null}, "region": {"type": "INT64", "index": 10, "name": "region", "comment": null}, "remote_ip": {"type": "STRING", "index": 11, "name": "remote_ip", "comment": null}, "server_name": {"type": "STRING", "index": 12, "name": "server_name", "comment": null}, "occurred_at": {"type": "STRING", "index": 13, "name": "occurred_at", "comment": null}, "type": {"type": "STRING", "index": 14, "name": "type", "comment": null}, "url": {"type": "STRING", "index": 15, "name": "url", "comment": null}, "user_agent": {"type": "STRING", "index": 16, "name": "user_agent", "comment": null}, "visitor_id": {"type": "STRING", "index": 17, "name": "visitor_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 18, "name": "_fivetran_synced", "comment": null}, "poll_event_key": {"type": "STRING", "index": 19, "name": "poll_event_key", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 3.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1181.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.pendo_source.stg_pendo__poll_event"}, "model.pendo_source.stg_pendo__feature_history_tmp": {"metadata": {"type": "view", "schema": "pendo_source_integration_tests_2000_stg_pendo", "name": "stg_pendo__feature_history_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "last_updated_at": {"type": "STRING", "index": 2, "name": "last_updated_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "app_id": {"type": "INT64", "index": 4, "name": "app_id", "comment": null}, "color": {"type": "INT64", "index": 5, "name": "color", "comment": null}, "created_at": {"type": "STRING", "index": 6, "name": "created_at", "comment": null}, "created_by_user_id": {"type": "INT64", "index": 7, "name": "created_by_user_id", "comment": null}, "dirty": {"type": "BOOL", "index": 8, "name": "dirty", "comment": null}, "group_id": {"type": "STRING", "index": 9, "name": "group_id", "comment": null}, "last_updated_by_user_id": {"type": "INT64", "index": 10, "name": "last_updated_by_user_id", "comment": null}, "name": {"type": "STRING", "index": 11, "name": "name", "comment": null}, "page_id": {"type": "STRING", "index": 12, "name": "page_id", "comment": null}, "root_version_id": {"type": "STRING", "index": 13, "name": "root_version_id", "comment": null}, "stable_version_id": {"type": "STRING", "index": 14, "name": "stable_version_id", "comment": null}, "valid_through": {"type": "DATETIME", "index": 15, "name": "valid_through", "comment": null}, "is_core_event": {"type": "BOOL", "index": 16, "name": "is_core_event", "comment": null}}, "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.pendo_source.stg_pendo__feature_history_tmp"}, "model.pendo_source.stg_pendo__guide_event_tmp": {"metadata": {"type": "view", "schema": "pendo_source_integration_tests_2000_stg_pendo", "name": "stg_pendo__guide_event_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"account_id": {"type": "STRING", "index": 1, "name": "account_id", "comment": null}, "guide_id": {"type": "STRING", "index": 2, "name": "guide_id", "comment": null}, "remote_ip": {"type": "STRING", "index": 3, "name": "remote_ip", "comment": null}, "server_name": {"type": "STRING", "index": 4, "name": "server_name", "comment": null}, "timestamp": {"type": "STRING", "index": 5, "name": "timestamp", "comment": null}, "user_agent": {"type": "STRING", "index": 6, "name": "user_agent", "comment": null}, "visitor_id": {"type": "STRING", "index": 7, "name": "visitor_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 8, "name": "_fivetran_synced", "comment": null}, "app_id": {"type": "INT64", "index": 9, "name": "app_id", "comment": null}, "country": {"type": "STRING", "index": 10, "name": "country", "comment": null}, "element_path": {"type": "STRING", "index": 11, "name": "element_path", "comment": null}, "event_id": {"type": "INT64", "index": 12, "name": "event_id", "comment": null}, "guide_step_id": {"type": "STRING", "index": 13, "name": "guide_step_id", "comment": null}, "latitude": {"type": "NUMERIC", "index": 14, "name": "latitude", "comment": null}, "load_time": {"type": "INT64", "index": 15, "name": "load_time", "comment": null}, "longitude": {"type": "NUMERIC", "index": 16, "name": "longitude", "comment": null}, "region": {"type": "STRING", "index": 17, "name": "region", "comment": null}, "type": {"type": "STRING", "index": 18, "name": "type", "comment": null}, "url": {"type": "STRING", "index": 19, "name": "url", "comment": null}}, "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.pendo_source.stg_pendo__guide_event_tmp"}, "model.pendo_source.stg_pendo__guide_step_history_tmp": {"metadata": {"type": "view", "schema": "pendo_source_integration_tests_2000_stg_pendo", "name": "stg_pendo__guide_step_history_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"guide_id": {"type": "STRING", "index": 1, "name": "guide_id", "comment": null}, "guide_last_updated_at": {"type": "STRING", "index": 2, "name": "guide_last_updated_at", "comment": null}, "step_id": {"type": "STRING", "index": 3, "name": "step_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 4, "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.pendo_source.stg_pendo__guide_step_history_tmp"}, "model.pendo_source.stg_pendo__application_history": {"metadata": {"type": "table", "schema": "pendo_source_integration_tests_2000_stg_pendo", "name": "stg_pendo__application_history", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"application_id": {"type": "INT64", "index": 1, "name": "application_id", "comment": null}, "agent_policy_prod": {"type": "STRING", "index": 2, "name": "agent_policy_prod", "comment": null}, "agent_policy_staging": {"type": "STRING", "index": 3, "name": "agent_policy_staging", "comment": null}, "agent_version_prod": {"type": "STRING", "index": 4, "name": "agent_version_prod", "comment": null}, "agent_version_staging": {"type": "STRING", "index": 5, "name": "agent_version_staging", "comment": null}, "created_at": {"type": "STRING", "index": 6, "name": "created_at", "comment": null}, "created_by_user_id": {"type": "INT64", "index": 7, "name": "created_by_user_id", "comment": null}, "description": {"type": "INT64", "index": 8, "name": "description", "comment": null}, "display_name": {"type": "STRING", "index": 9, "name": "display_name", "comment": null}, "event_count": {"type": "INT64", "index": 10, "name": "event_count", "comment": null}, "first_event_at": {"type": "STRING", "index": 11, "name": "first_event_at", "comment": null}, "is_integrated": {"type": "BOOL", "index": 12, "name": "is_integrated", "comment": null}, "is_deleted": {"type": "BOOL", "index": 13, "name": "is_deleted", "comment": null}, "last_updated_at": {"type": "STRING", "index": 14, "name": "last_updated_at", "comment": null}, "last_updated_by_user_id": {"type": "INT64", "index": 15, "name": "last_updated_by_user_id", "comment": null}, "application_name": {"type": "STRING", "index": 16, "name": "application_name", "comment": null}, "platform": {"type": "STRING", "index": 17, "name": "platform", "comment": null}, "subscription_id": {"type": "INT64", "index": 18, "name": "subscription_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 19, "name": "_fivetran_synced", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 895.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.pendo_source.stg_pendo__application_history"}, "model.pendo_source.stg_pendo__guide_history": {"metadata": {"type": "table", "schema": "pendo_source_integration_tests_2000_stg_pendo", "name": "stg_pendo__guide_history", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"guide_id": {"type": "STRING", "index": 1, "name": "guide_id", "comment": null}, "guide_name": {"type": "STRING", "index": 2, "name": "guide_name", "comment": null}, "app_id": {"type": "INT64", "index": 3, "name": "app_id", "comment": null}, "state": {"type": "STRING", "index": 4, "name": "state", "comment": null}, "device_type": {"type": "STRING", "index": 5, "name": "device_type", "comment": null}, "created_at": {"type": "STRING", "index": 6, "name": "created_at", "comment": null}, "created_by_user_id": {"type": "INT64", "index": 7, "name": "created_by_user_id", "comment": null}, "is_multi_step": {"type": "BOOL", "index": 8, "name": "is_multi_step", "comment": null}, "is_training": {"type": "BOOL", "index": 9, "name": "is_training", "comment": null}, "last_updated_at": {"type": "STRING", "index": 10, "name": "last_updated_at", "comment": null}, "last_updated_by_user_id": {"type": "INT64", "index": 11, "name": "last_updated_by_user_id", "comment": null}, "launch_method": {"type": "STRING", "index": 12, "name": "launch_method", "comment": null}, "published_at": {"type": "STRING", "index": 13, "name": "published_at", "comment": null}, "recurrence": {"type": "INT64", "index": 14, "name": "recurrence", "comment": null}, "recurrence_eligibility_window": {"type": "INT64", "index": 15, "name": "recurrence_eligibility_window", "comment": null}, "reset_at": {"type": "DATETIME", "index": 16, "name": "reset_at", "comment": null}, "root_version_id": {"type": "STRING", "index": 17, "name": "root_version_id", "comment": null}, "stable_version_id": {"type": "STRING", "index": 18, "name": "stable_version_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 19, "name": "_fivetran_synced", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1394.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.pendo_source.stg_pendo__guide_history"}, "model.pendo_source.stg_pendo__poll": {"metadata": {"type": "table", "schema": "pendo_source_integration_tests_2000_stg_pendo", "name": "stg_pendo__poll", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"poll_id": {"type": "STRING", "index": 1, "name": "poll_id", "comment": null}, "attribute_display": {"type": "INT64", "index": 2, "name": "attribute_display", "comment": null}, "follow_up_poll_id": {"type": "STRING", "index": 3, "name": "follow_up_poll_id", "comment": null}, "attribute_max_length": {"type": "INT64", "index": 4, "name": "attribute_max_length", "comment": null}, "attribute_type": {"type": "STRING", "index": 5, "name": "attribute_type", "comment": null}, "question": {"type": "STRING", "index": 6, "name": "question", "comment": null}, "reset_at": {"type": "DATETIME", "index": 7, "name": "reset_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 8, "name": "_fivetran_synced", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 3.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 348.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.pendo_source.stg_pendo__poll"}}, "sources": {"source.pendo_source.pendo.visitor_account_history": {"metadata": {"type": "table", "schema": "pendo_source_integration_tests_2000", "name": "visitor_account_history", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"account_id": {"type": "STRING", "index": 1, "name": "account_id", "comment": null}, "visitor_id": {"type": "STRING", "index": 2, "name": "visitor_id", "comment": null}, "visitor_last_updated_at": {"type": "STRING", "index": 3, "name": "visitor_last_updated_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 4, "name": "_fivetran_synced", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 3.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 195.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.pendo_source.pendo.visitor_account_history"}, "source.pendo_source.pendo.user": {"metadata": {"type": "table", "schema": "pendo_source_integration_tests_2000", "name": "user", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "deleted_at": {"type": "INT64", "index": 3, "name": "deleted_at", "comment": null}, "first_name": {"type": "STRING", "index": 4, "name": "first_name", "comment": null}, "last_name": {"type": "STRING", "index": 5, "name": "last_name", "comment": null}, "role": {"type": "INT64", "index": 6, "name": "role", "comment": null}, "user_type": {"type": "STRING", "index": 7, "name": "user_type", "comment": null}, "username": {"type": "STRING", "index": 8, "name": "username", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 342.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.pendo_source.pendo.user"}, "source.pendo_source.pendo.page_rule_history": {"metadata": {"type": "table", "schema": "pendo_source_integration_tests_2000", "name": "page_rule_history", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"page_id": {"type": "STRING", "index": 1, "name": "page_id", "comment": null}, "page_last_updated_at": {"type": "STRING", "index": 2, "name": "page_last_updated_at", "comment": null}, "rule": {"type": "STRING", "index": 3, "name": "rule", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 4, "name": "_fivetran_synced", "comment": null}, "designer_hint": {"type": "INT64", "index": 5, "name": "designer_hint", "comment": null}, "parsed_rule": {"type": "STRING", "index": 6, "name": "parsed_rule", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 758.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.pendo_source.pendo.page_rule_history"}, "source.pendo_source.pendo.poll": {"metadata": {"type": "table", "schema": "pendo_source_integration_tests_2000", "name": "poll", "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}, "attribute_display": {"type": "INT64", "index": 3, "name": "attribute_display", "comment": null}, "attribute_follow_up": {"type": "STRING", "index": 4, "name": "attribute_follow_up", "comment": null}, "attribute_max_length": {"type": "INT64", "index": 5, "name": "attribute_max_length", "comment": null}, "attribute_placeholder": {"type": "INT64", "index": 6, "name": "attribute_placeholder", "comment": null}, "attribute_type": {"type": "STRING", "index": 7, "name": "attribute_type", "comment": null}, "question": {"type": "STRING", "index": 8, "name": "question", "comment": null}, "reset_at": {"type": "DATETIME", "index": 9, "name": "reset_at", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 3.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 348.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.pendo_source.pendo.poll"}, "source.pendo_source.pendo.application_history": {"metadata": {"type": "table", "schema": "pendo_source_integration_tests_2000", "name": "application_history", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "last_updated_at": {"type": "STRING", "index": 2, "name": "last_updated_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "agent_policy_prod": {"type": "STRING", "index": 4, "name": "agent_policy_prod", "comment": null}, "agent_policy_staging": {"type": "STRING", "index": 5, "name": "agent_policy_staging", "comment": null}, "agent_version_prod": {"type": "STRING", "index": 6, "name": "agent_version_prod", "comment": null}, "agent_version_staging": {"type": "STRING", "index": 7, "name": "agent_version_staging", "comment": null}, "application_flags_cname": {"type": "BOOL", "index": 8, "name": "application_flags_cname", "comment": null}, "application_flags_disabled": {"type": "BOOL", "index": 9, "name": "application_flags_disabled", "comment": null}, "application_flags_guide_localization": {"type": "BOOL", "index": 10, "name": "application_flags_guide_localization", "comment": null}, "application_flags_guide_widget": {"type": "BOOL", "index": 11, "name": "application_flags_guide_widget", "comment": null}, "application_flags_onboarding": {"type": "BOOL", "index": 12, "name": "application_flags_onboarding", "comment": null}, "application_flags_prevent_code_injection": {"type": "BOOL", "index": 13, "name": "application_flags_prevent_code_injection", "comment": null}, "application_flags_show_guides_to_anon": {"type": "BOOL", "index": 14, "name": "application_flags_show_guides_to_anon", "comment": null}, "application_flags_xhr_timings": {"type": "BOOL", "index": 15, "name": "application_flags_xhr_timings", "comment": null}, "created_at": {"type": "STRING", "index": 16, "name": "created_at", "comment": null}, "created_by_user_id": {"type": "INT64", "index": 17, "name": "created_by_user_id", "comment": null}, "description": {"type": "INT64", "index": 18, "name": "description", "comment": null}, "disabled_at": {"type": "DATETIME", "index": 19, "name": "disabled_at", "comment": null}, "display_name": {"type": "STRING", "index": 20, "name": "display_name", "comment": null}, "event_count": {"type": "INT64", "index": 21, "name": "event_count", "comment": null}, "event_rate": {"type": "INT64", "index": 22, "name": "event_rate", "comment": null}, "first_event_time": {"type": "STRING", "index": 23, "name": "first_event_time", "comment": null}, "guide_css_url": {"type": "INT64", "index": 24, "name": "guide_css_url", "comment": null}, "icon_url": {"type": "INT64", "index": 25, "name": "icon_url", "comment": null}, "integrated": {"type": "BOOL", "index": 26, "name": "integrated", "comment": null}, "is_deleted": {"type": "BOOL", "index": 27, "name": "is_deleted", "comment": null}, "last_updated_by_user_id": {"type": "INT64", "index": 28, "name": "last_updated_by_user_id", "comment": null}, "marked_for_deletion_at": {"type": "DATETIME", "index": 29, "name": "marked_for_deletion_at", "comment": null}, "name": {"type": "STRING", "index": 30, "name": "name", "comment": null}, "platform": {"type": "STRING", "index": 31, "name": "platform", "comment": null}, "push_application_id": {"type": "INT64", "index": 32, "name": "push_application_id", "comment": null}, "record_until": {"type": "DATETIME", "index": 33, "name": "record_until", "comment": null}, "sampling_rate": {"type": "DATETIME", "index": 34, "name": "sampling_rate", "comment": null}, "starting_event_time": {"type": "DATETIME", "index": 35, "name": "starting_event_time", "comment": null}, "store_url": {"type": "INT64", "index": 36, "name": "store_url", "comment": null}, "subscription_id": {"type": "INT64", "index": 37, "name": "subscription_id", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1175.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.pendo_source.pendo.application_history"}, "source.pendo_source.pendo.page_event": {"metadata": {"type": "table", "schema": "pendo_source_integration_tests_2000", "name": "page_event", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"account_id": {"type": "STRING", "index": 1, "name": "account_id", "comment": null}, "page_id": {"type": "STRING", "index": 2, "name": "page_id", "comment": null}, "remote_ip": {"type": "STRING", "index": 3, "name": "remote_ip", "comment": null}, "server_name": {"type": "STRING", "index": 4, "name": "server_name", "comment": null}, "timestamp": {"type": "DATETIME", "index": 5, "name": "timestamp", "comment": null}, "user_agent": {"type": "STRING", "index": 6, "name": "user_agent", "comment": null}, "visitor_id": {"type": "STRING", "index": 7, "name": "visitor_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 8, "name": "_fivetran_synced", "comment": null}, "app_id": {"type": "INT64", "index": 9, "name": "app_id", "comment": null}, "num_events": {"type": "INT64", "index": 10, "name": "num_events", "comment": null}, "num_minutes": {"type": "INT64", "index": 11, "name": "num_minutes", "comment": null}, "param_parameter": {"type": "INT64", "index": 12, "name": "param_parameter", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1323.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.pendo_source.pendo.page_event"}, "source.pendo_source.pendo.event": {"metadata": {"type": "table", "schema": "pendo_source_integration_tests_2000", "name": "event", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"account_id": {"type": "STRING", "index": 1, "name": "account_id", "comment": null}, "remote_ip": {"type": "STRING", "index": 2, "name": "remote_ip", "comment": null}, "server_name": {"type": "STRING", "index": 3, "name": "server_name", "comment": null}, "timestamp": {"type": "DATETIME", "index": 4, "name": "timestamp", "comment": null}, "user_agent": {"type": "STRING", "index": 5, "name": "user_agent", "comment": null}, "visitor_id": {"type": "STRING", "index": 6, "name": "visitor_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 7, "name": "_fivetran_synced", "comment": null}, "app_id": {"type": "INT64", "index": 8, "name": "app_id", "comment": null}, "num_events": {"type": "INT64", "index": 9, "name": "num_events", "comment": null}, "num_minutes": {"type": "INT64", "index": 10, "name": "num_minutes", "comment": null}, "page_id": {"type": "STRING", "index": 11, "name": "page_id", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 886.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.pendo_source.pendo.event"}, "source.pendo_source.pendo.guide_step_history": {"metadata": {"type": "table", "schema": "pendo_source_integration_tests_2000", "name": "guide_step_history", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"guide_id": {"type": "STRING", "index": 1, "name": "guide_id", "comment": null}, "guide_last_updated_at": {"type": "STRING", "index": 2, "name": "guide_last_updated_at", "comment": null}, "step_id": {"type": "STRING", "index": 3, "name": "step_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 4, "name": "_fivetran_synced", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 455.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.pendo_source.pendo.guide_step_history"}, "source.pendo_source.pendo.guide_history": {"metadata": {"type": "table", "schema": "pendo_source_integration_tests_2000", "name": "guide_history", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "last_updated_at": {"type": "STRING", "index": 2, "name": "last_updated_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "app_id": {"type": "INT64", "index": 4, "name": "app_id", "comment": null}, "attribute_badge_can_change_badge_color": {"type": "INT64", "index": 5, "name": "attribute_badge_can_change_badge_color", "comment": null}, "attribute_badge_color": {"type": "INT64", "index": 6, "name": "attribute_badge_color", "comment": null}, "attribute_badge_height": {"type": "INT64", "index": 7, "name": "attribute_badge_height", "comment": null}, "attribute_badge_image_url": {"type": "INT64", "index": 8, "name": "attribute_badge_image_url", "comment": null}, "attribute_badge_is_only_show_once": {"type": "INT64", "index": 9, "name": "attribute_badge_is_only_show_once", "comment": null}, "attribute_badge_name": {"type": "INT64", "index": 10, "name": "attribute_badge_name", "comment": null}, "attribute_badge_offset_left": {"type": "INT64", "index": 11, "name": "attribute_badge_offset_left", "comment": null}, "attribute_badge_offset_right": {"type": "INT64", "index": 12, "name": "attribute_badge_offset_right", "comment": null}, "attribute_badge_offset_top": {"type": "INT64", "index": 13, "name": "attribute_badge_offset_top", "comment": null}, "attribute_badge_position": {"type": "INT64", "index": 14, "name": "attribute_badge_position", "comment": null}, "attribute_badge_show_on_event": {"type": "INT64", "index": 15, "name": "attribute_badge_show_on_event", "comment": null}, "attribute_badge_use_hover": {"type": "INT64", "index": 16, "name": "attribute_badge_use_hover", "comment": null}, "attribute_badge_width": {"type": "INT64", "index": 17, "name": "attribute_badge_width", "comment": null}, "attribute_device_type": {"type": "STRING", "index": 18, "name": "attribute_device_type", "comment": null}, "attribute_priority": {"type": "INT64", "index": 19, "name": "attribute_priority", "comment": null}, "attribute_type": {"type": "STRING", "index": 20, "name": "attribute_type", "comment": null}, "created_at": {"type": "STRING", "index": 21, "name": "created_at", "comment": null}, "created_by_user_id": {"type": "INT64", "index": 22, "name": "created_by_user_id", "comment": null}, "email_state": {"type": "INT64", "index": 23, "name": "email_state", "comment": null}, "is_multi_step": {"type": "BOOL", "index": 24, "name": "is_multi_step", "comment": null}, "is_training": {"type": "BOOL", "index": 25, "name": "is_training", "comment": null}, "last_updated_by_user_id": {"type": "INT64", "index": 26, "name": "last_updated_by_user_id", "comment": null}, "launch_method": {"type": "STRING", "index": 27, "name": "launch_method", "comment": null}, "name": {"type": "STRING", "index": 28, "name": "name", "comment": null}, "published_at": {"type": "STRING", "index": 29, "name": "published_at", "comment": null}, "recurrence": {"type": "INT64", "index": 30, "name": "recurrence", "comment": null}, "recurrence_eligibility_window": {"type": "INT64", "index": 31, "name": "recurrence_eligibility_window", "comment": null}, "reset_at": {"type": "DATETIME", "index": 32, "name": "reset_at", "comment": null}, "root_version_id": {"type": "STRING", "index": 33, "name": "root_version_id", "comment": null}, "stable_version_id": {"type": "STRING", "index": 34, "name": "stable_version_id", "comment": null}, "state": {"type": "STRING", "index": 35, "name": "state", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1514.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.pendo_source.pendo.guide_history"}, "source.pendo_source.pendo.page_history": {"metadata": {"type": "table", "schema": "pendo_source_integration_tests_2000", "name": "page_history", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "last_updated_at": {"type": "STRING", "index": 2, "name": "last_updated_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "app_id": {"type": "INT64", "index": 4, "name": "app_id", "comment": null}, "color": {"type": "INT64", "index": 5, "name": "color", "comment": null}, "created_at": {"type": "STRING", "index": 6, "name": "created_at", "comment": null}, "created_by_user_id": {"type": "INT64", "index": 7, "name": "created_by_user_id", "comment": null}, "dirty": {"type": "BOOL", "index": 8, "name": "dirty", "comment": null}, "group_id": {"type": "INT64", "index": 9, "name": "group_id", "comment": null}, "last_updated_by_user_id": {"type": "INT64", "index": 10, "name": "last_updated_by_user_id", "comment": null}, "name": {"type": "STRING", "index": 11, "name": "name", "comment": null}, "root_version_id": {"type": "STRING", "index": 12, "name": "root_version_id", "comment": null}, "stable_version_id": {"type": "STRING", "index": 13, "name": "stable_version_id", "comment": null}, "valid_through": {"type": "DATETIME", "index": 14, "name": "valid_through", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1067.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.pendo_source.pendo.page_history"}, "source.pendo_source.pendo.poll_event": {"metadata": {"type": "table", "schema": "pendo_source_integration_tests_2000", "name": "poll_event", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"account_id": {"type": "STRING", "index": 1, "name": "account_id", "comment": null}, "guide_id": {"type": "STRING", "index": 2, "name": "guide_id", "comment": null}, "poll_id": {"type": "STRING", "index": 3, "name": "poll_id", "comment": null}, "remote_ip": {"type": "STRING", "index": 4, "name": "remote_ip", "comment": null}, "server_name": {"type": "STRING", "index": 5, "name": "server_name", "comment": null}, "timestamp": {"type": "STRING", "index": 6, "name": "timestamp", "comment": null}, "user_agent": {"type": "STRING", "index": 7, "name": "user_agent", "comment": null}, "visitor_id": {"type": "STRING", "index": 8, "name": "visitor_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 9, "name": "_fivetran_synced", "comment": null}, "app_id": {"type": "INT64", "index": 10, "name": "app_id", "comment": null}, "country": {"type": "STRING", "index": 11, "name": "country", "comment": null}, "element_path": {"type": "INT64", "index": 12, "name": "element_path", "comment": null}, "event_id": {"type": "INT64", "index": 13, "name": "event_id", "comment": null}, "guide_step_id": {"type": "INT64", "index": 14, "name": "guide_step_id", "comment": null}, "latitude": {"type": "FLOAT64", "index": 15, "name": "latitude", "comment": null}, "load_time": {"type": "INT64", "index": 16, "name": "load_time", "comment": null}, "longitude": {"type": "FLOAT64", "index": 17, "name": "longitude", "comment": null}, "poll_response": {"type": "STRING", "index": 18, "name": "poll_response", "comment": null}, "region": {"type": "INT64", "index": 19, "name": "region", "comment": null}, "type": {"type": "STRING", "index": 20, "name": "type", "comment": null}, "url": {"type": "STRING", "index": 21, "name": "url", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 3.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1103.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.pendo_source.pendo.poll_event"}, "source.pendo_source.pendo.feature_event": {"metadata": {"type": "table", "schema": "pendo_source_integration_tests_2000", "name": "feature_event", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"account_id": {"type": "STRING", "index": 1, "name": "account_id", "comment": null}, "feature_id": {"type": "STRING", "index": 2, "name": "feature_id", "comment": null}, "remote_ip": {"type": "STRING", "index": 3, "name": "remote_ip", "comment": null}, "server_name": {"type": "STRING", "index": 4, "name": "server_name", "comment": null}, "timestamp": {"type": "DATETIME", "index": 5, "name": "timestamp", "comment": null}, "user_agent": {"type": "STRING", "index": 6, "name": "user_agent", "comment": null}, "visitor_id": {"type": "STRING", "index": 7, "name": "visitor_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 8, "name": "_fivetran_synced", "comment": null}, "app_id": {"type": "INT64", "index": 9, "name": "app_id", "comment": null}, "num_events": {"type": "INT64", "index": 10, "name": "num_events", "comment": null}, "num_minutes": {"type": "INT64", "index": 11, "name": "num_minutes", "comment": null}, "param_parameter": {"type": "INT64", "index": 12, "name": "param_parameter", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1245.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.pendo_source.pendo.feature_event"}, "source.pendo_source.pendo.account_history": {"metadata": {"type": "table", "schema": "pendo_source_integration_tests_2000", "name": "account_history", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "last_updated_at": {"type": "STRING", "index": 2, "name": "last_updated_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "agent_creationdate": {"type": "STRING", "index": 4, "name": "agent_creationdate", "comment": null}, "agent_group_id": {"type": "STRING", "index": 5, "name": "agent_group_id", "comment": null}, "agent_is_paying": {"type": "BOOL", "index": 6, "name": "agent_is_paying", "comment": null}, "agent_name": {"type": "STRING", "index": 7, "name": "agent_name", "comment": null}, "agent_planlevel": {"type": "STRING", "index": 8, "name": "agent_planlevel", "comment": null}, "first_visit": {"type": "STRING", "index": 9, "name": "first_visit", "comment": null}, "id_hash": {"type": "INT64", "index": 10, "name": "id_hash", "comment": null}, "last_visit": {"type": "STRING", "index": 11, "name": "last_visit", "comment": null}, "salesforce_status_c": {"type": "INT64", "index": 12, "name": "salesforce_status_c", "comment": null}, "agent_salesforceaccountid": {"type": "INT64", "index": 13, "name": "agent_salesforceaccountid", "comment": null}, "salesforce_customer_health_engagement_score_c": {"type": "INT64", "index": 14, "name": "salesforce_customer_health_engagement_score_c", "comment": null}, "salesforce_employee_range_c": {"type": "INT64", "index": 15, "name": "salesforce_employee_range_c", "comment": null}, "salesforce_platform_level_c": {"type": "INT64", "index": 16, "name": "salesforce_platform_level_c", "comment": null}, "salesforce_segment_c": {"type": "INT64", "index": 17, "name": "salesforce_segment_c", "comment": null}, "salesforce_name": {"type": "INT64", "index": 18, "name": "salesforce_name", "comment": null}, "salesforce_account_owner_email_c": {"type": "INT64", "index": 19, "name": "salesforce_account_owner_email_c", "comment": null}, "salesforce_pbf_account_c": {"type": "INT64", "index": 20, "name": "salesforce_pbf_account_c", "comment": null}, "salesforce_region_c": {"type": "INT64", "index": 21, "name": "salesforce_region_c", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 783.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.pendo_source.pendo.account_history"}, "source.pendo_source.pendo.guide_event": {"metadata": {"type": "table", "schema": "pendo_source_integration_tests_2000", "name": "guide_event", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"account_id": {"type": "STRING", "index": 1, "name": "account_id", "comment": null}, "guide_id": {"type": "STRING", "index": 2, "name": "guide_id", "comment": null}, "remote_ip": {"type": "STRING", "index": 3, "name": "remote_ip", "comment": null}, "server_name": {"type": "STRING", "index": 4, "name": "server_name", "comment": null}, "timestamp": {"type": "STRING", "index": 5, "name": "timestamp", "comment": null}, "user_agent": {"type": "STRING", "index": 6, "name": "user_agent", "comment": null}, "visitor_id": {"type": "STRING", "index": 7, "name": "visitor_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 8, "name": "_fivetran_synced", "comment": null}, "app_id": {"type": "INT64", "index": 9, "name": "app_id", "comment": null}, "country": {"type": "STRING", "index": 10, "name": "country", "comment": null}, "element_path": {"type": "STRING", "index": 11, "name": "element_path", "comment": null}, "event_id": {"type": "INT64", "index": 12, "name": "event_id", "comment": null}, "guide_step_id": {"type": "STRING", "index": 13, "name": "guide_step_id", "comment": null}, "latitude": {"type": "NUMERIC", "index": 14, "name": "latitude", "comment": null}, "load_time": {"type": "INT64", "index": 15, "name": "load_time", "comment": null}, "longitude": {"type": "NUMERIC", "index": 16, "name": "longitude", "comment": null}, "region": {"type": "STRING", "index": 17, "name": "region", "comment": null}, "type": {"type": "STRING", "index": 18, "name": "type", "comment": null}, "url": {"type": "STRING", "index": 19, "name": "url", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1974.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.pendo_source.pendo.guide_event"}, "source.pendo_source.pendo.visitor_history": {"metadata": {"type": "table", "schema": "pendo_source_integration_tests_2000", "name": "visitor_history", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "last_updated_at": {"type": "STRING", "index": 2, "name": "last_updated_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "account_id": {"type": "STRING", "index": 4, "name": "account_id", "comment": null}, "agent_email": {"type": "STRING", "index": 5, "name": "agent_email", "comment": null}, "agent_full_name": {"type": "STRING", "index": 6, "name": "agent_full_name", "comment": null}, "agent_group_role": {"type": "INT64", "index": 7, "name": "agent_group_role", "comment": null}, "agent_name": {"type": "STRING", "index": 8, "name": "agent_name", "comment": null}, "agent_role": {"type": "STRING", "index": 9, "name": "agent_role", "comment": null}, "first_visit": {"type": "STRING", "index": 10, "name": "first_visit", "comment": null}, "id_hash": {"type": "INT64", "index": 11, "name": "id_hash", "comment": null}, "last_browser_name": {"type": "STRING", "index": 12, "name": "last_browser_name", "comment": null}, "last_browser_version": {"type": "STRING", "index": 13, "name": "last_browser_version", "comment": null}, "last_operating_system": {"type": "STRING", "index": 14, "name": "last_operating_system", "comment": null}, "last_server_name": {"type": "STRING", "index": 15, "name": "last_server_name", "comment": null}, "last_user_agent": {"type": "STRING", "index": 16, "name": "last_user_agent", "comment": null}, "last_visit": {"type": "STRING", "index": 17, "name": "last_visit", "comment": null}, "n_id": {"type": "INT64", "index": 18, "name": "n_id", "comment": null}, "salesforce_country_c": {"type": "INT64", "index": 19, "name": "salesforce_country_c", "comment": null}, "salesforce_fivetran_industry_category_c": {"type": "INT64", "index": 20, "name": "salesforce_fivetran_industry_category_c", "comment": null}, "salesforce_job_function_c": {"type": "STRING", "index": 21, "name": "salesforce_job_function_c", "comment": null}, "salesforce_job_level_c": {"type": "INT64", "index": 22, "name": "salesforce_job_level_c", "comment": null}, "salesforce_name": {"type": "INT64", "index": 23, "name": "salesforce_name", "comment": null}, "agent_language": {"type": "INT64", "index": 24, "name": "agent_language", "comment": null}, "pendo_lastemail": {"type": "INT64", "index": 25, "name": "pendo_lastemail", "comment": null}, "pendo_lastemailstatus": {"type": "INT64", "index": 26, "name": "pendo_lastemailstatus", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1672.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.pendo_source.pendo.visitor_history"}, "source.pendo_source.pendo.feature_history": {"metadata": {"type": "table", "schema": "pendo_source_integration_tests_2000", "name": "feature_history", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "last_updated_at": {"type": "STRING", "index": 2, "name": "last_updated_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "app_id": {"type": "INT64", "index": 4, "name": "app_id", "comment": null}, "color": {"type": "INT64", "index": 5, "name": "color", "comment": null}, "created_at": {"type": "STRING", "index": 6, "name": "created_at", "comment": null}, "created_by_user_id": {"type": "INT64", "index": 7, "name": "created_by_user_id", "comment": null}, "dirty": {"type": "BOOL", "index": 8, "name": "dirty", "comment": null}, "group_id": {"type": "STRING", "index": 9, "name": "group_id", "comment": null}, "last_updated_by_user_id": {"type": "INT64", "index": 10, "name": "last_updated_by_user_id", "comment": null}, "name": {"type": "STRING", "index": 11, "name": "name", "comment": null}, "page_id": {"type": "STRING", "index": 12, "name": "page_id", "comment": null}, "root_version_id": {"type": "STRING", "index": 13, "name": "root_version_id", "comment": null}, "stable_version_id": {"type": "STRING", "index": 14, "name": "stable_version_id", "comment": null}, "valid_through": {"type": "DATETIME", "index": 15, "name": "valid_through", "comment": null}, "is_core_event": {"type": "BOOL", "index": 16, "name": "is_core_event", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1312.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.pendo_source.pendo.feature_history"}, "source.pendo_source.pendo.group": {"metadata": {"type": "table", "schema": "pendo_source_integration_tests_2000", "name": "group_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}, "color": {"type": "STRING", "index": 4, "name": "color", "comment": null}, "created_at": {"type": "STRING", "index": 5, "name": "created_at", "comment": null}, "created_by_user_id": {"type": "INT64", "index": 6, "name": "created_by_user_id", "comment": null}, "description": {"type": "INT64", "index": 7, "name": "description", "comment": null}, "last_updated_at": {"type": "STRING", "index": 8, "name": "last_updated_at", "comment": null}, "last_updated_by_user_id": {"type": "INT64", "index": 9, "name": "last_updated_by_user_id", "comment": null}, "length": {"type": "INT64", "index": 10, "name": "length", "comment": null}, "name": {"type": "STRING", "index": 11, "name": "name", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 4.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 526.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.pendo_source.pendo.group"}}, "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-04-17T16:56:22.163230Z", "invocation_id": "479d80e8-31d2-477d-b0fc-ed6c3afca3e5", "env": {}}, "nodes": {"seed.pendo_source_integration_tests.poll": {"metadata": {"type": "table", "schema": "recharge_integration_tests", "name": "poll", "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}, "attribute_display": {"type": "INT64", "index": 3, "name": "attribute_display", "comment": null}, "attribute_follow_up": {"type": "STRING", "index": 4, "name": "attribute_follow_up", "comment": null}, "attribute_max_length": {"type": "INT64", "index": 5, "name": "attribute_max_length", "comment": null}, "attribute_placeholder": {"type": "INT64", "index": 6, "name": "attribute_placeholder", "comment": null}, "attribute_type": {"type": "STRING", "index": 7, "name": "attribute_type", "comment": null}, "question": {"type": "STRING", "index": 8, "name": "question", "comment": null}, "reset_at": {"type": "DATETIME", "index": 9, "name": "reset_at", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 3.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 348.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.pendo_source_integration_tests.poll"}, "seed.pendo_source_integration_tests.user": {"metadata": {"type": "table", "schema": "recharge_integration_tests", "name": "user", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "deleted_at": {"type": "INT64", "index": 3, "name": "deleted_at", "comment": null}, "first_name": {"type": "STRING", "index": 4, "name": "first_name", "comment": null}, "last_name": {"type": "STRING", "index": 5, "name": "last_name", "comment": null}, "role": {"type": "INT64", "index": 6, "name": "role", "comment": null}, "user_type": {"type": "STRING", "index": 7, "name": "user_type", "comment": null}, "username": {"type": "STRING", "index": 8, "name": "username", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 342.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.pendo_source_integration_tests.user"}, "seed.pendo_source_integration_tests.page_rule_history": {"metadata": {"type": "table", "schema": "recharge_integration_tests", "name": "page_rule_history", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"page_id": {"type": "STRING", "index": 1, "name": "page_id", "comment": null}, "page_last_updated_at": {"type": "STRING", "index": 2, "name": "page_last_updated_at", "comment": null}, "rule": {"type": "STRING", "index": 3, "name": "rule", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 4, "name": "_fivetran_synced", "comment": null}, "designer_hint": {"type": "INT64", "index": 5, "name": "designer_hint", "comment": null}, "parsed_rule": {"type": "STRING", "index": 6, "name": "parsed_rule", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 758.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.pendo_source_integration_tests.page_rule_history"}, "seed.pendo_source_integration_tests.page_event": {"metadata": {"type": "table", "schema": "recharge_integration_tests", "name": "page_event", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"account_id": {"type": "STRING", "index": 1, "name": "account_id", "comment": null}, "page_id": {"type": "STRING", "index": 2, "name": "page_id", "comment": null}, "remote_ip": {"type": "STRING", "index": 3, "name": "remote_ip", "comment": null}, "server_name": {"type": "STRING", "index": 4, "name": "server_name", "comment": null}, "timestamp": {"type": "DATETIME", "index": 5, "name": "timestamp", "comment": null}, "user_agent": {"type": "STRING", "index": 6, "name": "user_agent", "comment": null}, "visitor_id": {"type": "STRING", "index": 7, "name": "visitor_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 8, "name": "_fivetran_synced", "comment": null}, "app_id": {"type": "INT64", "index": 9, "name": "app_id", "comment": null}, "num_events": {"type": "INT64", "index": 10, "name": "num_events", "comment": null}, "num_minutes": {"type": "INT64", "index": 11, "name": "num_minutes", "comment": null}, "param_parameter": {"type": "INT64", "index": 12, "name": "param_parameter", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1323.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.pendo_source_integration_tests.page_event"}, "seed.pendo_source_integration_tests.guide_step_history": {"metadata": {"type": "table", "schema": "recharge_integration_tests", "name": "guide_step_history", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"guide_id": {"type": "STRING", "index": 1, "name": "guide_id", "comment": null}, "guide_last_updated_at": {"type": "STRING", "index": 2, "name": "guide_last_updated_at", "comment": null}, "step_id": {"type": "STRING", "index": 3, "name": "step_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 4, "name": "_fivetran_synced", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 455.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.pendo_source_integration_tests.guide_step_history"}, "seed.pendo_source_integration_tests.poll_event": {"metadata": {"type": "table", "schema": "recharge_integration_tests", "name": "poll_event", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"account_id": {"type": "STRING", "index": 1, "name": "account_id", "comment": null}, "guide_id": {"type": "STRING", "index": 2, "name": "guide_id", "comment": null}, "poll_id": {"type": "STRING", "index": 3, "name": "poll_id", "comment": null}, "remote_ip": {"type": "STRING", "index": 4, "name": "remote_ip", "comment": null}, "server_name": {"type": "STRING", "index": 5, "name": "server_name", "comment": null}, "timestamp": {"type": "STRING", "index": 6, "name": "timestamp", "comment": null}, "user_agent": {"type": "STRING", "index": 7, "name": "user_agent", "comment": null}, "visitor_id": {"type": "STRING", "index": 8, "name": "visitor_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 9, "name": "_fivetran_synced", "comment": null}, "app_id": {"type": "INT64", "index": 10, "name": "app_id", "comment": null}, "country": {"type": "STRING", "index": 11, "name": "country", "comment": null}, "element_path": {"type": "INT64", "index": 12, "name": "element_path", "comment": null}, "event_id": {"type": "INT64", "index": 13, "name": "event_id", "comment": null}, "guide_step_id": {"type": "INT64", "index": 14, "name": "guide_step_id", "comment": null}, "latitude": {"type": "FLOAT64", "index": 15, "name": "latitude", "comment": null}, "load_time": {"type": "INT64", "index": 16, "name": "load_time", "comment": null}, "longitude": {"type": "FLOAT64", "index": 17, "name": "longitude", "comment": null}, "poll_response": {"type": "STRING", "index": 18, "name": "poll_response", "comment": null}, "region": {"type": "INT64", "index": 19, "name": "region", "comment": null}, "type": {"type": "STRING", "index": 20, "name": "type", "comment": null}, "url": {"type": "STRING", "index": 21, "name": "url", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 3.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1103.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.pendo_source_integration_tests.poll_event"}, "seed.pendo_source_integration_tests.guide_event": {"metadata": {"type": "table", "schema": "recharge_integration_tests", "name": "guide_event", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"account_id": {"type": "STRING", "index": 1, "name": "account_id", "comment": null}, "guide_id": {"type": "STRING", "index": 2, "name": "guide_id", "comment": null}, "remote_ip": {"type": "STRING", "index": 3, "name": "remote_ip", "comment": null}, "server_name": {"type": "STRING", "index": 4, "name": "server_name", "comment": null}, "timestamp": {"type": "STRING", "index": 5, "name": "timestamp", "comment": null}, "user_agent": {"type": "STRING", "index": 6, "name": "user_agent", "comment": null}, "visitor_id": {"type": "STRING", "index": 7, "name": "visitor_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 8, "name": "_fivetran_synced", "comment": null}, "app_id": {"type": "INT64", "index": 9, "name": "app_id", "comment": null}, "country": {"type": "STRING", "index": 10, "name": "country", "comment": null}, "element_path": {"type": "STRING", "index": 11, "name": "element_path", "comment": null}, "event_id": {"type": "INT64", "index": 12, "name": "event_id", "comment": null}, "guide_step_id": {"type": "STRING", "index": 13, "name": "guide_step_id", "comment": null}, "latitude": {"type": "NUMERIC", "index": 14, "name": "latitude", "comment": null}, "load_time": {"type": "INT64", "index": 15, "name": "load_time", "comment": null}, "longitude": {"type": "NUMERIC", "index": 16, "name": "longitude", "comment": null}, "region": {"type": "STRING", "index": 17, "name": "region", "comment": null}, "type": {"type": "STRING", "index": 18, "name": "type", "comment": null}, "url": {"type": "STRING", "index": 19, "name": "url", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1974.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.pendo_source_integration_tests.guide_event"}, "seed.pendo_source_integration_tests.application_history": {"metadata": {"type": "table", "schema": "recharge_integration_tests", "name": "application_history", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "last_updated_at": {"type": "STRING", "index": 2, "name": "last_updated_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "agent_policy_prod": {"type": "STRING", "index": 4, "name": "agent_policy_prod", "comment": null}, "agent_policy_staging": {"type": "STRING", "index": 5, "name": "agent_policy_staging", "comment": null}, "agent_version_prod": {"type": "STRING", "index": 6, "name": "agent_version_prod", "comment": null}, "agent_version_staging": {"type": "STRING", "index": 7, "name": "agent_version_staging", "comment": null}, "application_flags_cname": {"type": "BOOL", "index": 8, "name": "application_flags_cname", "comment": null}, "application_flags_disabled": {"type": "BOOL", "index": 9, "name": "application_flags_disabled", "comment": null}, "application_flags_guide_localization": {"type": "BOOL", "index": 10, "name": "application_flags_guide_localization", "comment": null}, "application_flags_guide_widget": {"type": "BOOL", "index": 11, "name": "application_flags_guide_widget", "comment": null}, "application_flags_onboarding": {"type": "BOOL", "index": 12, "name": "application_flags_onboarding", "comment": null}, "application_flags_prevent_code_injection": {"type": "BOOL", "index": 13, "name": "application_flags_prevent_code_injection", "comment": null}, "application_flags_show_guides_to_anon": {"type": "BOOL", "index": 14, "name": "application_flags_show_guides_to_anon", "comment": null}, "application_flags_xhr_timings": {"type": "BOOL", "index": 15, "name": "application_flags_xhr_timings", "comment": null}, "created_at": {"type": "STRING", "index": 16, "name": "created_at", "comment": null}, "created_by_user_id": {"type": "INT64", "index": 17, "name": "created_by_user_id", "comment": null}, "description": {"type": "INT64", "index": 18, "name": "description", "comment": null}, "disabled_at": {"type": "DATETIME", "index": 19, "name": "disabled_at", "comment": null}, "display_name": {"type": "STRING", "index": 20, "name": "display_name", "comment": null}, "event_count": {"type": "INT64", "index": 21, "name": "event_count", "comment": null}, "event_rate": {"type": "INT64", "index": 22, "name": "event_rate", "comment": null}, "first_event_time": {"type": "STRING", "index": 23, "name": "first_event_time", "comment": null}, "guide_css_url": {"type": "INT64", "index": 24, "name": "guide_css_url", "comment": null}, "icon_url": {"type": "INT64", "index": 25, "name": "icon_url", "comment": null}, "integrated": {"type": "BOOL", "index": 26, "name": "integrated", "comment": null}, "is_deleted": {"type": "BOOL", "index": 27, "name": "is_deleted", "comment": null}, "last_updated_by_user_id": {"type": "INT64", "index": 28, "name": "last_updated_by_user_id", "comment": null}, "marked_for_deletion_at": {"type": "DATETIME", "index": 29, "name": "marked_for_deletion_at", "comment": null}, "name": {"type": "STRING", "index": 30, "name": "name", "comment": null}, "platform": {"type": "STRING", "index": 31, "name": "platform", "comment": null}, "push_application_id": {"type": "INT64", "index": 32, "name": "push_application_id", "comment": null}, "record_until": {"type": "DATETIME", "index": 33, "name": "record_until", "comment": null}, "sampling_rate": {"type": "DATETIME", "index": 34, "name": "sampling_rate", "comment": null}, "starting_event_time": {"type": "DATETIME", "index": 35, "name": "starting_event_time", "comment": null}, "store_url": {"type": "INT64", "index": 36, "name": "store_url", "comment": null}, "subscription_id": {"type": "INT64", "index": 37, "name": "subscription_id", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1175.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.pendo_source_integration_tests.application_history"}, "seed.pendo_source_integration_tests.page_history": {"metadata": {"type": "table", "schema": "recharge_integration_tests", "name": "page_history", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "last_updated_at": {"type": "STRING", "index": 2, "name": "last_updated_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "app_id": {"type": "INT64", "index": 4, "name": "app_id", "comment": null}, "color": {"type": "INT64", "index": 5, "name": "color", "comment": null}, "created_at": {"type": "STRING", "index": 6, "name": "created_at", "comment": null}, "created_by_user_id": {"type": "INT64", "index": 7, "name": "created_by_user_id", "comment": null}, "dirty": {"type": "BOOL", "index": 8, "name": "dirty", "comment": null}, "group_id": {"type": "INT64", "index": 9, "name": "group_id", "comment": null}, "last_updated_by_user_id": {"type": "INT64", "index": 10, "name": "last_updated_by_user_id", "comment": null}, "name": {"type": "STRING", "index": 11, "name": "name", "comment": null}, "root_version_id": {"type": "STRING", "index": 12, "name": "root_version_id", "comment": null}, "stable_version_id": {"type": "STRING", "index": 13, "name": "stable_version_id", "comment": null}, "valid_through": {"type": "DATETIME", "index": 14, "name": "valid_through", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1067.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.pendo_source_integration_tests.page_history"}, "seed.pendo_source_integration_tests.visitor_account_history": {"metadata": {"type": "table", "schema": "recharge_integration_tests", "name": "visitor_account_history", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"account_id": {"type": "STRING", "index": 1, "name": "account_id", "comment": null}, "visitor_id": {"type": "STRING", "index": 2, "name": "visitor_id", "comment": null}, "visitor_last_updated_at": {"type": "STRING", "index": 3, "name": "visitor_last_updated_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 4, "name": "_fivetran_synced", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 3.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 195.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.pendo_source_integration_tests.visitor_account_history"}, "seed.pendo_source_integration_tests.group_data": {"metadata": {"type": "table", "schema": "recharge_integration_tests", "name": "group_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}, "color": {"type": "STRING", "index": 4, "name": "color", "comment": null}, "created_at": {"type": "STRING", "index": 5, "name": "created_at", "comment": null}, "created_by_user_id": {"type": "INT64", "index": 6, "name": "created_by_user_id", "comment": null}, "description": {"type": "INT64", "index": 7, "name": "description", "comment": null}, "last_updated_at": {"type": "STRING", "index": 8, "name": "last_updated_at", "comment": null}, "last_updated_by_user_id": {"type": "INT64", "index": 9, "name": "last_updated_by_user_id", "comment": null}, "length": {"type": "INT64", "index": 10, "name": "length", "comment": null}, "name": {"type": "STRING", "index": 11, "name": "name", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 4.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 526.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.pendo_source_integration_tests.group_data"}, "seed.pendo_source_integration_tests.visitor_history": {"metadata": {"type": "table", "schema": "recharge_integration_tests", "name": "visitor_history", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "last_updated_at": {"type": "STRING", "index": 2, "name": "last_updated_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "account_id": {"type": "STRING", "index": 4, "name": "account_id", "comment": null}, "agent_email": {"type": "STRING", "index": 5, "name": "agent_email", "comment": null}, "agent_full_name": {"type": "STRING", "index": 6, "name": "agent_full_name", "comment": null}, "agent_group_role": {"type": "INT64", "index": 7, "name": "agent_group_role", "comment": null}, "agent_name": {"type": "STRING", "index": 8, "name": "agent_name", "comment": null}, "agent_role": {"type": "STRING", "index": 9, "name": "agent_role", "comment": null}, "first_visit": {"type": "STRING", "index": 10, "name": "first_visit", "comment": null}, "id_hash": {"type": "INT64", "index": 11, "name": "id_hash", "comment": null}, "last_browser_name": {"type": "STRING", "index": 12, "name": "last_browser_name", "comment": null}, "last_browser_version": {"type": "STRING", "index": 13, "name": "last_browser_version", "comment": null}, "last_operating_system": {"type": "STRING", "index": 14, "name": "last_operating_system", "comment": null}, "last_server_name": {"type": "STRING", "index": 15, "name": "last_server_name", "comment": null}, "last_user_agent": {"type": "STRING", "index": 16, "name": "last_user_agent", "comment": null}, "last_visit": {"type": "STRING", "index": 17, "name": "last_visit", "comment": null}, "n_id": {"type": "INT64", "index": 18, "name": "n_id", "comment": null}, "salesforce_country_c": {"type": "INT64", "index": 19, "name": "salesforce_country_c", "comment": null}, "salesforce_fivetran_industry_category_c": {"type": "INT64", "index": 20, "name": "salesforce_fivetran_industry_category_c", "comment": null}, "salesforce_job_function_c": {"type": "STRING", "index": 21, "name": "salesforce_job_function_c", "comment": null}, "salesforce_job_level_c": {"type": "INT64", "index": 22, "name": "salesforce_job_level_c", "comment": null}, "salesforce_name": {"type": "INT64", "index": 23, "name": "salesforce_name", "comment": null}, "agent_language": {"type": "INT64", "index": 24, "name": "agent_language", "comment": null}, "pendo_lastemail": {"type": "INT64", "index": 25, "name": "pendo_lastemail", "comment": null}, "pendo_lastemailstatus": {"type": "INT64", "index": 26, "name": "pendo_lastemailstatus", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1672.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.pendo_source_integration_tests.visitor_history"}, "seed.pendo_source_integration_tests.account_history": {"metadata": {"type": "table", "schema": "recharge_integration_tests", "name": "account_history", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "last_updated_at": {"type": "STRING", "index": 2, "name": "last_updated_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "agent_creationdate": {"type": "STRING", "index": 4, "name": "agent_creationdate", "comment": null}, "agent_group_id": {"type": "STRING", "index": 5, "name": "agent_group_id", "comment": null}, "agent_is_paying": {"type": "BOOL", "index": 6, "name": "agent_is_paying", "comment": null}, "agent_name": {"type": "STRING", "index": 7, "name": "agent_name", "comment": null}, "agent_planlevel": {"type": "STRING", "index": 8, "name": "agent_planlevel", "comment": null}, "first_visit": {"type": "STRING", "index": 9, "name": "first_visit", "comment": null}, "id_hash": {"type": "INT64", "index": 10, "name": "id_hash", "comment": null}, "last_visit": {"type": "STRING", "index": 11, "name": "last_visit", "comment": null}, "salesforce_status_c": {"type": "INT64", "index": 12, "name": "salesforce_status_c", "comment": null}, "agent_salesforceaccountid": {"type": "INT64", "index": 13, "name": "agent_salesforceaccountid", "comment": null}, "salesforce_customer_health_engagement_score_c": {"type": "INT64", "index": 14, "name": "salesforce_customer_health_engagement_score_c", "comment": null}, "salesforce_employee_range_c": {"type": "INT64", "index": 15, "name": "salesforce_employee_range_c", "comment": null}, "salesforce_platform_level_c": {"type": "INT64", "index": 16, "name": "salesforce_platform_level_c", "comment": null}, "salesforce_segment_c": {"type": "INT64", "index": 17, "name": "salesforce_segment_c", "comment": null}, "salesforce_name": {"type": "INT64", "index": 18, "name": "salesforce_name", "comment": null}, "salesforce_account_owner_email_c": {"type": "INT64", "index": 19, "name": "salesforce_account_owner_email_c", "comment": null}, "salesforce_pbf_account_c": {"type": "INT64", "index": 20, "name": "salesforce_pbf_account_c", "comment": null}, "salesforce_region_c": {"type": "INT64", "index": 21, "name": "salesforce_region_c", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 783.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.pendo_source_integration_tests.account_history"}, "seed.pendo_source_integration_tests.feature_history": {"metadata": {"type": "table", "schema": "recharge_integration_tests", "name": "feature_history", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "last_updated_at": {"type": "STRING", "index": 2, "name": "last_updated_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "app_id": {"type": "INT64", "index": 4, "name": "app_id", "comment": null}, "color": {"type": "INT64", "index": 5, "name": "color", "comment": null}, "created_at": {"type": "STRING", "index": 6, "name": "created_at", "comment": null}, "created_by_user_id": {"type": "INT64", "index": 7, "name": "created_by_user_id", "comment": null}, "dirty": {"type": "BOOL", "index": 8, "name": "dirty", "comment": null}, "group_id": {"type": "STRING", "index": 9, "name": "group_id", "comment": null}, "last_updated_by_user_id": {"type": "INT64", "index": 10, "name": "last_updated_by_user_id", "comment": null}, "name": {"type": "STRING", "index": 11, "name": "name", "comment": null}, "page_id": {"type": "STRING", "index": 12, "name": "page_id", "comment": null}, "root_version_id": {"type": "STRING", "index": 13, "name": "root_version_id", "comment": null}, "stable_version_id": {"type": "STRING", "index": 14, "name": "stable_version_id", "comment": null}, "valid_through": {"type": "DATETIME", "index": 15, "name": "valid_through", "comment": null}, "is_core_event": {"type": "BOOL", "index": 16, "name": "is_core_event", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1312.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.pendo_source_integration_tests.feature_history"}, "seed.pendo_source_integration_tests.guide_history": {"metadata": {"type": "table", "schema": "recharge_integration_tests", "name": "guide_history", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "last_updated_at": {"type": "STRING", "index": 2, "name": "last_updated_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "app_id": {"type": "INT64", "index": 4, "name": "app_id", "comment": null}, "attribute_badge_can_change_badge_color": {"type": "INT64", "index": 5, "name": "attribute_badge_can_change_badge_color", "comment": null}, "attribute_badge_color": {"type": "INT64", "index": 6, "name": "attribute_badge_color", "comment": null}, "attribute_badge_height": {"type": "INT64", "index": 7, "name": "attribute_badge_height", "comment": null}, "attribute_badge_image_url": {"type": "INT64", "index": 8, "name": "attribute_badge_image_url", "comment": null}, "attribute_badge_is_only_show_once": {"type": "INT64", "index": 9, "name": "attribute_badge_is_only_show_once", "comment": null}, "attribute_badge_name": {"type": "INT64", "index": 10, "name": "attribute_badge_name", "comment": null}, "attribute_badge_offset_left": {"type": "INT64", "index": 11, "name": "attribute_badge_offset_left", "comment": null}, "attribute_badge_offset_right": {"type": "INT64", "index": 12, "name": "attribute_badge_offset_right", "comment": null}, "attribute_badge_offset_top": {"type": "INT64", "index": 13, "name": "attribute_badge_offset_top", "comment": null}, "attribute_badge_position": {"type": "INT64", "index": 14, "name": "attribute_badge_position", "comment": null}, "attribute_badge_show_on_event": {"type": "INT64", "index": 15, "name": "attribute_badge_show_on_event", "comment": null}, "attribute_badge_use_hover": {"type": "INT64", "index": 16, "name": "attribute_badge_use_hover", "comment": null}, "attribute_badge_width": {"type": "INT64", "index": 17, "name": "attribute_badge_width", "comment": null}, "attribute_device_type": {"type": "STRING", "index": 18, "name": "attribute_device_type", "comment": null}, "attribute_priority": {"type": "INT64", "index": 19, "name": "attribute_priority", "comment": null}, "attribute_type": {"type": "STRING", "index": 20, "name": "attribute_type", "comment": null}, "created_at": {"type": "STRING", "index": 21, "name": "created_at", "comment": null}, "created_by_user_id": {"type": "INT64", "index": 22, "name": "created_by_user_id", "comment": null}, "email_state": {"type": "INT64", "index": 23, "name": "email_state", "comment": null}, "is_multi_step": {"type": "BOOL", "index": 24, "name": "is_multi_step", "comment": null}, "is_training": {"type": "BOOL", "index": 25, "name": "is_training", "comment": null}, "last_updated_by_user_id": {"type": "INT64", "index": 26, "name": "last_updated_by_user_id", "comment": null}, "launch_method": {"type": "STRING", "index": 27, "name": "launch_method", "comment": null}, "name": {"type": "STRING", "index": 28, "name": "name", "comment": null}, "published_at": {"type": "STRING", "index": 29, "name": "published_at", "comment": null}, "recurrence": {"type": "INT64", "index": 30, "name": "recurrence", "comment": null}, "recurrence_eligibility_window": {"type": "INT64", "index": 31, "name": "recurrence_eligibility_window", "comment": null}, "reset_at": {"type": "DATETIME", "index": 32, "name": "reset_at", "comment": null}, "root_version_id": {"type": "STRING", "index": 33, "name": "root_version_id", "comment": null}, "stable_version_id": {"type": "STRING", "index": 34, "name": "stable_version_id", "comment": null}, "state": {"type": "STRING", "index": 35, "name": "state", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1514.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.pendo_source_integration_tests.guide_history"}, "seed.pendo_source_integration_tests.event": {"metadata": {"type": "table", "schema": "recharge_integration_tests", "name": "event", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"account_id": {"type": "STRING", "index": 1, "name": "account_id", "comment": null}, "remote_ip": {"type": "STRING", "index": 2, "name": "remote_ip", "comment": null}, "server_name": {"type": "STRING", "index": 3, "name": "server_name", "comment": null}, "timestamp": {"type": "DATETIME", "index": 4, "name": "timestamp", "comment": null}, "user_agent": {"type": "STRING", "index": 5, "name": "user_agent", "comment": null}, "visitor_id": {"type": "STRING", "index": 6, "name": "visitor_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 7, "name": "_fivetran_synced", "comment": null}, "app_id": {"type": "INT64", "index": 8, "name": "app_id", "comment": null}, "num_events": {"type": "INT64", "index": 9, "name": "num_events", "comment": null}, "num_minutes": {"type": "INT64", "index": 10, "name": "num_minutes", "comment": null}, "page_id": {"type": "STRING", "index": 11, "name": "page_id", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 886.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.pendo_source_integration_tests.event"}, "seed.pendo_source_integration_tests.feature_event": {"metadata": {"type": "table", "schema": "recharge_integration_tests", "name": "feature_event", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"account_id": {"type": "STRING", "index": 1, "name": "account_id", "comment": null}, "feature_id": {"type": "STRING", "index": 2, "name": "feature_id", "comment": null}, "remote_ip": {"type": "STRING", "index": 3, "name": "remote_ip", "comment": null}, "server_name": {"type": "STRING", "index": 4, "name": "server_name", "comment": null}, "timestamp": {"type": "DATETIME", "index": 5, "name": "timestamp", "comment": null}, "user_agent": {"type": "STRING", "index": 6, "name": "user_agent", "comment": null}, "visitor_id": {"type": "STRING", "index": 7, "name": "visitor_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 8, "name": "_fivetran_synced", "comment": null}, "app_id": {"type": "INT64", "index": 9, "name": "app_id", "comment": null}, "num_events": {"type": "INT64", "index": 10, "name": "num_events", "comment": null}, "num_minutes": {"type": "INT64", "index": 11, "name": "num_minutes", "comment": null}, "param_parameter": {"type": "INT64", "index": 12, "name": "param_parameter", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1245.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.pendo_source_integration_tests.feature_event"}, "model.pendo_source.stg_pendo__guide_event": {"metadata": {"type": "table", "schema": "recharge_integration_tests_stg_pendo", "name": "stg_pendo__guide_event", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"account_id": {"type": "STRING", "index": 1, "name": "account_id", "comment": null}, "app_id": {"type": "INT64", "index": 2, "name": "app_id", "comment": null}, "country": {"type": "STRING", "index": 3, "name": "country", "comment": null}, "guide_id": {"type": "STRING", "index": 4, "name": "guide_id", "comment": null}, "guide_step_id": {"type": "STRING", "index": 5, "name": "guide_step_id", "comment": null}, "latitude": {"type": "NUMERIC", "index": 6, "name": "latitude", "comment": null}, "longitude": {"type": "NUMERIC", "index": 7, "name": "longitude", "comment": null}, "region": {"type": "STRING", "index": 8, "name": "region", "comment": null}, "remote_ip": {"type": "STRING", "index": 9, "name": "remote_ip", "comment": null}, "server_name": {"type": "STRING", "index": 10, "name": "server_name", "comment": null}, "occurred_at": {"type": "STRING", "index": 11, "name": "occurred_at", "comment": null}, "type": {"type": "STRING", "index": 12, "name": "type", "comment": null}, "url": {"type": "STRING", "index": 13, "name": "url", "comment": null}, "user_agent": {"type": "STRING", "index": 14, "name": "user_agent", "comment": null}, "visitor_id": {"type": "STRING", "index": 15, "name": "visitor_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 16, "name": "_fivetran_synced", "comment": null}, "_fivetran_id": {"type": "STRING", "index": 17, "name": "_fivetran_id", "comment": null}, "guide_event_key": {"type": "STRING", "index": 18, "name": "guide_event_key", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 2074.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.pendo_source.stg_pendo__guide_event"}, "model.pendo_source.stg_pendo__poll_event": {"metadata": {"type": "table", "schema": "recharge_integration_tests_stg_pendo", "name": "stg_pendo__poll_event", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"account_id": {"type": "STRING", "index": 1, "name": "account_id", "comment": null}, "app_id": {"type": "INT64", "index": 2, "name": "app_id", "comment": null}, "country": {"type": "STRING", "index": 3, "name": "country", "comment": null}, "guide_id": {"type": "STRING", "index": 4, "name": "guide_id", "comment": null}, "guide_step_id": {"type": "INT64", "index": 5, "name": "guide_step_id", "comment": null}, "latitude": {"type": "FLOAT64", "index": 6, "name": "latitude", "comment": null}, "longitude": {"type": "FLOAT64", "index": 7, "name": "longitude", "comment": null}, "poll_id": {"type": "STRING", "index": 8, "name": "poll_id", "comment": null}, "poll_response": {"type": "STRING", "index": 9, "name": "poll_response", "comment": null}, "region": {"type": "INT64", "index": 10, "name": "region", "comment": null}, "remote_ip": {"type": "STRING", "index": 11, "name": "remote_ip", "comment": null}, "server_name": {"type": "STRING", "index": 12, "name": "server_name", "comment": null}, "occurred_at": {"type": "STRING", "index": 13, "name": "occurred_at", "comment": null}, "type": {"type": "STRING", "index": 14, "name": "type", "comment": null}, "url": {"type": "STRING", "index": 15, "name": "url", "comment": null}, "user_agent": {"type": "STRING", "index": 16, "name": "user_agent", "comment": null}, "visitor_id": {"type": "STRING", "index": 17, "name": "visitor_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 18, "name": "_fivetran_synced", "comment": null}, "_fivetran_id": {"type": "STRING", "index": 19, "name": "_fivetran_id", "comment": null}, "poll_event_key": {"type": "STRING", "index": 20, "name": "poll_event_key", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 3.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1181.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.pendo_source.stg_pendo__poll_event"}, "model.pendo_source.stg_pendo__event_tmp": {"metadata": {"type": "view", "schema": "recharge_integration_tests_stg_pendo", "name": "stg_pendo__event_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"account_id": {"type": "STRING", "index": 1, "name": "account_id", "comment": null}, "remote_ip": {"type": "STRING", "index": 2, "name": "remote_ip", "comment": null}, "server_name": {"type": "STRING", "index": 3, "name": "server_name", "comment": null}, "timestamp": {"type": "DATETIME", "index": 4, "name": "timestamp", "comment": null}, "user_agent": {"type": "STRING", "index": 5, "name": "user_agent", "comment": null}, "visitor_id": {"type": "STRING", "index": 6, "name": "visitor_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 7, "name": "_fivetran_synced", "comment": null}, "app_id": {"type": "INT64", "index": 8, "name": "app_id", "comment": null}, "num_events": {"type": "INT64", "index": 9, "name": "num_events", "comment": null}, "num_minutes": {"type": "INT64", "index": 10, "name": "num_minutes", "comment": null}, "page_id": {"type": "STRING", "index": 11, "name": "page_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.pendo_source.stg_pendo__event_tmp"}, "model.pendo_source.stg_pendo__feature_event": {"metadata": {"type": "table", "schema": "recharge_integration_tests_stg_pendo", "name": "stg_pendo__feature_event", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"account_id": {"type": "STRING", "index": 1, "name": "account_id", "comment": null}, "app_id": {"type": "INT64", "index": 2, "name": "app_id", "comment": null}, "feature_id": {"type": "STRING", "index": 3, "name": "feature_id", "comment": null}, "num_events": {"type": "INT64", "index": 4, "name": "num_events", "comment": null}, "num_minutes": {"type": "INT64", "index": 5, "name": "num_minutes", "comment": null}, "remote_ip": {"type": "STRING", "index": 6, "name": "remote_ip", "comment": null}, "server_name": {"type": "STRING", "index": 7, "name": "server_name", "comment": null}, "occurred_at": {"type": "DATETIME", "index": 8, "name": "occurred_at", "comment": null}, "user_agent": {"type": "STRING", "index": 9, "name": "user_agent", "comment": null}, "visitor_id": {"type": "STRING", "index": 10, "name": "visitor_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 11, "name": "_fivetran_synced", "comment": null}, "_fivetran_id": {"type": "STRING", "index": 12, "name": "_fivetran_id", "comment": null}, "feature_event_key": {"type": "STRING", "index": 13, "name": "feature_event_key", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1415.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.pendo_source.stg_pendo__feature_event"}, "model.pendo_source.stg_pendo__guide_step_history_tmp": {"metadata": {"type": "view", "schema": "recharge_integration_tests_stg_pendo", "name": "stg_pendo__guide_step_history_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"guide_id": {"type": "STRING", "index": 1, "name": "guide_id", "comment": null}, "guide_last_updated_at": {"type": "STRING", "index": 2, "name": "guide_last_updated_at", "comment": null}, "step_id": {"type": "STRING", "index": 3, "name": "step_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 4, "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.pendo_source.stg_pendo__guide_step_history_tmp"}, "model.pendo_source.stg_pendo__group_tmp": {"metadata": {"type": "view", "schema": "recharge_integration_tests_stg_pendo", "name": "stg_pendo__group_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}, "color": {"type": "STRING", "index": 4, "name": "color", "comment": null}, "created_at": {"type": "STRING", "index": 5, "name": "created_at", "comment": null}, "created_by_user_id": {"type": "INT64", "index": 6, "name": "created_by_user_id", "comment": null}, "description": {"type": "INT64", "index": 7, "name": "description", "comment": null}, "last_updated_at": {"type": "STRING", "index": 8, "name": "last_updated_at", "comment": null}, "last_updated_by_user_id": {"type": "INT64", "index": 9, "name": "last_updated_by_user_id", "comment": null}, "length": {"type": "INT64", "index": 10, "name": "length", "comment": null}, "name": {"type": "STRING", "index": 11, "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.pendo_source.stg_pendo__group_tmp"}, "model.pendo_source.stg_pendo__visitor_account_history_tmp": {"metadata": {"type": "view", "schema": "recharge_integration_tests_stg_pendo", "name": "stg_pendo__visitor_account_history_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"account_id": {"type": "STRING", "index": 1, "name": "account_id", "comment": null}, "visitor_id": {"type": "STRING", "index": 2, "name": "visitor_id", "comment": null}, "visitor_last_updated_at": {"type": "STRING", "index": 3, "name": "visitor_last_updated_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 4, "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.pendo_source.stg_pendo__visitor_account_history_tmp"}, "model.pendo_source.stg_pendo__guide_event_tmp": {"metadata": {"type": "view", "schema": "recharge_integration_tests_stg_pendo", "name": "stg_pendo__guide_event_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"account_id": {"type": "STRING", "index": 1, "name": "account_id", "comment": null}, "guide_id": {"type": "STRING", "index": 2, "name": "guide_id", "comment": null}, "remote_ip": {"type": "STRING", "index": 3, "name": "remote_ip", "comment": null}, "server_name": {"type": "STRING", "index": 4, "name": "server_name", "comment": null}, "timestamp": {"type": "STRING", "index": 5, "name": "timestamp", "comment": null}, "user_agent": {"type": "STRING", "index": 6, "name": "user_agent", "comment": null}, "visitor_id": {"type": "STRING", "index": 7, "name": "visitor_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 8, "name": "_fivetran_synced", "comment": null}, "app_id": {"type": "INT64", "index": 9, "name": "app_id", "comment": null}, "country": {"type": "STRING", "index": 10, "name": "country", "comment": null}, "element_path": {"type": "STRING", "index": 11, "name": "element_path", "comment": null}, "event_id": {"type": "INT64", "index": 12, "name": "event_id", "comment": null}, "guide_step_id": {"type": "STRING", "index": 13, "name": "guide_step_id", "comment": null}, "latitude": {"type": "NUMERIC", "index": 14, "name": "latitude", "comment": null}, "load_time": {"type": "INT64", "index": 15, "name": "load_time", "comment": null}, "longitude": {"type": "NUMERIC", "index": 16, "name": "longitude", "comment": null}, "region": {"type": "STRING", "index": 17, "name": "region", "comment": null}, "type": {"type": "STRING", "index": 18, "name": "type", "comment": null}, "url": {"type": "STRING", "index": 19, "name": "url", "comment": null}}, "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.pendo_source.stg_pendo__guide_event_tmp"}, "model.pendo_source.stg_pendo__poll_event_tmp": {"metadata": {"type": "view", "schema": "recharge_integration_tests_stg_pendo", "name": "stg_pendo__poll_event_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"account_id": {"type": "STRING", "index": 1, "name": "account_id", "comment": null}, "guide_id": {"type": "STRING", "index": 2, "name": "guide_id", "comment": null}, "poll_id": {"type": "STRING", "index": 3, "name": "poll_id", "comment": null}, "remote_ip": {"type": "STRING", "index": 4, "name": "remote_ip", "comment": null}, "server_name": {"type": "STRING", "index": 5, "name": "server_name", "comment": null}, "timestamp": {"type": "STRING", "index": 6, "name": "timestamp", "comment": null}, "user_agent": {"type": "STRING", "index": 7, "name": "user_agent", "comment": null}, "visitor_id": {"type": "STRING", "index": 8, "name": "visitor_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 9, "name": "_fivetran_synced", "comment": null}, "app_id": {"type": "INT64", "index": 10, "name": "app_id", "comment": null}, "country": {"type": "STRING", "index": 11, "name": "country", "comment": null}, "element_path": {"type": "INT64", "index": 12, "name": "element_path", "comment": null}, "event_id": {"type": "INT64", "index": 13, "name": "event_id", "comment": null}, "guide_step_id": {"type": "INT64", "index": 14, "name": "guide_step_id", "comment": null}, "latitude": {"type": "FLOAT64", "index": 15, "name": "latitude", "comment": null}, "load_time": {"type": "INT64", "index": 16, "name": "load_time", "comment": null}, "longitude": {"type": "FLOAT64", "index": 17, "name": "longitude", "comment": null}, "poll_response": {"type": "STRING", "index": 18, "name": "poll_response", "comment": null}, "region": {"type": "INT64", "index": 19, "name": "region", "comment": null}, "type": {"type": "STRING", "index": 20, "name": "type", "comment": null}, "url": {"type": "STRING", "index": 21, "name": "url", "comment": null}}, "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.pendo_source.stg_pendo__poll_event_tmp"}, "model.pendo_source.stg_pendo__page_event_tmp": {"metadata": {"type": "view", "schema": "recharge_integration_tests_stg_pendo", "name": "stg_pendo__page_event_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"account_id": {"type": "STRING", "index": 1, "name": "account_id", "comment": null}, "page_id": {"type": "STRING", "index": 2, "name": "page_id", "comment": null}, "remote_ip": {"type": "STRING", "index": 3, "name": "remote_ip", "comment": null}, "server_name": {"type": "STRING", "index": 4, "name": "server_name", "comment": null}, "timestamp": {"type": "DATETIME", "index": 5, "name": "timestamp", "comment": null}, "user_agent": {"type": "STRING", "index": 6, "name": "user_agent", "comment": null}, "visitor_id": {"type": "STRING", "index": 7, "name": "visitor_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 8, "name": "_fivetran_synced", "comment": null}, "app_id": {"type": "INT64", "index": 9, "name": "app_id", "comment": null}, "num_events": {"type": "INT64", "index": 10, "name": "num_events", "comment": null}, "num_minutes": {"type": "INT64", "index": 11, "name": "num_minutes", "comment": null}, "param_parameter": {"type": "INT64", "index": 12, "name": "param_parameter", "comment": null}}, "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.pendo_source.stg_pendo__page_event_tmp"}, "model.pendo_source.stg_pendo__poll_tmp": {"metadata": {"type": "view", "schema": "recharge_integration_tests_stg_pendo", "name": "stg_pendo__poll_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}, "attribute_display": {"type": "INT64", "index": 3, "name": "attribute_display", "comment": null}, "attribute_follow_up": {"type": "STRING", "index": 4, "name": "attribute_follow_up", "comment": null}, "attribute_max_length": {"type": "INT64", "index": 5, "name": "attribute_max_length", "comment": null}, "attribute_placeholder": {"type": "INT64", "index": 6, "name": "attribute_placeholder", "comment": null}, "attribute_type": {"type": "STRING", "index": 7, "name": "attribute_type", "comment": null}, "question": {"type": "STRING", "index": 8, "name": "question", "comment": null}, "reset_at": {"type": "DATETIME", "index": 9, "name": "reset_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.pendo_source.stg_pendo__poll_tmp"}, "model.pendo_source.stg_pendo__visitor_history_tmp": {"metadata": {"type": "view", "schema": "recharge_integration_tests_stg_pendo", "name": "stg_pendo__visitor_history_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "last_updated_at": {"type": "STRING", "index": 2, "name": "last_updated_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "account_id": {"type": "STRING", "index": 4, "name": "account_id", "comment": null}, "agent_email": {"type": "STRING", "index": 5, "name": "agent_email", "comment": null}, "agent_full_name": {"type": "STRING", "index": 6, "name": "agent_full_name", "comment": null}, "agent_group_role": {"type": "INT64", "index": 7, "name": "agent_group_role", "comment": null}, "agent_name": {"type": "STRING", "index": 8, "name": "agent_name", "comment": null}, "agent_role": {"type": "STRING", "index": 9, "name": "agent_role", "comment": null}, "first_visit": {"type": "STRING", "index": 10, "name": "first_visit", "comment": null}, "id_hash": {"type": "INT64", "index": 11, "name": "id_hash", "comment": null}, "last_browser_name": {"type": "STRING", "index": 12, "name": "last_browser_name", "comment": null}, "last_browser_version": {"type": "STRING", "index": 13, "name": "last_browser_version", "comment": null}, "last_operating_system": {"type": "STRING", "index": 14, "name": "last_operating_system", "comment": null}, "last_server_name": {"type": "STRING", "index": 15, "name": "last_server_name", "comment": null}, "last_user_agent": {"type": "STRING", "index": 16, "name": "last_user_agent", "comment": null}, "last_visit": {"type": "STRING", "index": 17, "name": "last_visit", "comment": null}, "n_id": {"type": "INT64", "index": 18, "name": "n_id", "comment": null}, "salesforce_country_c": {"type": "INT64", "index": 19, "name": "salesforce_country_c", "comment": null}, "salesforce_fivetran_industry_category_c": {"type": "INT64", "index": 20, "name": "salesforce_fivetran_industry_category_c", "comment": null}, "salesforce_job_function_c": {"type": "STRING", "index": 21, "name": "salesforce_job_function_c", "comment": null}, "salesforce_job_level_c": {"type": "INT64", "index": 22, "name": "salesforce_job_level_c", "comment": null}, "salesforce_name": {"type": "INT64", "index": 23, "name": "salesforce_name", "comment": null}, "agent_language": {"type": "INT64", "index": 24, "name": "agent_language", "comment": null}, "pendo_lastemail": {"type": "INT64", "index": 25, "name": "pendo_lastemail", "comment": null}, "pendo_lastemailstatus": {"type": "INT64", "index": 26, "name": "pendo_lastemailstatus", "comment": null}}, "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.pendo_source.stg_pendo__visitor_history_tmp"}, "model.pendo_source.stg_pendo__feature_history": {"metadata": {"type": "table", "schema": "recharge_integration_tests_stg_pendo", "name": "stg_pendo__feature_history", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"feature_id": {"type": "STRING", "index": 1, "name": "feature_id", "comment": null}, "app_id": {"type": "INT64", "index": 2, "name": "app_id", "comment": null}, "created_at": {"type": "STRING", "index": 3, "name": "created_at", "comment": null}, "created_by_user_id": {"type": "INT64", "index": 4, "name": "created_by_user_id", "comment": null}, "is_dirty": {"type": "BOOL", "index": 5, "name": "is_dirty", "comment": null}, "group_id": {"type": "STRING", "index": 6, "name": "group_id", "comment": null}, "is_core_event": {"type": "BOOL", "index": 7, "name": "is_core_event", "comment": null}, "last_updated_at": {"type": "STRING", "index": 8, "name": "last_updated_at", "comment": null}, "last_updated_by_user_id": {"type": "INT64", "index": 9, "name": "last_updated_by_user_id", "comment": null}, "feature_name": {"type": "STRING", "index": 10, "name": "feature_name", "comment": null}, "page_id": {"type": "STRING", "index": 11, "name": "page_id", "comment": null}, "root_version_id": {"type": "STRING", "index": 12, "name": "root_version_id", "comment": null}, "stable_version_id": {"type": "STRING", "index": 13, "name": "stable_version_id", "comment": null}, "valid_through": {"type": "TIMESTAMP", "index": 14, "name": "valid_through", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 15, "name": "_fivetran_synced", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1312.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.pendo_source.stg_pendo__feature_history"}, "model.pendo_source.stg_pendo__poll": {"metadata": {"type": "table", "schema": "recharge_integration_tests_stg_pendo", "name": "stg_pendo__poll", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"poll_id": {"type": "STRING", "index": 1, "name": "poll_id", "comment": null}, "attribute_display": {"type": "INT64", "index": 2, "name": "attribute_display", "comment": null}, "follow_up_poll_id": {"type": "STRING", "index": 3, "name": "follow_up_poll_id", "comment": null}, "attribute_max_length": {"type": "INT64", "index": 4, "name": "attribute_max_length", "comment": null}, "attribute_type": {"type": "STRING", "index": 5, "name": "attribute_type", "comment": null}, "question": {"type": "STRING", "index": 6, "name": "question", "comment": null}, "reset_at": {"type": "DATETIME", "index": 7, "name": "reset_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 8, "name": "_fivetran_synced", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 3.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 348.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.pendo_source.stg_pendo__poll"}, "model.pendo_source.stg_pendo__application_history": {"metadata": {"type": "table", "schema": "recharge_integration_tests_stg_pendo", "name": "stg_pendo__application_history", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"application_id": {"type": "INT64", "index": 1, "name": "application_id", "comment": null}, "agent_policy_prod": {"type": "STRING", "index": 2, "name": "agent_policy_prod", "comment": null}, "agent_policy_staging": {"type": "STRING", "index": 3, "name": "agent_policy_staging", "comment": null}, "agent_version_prod": {"type": "STRING", "index": 4, "name": "agent_version_prod", "comment": null}, "agent_version_staging": {"type": "STRING", "index": 5, "name": "agent_version_staging", "comment": null}, "created_at": {"type": "STRING", "index": 6, "name": "created_at", "comment": null}, "created_by_user_id": {"type": "INT64", "index": 7, "name": "created_by_user_id", "comment": null}, "description": {"type": "INT64", "index": 8, "name": "description", "comment": null}, "display_name": {"type": "STRING", "index": 9, "name": "display_name", "comment": null}, "event_count": {"type": "INT64", "index": 10, "name": "event_count", "comment": null}, "first_event_at": {"type": "STRING", "index": 11, "name": "first_event_at", "comment": null}, "is_integrated": {"type": "BOOL", "index": 12, "name": "is_integrated", "comment": null}, "is_deleted": {"type": "BOOL", "index": 13, "name": "is_deleted", "comment": null}, "last_updated_at": {"type": "STRING", "index": 14, "name": "last_updated_at", "comment": null}, "last_updated_by_user_id": {"type": "INT64", "index": 15, "name": "last_updated_by_user_id", "comment": null}, "application_name": {"type": "STRING", "index": 16, "name": "application_name", "comment": null}, "platform": {"type": "STRING", "index": 17, "name": "platform", "comment": null}, "subscription_id": {"type": "INT64", "index": 18, "name": "subscription_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 19, "name": "_fivetran_synced", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 895.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.pendo_source.stg_pendo__application_history"}, "model.pendo_source.stg_pendo__guide_history": {"metadata": {"type": "table", "schema": "recharge_integration_tests_stg_pendo", "name": "stg_pendo__guide_history", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"guide_id": {"type": "STRING", "index": 1, "name": "guide_id", "comment": null}, "guide_name": {"type": "STRING", "index": 2, "name": "guide_name", "comment": null}, "app_id": {"type": "INT64", "index": 3, "name": "app_id", "comment": null}, "state": {"type": "STRING", "index": 4, "name": "state", "comment": null}, "device_type": {"type": "STRING", "index": 5, "name": "device_type", "comment": null}, "created_at": {"type": "STRING", "index": 6, "name": "created_at", "comment": null}, "created_by_user_id": {"type": "INT64", "index": 7, "name": "created_by_user_id", "comment": null}, "is_multi_step": {"type": "BOOL", "index": 8, "name": "is_multi_step", "comment": null}, "is_training": {"type": "BOOL", "index": 9, "name": "is_training", "comment": null}, "last_updated_at": {"type": "STRING", "index": 10, "name": "last_updated_at", "comment": null}, "last_updated_by_user_id": {"type": "INT64", "index": 11, "name": "last_updated_by_user_id", "comment": null}, "launch_method": {"type": "STRING", "index": 12, "name": "launch_method", "comment": null}, "published_at": {"type": "STRING", "index": 13, "name": "published_at", "comment": null}, "recurrence": {"type": "INT64", "index": 14, "name": "recurrence", "comment": null}, "recurrence_eligibility_window": {"type": "INT64", "index": 15, "name": "recurrence_eligibility_window", "comment": null}, "reset_at": {"type": "DATETIME", "index": 16, "name": "reset_at", "comment": null}, "root_version_id": {"type": "STRING", "index": 17, "name": "root_version_id", "comment": null}, "stable_version_id": {"type": "STRING", "index": 18, "name": "stable_version_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 19, "name": "_fivetran_synced", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1394.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.pendo_source.stg_pendo__guide_history"}, "model.pendo_source.stg_pendo__event": {"metadata": {"type": "table", "schema": "recharge_integration_tests_stg_pendo", "name": "stg_pendo__event", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"visitor_id": {"type": "STRING", "index": 1, "name": "visitor_id", "comment": null}, "account_id": {"type": "STRING", "index": 2, "name": "account_id", "comment": null}, "app_id": {"type": "INT64", "index": 3, "name": "app_id", "comment": null}, "page_id": {"type": "STRING", "index": 4, "name": "page_id", "comment": null}, "remote_ip": {"type": "STRING", "index": 5, "name": "remote_ip", "comment": null}, "server_name": {"type": "STRING", "index": 6, "name": "server_name", "comment": null}, "occurred_at": {"type": "DATETIME", "index": 7, "name": "occurred_at", "comment": null}, "user_agent": {"type": "STRING", "index": 8, "name": "user_agent", "comment": null}, "num_events": {"type": "INT64", "index": 9, "name": "num_events", "comment": null}, "num_minutes": {"type": "INT64", "index": 10, "name": "num_minutes", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 11, "name": "_fivetran_synced", "comment": null}, "_fivetran_id": {"type": "STRING", "index": 12, "name": "_fivetran_id", "comment": null}, "event_key": {"type": "STRING", "index": 13, "name": "event_key", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1056.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.pendo_source.stg_pendo__event"}, "model.pendo_source.stg_pendo__group": {"metadata": {"type": "table", "schema": "recharge_integration_tests_stg_pendo", "name": "stg_pendo__group", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"group_id": {"type": "STRING", "index": 1, "name": "group_id", "comment": null}, "app_id": {"type": "INT64", "index": 2, "name": "app_id", "comment": null}, "created_at": {"type": "STRING", "index": 3, "name": "created_at", "comment": null}, "created_by_user_id": {"type": "INT64", "index": 4, "name": "created_by_user_id", "comment": null}, "description": {"type": "INT64", "index": 5, "name": "description", "comment": null}, "last_updated_at": {"type": "STRING", "index": 6, "name": "last_updated_at", "comment": null}, "last_updated_by_user_id": {"type": "INT64", "index": 7, "name": "last_updated_by_user_id", "comment": null}, "group_name": {"type": "STRING", "index": 8, "name": "group_name", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 9, "name": "_fivetran_synced", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 4.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 434.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.pendo_source.stg_pendo__group"}, "model.pendo_source.stg_pendo__user_tmp": {"metadata": {"type": "view", "schema": "recharge_integration_tests_stg_pendo", "name": "stg_pendo__user_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "deleted_at": {"type": "INT64", "index": 3, "name": "deleted_at", "comment": null}, "first_name": {"type": "STRING", "index": 4, "name": "first_name", "comment": null}, "last_name": {"type": "STRING", "index": 5, "name": "last_name", "comment": null}, "role": {"type": "INT64", "index": 6, "name": "role", "comment": null}, "user_type": {"type": "STRING", "index": 7, "name": "user_type", "comment": null}, "username": {"type": "STRING", "index": 8, "name": "username", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.pendo_source.stg_pendo__user_tmp"}, "model.pendo_source.stg_pendo__feature_event_tmp": {"metadata": {"type": "view", "schema": "recharge_integration_tests_stg_pendo", "name": "stg_pendo__feature_event_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"account_id": {"type": "STRING", "index": 1, "name": "account_id", "comment": null}, "feature_id": {"type": "STRING", "index": 2, "name": "feature_id", "comment": null}, "remote_ip": {"type": "STRING", "index": 3, "name": "remote_ip", "comment": null}, "server_name": {"type": "STRING", "index": 4, "name": "server_name", "comment": null}, "timestamp": {"type": "DATETIME", "index": 5, "name": "timestamp", "comment": null}, "user_agent": {"type": "STRING", "index": 6, "name": "user_agent", "comment": null}, "visitor_id": {"type": "STRING", "index": 7, "name": "visitor_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 8, "name": "_fivetran_synced", "comment": null}, "app_id": {"type": "INT64", "index": 9, "name": "app_id", "comment": null}, "num_events": {"type": "INT64", "index": 10, "name": "num_events", "comment": null}, "num_minutes": {"type": "INT64", "index": 11, "name": "num_minutes", "comment": null}, "param_parameter": {"type": "INT64", "index": 12, "name": "param_parameter", "comment": null}}, "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.pendo_source.stg_pendo__feature_event_tmp"}, "model.pendo_source.stg_pendo__page_rule_history_tmp": {"metadata": {"type": "view", "schema": "recharge_integration_tests_stg_pendo", "name": "stg_pendo__page_rule_history_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"page_id": {"type": "STRING", "index": 1, "name": "page_id", "comment": null}, "page_last_updated_at": {"type": "STRING", "index": 2, "name": "page_last_updated_at", "comment": null}, "rule": {"type": "STRING", "index": 3, "name": "rule", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 4, "name": "_fivetran_synced", "comment": null}, "designer_hint": {"type": "INT64", "index": 5, "name": "designer_hint", "comment": null}, "parsed_rule": {"type": "STRING", "index": 6, "name": "parsed_rule", "comment": null}}, "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.pendo_source.stg_pendo__page_rule_history_tmp"}, "model.pendo_source.stg_pendo__user": {"metadata": {"type": "table", "schema": "recharge_integration_tests_stg_pendo", "name": "stg_pendo__user", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"user_id": {"type": "INT64", "index": 1, "name": "user_id", "comment": null}, "deleted_at": {"type": "INT64", "index": 2, "name": "deleted_at", "comment": null}, "first_name": {"type": "STRING", "index": 3, "name": "first_name", "comment": null}, "last_name": {"type": "STRING", "index": 4, "name": "last_name", "comment": null}, "user_type": {"type": "STRING", "index": 5, "name": "user_type", "comment": null}, "username": {"type": "STRING", "index": 6, "name": "username", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 7, "name": "_fivetran_synced", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 302.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.pendo_source.stg_pendo__user"}, "model.pendo_source.stg_pendo__guide_history_tmp": {"metadata": {"type": "view", "schema": "recharge_integration_tests_stg_pendo", "name": "stg_pendo__guide_history_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "last_updated_at": {"type": "STRING", "index": 2, "name": "last_updated_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "app_id": {"type": "INT64", "index": 4, "name": "app_id", "comment": null}, "attribute_badge_can_change_badge_color": {"type": "INT64", "index": 5, "name": "attribute_badge_can_change_badge_color", "comment": null}, "attribute_badge_color": {"type": "INT64", "index": 6, "name": "attribute_badge_color", "comment": null}, "attribute_badge_height": {"type": "INT64", "index": 7, "name": "attribute_badge_height", "comment": null}, "attribute_badge_image_url": {"type": "INT64", "index": 8, "name": "attribute_badge_image_url", "comment": null}, "attribute_badge_is_only_show_once": {"type": "INT64", "index": 9, "name": "attribute_badge_is_only_show_once", "comment": null}, "attribute_badge_name": {"type": "INT64", "index": 10, "name": "attribute_badge_name", "comment": null}, "attribute_badge_offset_left": {"type": "INT64", "index": 11, "name": "attribute_badge_offset_left", "comment": null}, "attribute_badge_offset_right": {"type": "INT64", "index": 12, "name": "attribute_badge_offset_right", "comment": null}, "attribute_badge_offset_top": {"type": "INT64", "index": 13, "name": "attribute_badge_offset_top", "comment": null}, "attribute_badge_position": {"type": "INT64", "index": 14, "name": "attribute_badge_position", "comment": null}, "attribute_badge_show_on_event": {"type": "INT64", "index": 15, "name": "attribute_badge_show_on_event", "comment": null}, "attribute_badge_use_hover": {"type": "INT64", "index": 16, "name": "attribute_badge_use_hover", "comment": null}, "attribute_badge_width": {"type": "INT64", "index": 17, "name": "attribute_badge_width", "comment": null}, "attribute_device_type": {"type": "STRING", "index": 18, "name": "attribute_device_type", "comment": null}, "attribute_priority": {"type": "INT64", "index": 19, "name": "attribute_priority", "comment": null}, "attribute_type": {"type": "STRING", "index": 20, "name": "attribute_type", "comment": null}, "created_at": {"type": "STRING", "index": 21, "name": "created_at", "comment": null}, "created_by_user_id": {"type": "INT64", "index": 22, "name": "created_by_user_id", "comment": null}, "email_state": {"type": "INT64", "index": 23, "name": "email_state", "comment": null}, "is_multi_step": {"type": "BOOL", "index": 24, "name": "is_multi_step", "comment": null}, "is_training": {"type": "BOOL", "index": 25, "name": "is_training", "comment": null}, "last_updated_by_user_id": {"type": "INT64", "index": 26, "name": "last_updated_by_user_id", "comment": null}, "launch_method": {"type": "STRING", "index": 27, "name": "launch_method", "comment": null}, "name": {"type": "STRING", "index": 28, "name": "name", "comment": null}, "published_at": {"type": "STRING", "index": 29, "name": "published_at", "comment": null}, "recurrence": {"type": "INT64", "index": 30, "name": "recurrence", "comment": null}, "recurrence_eligibility_window": {"type": "INT64", "index": 31, "name": "recurrence_eligibility_window", "comment": null}, "reset_at": {"type": "DATETIME", "index": 32, "name": "reset_at", "comment": null}, "root_version_id": {"type": "STRING", "index": 33, "name": "root_version_id", "comment": null}, "stable_version_id": {"type": "STRING", "index": 34, "name": "stable_version_id", "comment": null}, "state": {"type": "STRING", "index": 35, "name": "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.pendo_source.stg_pendo__guide_history_tmp"}, "model.pendo_source.stg_pendo__page_event": {"metadata": {"type": "table", "schema": "recharge_integration_tests_stg_pendo", "name": "stg_pendo__page_event", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"account_id": {"type": "STRING", "index": 1, "name": "account_id", "comment": null}, "app_id": {"type": "INT64", "index": 2, "name": "app_id", "comment": null}, "num_events": {"type": "INT64", "index": 3, "name": "num_events", "comment": null}, "num_minutes": {"type": "INT64", "index": 4, "name": "num_minutes", "comment": null}, "page_id": {"type": "STRING", "index": 5, "name": "page_id", "comment": null}, "remote_ip": {"type": "STRING", "index": 6, "name": "remote_ip", "comment": null}, "server_name": {"type": "STRING", "index": 7, "name": "server_name", "comment": null}, "occurred_at": {"type": "DATETIME", "index": 8, "name": "occurred_at", "comment": null}, "user_agent": {"type": "STRING", "index": 9, "name": "user_agent", "comment": null}, "visitor_id": {"type": "STRING", "index": 10, "name": "visitor_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 11, "name": "_fivetran_synced", "comment": null}, "_fivetran_id": {"type": "STRING", "index": 12, "name": "_fivetran_id", "comment": null}, "page_event_key": {"type": "STRING", "index": 13, "name": "page_event_key", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1493.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.pendo_source.stg_pendo__page_event"}, "model.pendo_source.stg_pendo__page_history": {"metadata": {"type": "table", "schema": "recharge_integration_tests_stg_pendo", "name": "stg_pendo__page_history", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"page_id": {"type": "STRING", "index": 1, "name": "page_id", "comment": null}, "page_name": {"type": "STRING", "index": 2, "name": "page_name", "comment": null}, "app_id": {"type": "INT64", "index": 3, "name": "app_id", "comment": null}, "created_at": {"type": "STRING", "index": 4, "name": "created_at", "comment": null}, "created_by_user_id": {"type": "INT64", "index": 5, "name": "created_by_user_id", "comment": null}, "is_dirty": {"type": "BOOL", "index": 6, "name": "is_dirty", "comment": null}, "group_id": {"type": "INT64", "index": 7, "name": "group_id", "comment": null}, "last_updated_at": {"type": "STRING", "index": 8, "name": "last_updated_at", "comment": null}, "last_updated_by_user_id": {"type": "INT64", "index": 9, "name": "last_updated_by_user_id", "comment": null}, "root_version_id": {"type": "STRING", "index": 10, "name": "root_version_id", "comment": null}, "stable_version_id": {"type": "STRING", "index": 11, "name": "stable_version_id", "comment": null}, "valid_through": {"type": "TIMESTAMP", "index": 12, "name": "valid_through", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 13, "name": "_fivetran_synced", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1067.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.pendo_source.stg_pendo__page_history"}, "model.pendo_source.stg_pendo__page_history_tmp": {"metadata": {"type": "view", "schema": "recharge_integration_tests_stg_pendo", "name": "stg_pendo__page_history_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "last_updated_at": {"type": "STRING", "index": 2, "name": "last_updated_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "app_id": {"type": "INT64", "index": 4, "name": "app_id", "comment": null}, "color": {"type": "INT64", "index": 5, "name": "color", "comment": null}, "created_at": {"type": "STRING", "index": 6, "name": "created_at", "comment": null}, "created_by_user_id": {"type": "INT64", "index": 7, "name": "created_by_user_id", "comment": null}, "dirty": {"type": "BOOL", "index": 8, "name": "dirty", "comment": null}, "group_id": {"type": "INT64", "index": 9, "name": "group_id", "comment": null}, "last_updated_by_user_id": {"type": "INT64", "index": 10, "name": "last_updated_by_user_id", "comment": null}, "name": {"type": "STRING", "index": 11, "name": "name", "comment": null}, "root_version_id": {"type": "STRING", "index": 12, "name": "root_version_id", "comment": null}, "stable_version_id": {"type": "STRING", "index": 13, "name": "stable_version_id", "comment": null}, "valid_through": {"type": "DATETIME", "index": 14, "name": "valid_through", "comment": null}}, "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.pendo_source.stg_pendo__page_history_tmp"}, "model.pendo_source.stg_pendo__application_history_tmp": {"metadata": {"type": "view", "schema": "recharge_integration_tests_stg_pendo", "name": "stg_pendo__application_history_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "last_updated_at": {"type": "STRING", "index": 2, "name": "last_updated_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "agent_policy_prod": {"type": "STRING", "index": 4, "name": "agent_policy_prod", "comment": null}, "agent_policy_staging": {"type": "STRING", "index": 5, "name": "agent_policy_staging", "comment": null}, "agent_version_prod": {"type": "STRING", "index": 6, "name": "agent_version_prod", "comment": null}, "agent_version_staging": {"type": "STRING", "index": 7, "name": "agent_version_staging", "comment": null}, "application_flags_cname": {"type": "BOOL", "index": 8, "name": "application_flags_cname", "comment": null}, "application_flags_disabled": {"type": "BOOL", "index": 9, "name": "application_flags_disabled", "comment": null}, "application_flags_guide_localization": {"type": "BOOL", "index": 10, "name": "application_flags_guide_localization", "comment": null}, "application_flags_guide_widget": {"type": "BOOL", "index": 11, "name": "application_flags_guide_widget", "comment": null}, "application_flags_onboarding": {"type": "BOOL", "index": 12, "name": "application_flags_onboarding", "comment": null}, "application_flags_prevent_code_injection": {"type": "BOOL", "index": 13, "name": "application_flags_prevent_code_injection", "comment": null}, "application_flags_show_guides_to_anon": {"type": "BOOL", "index": 14, "name": "application_flags_show_guides_to_anon", "comment": null}, "application_flags_xhr_timings": {"type": "BOOL", "index": 15, "name": "application_flags_xhr_timings", "comment": null}, "created_at": {"type": "STRING", "index": 16, "name": "created_at", "comment": null}, "created_by_user_id": {"type": "INT64", "index": 17, "name": "created_by_user_id", "comment": null}, "description": {"type": "INT64", "index": 18, "name": "description", "comment": null}, "disabled_at": {"type": "DATETIME", "index": 19, "name": "disabled_at", "comment": null}, "display_name": {"type": "STRING", "index": 20, "name": "display_name", "comment": null}, "event_count": {"type": "INT64", "index": 21, "name": "event_count", "comment": null}, "event_rate": {"type": "INT64", "index": 22, "name": "event_rate", "comment": null}, "first_event_time": {"type": "STRING", "index": 23, "name": "first_event_time", "comment": null}, "guide_css_url": {"type": "INT64", "index": 24, "name": "guide_css_url", "comment": null}, "icon_url": {"type": "INT64", "index": 25, "name": "icon_url", "comment": null}, "integrated": {"type": "BOOL", "index": 26, "name": "integrated", "comment": null}, "is_deleted": {"type": "BOOL", "index": 27, "name": "is_deleted", "comment": null}, "last_updated_by_user_id": {"type": "INT64", "index": 28, "name": "last_updated_by_user_id", "comment": null}, "marked_for_deletion_at": {"type": "DATETIME", "index": 29, "name": "marked_for_deletion_at", "comment": null}, "name": {"type": "STRING", "index": 30, "name": "name", "comment": null}, "platform": {"type": "STRING", "index": 31, "name": "platform", "comment": null}, "push_application_id": {"type": "INT64", "index": 32, "name": "push_application_id", "comment": null}, "record_until": {"type": "DATETIME", "index": 33, "name": "record_until", "comment": null}, "sampling_rate": {"type": "DATETIME", "index": 34, "name": "sampling_rate", "comment": null}, "starting_event_time": {"type": "DATETIME", "index": 35, "name": "starting_event_time", "comment": null}, "store_url": {"type": "INT64", "index": 36, "name": "store_url", "comment": null}, "subscription_id": {"type": "INT64", "index": 37, "name": "subscription_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.pendo_source.stg_pendo__application_history_tmp"}, "model.pendo_source.stg_pendo__visitor_account_history": {"metadata": {"type": "table", "schema": "recharge_integration_tests_stg_pendo", "name": "stg_pendo__visitor_account_history", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"account_id": {"type": "STRING", "index": 1, "name": "account_id", "comment": null}, "visitor_id": {"type": "STRING", "index": 2, "name": "visitor_id", "comment": null}, "visitor_last_updated_at": {"type": "STRING", "index": 3, "name": "visitor_last_updated_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 4, "name": "_fivetran_synced", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 3.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 195.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.pendo_source.stg_pendo__visitor_account_history"}, "model.pendo_source.stg_pendo__account_history_tmp": {"metadata": {"type": "view", "schema": "recharge_integration_tests_stg_pendo", "name": "stg_pendo__account_history_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "last_updated_at": {"type": "STRING", "index": 2, "name": "last_updated_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "agent_creationdate": {"type": "STRING", "index": 4, "name": "agent_creationdate", "comment": null}, "agent_group_id": {"type": "STRING", "index": 5, "name": "agent_group_id", "comment": null}, "agent_is_paying": {"type": "BOOL", "index": 6, "name": "agent_is_paying", "comment": null}, "agent_name": {"type": "STRING", "index": 7, "name": "agent_name", "comment": null}, "agent_planlevel": {"type": "STRING", "index": 8, "name": "agent_planlevel", "comment": null}, "first_visit": {"type": "STRING", "index": 9, "name": "first_visit", "comment": null}, "id_hash": {"type": "INT64", "index": 10, "name": "id_hash", "comment": null}, "last_visit": {"type": "STRING", "index": 11, "name": "last_visit", "comment": null}, "salesforce_status_c": {"type": "INT64", "index": 12, "name": "salesforce_status_c", "comment": null}, "agent_salesforceaccountid": {"type": "INT64", "index": 13, "name": "agent_salesforceaccountid", "comment": null}, "salesforce_customer_health_engagement_score_c": {"type": "INT64", "index": 14, "name": "salesforce_customer_health_engagement_score_c", "comment": null}, "salesforce_employee_range_c": {"type": "INT64", "index": 15, "name": "salesforce_employee_range_c", "comment": null}, "salesforce_platform_level_c": {"type": "INT64", "index": 16, "name": "salesforce_platform_level_c", "comment": null}, "salesforce_segment_c": {"type": "INT64", "index": 17, "name": "salesforce_segment_c", "comment": null}, "salesforce_name": {"type": "INT64", "index": 18, "name": "salesforce_name", "comment": null}, "salesforce_account_owner_email_c": {"type": "INT64", "index": 19, "name": "salesforce_account_owner_email_c", "comment": null}, "salesforce_pbf_account_c": {"type": "INT64", "index": 20, "name": "salesforce_pbf_account_c", "comment": null}, "salesforce_region_c": {"type": "INT64", "index": 21, "name": "salesforce_region_c", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.pendo_source.stg_pendo__account_history_tmp"}, "model.pendo_source.stg_pendo__guide_step_history": {"metadata": {"type": "table", "schema": "recharge_integration_tests_stg_pendo", "name": "stg_pendo__guide_step_history", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"guide_id": {"type": "STRING", "index": 1, "name": "guide_id", "comment": null}, "guide_last_updated_at": {"type": "STRING", "index": 2, "name": "guide_last_updated_at", "comment": null}, "step_id": {"type": "STRING", "index": 3, "name": "step_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 4, "name": "_fivetran_synced", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 455.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.pendo_source.stg_pendo__guide_step_history"}, "model.pendo_source.stg_pendo__page_rule_history": {"metadata": {"type": "table", "schema": "recharge_integration_tests_stg_pendo", "name": "stg_pendo__page_rule_history", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"designer_hint": {"type": "INT64", "index": 1, "name": "designer_hint", "comment": null}, "page_id": {"type": "STRING", "index": 2, "name": "page_id", "comment": null}, "page_last_updated_at": {"type": "STRING", "index": 3, "name": "page_last_updated_at", "comment": null}, "parsed_rule": {"type": "STRING", "index": 4, "name": "parsed_rule", "comment": null}, "rule": {"type": "STRING", "index": 5, "name": "rule", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 6, "name": "_fivetran_synced", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 758.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.pendo_source.stg_pendo__page_rule_history"}, "model.pendo_source.stg_pendo__visitor_history": {"metadata": {"type": "table", "schema": "recharge_integration_tests_stg_pendo", "name": "stg_pendo__visitor_history", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"visitor_id": {"type": "STRING", "index": 1, "name": "visitor_id", "comment": null}, "account_id": {"type": "STRING", "index": 2, "name": "account_id", "comment": null}, "first_visit_at": {"type": "STRING", "index": 3, "name": "first_visit_at", "comment": null}, "visitor_id_hash": {"type": "INT64", "index": 4, "name": "visitor_id_hash", "comment": null}, "last_browser_name": {"type": "STRING", "index": 5, "name": "last_browser_name", "comment": null}, "last_browser_version": {"type": "STRING", "index": 6, "name": "last_browser_version", "comment": null}, "last_operating_system": {"type": "STRING", "index": 7, "name": "last_operating_system", "comment": null}, "last_server_name": {"type": "STRING", "index": 8, "name": "last_server_name", "comment": null}, "last_updated_at": {"type": "STRING", "index": 9, "name": "last_updated_at", "comment": null}, "last_user_agent": {"type": "STRING", "index": 10, "name": "last_user_agent", "comment": null}, "last_visit": {"type": "STRING", "index": 11, "name": "last_visit", "comment": null}, "n_id": {"type": "INT64", "index": 12, "name": "n_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 13, "name": "_fivetran_synced", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1445.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.pendo_source.stg_pendo__visitor_history"}, "model.pendo_source.stg_pendo__account_history": {"metadata": {"type": "table", "schema": "recharge_integration_tests_stg_pendo", "name": "stg_pendo__account_history", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"account_id": {"type": "STRING", "index": 1, "name": "account_id", "comment": null}, "last_updated_at": {"type": "STRING", "index": 2, "name": "last_updated_at", "comment": null}, "account_id_hash": {"type": "INT64", "index": 3, "name": "account_id_hash", "comment": null}, "first_visit_at": {"type": "STRING", "index": 4, "name": "first_visit_at", "comment": null}, "last_visit_at": {"type": "STRING", "index": 5, "name": "last_visit_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 6, "name": "_fivetran_synced", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 531.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.pendo_source.stg_pendo__account_history"}, "model.pendo_source.stg_pendo__feature_history_tmp": {"metadata": {"type": "view", "schema": "recharge_integration_tests_stg_pendo", "name": "stg_pendo__feature_history_tmp", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "last_updated_at": {"type": "STRING", "index": 2, "name": "last_updated_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "app_id": {"type": "INT64", "index": 4, "name": "app_id", "comment": null}, "color": {"type": "INT64", "index": 5, "name": "color", "comment": null}, "created_at": {"type": "STRING", "index": 6, "name": "created_at", "comment": null}, "created_by_user_id": {"type": "INT64", "index": 7, "name": "created_by_user_id", "comment": null}, "dirty": {"type": "BOOL", "index": 8, "name": "dirty", "comment": null}, "group_id": {"type": "STRING", "index": 9, "name": "group_id", "comment": null}, "last_updated_by_user_id": {"type": "INT64", "index": 10, "name": "last_updated_by_user_id", "comment": null}, "name": {"type": "STRING", "index": 11, "name": "name", "comment": null}, "page_id": {"type": "STRING", "index": 12, "name": "page_id", "comment": null}, "root_version_id": {"type": "STRING", "index": 13, "name": "root_version_id", "comment": null}, "stable_version_id": {"type": "STRING", "index": 14, "name": "stable_version_id", "comment": null}, "valid_through": {"type": "DATETIME", "index": 15, "name": "valid_through", "comment": null}, "is_core_event": {"type": "BOOL", "index": 16, "name": "is_core_event", "comment": null}}, "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.pendo_source.stg_pendo__feature_history_tmp"}}, "sources": {"source.pendo_source.pendo.event": {"metadata": {"type": "table", "schema": "pendo_source_integration_tests_2000", "name": "event", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"account_id": {"type": "STRING", "index": 1, "name": "account_id", "comment": null}, "remote_ip": {"type": "STRING", "index": 2, "name": "remote_ip", "comment": null}, "server_name": {"type": "STRING", "index": 3, "name": "server_name", "comment": null}, "timestamp": {"type": "DATETIME", "index": 4, "name": "timestamp", "comment": null}, "user_agent": {"type": "STRING", "index": 5, "name": "user_agent", "comment": null}, "visitor_id": {"type": "STRING", "index": 6, "name": "visitor_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 7, "name": "_fivetran_synced", "comment": null}, "app_id": {"type": "INT64", "index": 8, "name": "app_id", "comment": null}, "num_events": {"type": "INT64", "index": 9, "name": "num_events", "comment": null}, "num_minutes": {"type": "INT64", "index": 10, "name": "num_minutes", "comment": null}, "page_id": {"type": "STRING", "index": 11, "name": "page_id", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 886.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.pendo_source.pendo.event"}, "source.pendo_source.pendo.guide_step_history": {"metadata": {"type": "table", "schema": "pendo_source_integration_tests_2000", "name": "guide_step_history", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"guide_id": {"type": "STRING", "index": 1, "name": "guide_id", "comment": null}, "guide_last_updated_at": {"type": "STRING", "index": 2, "name": "guide_last_updated_at", "comment": null}, "step_id": {"type": "STRING", "index": 3, "name": "step_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 4, "name": "_fivetran_synced", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 455.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.pendo_source.pendo.guide_step_history"}, "source.pendo_source.pendo.visitor_history": {"metadata": {"type": "table", "schema": "pendo_source_integration_tests_2000", "name": "visitor_history", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "last_updated_at": {"type": "STRING", "index": 2, "name": "last_updated_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "account_id": {"type": "STRING", "index": 4, "name": "account_id", "comment": null}, "agent_email": {"type": "STRING", "index": 5, "name": "agent_email", "comment": null}, "agent_full_name": {"type": "STRING", "index": 6, "name": "agent_full_name", "comment": null}, "agent_group_role": {"type": "INT64", "index": 7, "name": "agent_group_role", "comment": null}, "agent_name": {"type": "STRING", "index": 8, "name": "agent_name", "comment": null}, "agent_role": {"type": "STRING", "index": 9, "name": "agent_role", "comment": null}, "first_visit": {"type": "STRING", "index": 10, "name": "first_visit", "comment": null}, "id_hash": {"type": "INT64", "index": 11, "name": "id_hash", "comment": null}, "last_browser_name": {"type": "STRING", "index": 12, "name": "last_browser_name", "comment": null}, "last_browser_version": {"type": "STRING", "index": 13, "name": "last_browser_version", "comment": null}, "last_operating_system": {"type": "STRING", "index": 14, "name": "last_operating_system", "comment": null}, "last_server_name": {"type": "STRING", "index": 15, "name": "last_server_name", "comment": null}, "last_user_agent": {"type": "STRING", "index": 16, "name": "last_user_agent", "comment": null}, "last_visit": {"type": "STRING", "index": 17, "name": "last_visit", "comment": null}, "n_id": {"type": "INT64", "index": 18, "name": "n_id", "comment": null}, "salesforce_country_c": {"type": "INT64", "index": 19, "name": "salesforce_country_c", "comment": null}, "salesforce_fivetran_industry_category_c": {"type": "INT64", "index": 20, "name": "salesforce_fivetran_industry_category_c", "comment": null}, "salesforce_job_function_c": {"type": "STRING", "index": 21, "name": "salesforce_job_function_c", "comment": null}, "salesforce_job_level_c": {"type": "INT64", "index": 22, "name": "salesforce_job_level_c", "comment": null}, "salesforce_name": {"type": "INT64", "index": 23, "name": "salesforce_name", "comment": null}, "agent_language": {"type": "INT64", "index": 24, "name": "agent_language", "comment": null}, "pendo_lastemail": {"type": "INT64", "index": 25, "name": "pendo_lastemail", "comment": null}, "pendo_lastemailstatus": {"type": "INT64", "index": 26, "name": "pendo_lastemailstatus", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1672.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.pendo_source.pendo.visitor_history"}, "source.pendo_source.pendo.page_history": {"metadata": {"type": "table", "schema": "pendo_source_integration_tests_2000", "name": "page_history", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "last_updated_at": {"type": "STRING", "index": 2, "name": "last_updated_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "app_id": {"type": "INT64", "index": 4, "name": "app_id", "comment": null}, "color": {"type": "INT64", "index": 5, "name": "color", "comment": null}, "created_at": {"type": "STRING", "index": 6, "name": "created_at", "comment": null}, "created_by_user_id": {"type": "INT64", "index": 7, "name": "created_by_user_id", "comment": null}, "dirty": {"type": "BOOL", "index": 8, "name": "dirty", "comment": null}, "group_id": {"type": "INT64", "index": 9, "name": "group_id", "comment": null}, "last_updated_by_user_id": {"type": "INT64", "index": 10, "name": "last_updated_by_user_id", "comment": null}, "name": {"type": "STRING", "index": 11, "name": "name", "comment": null}, "root_version_id": {"type": "STRING", "index": 12, "name": "root_version_id", "comment": null}, "stable_version_id": {"type": "STRING", "index": 13, "name": "stable_version_id", "comment": null}, "valid_through": {"type": "DATETIME", "index": 14, "name": "valid_through", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1067.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.pendo_source.pendo.page_history"}, "source.pendo_source.pendo.guide_event": {"metadata": {"type": "table", "schema": "pendo_source_integration_tests_2000", "name": "guide_event", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"account_id": {"type": "STRING", "index": 1, "name": "account_id", "comment": null}, "guide_id": {"type": "STRING", "index": 2, "name": "guide_id", "comment": null}, "remote_ip": {"type": "STRING", "index": 3, "name": "remote_ip", "comment": null}, "server_name": {"type": "STRING", "index": 4, "name": "server_name", "comment": null}, "timestamp": {"type": "STRING", "index": 5, "name": "timestamp", "comment": null}, "user_agent": {"type": "STRING", "index": 6, "name": "user_agent", "comment": null}, "visitor_id": {"type": "STRING", "index": 7, "name": "visitor_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 8, "name": "_fivetran_synced", "comment": null}, "app_id": {"type": "INT64", "index": 9, "name": "app_id", "comment": null}, "country": {"type": "STRING", "index": 10, "name": "country", "comment": null}, "element_path": {"type": "STRING", "index": 11, "name": "element_path", "comment": null}, "event_id": {"type": "INT64", "index": 12, "name": "event_id", "comment": null}, "guide_step_id": {"type": "STRING", "index": 13, "name": "guide_step_id", "comment": null}, "latitude": {"type": "NUMERIC", "index": 14, "name": "latitude", "comment": null}, "load_time": {"type": "INT64", "index": 15, "name": "load_time", "comment": null}, "longitude": {"type": "NUMERIC", "index": 16, "name": "longitude", "comment": null}, "region": {"type": "STRING", "index": 17, "name": "region", "comment": null}, "type": {"type": "STRING", "index": 18, "name": "type", "comment": null}, "url": {"type": "STRING", "index": 19, "name": "url", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1974.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.pendo_source.pendo.guide_event"}, "source.pendo_source.pendo.poll_event": {"metadata": {"type": "table", "schema": "pendo_source_integration_tests_2000", "name": "poll_event", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"account_id": {"type": "STRING", "index": 1, "name": "account_id", "comment": null}, "guide_id": {"type": "STRING", "index": 2, "name": "guide_id", "comment": null}, "poll_id": {"type": "STRING", "index": 3, "name": "poll_id", "comment": null}, "remote_ip": {"type": "STRING", "index": 4, "name": "remote_ip", "comment": null}, "server_name": {"type": "STRING", "index": 5, "name": "server_name", "comment": null}, "timestamp": {"type": "STRING", "index": 6, "name": "timestamp", "comment": null}, "user_agent": {"type": "STRING", "index": 7, "name": "user_agent", "comment": null}, "visitor_id": {"type": "STRING", "index": 8, "name": "visitor_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 9, "name": "_fivetran_synced", "comment": null}, "app_id": {"type": "INT64", "index": 10, "name": "app_id", "comment": null}, "country": {"type": "STRING", "index": 11, "name": "country", "comment": null}, "element_path": {"type": "INT64", "index": 12, "name": "element_path", "comment": null}, "event_id": {"type": "INT64", "index": 13, "name": "event_id", "comment": null}, "guide_step_id": {"type": "INT64", "index": 14, "name": "guide_step_id", "comment": null}, "latitude": {"type": "FLOAT64", "index": 15, "name": "latitude", "comment": null}, "load_time": {"type": "INT64", "index": 16, "name": "load_time", "comment": null}, "longitude": {"type": "FLOAT64", "index": 17, "name": "longitude", "comment": null}, "poll_response": {"type": "STRING", "index": 18, "name": "poll_response", "comment": null}, "region": {"type": "INT64", "index": 19, "name": "region", "comment": null}, "type": {"type": "STRING", "index": 20, "name": "type", "comment": null}, "url": {"type": "STRING", "index": 21, "name": "url", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 3.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1103.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.pendo_source.pendo.poll_event"}, "source.pendo_source.pendo.feature_event": {"metadata": {"type": "table", "schema": "pendo_source_integration_tests_2000", "name": "feature_event", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"account_id": {"type": "STRING", "index": 1, "name": "account_id", "comment": null}, "feature_id": {"type": "STRING", "index": 2, "name": "feature_id", "comment": null}, "remote_ip": {"type": "STRING", "index": 3, "name": "remote_ip", "comment": null}, "server_name": {"type": "STRING", "index": 4, "name": "server_name", "comment": null}, "timestamp": {"type": "DATETIME", "index": 5, "name": "timestamp", "comment": null}, "user_agent": {"type": "STRING", "index": 6, "name": "user_agent", "comment": null}, "visitor_id": {"type": "STRING", "index": 7, "name": "visitor_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 8, "name": "_fivetran_synced", "comment": null}, "app_id": {"type": "INT64", "index": 9, "name": "app_id", "comment": null}, "num_events": {"type": "INT64", "index": 10, "name": "num_events", "comment": null}, "num_minutes": {"type": "INT64", "index": 11, "name": "num_minutes", "comment": null}, "param_parameter": {"type": "INT64", "index": 12, "name": "param_parameter", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1245.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.pendo_source.pendo.feature_event"}, "source.pendo_source.pendo.poll": {"metadata": {"type": "table", "schema": "pendo_source_integration_tests_2000", "name": "poll", "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}, "attribute_display": {"type": "INT64", "index": 3, "name": "attribute_display", "comment": null}, "attribute_follow_up": {"type": "STRING", "index": 4, "name": "attribute_follow_up", "comment": null}, "attribute_max_length": {"type": "INT64", "index": 5, "name": "attribute_max_length", "comment": null}, "attribute_placeholder": {"type": "INT64", "index": 6, "name": "attribute_placeholder", "comment": null}, "attribute_type": {"type": "STRING", "index": 7, "name": "attribute_type", "comment": null}, "question": {"type": "STRING", "index": 8, "name": "question", "comment": null}, "reset_at": {"type": "DATETIME", "index": 9, "name": "reset_at", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 3.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 348.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.pendo_source.pendo.poll"}, "source.pendo_source.pendo.account_history": {"metadata": {"type": "table", "schema": "pendo_source_integration_tests_2000", "name": "account_history", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "last_updated_at": {"type": "STRING", "index": 2, "name": "last_updated_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "agent_creationdate": {"type": "STRING", "index": 4, "name": "agent_creationdate", "comment": null}, "agent_group_id": {"type": "STRING", "index": 5, "name": "agent_group_id", "comment": null}, "agent_is_paying": {"type": "BOOL", "index": 6, "name": "agent_is_paying", "comment": null}, "agent_name": {"type": "STRING", "index": 7, "name": "agent_name", "comment": null}, "agent_planlevel": {"type": "STRING", "index": 8, "name": "agent_planlevel", "comment": null}, "first_visit": {"type": "STRING", "index": 9, "name": "first_visit", "comment": null}, "id_hash": {"type": "INT64", "index": 10, "name": "id_hash", "comment": null}, "last_visit": {"type": "STRING", "index": 11, "name": "last_visit", "comment": null}, "salesforce_status_c": {"type": "INT64", "index": 12, "name": "salesforce_status_c", "comment": null}, "agent_salesforceaccountid": {"type": "INT64", "index": 13, "name": "agent_salesforceaccountid", "comment": null}, "salesforce_customer_health_engagement_score_c": {"type": "INT64", "index": 14, "name": "salesforce_customer_health_engagement_score_c", "comment": null}, "salesforce_employee_range_c": {"type": "INT64", "index": 15, "name": "salesforce_employee_range_c", "comment": null}, "salesforce_platform_level_c": {"type": "INT64", "index": 16, "name": "salesforce_platform_level_c", "comment": null}, "salesforce_segment_c": {"type": "INT64", "index": 17, "name": "salesforce_segment_c", "comment": null}, "salesforce_name": {"type": "INT64", "index": 18, "name": "salesforce_name", "comment": null}, "salesforce_account_owner_email_c": {"type": "INT64", "index": 19, "name": "salesforce_account_owner_email_c", "comment": null}, "salesforce_pbf_account_c": {"type": "INT64", "index": 20, "name": "salesforce_pbf_account_c", "comment": null}, "salesforce_region_c": {"type": "INT64", "index": 21, "name": "salesforce_region_c", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 783.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.pendo_source.pendo.account_history"}, "source.pendo_source.pendo.group": {"metadata": {"type": "table", "schema": "pendo_source_integration_tests_2000", "name": "group_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}, "color": {"type": "STRING", "index": 4, "name": "color", "comment": null}, "created_at": {"type": "STRING", "index": 5, "name": "created_at", "comment": null}, "created_by_user_id": {"type": "INT64", "index": 6, "name": "created_by_user_id", "comment": null}, "description": {"type": "INT64", "index": 7, "name": "description", "comment": null}, "last_updated_at": {"type": "STRING", "index": 8, "name": "last_updated_at", "comment": null}, "last_updated_by_user_id": {"type": "INT64", "index": 9, "name": "last_updated_by_user_id", "comment": null}, "length": {"type": "INT64", "index": 10, "name": "length", "comment": null}, "name": {"type": "STRING", "index": 11, "name": "name", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 4.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 526.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.pendo_source.pendo.group"}, "source.pendo_source.pendo.visitor_account_history": {"metadata": {"type": "table", "schema": "pendo_source_integration_tests_2000", "name": "visitor_account_history", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"account_id": {"type": "STRING", "index": 1, "name": "account_id", "comment": null}, "visitor_id": {"type": "STRING", "index": 2, "name": "visitor_id", "comment": null}, "visitor_last_updated_at": {"type": "STRING", "index": 3, "name": "visitor_last_updated_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 4, "name": "_fivetran_synced", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 3.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 195.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.pendo_source.pendo.visitor_account_history"}, "source.pendo_source.pendo.page_rule_history": {"metadata": {"type": "table", "schema": "pendo_source_integration_tests_2000", "name": "page_rule_history", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"page_id": {"type": "STRING", "index": 1, "name": "page_id", "comment": null}, "page_last_updated_at": {"type": "STRING", "index": 2, "name": "page_last_updated_at", "comment": null}, "rule": {"type": "STRING", "index": 3, "name": "rule", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 4, "name": "_fivetran_synced", "comment": null}, "designer_hint": {"type": "INT64", "index": 5, "name": "designer_hint", "comment": null}, "parsed_rule": {"type": "STRING", "index": 6, "name": "parsed_rule", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 758.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.pendo_source.pendo.page_rule_history"}, "source.pendo_source.pendo.feature_history": {"metadata": {"type": "table", "schema": "pendo_source_integration_tests_2000", "name": "feature_history", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "last_updated_at": {"type": "STRING", "index": 2, "name": "last_updated_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "app_id": {"type": "INT64", "index": 4, "name": "app_id", "comment": null}, "color": {"type": "INT64", "index": 5, "name": "color", "comment": null}, "created_at": {"type": "STRING", "index": 6, "name": "created_at", "comment": null}, "created_by_user_id": {"type": "INT64", "index": 7, "name": "created_by_user_id", "comment": null}, "dirty": {"type": "BOOL", "index": 8, "name": "dirty", "comment": null}, "group_id": {"type": "STRING", "index": 9, "name": "group_id", "comment": null}, "last_updated_by_user_id": {"type": "INT64", "index": 10, "name": "last_updated_by_user_id", "comment": null}, "name": {"type": "STRING", "index": 11, "name": "name", "comment": null}, "page_id": {"type": "STRING", "index": 12, "name": "page_id", "comment": null}, "root_version_id": {"type": "STRING", "index": 13, "name": "root_version_id", "comment": null}, "stable_version_id": {"type": "STRING", "index": 14, "name": "stable_version_id", "comment": null}, "valid_through": {"type": "DATETIME", "index": 15, "name": "valid_through", "comment": null}, "is_core_event": {"type": "BOOL", "index": 16, "name": "is_core_event", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1312.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.pendo_source.pendo.feature_history"}, "source.pendo_source.pendo.user": {"metadata": {"type": "table", "schema": "pendo_source_integration_tests_2000", "name": "user", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 2, "name": "_fivetran_synced", "comment": null}, "deleted_at": {"type": "INT64", "index": 3, "name": "deleted_at", "comment": null}, "first_name": {"type": "STRING", "index": 4, "name": "first_name", "comment": null}, "last_name": {"type": "STRING", "index": 5, "name": "last_name", "comment": null}, "role": {"type": "INT64", "index": 6, "name": "role", "comment": null}, "user_type": {"type": "STRING", "index": 7, "name": "user_type", "comment": null}, "username": {"type": "STRING", "index": 8, "name": "username", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 342.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.pendo_source.pendo.user"}, "source.pendo_source.pendo.application_history": {"metadata": {"type": "table", "schema": "pendo_source_integration_tests_2000", "name": "application_history", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "INT64", "index": 1, "name": "id", "comment": null}, "last_updated_at": {"type": "STRING", "index": 2, "name": "last_updated_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "agent_policy_prod": {"type": "STRING", "index": 4, "name": "agent_policy_prod", "comment": null}, "agent_policy_staging": {"type": "STRING", "index": 5, "name": "agent_policy_staging", "comment": null}, "agent_version_prod": {"type": "STRING", "index": 6, "name": "agent_version_prod", "comment": null}, "agent_version_staging": {"type": "STRING", "index": 7, "name": "agent_version_staging", "comment": null}, "application_flags_cname": {"type": "BOOL", "index": 8, "name": "application_flags_cname", "comment": null}, "application_flags_disabled": {"type": "BOOL", "index": 9, "name": "application_flags_disabled", "comment": null}, "application_flags_guide_localization": {"type": "BOOL", "index": 10, "name": "application_flags_guide_localization", "comment": null}, "application_flags_guide_widget": {"type": "BOOL", "index": 11, "name": "application_flags_guide_widget", "comment": null}, "application_flags_onboarding": {"type": "BOOL", "index": 12, "name": "application_flags_onboarding", "comment": null}, "application_flags_prevent_code_injection": {"type": "BOOL", "index": 13, "name": "application_flags_prevent_code_injection", "comment": null}, "application_flags_show_guides_to_anon": {"type": "BOOL", "index": 14, "name": "application_flags_show_guides_to_anon", "comment": null}, "application_flags_xhr_timings": {"type": "BOOL", "index": 15, "name": "application_flags_xhr_timings", "comment": null}, "created_at": {"type": "STRING", "index": 16, "name": "created_at", "comment": null}, "created_by_user_id": {"type": "INT64", "index": 17, "name": "created_by_user_id", "comment": null}, "description": {"type": "INT64", "index": 18, "name": "description", "comment": null}, "disabled_at": {"type": "DATETIME", "index": 19, "name": "disabled_at", "comment": null}, "display_name": {"type": "STRING", "index": 20, "name": "display_name", "comment": null}, "event_count": {"type": "INT64", "index": 21, "name": "event_count", "comment": null}, "event_rate": {"type": "INT64", "index": 22, "name": "event_rate", "comment": null}, "first_event_time": {"type": "STRING", "index": 23, "name": "first_event_time", "comment": null}, "guide_css_url": {"type": "INT64", "index": 24, "name": "guide_css_url", "comment": null}, "icon_url": {"type": "INT64", "index": 25, "name": "icon_url", "comment": null}, "integrated": {"type": "BOOL", "index": 26, "name": "integrated", "comment": null}, "is_deleted": {"type": "BOOL", "index": 27, "name": "is_deleted", "comment": null}, "last_updated_by_user_id": {"type": "INT64", "index": 28, "name": "last_updated_by_user_id", "comment": null}, "marked_for_deletion_at": {"type": "DATETIME", "index": 29, "name": "marked_for_deletion_at", "comment": null}, "name": {"type": "STRING", "index": 30, "name": "name", "comment": null}, "platform": {"type": "STRING", "index": 31, "name": "platform", "comment": null}, "push_application_id": {"type": "INT64", "index": 32, "name": "push_application_id", "comment": null}, "record_until": {"type": "DATETIME", "index": 33, "name": "record_until", "comment": null}, "sampling_rate": {"type": "DATETIME", "index": 34, "name": "sampling_rate", "comment": null}, "starting_event_time": {"type": "DATETIME", "index": 35, "name": "starting_event_time", "comment": null}, "store_url": {"type": "INT64", "index": 36, "name": "store_url", "comment": null}, "subscription_id": {"type": "INT64", "index": 37, "name": "subscription_id", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1175.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.pendo_source.pendo.application_history"}, "source.pendo_source.pendo.page_event": {"metadata": {"type": "table", "schema": "pendo_source_integration_tests_2000", "name": "page_event", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"account_id": {"type": "STRING", "index": 1, "name": "account_id", "comment": null}, "page_id": {"type": "STRING", "index": 2, "name": "page_id", "comment": null}, "remote_ip": {"type": "STRING", "index": 3, "name": "remote_ip", "comment": null}, "server_name": {"type": "STRING", "index": 4, "name": "server_name", "comment": null}, "timestamp": {"type": "DATETIME", "index": 5, "name": "timestamp", "comment": null}, "user_agent": {"type": "STRING", "index": 6, "name": "user_agent", "comment": null}, "visitor_id": {"type": "STRING", "index": 7, "name": "visitor_id", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 8, "name": "_fivetran_synced", "comment": null}, "app_id": {"type": "INT64", "index": 9, "name": "app_id", "comment": null}, "num_events": {"type": "INT64", "index": 10, "name": "num_events", "comment": null}, "num_minutes": {"type": "INT64", "index": 11, "name": "num_minutes", "comment": null}, "param_parameter": {"type": "INT64", "index": 12, "name": "param_parameter", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1323.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.pendo_source.pendo.page_event"}, "source.pendo_source.pendo.guide_history": {"metadata": {"type": "table", "schema": "pendo_source_integration_tests_2000", "name": "guide_history", "database": "dbt-package-testing", "comment": null, "owner": null}, "columns": {"id": {"type": "STRING", "index": 1, "name": "id", "comment": null}, "last_updated_at": {"type": "STRING", "index": 2, "name": "last_updated_at", "comment": null}, "_fivetran_synced": {"type": "TIMESTAMP", "index": 3, "name": "_fivetran_synced", "comment": null}, "app_id": {"type": "INT64", "index": 4, "name": "app_id", "comment": null}, "attribute_badge_can_change_badge_color": {"type": "INT64", "index": 5, "name": "attribute_badge_can_change_badge_color", "comment": null}, "attribute_badge_color": {"type": "INT64", "index": 6, "name": "attribute_badge_color", "comment": null}, "attribute_badge_height": {"type": "INT64", "index": 7, "name": "attribute_badge_height", "comment": null}, "attribute_badge_image_url": {"type": "INT64", "index": 8, "name": "attribute_badge_image_url", "comment": null}, "attribute_badge_is_only_show_once": {"type": "INT64", "index": 9, "name": "attribute_badge_is_only_show_once", "comment": null}, "attribute_badge_name": {"type": "INT64", "index": 10, "name": "attribute_badge_name", "comment": null}, "attribute_badge_offset_left": {"type": "INT64", "index": 11, "name": "attribute_badge_offset_left", "comment": null}, "attribute_badge_offset_right": {"type": "INT64", "index": 12, "name": "attribute_badge_offset_right", "comment": null}, "attribute_badge_offset_top": {"type": "INT64", "index": 13, "name": "attribute_badge_offset_top", "comment": null}, "attribute_badge_position": {"type": "INT64", "index": 14, "name": "attribute_badge_position", "comment": null}, "attribute_badge_show_on_event": {"type": "INT64", "index": 15, "name": "attribute_badge_show_on_event", "comment": null}, "attribute_badge_use_hover": {"type": "INT64", "index": 16, "name": "attribute_badge_use_hover", "comment": null}, "attribute_badge_width": {"type": "INT64", "index": 17, "name": "attribute_badge_width", "comment": null}, "attribute_device_type": {"type": "STRING", "index": 18, "name": "attribute_device_type", "comment": null}, "attribute_priority": {"type": "INT64", "index": 19, "name": "attribute_priority", "comment": null}, "attribute_type": {"type": "STRING", "index": 20, "name": "attribute_type", "comment": null}, "created_at": {"type": "STRING", "index": 21, "name": "created_at", "comment": null}, "created_by_user_id": {"type": "INT64", "index": 22, "name": "created_by_user_id", "comment": null}, "email_state": {"type": "INT64", "index": 23, "name": "email_state", "comment": null}, "is_multi_step": {"type": "BOOL", "index": 24, "name": "is_multi_step", "comment": null}, "is_training": {"type": "BOOL", "index": 25, "name": "is_training", "comment": null}, "last_updated_by_user_id": {"type": "INT64", "index": 26, "name": "last_updated_by_user_id", "comment": null}, "launch_method": {"type": "STRING", "index": 27, "name": "launch_method", "comment": null}, "name": {"type": "STRING", "index": 28, "name": "name", "comment": null}, "published_at": {"type": "STRING", "index": 29, "name": "published_at", "comment": null}, "recurrence": {"type": "INT64", "index": 30, "name": "recurrence", "comment": null}, "recurrence_eligibility_window": {"type": "INT64", "index": 31, "name": "recurrence_eligibility_window", "comment": null}, "reset_at": {"type": "DATETIME", "index": 32, "name": "reset_at", "comment": null}, "root_version_id": {"type": "STRING", "index": 33, "name": "root_version_id", "comment": null}, "stable_version_id": {"type": "STRING", "index": 34, "name": "stable_version_id", "comment": null}, "state": {"type": "STRING", "index": 35, "name": "state", "comment": null}}, "stats": {"num_rows": {"id": "num_rows", "label": "# Rows", "value": 5.0, "include": true, "description": "Approximate count of rows in this table"}, "num_bytes": {"id": "num_bytes", "label": "Approximate Size", "value": 1514.0, "include": true, "description": "Approximate size of table as reported by BigQuery"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.pendo_source.pendo.guide_history"}}, "errors": null} \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index d254fe4..0807e63 100644 --- a/docs/index.html +++ b/docs/index.html @@ -97,6 +97,6 @@ * @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["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[`${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 079fe2c..3112829 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -1 +1 @@ -{"metadata": {"dbt_schema_version": "https://schemas.getdbt.com/dbt/manifest/v8.json", "dbt_version": "1.4.4", "generated_at": "2023-03-08T19:10:19.559086Z", "invocation_id": "409886b7-78f5-428d-8150-cc5689e2fb1a", "env": {}, "project_id": "a69b0c6e3d75d21dcd53313b36893a1a", "user_id": "8268eefe-e8f7-472e-ab2a-a92f0135d76d", "send_anonymous_usage_stats": true, "adapter_type": "bigquery"}, "nodes": {"seed.pendo_source_integration_tests.feature_history": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000", "name": "feature_history", "resource_type": "seed", "package_name": "pendo_source_integration_tests", "path": "feature_history.csv", "original_file_path": "seeds/feature_history.csv", "unique_id": "seed.pendo_source_integration_tests.feature_history", "fqn": ["pendo_source_integration_tests", "feature_history"], "alias": "feature_history", "checksum": {"name": "sha256", "checksum": "ccfe71039c847dc64c094c4f23961f005fa51803929538e88fe3571f61a3123a"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"_fivetran_synced": "timestamp", "last_updated_by_user_id": "int64", "created_by_user_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": {"last_updated_by_user_id": "{{ 'int64' if target.name == 'bigquery' else 'bigint' }}", "created_by_user_id": "{{ 'int64' if target.name == 'bigquery' else 'bigint' }}"}}, "created_at": 1678302468.620217, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000`.`feature_history`", "raw_code": "", "root_path": "/Users/catherinefritz/Documents/dbt_packages/pendo/dbt_pendo_source/integration_tests", "depends_on": {"macros": []}}, "seed.pendo_source_integration_tests.visitor_history": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000", "name": "visitor_history", "resource_type": "seed", "package_name": "pendo_source_integration_tests", "path": "visitor_history.csv", "original_file_path": "seeds/visitor_history.csv", "unique_id": "seed.pendo_source_integration_tests.visitor_history", "fqn": ["pendo_source_integration_tests", "visitor_history"], "alias": "visitor_history", "checksum": {"name": "sha256", "checksum": "240614576da08ce2d73414cf2d80f6d6ded0b96a814dbd28252f3244b631bc8a"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"_fivetran_synced": "timestamp", "id_hash": "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_hash": "{{ 'int64' if target.name == 'bigquery' else 'bigint' }}"}}, "created_at": 1678302468.6274061, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000`.`visitor_history`", "raw_code": "", "root_path": "/Users/catherinefritz/Documents/dbt_packages/pendo/dbt_pendo_source/integration_tests", "depends_on": {"macros": []}}, "seed.pendo_source_integration_tests.application_history": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000", "name": "application_history", "resource_type": "seed", "package_name": "pendo_source_integration_tests", "path": "application_history.csv", "original_file_path": "seeds/application_history.csv", "unique_id": "seed.pendo_source_integration_tests.application_history", "fqn": ["pendo_source_integration_tests", "application_history"], "alias": "application_history", "checksum": {"name": "sha256", "checksum": "c466925b803184510afb5057ab8657d07115cc88c470ffdc87d3de44327440c5"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"_fivetran_synced": "timestamp", "subscription_id": "int64", "last_updated_by_user_id": "int64", "created_by_user_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": {"subscription_id": "{{ 'int64' if target.name == 'bigquery' else 'bigint' }}", "last_updated_by_user_id": "{{ 'int64' if target.name == 'bigquery' else 'bigint' }}", "created_by_user_id": "{{ 'int64' if target.name == 'bigquery' else 'bigint' }}"}}, "created_at": 1678302468.629009, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000`.`application_history`", "raw_code": "", "root_path": "/Users/catherinefritz/Documents/dbt_packages/pendo/dbt_pendo_source/integration_tests", "depends_on": {"macros": []}}, "seed.pendo_source_integration_tests.visitor_account_history": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000", "name": "visitor_account_history", "resource_type": "seed", "package_name": "pendo_source_integration_tests", "path": "visitor_account_history.csv", "original_file_path": "seeds/visitor_account_history.csv", "unique_id": "seed.pendo_source_integration_tests.visitor_account_history", "fqn": ["pendo_source_integration_tests", "visitor_account_history"], "alias": "visitor_account_history", "checksum": {"name": "sha256", "checksum": "ed4ac6bab0a4c9dd612e84055ba0de867cb0cf3c07e426e2c57e5c82fefa57ac"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"_fivetran_synced": "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"}}, "created_at": 1678302468.630305, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000`.`visitor_account_history`", "raw_code": "", "root_path": "/Users/catherinefritz/Documents/dbt_packages/pendo/dbt_pendo_source/integration_tests", "depends_on": {"macros": []}}, "seed.pendo_source_integration_tests.poll": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000", "name": "poll", "resource_type": "seed", "package_name": "pendo_source_integration_tests", "path": "poll.csv", "original_file_path": "seeds/poll.csv", "unique_id": "seed.pendo_source_integration_tests.poll", "fqn": ["pendo_source_integration_tests", "poll"], "alias": "poll", "checksum": {"name": "sha256", "checksum": "624334f8c4aa51d063a617d7d30b49ddcc0090b57ed482f0010ba25081c68b28"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"_fivetran_synced": "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"}}, "created_at": 1678302468.631553, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000`.`poll`", "raw_code": "", "root_path": "/Users/catherinefritz/Documents/dbt_packages/pendo/dbt_pendo_source/integration_tests", "depends_on": {"macros": []}}, "seed.pendo_source_integration_tests.poll_event": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000", "name": "poll_event", "resource_type": "seed", "package_name": "pendo_source_integration_tests", "path": "poll_event.csv", "original_file_path": "seeds/poll_event.csv", "unique_id": "seed.pendo_source_integration_tests.poll_event", "fqn": ["pendo_source_integration_tests", "poll_event"], "alias": "poll_event", "checksum": {"name": "sha256", "checksum": "385e3c92cdb2dd2939096840f177b440d08639ace9848fc9bcdca06b0d6ef3ab"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"_fivetran_synced": "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"}}, "created_at": 1678302468.6330738, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000`.`poll_event`", "raw_code": "", "root_path": "/Users/catherinefritz/Documents/dbt_packages/pendo/dbt_pendo_source/integration_tests", "depends_on": {"macros": []}}, "seed.pendo_source_integration_tests.page_rule_history": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000", "name": "page_rule_history", "resource_type": "seed", "package_name": "pendo_source_integration_tests", "path": "page_rule_history.csv", "original_file_path": "seeds/page_rule_history.csv", "unique_id": "seed.pendo_source_integration_tests.page_rule_history", "fqn": ["pendo_source_integration_tests", "page_rule_history"], "alias": "page_rule_history", "checksum": {"name": "sha256", "checksum": "cd44615ef1b7afe5e6f36d93e59052134b568c9d24e38abdbf479bdd095e07f0"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"_fivetran_synced": "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"}}, "created_at": 1678302468.634408, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000`.`page_rule_history`", "raw_code": "", "root_path": "/Users/catherinefritz/Documents/dbt_packages/pendo/dbt_pendo_source/integration_tests", "depends_on": {"macros": []}}, "seed.pendo_source_integration_tests.feature_event": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000", "name": "feature_event", "resource_type": "seed", "package_name": "pendo_source_integration_tests", "path": "feature_event.csv", "original_file_path": "seeds/feature_event.csv", "unique_id": "seed.pendo_source_integration_tests.feature_event", "fqn": ["pendo_source_integration_tests", "feature_event"], "alias": "feature_event", "checksum": {"name": "sha256", "checksum": "54b5b7b73d1601bdcb2cee13c966dc804c4a33fb02cec3611124ae6f5f4b6b30"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"_fivetran_synced": "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"}}, "created_at": 1678302468.6356878, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000`.`feature_event`", "raw_code": "", "root_path": "/Users/catherinefritz/Documents/dbt_packages/pendo/dbt_pendo_source/integration_tests", "depends_on": {"macros": []}}, "seed.pendo_source_integration_tests.guide_step_history": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000", "name": "guide_step_history", "resource_type": "seed", "package_name": "pendo_source_integration_tests", "path": "guide_step_history.csv", "original_file_path": "seeds/guide_step_history.csv", "unique_id": "seed.pendo_source_integration_tests.guide_step_history", "fqn": ["pendo_source_integration_tests", "guide_step_history"], "alias": "guide_step_history", "checksum": {"name": "sha256", "checksum": "303189dc8860e6847d3e628ee0d73aac3c4e7b0c6cab2cfc4e830664b32dfcc7"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"_fivetran_synced": "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"}}, "created_at": 1678302468.6368902, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000`.`guide_step_history`", "raw_code": "", "root_path": "/Users/catherinefritz/Documents/dbt_packages/pendo/dbt_pendo_source/integration_tests", "depends_on": {"macros": []}}, "seed.pendo_source_integration_tests.guide_history": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000", "name": "guide_history", "resource_type": "seed", "package_name": "pendo_source_integration_tests", "path": "guide_history.csv", "original_file_path": "seeds/guide_history.csv", "unique_id": "seed.pendo_source_integration_tests.guide_history", "fqn": ["pendo_source_integration_tests", "guide_history"], "alias": "guide_history", "checksum": {"name": "sha256", "checksum": "c4058bf9db501050c9537c35c94bb5a6326ffb80eaae5fc26b517de73541d17d"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"_fivetran_synced": "timestamp", "created_by_user_id": "int64", "last_updated_by_user_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": {"created_by_user_id": "{{ 'int64' if target.name == 'bigquery' else 'bigint' }}", "last_updated_by_user_id": "{{ 'int64' if target.name == 'bigquery' else 'bigint' }}"}}, "created_at": 1678302468.638268, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000`.`guide_history`", "raw_code": "", "root_path": "/Users/catherinefritz/Documents/dbt_packages/pendo/dbt_pendo_source/integration_tests", "depends_on": {"macros": []}}, "seed.pendo_source_integration_tests.user": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000", "name": "user", "resource_type": "seed", "package_name": "pendo_source_integration_tests", "path": "user.csv", "original_file_path": "seeds/user.csv", "unique_id": "seed.pendo_source_integration_tests.user", "fqn": ["pendo_source_integration_tests", "user"], "alias": "user", "checksum": {"name": "sha256", "checksum": "127fcba7793411ae38c093e5f2f2ccb0604f71d1502b6f3410f50be93cfb2392"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"_fivetran_synced": "timestamp", "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.name == 'bigquery' else 'bigint' }}"}}, "created_at": 1678302468.639562, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000`.`user`", "raw_code": "", "root_path": "/Users/catherinefritz/Documents/dbt_packages/pendo/dbt_pendo_source/integration_tests", "depends_on": {"macros": []}}, "seed.pendo_source_integration_tests.page_event": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000", "name": "page_event", "resource_type": "seed", "package_name": "pendo_source_integration_tests", "path": "page_event.csv", "original_file_path": "seeds/page_event.csv", "unique_id": "seed.pendo_source_integration_tests.page_event", "fqn": ["pendo_source_integration_tests", "page_event"], "alias": "page_event", "checksum": {"name": "sha256", "checksum": "4893a45b7349700e0eb9cf6f1b890411f3e8cc5c60d081bbaaa12f547b739095"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"_fivetran_synced": "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"}}, "created_at": 1678302468.641223, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000`.`page_event`", "raw_code": "", "root_path": "/Users/catherinefritz/Documents/dbt_packages/pendo/dbt_pendo_source/integration_tests", "depends_on": {"macros": []}}, "seed.pendo_source_integration_tests.event": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000", "name": "event", "resource_type": "seed", "package_name": "pendo_source_integration_tests", "path": "event.csv", "original_file_path": "seeds/event.csv", "unique_id": "seed.pendo_source_integration_tests.event", "fqn": ["pendo_source_integration_tests", "event"], "alias": "event", "checksum": {"name": "sha256", "checksum": "dd5bd40b780234bcb93bfe99cbad2e3a78fc36fa0cde642ada37ae0c09507735"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"_fivetran_synced": "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"}}, "created_at": 1678302468.642606, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000`.`event`", "raw_code": "", "root_path": "/Users/catherinefritz/Documents/dbt_packages/pendo/dbt_pendo_source/integration_tests", "depends_on": {"macros": []}}, "seed.pendo_source_integration_tests.guide_event": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000", "name": "guide_event", "resource_type": "seed", "package_name": "pendo_source_integration_tests", "path": "guide_event.csv", "original_file_path": "seeds/guide_event.csv", "unique_id": "seed.pendo_source_integration_tests.guide_event", "fqn": ["pendo_source_integration_tests", "guide_event"], "alias": "guide_event", "checksum": {"name": "sha256", "checksum": "c5328b05e1c16178e2cb086555f40880a03cb147877bac4bcd9afec36563c80b"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"_fivetran_synced": "timestamp", "latitude": "numeric", "longitude": "numeric"}, "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": {"latitude": "numeric", "longitude": "numeric"}}, "created_at": 1678302468.6440792, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000`.`guide_event`", "raw_code": "", "root_path": "/Users/catherinefritz/Documents/dbt_packages/pendo/dbt_pendo_source/integration_tests", "depends_on": {"macros": []}}, "seed.pendo_source_integration_tests.account_history": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000", "name": "account_history", "resource_type": "seed", "package_name": "pendo_source_integration_tests", "path": "account_history.csv", "original_file_path": "seeds/account_history.csv", "unique_id": "seed.pendo_source_integration_tests.account_history", "fqn": ["pendo_source_integration_tests", "account_history"], "alias": "account_history", "checksum": {"name": "sha256", "checksum": "bf32a255bafadc4d9946fada03c3405ab634075388b77354c99dc40f828d415d"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"_fivetran_synced": "timestamp", "id_hash": "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_hash": "{{ 'int64' if target.name == 'bigquery' else 'bigint' }}"}}, "created_at": 1678302468.645385, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000`.`account_history`", "raw_code": "", "root_path": "/Users/catherinefritz/Documents/dbt_packages/pendo/dbt_pendo_source/integration_tests", "depends_on": {"macros": []}}, "seed.pendo_source_integration_tests.page_history": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000", "name": "page_history", "resource_type": "seed", "package_name": "pendo_source_integration_tests", "path": "page_history.csv", "original_file_path": "seeds/page_history.csv", "unique_id": "seed.pendo_source_integration_tests.page_history", "fqn": ["pendo_source_integration_tests", "page_history"], "alias": "page_history", "checksum": {"name": "sha256", "checksum": "81f2bab90abfc29ae1aab1f893b7658ff9cc1e8d5e49ba82fa0a8aff3bfbdb0e"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"_fivetran_synced": "timestamp", "created_by_user_id": "int64", "last_updated_by_user_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": {"created_by_user_id": "{{ 'int64' if target.name == 'bigquery' else 'bigint' }}", "last_updated_by_user_id": "{{ 'int64' if target.name == 'bigquery' else 'bigint' }}"}}, "created_at": 1678302468.646782, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000`.`page_history`", "raw_code": "", "root_path": "/Users/catherinefritz/Documents/dbt_packages/pendo/dbt_pendo_source/integration_tests", "depends_on": {"macros": []}}, "seed.pendo_source_integration_tests.group_data": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000", "name": "group_data", "resource_type": "seed", "package_name": "pendo_source_integration_tests", "path": "group_data.csv", "original_file_path": "seeds/group_data.csv", "unique_id": "seed.pendo_source_integration_tests.group_data", "fqn": ["pendo_source_integration_tests", "group_data"], "alias": "group_data", "checksum": {"name": "sha256", "checksum": "42ebdc85f9b15ec1433bba8b94335410ce62bacbe4d86a59fca9076516fe5dca"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"_fivetran_synced": "timestamp", "last_updated_by_user_id": "int64", "color": "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": {"last_updated_by_user_id": "{{ 'int64' if target.name == 'bigquery' else 'bigint' }}", "color": "{{ 'string' if target.name in ['bigquery','spark','databricks'] else 'varchar' }}"}}, "created_at": 1678302468.64834, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000`.`group_data`", "raw_code": "", "root_path": "/Users/catherinefritz/Documents/dbt_packages/pendo/dbt_pendo_source/integration_tests", "depends_on": {"macros": []}}, "model.pendo_source.stg_pendo__guide_event": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000_stg_pendo", "name": "stg_pendo__guide_event", "resource_type": "model", "package_name": "pendo_source", "path": "stg_pendo__guide_event.sql", "original_file_path": "models/stg_pendo__guide_event.sql", "unique_id": "model.pendo_source.stg_pendo__guide_event", "fqn": ["pendo_source", "stg_pendo__guide_event"], "alias": "stg_pendo__guide_event", "checksum": {"name": "sha256", "checksum": "1071b3ab35aab95f3ecdc9d69bd4e8a1c04ce70dacff13e13817447b9b02f8c0"}, "config": {"enabled": true, "alias": null, "schema": "stg_pendo", "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": "Table capturing events related to guides. Each row is a unique event around `guideAdvanced`, `guideSeen`, `guideDismissed`, `guideSnoozed`, `guideTimeout`, `guideActivity`.", "columns": {"account_id": {"name": "account_id", "description": "Foreign key referencing the `ACCOUNT` associated with the event triggerer, if any.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "app_id": {"name": "app_id", "description": "Foreign key referencing the `APPLICATION` the event was triggered in.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "country": {"name": "country", "description": "Country in which the guide event was recorded.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "guide_id": {"name": "guide_id", "description": "Foreign key referencing the `GUIDE` that was interacted with.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "guide_step_id": {"name": "guide_step_id", "description": "Foreign key referencing the `STEP` within the guide that was interacted with specifically.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "latitude": {"name": "latitude", "description": "Latitude of where the event was triggered from, if location is provided.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "longitude": {"name": "longitude", "description": "Longitude of where the event was triggered from, if location is provided.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "region": {"name": "region", "description": "Geographic region of the triggered event, if location is provided.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "remote_ip": {"name": "remote_ip", "description": "IP Address of the event triggerer.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "server_name": {"name": "server_name", "description": "Name of the server (your website) on which the event was tracked.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "occurred_at": {"name": "occurred_at", "description": "Timestamp of when the event occurred.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "type": {"name": "type", "description": "Type of guide event that was tracked. Can be one of `guideAdvanced`, `guideSeen`, `guideDismissed`, `guideSnoozed`, `guideTimeout`, `guideActivity`.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "url": {"name": "url", "description": "URL on which the guide event was recorded.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "user_agent": {"name": "user_agent", "description": "String identifying the browser and operating system on which the event was triggered.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "visitor_id": {"name": "visitor_id", "description": "Foreign key referencing the `VISITOR` who triggered the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "guide_event_key": {"name": "guide_event_key", "description": "Unique key hashed on ['visitor_id', 'timestamp', 'account_id', 'server_name', 'guide_id', 'user_agent', 'remote_ip'].", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "pendo_source://models/stg_pendo.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "stg_pendo"}, "created_at": 1678302469.021496, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__guide_event`", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_pendo__guide_event_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_pendo__guide_event_tmp')),\n staging_columns=get_guide_event_columns()\n )\n }}\n \n from base\n),\n\nfinal as (\n \n select \n account_id,\n app_id,\n country,\n guide_id,\n guide_step_id,\n latitude,\n longitude,\n region,\n remote_ip,\n server_name,\n timestamp as occurred_at,\n type,\n url,\n user_agent,\n visitor_id,\n _fivetran_synced,\n {{ dbt_utils.generate_surrogate_key(['visitor_id', 'timestamp', 'account_id', 'server_name', 'guide_id', 'user_agent', 'remote_ip']) }} as guide_event_key\n\n\n from fields\n)\n\nselect * \nfrom final", "language": "sql", "refs": [["stg_pendo__guide_event_tmp"], ["stg_pendo__guide_event_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.pendo_source.get_guide_event_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt_utils.generate_surrogate_key"], "nodes": ["model.pendo_source.stg_pendo__guide_event_tmp", "model.pendo_source.stg_pendo__guide_event_tmp"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo__guide_event.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from `dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__guide_event_tmp`\n\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n account_id\n \n as \n \n account_id\n \n, \n \n \n app_id\n \n as \n \n app_id\n \n, \n \n \n country\n \n as \n \n country\n \n, \n \n \n element_path\n \n as \n \n element_path\n \n, \n \n \n guide_id\n \n as \n \n guide_id\n \n, \n \n \n guide_step_id\n \n as \n \n guide_step_id\n \n, \n \n \n latitude\n \n as \n \n latitude\n \n, \n \n \n load_time\n \n as \n \n load_time\n \n, \n \n \n longitude\n \n as \n \n longitude\n \n, \n \n \n region\n \n as \n \n region\n \n, \n \n \n remote_ip\n \n as \n \n remote_ip\n \n, \n \n \n server_name\n \n as \n \n server_name\n \n, \n \n \n timestamp\n \n as \n \n timestamp\n \n, \n \n \n type\n \n as \n \n type\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 visitor_id\n \n as \n \n visitor_id\n \n\n\n\n \n from base\n),\n\nfinal as (\n \n select \n account_id,\n app_id,\n country,\n guide_id,\n guide_step_id,\n latitude,\n longitude,\n region,\n remote_ip,\n server_name,\n timestamp as occurred_at,\n type,\n url,\n user_agent,\n visitor_id,\n _fivetran_synced,\n \n \nto_hex(md5(cast(coalesce(cast(visitor_id as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(timestamp as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(account_id as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(server_name as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(guide_id as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(user_agent as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(remote_ip as STRING), '_dbt_utils_surrogate_key_null_') as STRING))) as guide_event_key\n\n\n from fields\n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": []}, "model.pendo_source.stg_pendo__poll_event": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000_stg_pendo", "name": "stg_pendo__poll_event", "resource_type": "model", "package_name": "pendo_source", "path": "stg_pendo__poll_event.sql", "original_file_path": "models/stg_pendo__poll_event.sql", "unique_id": "model.pendo_source.stg_pendo__poll_event", "fqn": ["pendo_source", "stg_pendo__poll_event"], "alias": "stg_pendo__poll_event", "checksum": {"name": "sha256", "checksum": "6c975ed03e5e039c65514c163c3c5aa557e7896e36a7855c2e6e5e099a1e8698"}, "config": {"enabled": true, "alias": null, "schema": "stg_pendo", "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": "Table capturing individual responses to polls.", "columns": {"account_id": {"name": "account_id", "description": "Foreign key referencing the `ACCOUNT` associated with the event, if any.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "app_id": {"name": "app_id", "description": "Foreign key referencing the `APPLICATION` that the event was tracked in.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "country": {"name": "country", "description": "Country in which the poll event was recorded.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "guide_id": {"name": "guide_id", "description": "Foreign key referencing the `GUIDE` that the poll is a part of.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "guide_step_id": {"name": "guide_step_id", "description": "Foreign key referencing the `GUIDE_STEP` that the poll is a part of.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "latitude": {"name": "latitude", "description": "Latitude of where the event was triggered from, if location is provided.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "longitude": {"name": "longitude", "description": "Longitude of where the event was triggered from, if location is provided.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "poll_id": {"name": "poll_id", "description": "Foreign key referencing the `POLL` that the event was in response to.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "poll_response": {"name": "poll_response", "description": "Depending on the kind of poll, the content of the poll response. For ratings, this will be an integer, and for freeform text responses, this will be the content. For pick-lists, this will be an ID that does not point anywhere....\n", "meta": {}, "data_type": null, "quote": null, "tags": []}, "region": {"name": "region", "description": "Geographic region of the triggered event, if location is provided.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "remote_ip": {"name": "remote_ip", "description": "IP Address of the event triggerer.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "server_name": {"name": "server_name", "description": "Name of the server (your website) on which the event was tracked.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "occurred_at": {"name": "occurred_at", "description": "Timestamp of when the poll event was triggered.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "type": {"name": "type", "description": "Type of guide event that was tracked. This table only captures poll responses.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "url": {"name": "url", "description": "URL on which the poll response was recorded.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "user_agent": {"name": "user_agent", "description": "String identifying the browser and operating system on which the event was triggered.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "visitor_id": {"name": "visitor_id", "description": "Foreign key referencing the `VISITOR` who triggered the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "poll_event_key": {"name": "poll_event_key", "description": "Unique key hashed on ['visitor_id', 'timestamp', 'account_id', 'server_name', 'poll_id', 'guide_id', 'user_agent', 'remote_ip'].", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "pendo_source://models/stg_pendo.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "stg_pendo"}, "created_at": 1678302469.040355, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__poll_event`", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_pendo__poll_event_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_pendo__poll_event_tmp')),\n staging_columns=get_poll_event_columns()\n )\n }}\n \n from base\n),\n\nfinal as (\n \n select \n\n account_id,\n app_id,\n country,\n guide_id,\n guide_step_id,\n latitude,\n longitude,\n poll_id,\n poll_response,\n region,\n remote_ip,\n server_name,\n timestamp as occurred_at,\n type,\n url,\n user_agent,\n visitor_id,\n _fivetran_synced,\n {{ dbt_utils.generate_surrogate_key(['visitor_id', 'timestamp', 'account_id', 'server_name', 'poll_id', 'guide_id', 'user_agent', 'remote_ip']) }} as poll_event_key\n\n from fields\n)\n\nselect * \nfrom final", "language": "sql", "refs": [["stg_pendo__poll_event_tmp"], ["stg_pendo__poll_event_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.pendo_source.get_poll_event_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt_utils.generate_surrogate_key"], "nodes": ["model.pendo_source.stg_pendo__poll_event_tmp", "model.pendo_source.stg_pendo__poll_event_tmp"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo__poll_event.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from `dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__poll_event_tmp`\n\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n account_id\n \n as \n \n account_id\n \n, \n \n \n app_id\n \n as \n \n app_id\n \n, \n \n \n country\n \n as \n \n country\n \n, \n \n \n element_path\n \n as \n \n element_path\n \n, \n \n \n guide_id\n \n as \n \n guide_id\n \n, \n \n \n guide_step_id\n \n as \n \n guide_step_id\n \n, \n \n \n latitude\n \n as \n \n latitude\n \n, \n \n \n load_time\n \n as \n \n load_time\n \n, \n \n \n longitude\n \n as \n \n longitude\n \n, \n \n \n poll_id\n \n as \n \n poll_id\n \n, \n \n \n poll_response\n \n as \n \n poll_response\n \n, \n \n \n region\n \n as \n \n region\n \n, \n \n \n remote_ip\n \n as \n \n remote_ip\n \n, \n \n \n server_name\n \n as \n \n server_name\n \n, \n \n \n timestamp\n \n as \n \n timestamp\n \n, \n \n \n type\n \n as \n \n type\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 visitor_id\n \n as \n \n visitor_id\n \n\n\n\n \n from base\n),\n\nfinal as (\n \n select \n\n account_id,\n app_id,\n country,\n guide_id,\n guide_step_id,\n latitude,\n longitude,\n poll_id,\n poll_response,\n region,\n remote_ip,\n server_name,\n timestamp as occurred_at,\n type,\n url,\n user_agent,\n visitor_id,\n _fivetran_synced,\n \n \nto_hex(md5(cast(coalesce(cast(visitor_id as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(timestamp as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(account_id as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(server_name as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(poll_id as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(guide_id as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(user_agent as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(remote_ip as STRING), '_dbt_utils_surrogate_key_null_') as STRING))) as poll_event_key\n\n from fields\n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": []}, "model.pendo_source.stg_pendo__application_history": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000_stg_pendo", "name": "stg_pendo__application_history", "resource_type": "model", "package_name": "pendo_source", "path": "stg_pendo__application_history.sql", "original_file_path": "models/stg_pendo__application_history.sql", "unique_id": "model.pendo_source.stg_pendo__application_history", "fqn": ["pendo_source", "stg_pendo__application_history"], "alias": "stg_pendo__application_history", "checksum": {"name": "sha256", "checksum": "39a7d1a541f399e861da6a55675fa13a0b8b10947f3ec76d683e4bd7f179dbd1"}, "config": {"enabled": true, "alias": null, "schema": "stg_pendo", "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": "Table capturing changes to your tracked application(s).", "columns": {"agent_policy_prod": {"name": "agent_policy_prod", "description": "Production application policy.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "agent_policy_staging": {"name": "agent_policy_staging", "description": "Staging application policy.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "agent_version_prod": {"name": "agent_version_prod", "description": "Version of the production app.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "agent_version_staging": {"name": "agent_version_staging", "description": "Version of the staging app.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "Timestamp of when the application version record was created.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_by_user_id": {"name": "created_by_user_id", "description": "Foreign key referencing the `USER` who created the application.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "description": {"name": "description", "description": "Description of the application.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "disabled_at": {"name": "disabled_at", "description": "Timestamp of when the application version was disabled.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "display_name": {"name": "display_name", "description": "Display name of the application.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "event_count": {"name": "event_count", "description": "Count of events tracked in this application.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "first_event_at": {"name": "first_event_at", "description": "Timestamp of when the first event was tracked for this application.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "application_id": {"name": "application_id", "description": "Unique ID of the application.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "is_integrated": {"name": "is_integrated", "description": "Boolean that is true if the app is integrated.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "is_deleted": {"name": "is_deleted", "description": "Boolean that is true if the app version is deleted.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_updated_at": {"name": "last_updated_at", "description": "Timestamp of when the app was last updated.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_updated_by_user_id": {"name": "last_updated_by_user_id", "description": "Foreign key referencing the `USER` who last updated the app.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "application_name": {"name": "application_name", "description": "Title of the application.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "platform": {"name": "platform", "description": "Platform on which the application is served.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "subscription_id": {"name": "subscription_id", "description": "ID of the app's Pendo subscription.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "pendo_source://models/stg_pendo.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "stg_pendo"}, "created_at": 1678302469.009662, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__application_history`", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_pendo__application_history_tmp') }}\n\n where not coalesce(is_deleted, false)\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_pendo__application_history_tmp')),\n staging_columns=get_application_history_columns()\n )\n }}\n \n from base\n),\n\nfinal as (\n \n select \n id as application_id,\n agent_policy_prod,\n agent_policy_staging,\n agent_version_prod,\n agent_version_staging,\n created_at,\n created_by_user_id,\n description,\n display_name,\n event_count,\n first_event_time as first_event_at,\n integrated as is_integrated,\n is_deleted,\n last_updated_at,\n last_updated_by_user_id,\n name as application_name,\n platform,\n subscription_id,\n _fivetran_synced\n\n from fields\n)\n\nselect * \nfrom final", "language": "sql", "refs": [["stg_pendo__application_history_tmp"], ["stg_pendo__application_history_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.pendo_source.get_application_history_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": ["model.pendo_source.stg_pendo__application_history_tmp", "model.pendo_source.stg_pendo__application_history_tmp"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo__application_history.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from `dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__application_history_tmp`\n\n where not coalesce(is_deleted, false)\n\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n agent_policy_prod\n \n as \n \n agent_policy_prod\n \n, \n \n \n agent_policy_staging\n \n as \n \n agent_policy_staging\n \n, \n \n \n agent_version_prod\n \n as \n \n agent_version_prod\n \n, \n \n \n agent_version_staging\n \n as \n \n agent_version_staging\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n created_by_user_id\n \n as \n \n created_by_user_id\n \n, \n \n \n description\n \n as \n \n description\n \n, \n \n \n disabled_at\n \n as \n \n disabled_at\n \n, \n \n \n display_name\n \n as \n \n display_name\n \n, \n \n \n event_count\n \n as \n \n event_count\n \n, \n \n \n event_rate\n \n as \n \n event_rate\n \n, \n \n \n first_event_time\n \n as \n \n first_event_time\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n integrated\n \n as \n \n integrated\n \n, \n \n \n is_deleted\n \n as \n \n is_deleted\n \n, \n \n \n last_updated_at\n \n as \n \n last_updated_at\n \n, \n \n \n last_updated_by_user_id\n \n as \n \n last_updated_by_user_id\n \n, \n \n \n marked_for_deletion_at\n \n as \n \n marked_for_deletion_at\n \n, \n \n \n name\n \n as \n \n name\n \n, \n \n \n platform\n \n as \n \n platform\n \n, \n \n \n push_application_id\n \n as \n \n push_application_id\n \n, \n \n \n record_until\n \n as \n \n record_until\n \n, \n \n \n sampling_rate\n \n as \n \n sampling_rate\n \n, \n \n \n starting_event_time\n \n as \n \n starting_event_time\n \n, \n \n \n subscription_id\n \n as \n \n subscription_id\n \n\n\n\n \n from base\n),\n\nfinal as (\n \n select \n id as application_id,\n agent_policy_prod,\n agent_policy_staging,\n agent_version_prod,\n agent_version_staging,\n created_at,\n created_by_user_id,\n description,\n display_name,\n event_count,\n first_event_time as first_event_at,\n integrated as is_integrated,\n is_deleted,\n last_updated_at,\n last_updated_by_user_id,\n name as application_name,\n platform,\n subscription_id,\n _fivetran_synced\n\n from fields\n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": []}, "model.pendo_source.stg_pendo__account_history": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000_stg_pendo", "name": "stg_pendo__account_history", "resource_type": "model", "package_name": "pendo_source", "path": "stg_pendo__account_history.sql", "original_file_path": "models/stg_pendo__account_history.sql", "unique_id": "model.pendo_source.stg_pendo__account_history", "fqn": ["pendo_source", "stg_pendo__account_history"], "alias": "stg_pendo__account_history", "checksum": {"name": "sha256", "checksum": "66fa721fff5f4e7531466546b216534bc42faaac322b3f6937f9caac6fa285e4"}, "config": {"enabled": true, "alias": null, "schema": "stg_pendo", "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": "Table capturing the historical records of each account utilizing your product via Pendo. Note that this table may contain custom metadata columns which can be passed through via `pendo__account_history_pass_through_columns`.\n", "columns": {"account_id": {"name": "account_id", "description": "Unique identifier of the account.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "first_visit_at": {"name": "first_visit_at", "description": "The timestamp (UTC) of when the account or visitor was created.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "account_id_hash": {"name": "account_id_hash", "description": "32-bit hash of the account ID.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_updated_at": {"name": "last_updated_at", "description": "The timestamp (UTC) of when the account was last updated.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_visit_at": {"name": "last_visit_at", "description": "The timestamp (UTC) of when Pendo last recorded an event for the account.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "pendo_source://models/stg_pendo.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "stg_pendo"}, "created_at": 1678302469.0059881, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__account_history`", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_pendo__account_history_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_pendo__account_history_tmp')),\n staging_columns=get_account_history_columns()\n )\n }}\n \n from base\n),\n\nfinal as (\n \n select \n id as account_id,\n last_updated_at,\n id_hash as account_id_hash,\n first_visit as first_visit_at,\n last_visit as last_visit_at,\n _fivetran_synced\n\n --The below macro adds the fields defined within your pendo__account_history_pass_through_columns variable into the staging model\n {{ fivetran_utils.fill_pass_through_columns('pendo__account_history_pass_through_columns') }}\n \n from fields\n)\n\nselect * \nfrom final", "language": "sql", "refs": [["stg_pendo__account_history_tmp"], ["stg_pendo__account_history_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.pendo_source.get_account_history_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.fill_pass_through_columns"], "nodes": ["model.pendo_source.stg_pendo__account_history_tmp", "model.pendo_source.stg_pendo__account_history_tmp"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo__account_history.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from `dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__account_history_tmp`\n\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n first_visit\n \n as \n \n first_visit\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n id_hash\n \n as \n \n id_hash\n \n, \n \n \n last_updated_at\n \n as \n \n last_updated_at\n \n, \n \n \n last_visit\n \n as \n \n last_visit\n \n\n\n\n \n from base\n),\n\nfinal as (\n \n select \n id as account_id,\n last_updated_at,\n id_hash as account_id_hash,\n first_visit as first_visit_at,\n last_visit as last_visit_at,\n _fivetran_synced\n\n --The below macro adds the fields defined within your pendo__account_history_pass_through_columns variable into the staging model\n \n\n\n\n\n \n from fields\n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": []}, "model.pendo_source.stg_pendo__page_rule_history": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000_stg_pendo", "name": "stg_pendo__page_rule_history", "resource_type": "model", "package_name": "pendo_source", "path": "stg_pendo__page_rule_history.sql", "original_file_path": "models/stg_pendo__page_rule_history.sql", "unique_id": "model.pendo_source.stg_pendo__page_rule_history", "fqn": ["pendo_source", "stg_pendo__page_rule_history"], "alias": "stg_pendo__page_rule_history", "checksum": {"name": "sha256", "checksum": "22e001c6001da1ab72061448d1ada21585295667d4965747ff14051b5182f31e"}, "config": {"enabled": true, "alias": null, "schema": "stg_pendo", "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": "Table capturing historical records of rules associated with pages.", "columns": {"designer_hint": {"name": "designer_hint", "description": "String of what the page's url will look like, including site domain.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "page_id": {"name": "page_id", "description": "Foreign key referencing the `PAGE` that the rule pertains to.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "page_last_updated_at": {"name": "page_last_updated_at", "description": "Timestamp of when the page was last updated at.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "parsed_rule": {"name": "parsed_rule", "description": "The url rule of the page, completely parsed out.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "rule": {"name": "rule", "description": "Bare-bones URL rule of the page.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "pendo_source://models/stg_pendo.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "stg_pendo"}, "created_at": 1678302469.0317981, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__page_rule_history`", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_pendo__page_rule_history_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_pendo__page_rule_history_tmp')),\n staging_columns=get_page_rule_history_columns()\n )\n }}\n \n from base\n),\n\nfinal as (\n \n select \n\n designer_hint,\n page_id,\n page_last_updated_at,\n parsed_rule,\n rule,\n _fivetran_synced\n \n from fields\n)\n\nselect * \nfrom final", "language": "sql", "refs": [["stg_pendo__page_rule_history_tmp"], ["stg_pendo__page_rule_history_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.pendo_source.get_page_rule_history_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": ["model.pendo_source.stg_pendo__page_rule_history_tmp", "model.pendo_source.stg_pendo__page_rule_history_tmp"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo__page_rule_history.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from `dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__page_rule_history_tmp`\n\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n designer_hint\n \n as \n \n designer_hint\n \n, \n \n \n page_id\n \n as \n \n page_id\n \n, \n \n \n page_last_updated_at\n \n as \n \n page_last_updated_at\n \n, \n \n \n parsed_rule\n \n as \n \n parsed_rule\n \n, \n \n \n rule\n \n as \n \n rule\n \n\n\n\n \n from base\n),\n\nfinal as (\n \n select \n\n designer_hint,\n page_id,\n page_last_updated_at,\n parsed_rule,\n rule,\n _fivetran_synced\n \n from fields\n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": []}, "model.pendo_source.stg_pendo__user": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000_stg_pendo", "name": "stg_pendo__user", "resource_type": "model", "package_name": "pendo_source", "path": "stg_pendo__user.sql", "original_file_path": "models/stg_pendo__user.sql", "unique_id": "model.pendo_source.stg_pendo__user", "fqn": ["pendo_source", "stg_pendo__user"], "alias": "stg_pendo__user", "checksum": {"name": "sha256", "checksum": "ca31da6754ff8635b87e61b4ea99f5e7587370fead8d96edca577a772a82988f"}, "config": {"enabled": true, "alias": null, "schema": "stg_pendo", "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": "Table capturing internal Pendo users.", "columns": {"deleted_at": {"name": "deleted_at", "description": "Timestamp of when the user was deleted at.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "first_name": {"name": "first_name", "description": "First name of the user.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "user_id": {"name": "user_id", "description": "Unique identifier of the user.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_name": {"name": "last_name", "description": "Last name of the user.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "user_type": {"name": "user_type", "description": "Type of user.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "username": {"name": "username", "description": "Username of the user, typically their email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "pendo_source://models/stg_pendo.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "stg_pendo"}, "created_at": 1678302469.033173, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__user`", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_pendo__user_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_pendo__user_tmp')),\n staging_columns=get_user_columns()\n )\n }}\n \n from base\n),\n\nfinal as (\n \n select \n\n id as user_id,\n deleted_at,\n first_name,\n last_name,\n user_type,\n username,\n _fivetran_synced\n\n from fields\n)\n\nselect * \nfrom final", "language": "sql", "refs": [["stg_pendo__user_tmp"], ["stg_pendo__user_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.pendo_source.get_user_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": ["model.pendo_source.stg_pendo__user_tmp", "model.pendo_source.stg_pendo__user_tmp"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo__user.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from `dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__user_tmp`\n\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n deleted_at\n \n as \n \n deleted_at\n \n, \n \n \n first_name\n \n as \n \n first_name\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n last_name\n \n as \n \n last_name\n \n, \n \n \n role\n \n as \n \n role\n \n, \n \n \n user_type\n \n as \n \n user_type\n \n, \n \n \n username\n \n as \n \n username\n \n\n\n\n \n from base\n),\n\nfinal as (\n \n select \n\n id as user_id,\n deleted_at,\n first_name,\n last_name,\n user_type,\n username,\n _fivetran_synced\n\n from fields\n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": []}, "model.pendo_source.stg_pendo__feature_event": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000_stg_pendo", "name": "stg_pendo__feature_event", "resource_type": "model", "package_name": "pendo_source", "path": "stg_pendo__feature_event.sql", "original_file_path": "models/stg_pendo__feature_event.sql", "unique_id": "model.pendo_source.stg_pendo__feature_event", "fqn": ["pendo_source", "stg_pendo__feature_event"], "alias": "stg_pendo__feature_event", "checksum": {"name": "sha256", "checksum": "2b16c8be2c25940cc496edf7d35805f3f9f47e488696cde9d94d62a3e9602aa0"}, "config": {"enabled": true, "alias": null, "schema": "stg_pendo", "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": "Table capturing all recorded click events matching tagged features. Contains custom columns passed through via the `pendo__feature_event_pass_through_columns` variable.\n", "columns": {"account_id": {"name": "account_id", "description": "Foreign key referencing the `ACCOUNT` associated with the event, if any.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "app_id": {"name": "app_id", "description": "Foreign key referencing the `APPLICATION` that the event was tracked in.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "feature_id": {"name": "feature_id", "description": "Foreign key referencing the `FEATURE` that the event is tagged with.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "num_events": {"name": "num_events", "description": "Number of feature events tracked for this unique combination of day/hour, visitorId, accountId, server name, and IP address.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "num_minutes": {"name": "num_minutes", "description": "Number of feature events minutes tracked for this unique combination of day/hour, visitorId, accountId, server name, and IP address.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "remote_ip": {"name": "remote_ip", "description": "The IP address of the event triggerer.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "server_name": {"name": "server_name", "description": "Name of the server (your website) on which the event was tracked.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "occurred_at": {"name": "occurred_at", "description": "Day/hour-part timestamp of when the event occurred.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "user_agent": {"name": "user_agent", "description": "String identifying the browser and operating system on which the event was triggered.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "visitor_id": {"name": "visitor_id", "description": "Foreign key referencing the `VISITOR` who triggered the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_id": {"name": "_fivetran_id", "description": "Fivetran created id hashed on the `property_*` and `param_*` fields.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "feature_event_key": {"name": "feature_event_key", "description": "Unique key hashed on ['visitor_id', 'timestamp', 'account_id', 'server_name', 'feature_id', 'remote_ip', 'user_agent', '_fivetran_id'].", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "pendo_source://models/stg_pendo.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "stg_pendo"}, "created_at": 1678302469.014028, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__feature_event`", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_pendo__feature_event_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_pendo__feature_event_tmp')),\n staging_columns=get_feature_event_columns()\n )\n }}\n \n from base\n),\n\nfinal as (\n \n select \n account_id,\n app_id,\n feature_id,\n num_events,\n num_minutes,\n remote_ip,\n server_name,\n timestamp as occurred_at,\n user_agent,\n visitor_id,\n _fivetran_synced,\n _fivetran_id,\n {{ dbt_utils.generate_surrogate_key(\n ['visitor_id', 'timestamp', 'account_id', 'server_name', 'feature_id', 'remote_ip', 'user_agent', '_fivetran_id']\n ) }} as feature_event_key\n\n --The below macro adds the fields defined within your pendo__feature_event_pass_through_columns variable into the staging model\n {{ fivetran_utils.fill_pass_through_columns('pendo__feature_event_pass_through_columns') }}\n \n from fields\n)\n\nselect * \nfrom final", "language": "sql", "refs": [["stg_pendo__feature_event_tmp"], ["stg_pendo__feature_event_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.pendo_source.get_feature_event_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt_utils.generate_surrogate_key", "macro.fivetran_utils.fill_pass_through_columns"], "nodes": ["model.pendo_source.stg_pendo__feature_event_tmp", "model.pendo_source.stg_pendo__feature_event_tmp"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo__feature_event.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from `dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__feature_event_tmp`\n\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n account_id\n \n as \n \n account_id\n \n, \n \n \n app_id\n \n as \n \n app_id\n \n, \n \n \n feature_id\n \n as \n \n feature_id\n \n, \n \n \n num_events\n \n as \n \n num_events\n \n, \n \n \n num_minutes\n \n as \n \n num_minutes\n \n, \n \n \n remote_ip\n \n as \n \n remote_ip\n \n, \n \n \n server_name\n \n as \n \n server_name\n \n, \n \n \n timestamp\n \n as \n \n timestamp\n \n, \n \n \n user_agent\n \n as \n \n user_agent\n \n, \n \n \n visitor_id\n \n as \n \n visitor_id\n \n, \n cast(null as STRING) as \n \n _fivetran_id\n \n \n\n\n \n from base\n),\n\nfinal as (\n \n select \n account_id,\n app_id,\n feature_id,\n num_events,\n num_minutes,\n remote_ip,\n server_name,\n timestamp as occurred_at,\n user_agent,\n visitor_id,\n _fivetran_synced,\n _fivetran_id,\n \n \nto_hex(md5(cast(coalesce(cast(visitor_id as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(timestamp as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(account_id as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(server_name as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(feature_id as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(remote_ip as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(user_agent as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(_fivetran_id as STRING), '_dbt_utils_surrogate_key_null_') as STRING))) as feature_event_key\n\n --The below macro adds the fields defined within your pendo__feature_event_pass_through_columns variable into the staging model\n \n\n\n\n\n \n from fields\n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": []}, "model.pendo_source.stg_pendo__visitor_account_history": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000_stg_pendo", "name": "stg_pendo__visitor_account_history", "resource_type": "model", "package_name": "pendo_source", "path": "stg_pendo__visitor_account_history.sql", "original_file_path": "models/stg_pendo__visitor_account_history.sql", "unique_id": "model.pendo_source.stg_pendo__visitor_account_history", "fqn": ["pendo_source", "stg_pendo__visitor_account_history"], "alias": "stg_pendo__visitor_account_history", "checksum": {"name": "sha256", "checksum": "ff5cb34ae0a55c374ace6459729c8c283dcbaa3ffbde9e313b8caa7921b0af6b"}, "config": {"enabled": true, "alias": null, "schema": "stg_pendo", "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": "Table of historical records of associations between visitors and accounts. Though the visitor table has an `account_id` column, refer to this table for all potential related accounts. \n", "columns": {"account_id": {"name": "account_id", "description": "Foreign key referencing the `ACCOUNT` that the visitor is associated with.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "visitor_id": {"name": "visitor_id", "description": "Foreign key referencing the `VISITOR` associated with the account.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "visitor_last_updated_at": {"name": "visitor_last_updated_at", "description": "Timestamp of when the visitor was last updated.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "pendo_source://models/stg_pendo.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "stg_pendo"}, "created_at": 1678302469.041348, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__visitor_account_history`", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_pendo__visitor_account_history_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_pendo__visitor_account_history_tmp')),\n staging_columns=get_visitor_account_history_columns()\n )\n }}\n \n from base\n),\n\nfinal as (\n \n select \n account_id,\n visitor_id,\n visitor_last_updated_at,\n _fivetran_synced\n \n from fields\n)\n\nselect * \nfrom final", "language": "sql", "refs": [["stg_pendo__visitor_account_history_tmp"], ["stg_pendo__visitor_account_history_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.pendo_source.get_visitor_account_history_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": ["model.pendo_source.stg_pendo__visitor_account_history_tmp", "model.pendo_source.stg_pendo__visitor_account_history_tmp"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo__visitor_account_history.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from `dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__visitor_account_history_tmp`\n\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n account_id\n \n as \n \n account_id\n \n, \n \n \n visitor_id\n \n as \n \n visitor_id\n \n, \n \n \n visitor_last_updated_at\n \n as \n \n visitor_last_updated_at\n \n\n\n\n \n from base\n),\n\nfinal as (\n \n select \n account_id,\n visitor_id,\n visitor_last_updated_at,\n _fivetran_synced\n \n from fields\n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": []}, "model.pendo_source.stg_pendo__guide_history": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000_stg_pendo", "name": "stg_pendo__guide_history", "resource_type": "model", "package_name": "pendo_source", "path": "stg_pendo__guide_history.sql", "original_file_path": "models/stg_pendo__guide_history.sql", "unique_id": "model.pendo_source.stg_pendo__guide_history", "fqn": ["pendo_source", "stg_pendo__guide_history"], "alias": "stg_pendo__guide_history", "checksum": {"name": "sha256", "checksum": "62a49b1bab1aab41ba65fa6ab19c8bda8d8183f4680770bdec60d6245e8af7e0"}, "config": {"enabled": true, "alias": null, "schema": "stg_pendo", "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": "Table capturing historical records of guides in pendo.", "columns": {"app_id": {"name": "app_id", "description": "Foreign key referencing the `APPLICATION` that the guide belongs in.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "device_type": {"name": "device_type", "description": "The current state of the guide - 'all', 'desktop', 'mobile'.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "Timestamp of when the guide was created.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_by_user_id": {"name": "created_by_user_id", "description": "Foreign key referencing the `USER` who created the guide.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "guide_id": {"name": "guide_id", "description": "Unique identifier of the guide.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "is_multi_step": {"name": "is_multi_step", "description": "Returns true if guide has multiple steps (walkthrough).", "meta": {}, "data_type": null, "quote": null, "tags": []}, "is_training": {"name": "is_training", "description": "Boolean that is true if the guide is for training.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_updated_at": {"name": "last_updated_at", "description": "Timestamp of when the guide was last updated.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_updated_by_user_id": {"name": "last_updated_by_user_id", "description": "Foreign key referencing the `USER` who last updated the guide.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "launch_method": {"name": "launch_method", "description": "Activation method of the guide (ie auto, badge, dom).", "meta": {}, "data_type": null, "quote": null, "tags": []}, "guide_name": {"name": "guide_name", "description": "Name of the guide.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "published_at": {"name": "published_at", "description": "Timestamp of when the guide was officially published.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "recurrence": {"name": "recurrence", "description": "How frequent the guide is scheduled to recur.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "recurrence_eligibility_window": {"name": "recurrence_eligibility_window", "description": "Eligible interval in which guides can be repeatedly activated.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "reset_at": {"name": "reset_at", "description": "Timestamp of when the guide was reset for visitors.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "root_version_id": {"name": "root_version_id", "description": "The unique identifier of the root entity, which nominally matches the public id field of the guide.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "stable_version_id": {"name": "stable_version_id", "description": "The unique identifier for the current version of the guide.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "state": {"name": "state", "description": "The current state of the guide. published, staged, draft, and disabled.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "pendo_source://models/stg_pendo.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "stg_pendo"}, "created_at": 1678302469.025017, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__guide_history`", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_pendo__guide_history_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_pendo__guide_history_tmp')),\n staging_columns=get_guide_history_columns()\n )\n }}\n \n from base\n),\n\nfinal as (\n \n select \n id as guide_id,\n name as guide_name,\n app_id,\n state,\n attribute_device_type as device_type,\n created_at,\n created_by_user_id,\n is_multi_step,\n is_training,\n last_updated_at,\n last_updated_by_user_id,\n launch_method,\n published_at,\n recurrence,\n recurrence_eligibility_window,\n reset_at,\n root_version_id,\n stable_version_id,\n \n _fivetran_synced\n\n from fields\n)\n\nselect * \nfrom final", "language": "sql", "refs": [["stg_pendo__guide_history_tmp"], ["stg_pendo__guide_history_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.pendo_source.get_guide_history_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": ["model.pendo_source.stg_pendo__guide_history_tmp", "model.pendo_source.stg_pendo__guide_history_tmp"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo__guide_history.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from `dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__guide_history_tmp`\n\n),\n\nfields 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 attribute_badge_can_change_badge_color\n \n as \n \n attribute_badge_can_change_badge_color\n \n, \n \n \n attribute_badge_color\n \n as \n \n attribute_badge_color\n \n, \n \n \n attribute_badge_height\n \n as \n \n attribute_badge_height\n \n, \n \n \n attribute_badge_image_url\n \n as \n \n attribute_badge_image_url\n \n, \n \n \n attribute_badge_is_only_show_once\n \n as \n \n attribute_badge_is_only_show_once\n \n, \n \n \n attribute_badge_name\n \n as \n \n attribute_badge_name\n \n, \n \n \n attribute_badge_offset_left\n \n as \n \n attribute_badge_offset_left\n \n, \n \n \n attribute_badge_offset_right\n \n as \n \n attribute_badge_offset_right\n \n, \n \n \n attribute_badge_offset_top\n \n as \n \n attribute_badge_offset_top\n \n, \n \n \n attribute_badge_position\n \n as \n \n attribute_badge_position\n \n, \n \n \n attribute_badge_show_on_event\n \n as \n \n attribute_badge_show_on_event\n \n, \n \n \n attribute_badge_use_hover\n \n as \n \n attribute_badge_use_hover\n \n, \n \n \n attribute_badge_width\n \n as \n \n attribute_badge_width\n \n, \n \n \n attribute_device_type\n \n as \n \n attribute_device_type\n \n, \n \n \n attribute_priority\n \n as \n \n attribute_priority\n \n, \n \n \n attribute_type\n \n as \n \n attribute_type\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n created_by_user_id\n \n as \n \n created_by_user_id\n \n, \n \n \n email_state\n \n as \n \n email_state\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n is_multi_step\n \n as \n \n is_multi_step\n \n, \n \n \n is_training\n \n as \n \n is_training\n \n, \n \n \n last_updated_at\n \n as \n \n last_updated_at\n \n, \n \n \n last_updated_by_user_id\n \n as \n \n last_updated_by_user_id\n \n, \n \n \n launch_method\n \n as \n \n launch_method\n \n, \n \n \n name\n \n as \n \n name\n \n, \n \n \n published_at\n \n as \n \n published_at\n \n, \n \n \n recurrence\n \n as \n \n recurrence\n \n, \n \n \n recurrence_eligibility_window\n \n as \n \n recurrence_eligibility_window\n \n, \n \n \n reset_at\n \n as \n \n reset_at\n \n, \n \n \n root_version_id\n \n as \n \n root_version_id\n \n, \n \n \n stable_version_id\n \n as \n \n stable_version_id\n \n, \n \n \n state\n \n as \n \n state\n \n\n\n\n \n from base\n),\n\nfinal as (\n \n select \n id as guide_id,\n name as guide_name,\n app_id,\n state,\n attribute_device_type as device_type,\n created_at,\n created_by_user_id,\n is_multi_step,\n is_training,\n last_updated_at,\n last_updated_by_user_id,\n launch_method,\n published_at,\n recurrence,\n recurrence_eligibility_window,\n reset_at,\n root_version_id,\n stable_version_id,\n \n _fivetran_synced\n\n from fields\n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": []}, "model.pendo_source.stg_pendo__poll": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000_stg_pendo", "name": "stg_pendo__poll", "resource_type": "model", "package_name": "pendo_source", "path": "stg_pendo__poll.sql", "original_file_path": "models/stg_pendo__poll.sql", "unique_id": "model.pendo_source.stg_pendo__poll", "fqn": ["pendo_source", "stg_pendo__poll"], "alias": "stg_pendo__poll", "checksum": {"name": "sha256", "checksum": "fcb08eeeaeee633559c447b978a9c47766cc705f15951a07e568ce7ae4aa2cd8"}, "config": {"enabled": true, "alias": null, "schema": "stg_pendo", "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": "Table capturing polls administered via Pendo.", "columns": {"attribute_display": {"name": "attribute_display", "description": "Type of way to answer (ie select, radio, null for freeform answers).", "meta": {}, "data_type": null, "quote": null, "tags": []}, "follow_up_poll_id": {"name": "follow_up_poll_id", "description": "Self-referencing id of the follow-up `POLL` question, if any.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "attribute_max_length": {"name": "attribute_max_length", "description": "Max length for the answer, if any.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "attribute_type": {"name": "attribute_type", "description": "Type of poll question.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "poll_id": {"name": "poll_id", "description": "Unique identifier of the poll.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "question": {"name": "question", "description": "The content of the poll question.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "reset_at": {"name": "reset_at", "description": "The timestamp when the poll's data was last reset.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "pendo_source://models/stg_pendo.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "stg_pendo"}, "created_at": 1678302469.0369868, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__poll`", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_pendo__poll_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_pendo__poll_tmp')),\n staging_columns=get_poll_columns()\n )\n }}\n \n from base\n),\n\nfinal as (\n \n select \n id as poll_id,\n attribute_display,\n attribute_follow_up as follow_up_poll_id,\n attribute_max_length,\n attribute_type,\n question,\n reset_at,\n _fivetran_synced\n\n from fields\n)\n\nselect * \nfrom final", "language": "sql", "refs": [["stg_pendo__poll_tmp"], ["stg_pendo__poll_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.pendo_source.get_poll_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": ["model.pendo_source.stg_pendo__poll_tmp", "model.pendo_source.stg_pendo__poll_tmp"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo__poll.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from `dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__poll_tmp`\n\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n attribute_display\n \n as \n \n attribute_display\n \n, \n \n \n attribute_follow_up\n \n as \n \n attribute_follow_up\n \n, \n \n \n attribute_max_length\n \n as \n \n attribute_max_length\n \n, \n \n \n attribute_placeholder\n \n as \n \n attribute_placeholder\n \n, \n \n \n attribute_type\n \n as \n \n attribute_type\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n question\n \n as \n \n question\n \n, \n \n \n reset_at\n \n as \n \n reset_at\n \n\n\n\n \n from base\n),\n\nfinal as (\n \n select \n id as poll_id,\n attribute_display,\n attribute_follow_up as follow_up_poll_id,\n attribute_max_length,\n attribute_type,\n question,\n reset_at,\n _fivetran_synced\n\n from fields\n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": []}, "model.pendo_source.stg_pendo__page_event": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000_stg_pendo", "name": "stg_pendo__page_event", "resource_type": "model", "package_name": "pendo_source", "path": "stg_pendo__page_event.sql", "original_file_path": "models/stg_pendo__page_event.sql", "unique_id": "model.pendo_source.stg_pendo__page_event", "fqn": ["pendo_source", "stg_pendo__page_event"], "alias": "stg_pendo__page_event", "checksum": {"name": "sha256", "checksum": "d331d7ba2b44a2925f84276d69be30d5e6145da36f095d9bb06455fd8c34275a"}, "config": {"enabled": true, "alias": null, "schema": "stg_pendo", "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": "Table capturing all recorded pageviews matching tagged pages. Contains custom columns passed through the `pendo__page_event_pass_through_columns` variable.\n", "columns": {"account_id": {"name": "account_id", "description": "Foreign key referencing the `ACCOUNT` associated with the event, if any.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "app_id": {"name": "app_id", "description": "Foreign key referencing the `APPLICATION` that the event was tracked in.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "num_events": {"name": "num_events", "description": "Number of pageviews matching tagged pages.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "num_minutes": {"name": "num_minutes", "description": "Page time on site calculations are in 1 minute buckets. So if you are logged in to your app as a user (Pendo Visitor) when you load a page\u2019s URL, 1 minute time on site is calculated. Every time you click on that page, the time on site calculation keeps running and totaling the successive minutes you\u2019ve spent on that page. See https://support.pendo.io/hc/en-us/articles/360032203171-How-is-Site-Page-Interaction-Calculated-.\n", "meta": {}, "data_type": null, "quote": null, "tags": []}, "page_id": {"name": "page_id", "description": "Foreign key referencing the `PAGE` being loaded.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "remote_ip": {"name": "remote_ip", "description": "The IP address of the event triggerer.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "server_name": {"name": "server_name", "description": "Name of the server (your website) on which the event was tracked.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "occurred_at": {"name": "occurred_at", "description": "Day/hour-part timestamp of when the event occurred.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "user_agent": {"name": "user_agent", "description": "String identifying the browser and operating system on which the event was triggered.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "visitor_id": {"name": "visitor_id", "description": "Foreign key referencing the `VISITOR` who triggered the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_id": {"name": "_fivetran_id", "description": "Fivetran created id hashed on the `param_*` fields.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "page_event_key": {"name": "page_event_key", "description": "Unique key hashed on ['visitor_id', 'timestamp', 'account_id', 'server_name', 'page_id', 'user_agent', 'remote_ip', '_fivetran_id'].", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "pendo_source://models/stg_pendo.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "stg_pendo"}, "created_at": 1678302469.0282292, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__page_event`", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_pendo__page_event_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_pendo__page_event_tmp')),\n staging_columns=get_page_event_columns()\n )\n }}\n \n from base\n),\n\nfinal as (\n \n select \n\n account_id,\n app_id,\n num_events,\n num_minutes,\n page_id,\n remote_ip,\n server_name,\n timestamp as occurred_at,\n user_agent,\n visitor_id,\n _fivetran_synced,\n _fivetran_id,\n {{ dbt_utils.generate_surrogate_key(\n ['visitor_id', 'timestamp', 'account_id', 'server_name', 'page_id', 'user_agent', 'remote_ip', '_fivetran_id']\n ) }} as page_event_key\n\n --The below macro adds the fields defined within your pendo__page_event_pass_through_columns variable into the staging model\n {{ fivetran_utils.fill_pass_through_columns('pendo__page_event_pass_through_columns') }}\n\n from fields\n)\n\nselect * \nfrom final", "language": "sql", "refs": [["stg_pendo__page_event_tmp"], ["stg_pendo__page_event_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.pendo_source.get_page_event_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt_utils.generate_surrogate_key", "macro.fivetran_utils.fill_pass_through_columns"], "nodes": ["model.pendo_source.stg_pendo__page_event_tmp", "model.pendo_source.stg_pendo__page_event_tmp"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo__page_event.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from `dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__page_event_tmp`\n\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n account_id\n \n as \n \n account_id\n \n, \n \n \n app_id\n \n as \n \n app_id\n \n, \n \n \n num_events\n \n as \n \n num_events\n \n, \n \n \n num_minutes\n \n as \n \n num_minutes\n \n, \n \n \n page_id\n \n as \n \n page_id\n \n, \n \n \n remote_ip\n \n as \n \n remote_ip\n \n, \n \n \n server_name\n \n as \n \n server_name\n \n, \n \n \n timestamp\n \n as \n \n timestamp\n \n, \n \n \n user_agent\n \n as \n \n user_agent\n \n, \n \n \n visitor_id\n \n as \n \n visitor_id\n \n, \n cast(null as STRING) as \n \n _fivetran_id\n \n \n\n\n \n from base\n),\n\nfinal as (\n \n select \n\n account_id,\n app_id,\n num_events,\n num_minutes,\n page_id,\n remote_ip,\n server_name,\n timestamp as occurred_at,\n user_agent,\n visitor_id,\n _fivetran_synced,\n _fivetran_id,\n \n \nto_hex(md5(cast(coalesce(cast(visitor_id as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(timestamp as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(account_id as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(server_name as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(page_id as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(user_agent as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(remote_ip as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(_fivetran_id as STRING), '_dbt_utils_surrogate_key_null_') as STRING))) as page_event_key\n\n --The below macro adds the fields defined within your pendo__page_event_pass_through_columns variable into the staging model\n \n\n\n\n\n\n from fields\n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": []}, "model.pendo_source.stg_pendo__visitor_history": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000_stg_pendo", "name": "stg_pendo__visitor_history", "resource_type": "model", "package_name": "pendo_source", "path": "stg_pendo__visitor_history.sql", "original_file_path": "models/stg_pendo__visitor_history.sql", "unique_id": "model.pendo_source.stg_pendo__visitor_history", "fqn": ["pendo_source", "stg_pendo__visitor_history"], "alias": "stg_pendo__visitor_history", "checksum": {"name": "sha256", "checksum": "2e4e25d02794574b6a5210d6e74e3a3c099e23c17c4c5a0b4d5e0e84de11f402"}, "config": {"enabled": true, "alias": null, "schema": "stg_pendo", "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": "Table capturing historical records of visitors.", "columns": {"account_id": {"name": "account_id", "description": "Foreign key referencing the `ACCOUNT` associated with this visitor. Visitors can belong to multiple accounts, however. Refer to `VISITOR_ACCOUNT_HISTORY` for all accounts associated with individual visitors.\n", "meta": {}, "data_type": null, "quote": null, "tags": []}, "first_visit_at": {"name": "first_visit_at", "description": "Timestamp of when an event was first captured for the visitor.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "visitor_id": {"name": "visitor_id", "description": "Unique identifier of the visitor.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "visitor_id_hash": {"name": "visitor_id_hash", "description": "32-bit hash of the visitor ID.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_browser_name": {"name": "last_browser_name", "description": "Most recent browser name.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_browser_version": {"name": "last_browser_version", "description": "Most recent browser version.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_operating_system": {"name": "last_operating_system", "description": "Most recent operating system.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_server_name": {"name": "last_server_name", "description": "Most recent server name.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_updated_at": {"name": "last_updated_at", "description": "Timestamp of when the visitor was last updated.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_user_agent": {"name": "last_user_agent", "description": "Most recent user agent (unparsed).", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_visit": {"name": "last_visit", "description": "Timestamp of the user's last visit.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "n_id": {"name": "n_id", "description": "Numeric id for the visitor.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "pendo_source://models/stg_pendo.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "stg_pendo"}, "created_at": 1678302469.03548, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__visitor_history`", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_pendo__visitor_history_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_pendo__visitor_history_tmp')),\n staging_columns=get_visitor_history_columns()\n )\n }}\n \n from base\n),\n\nfinal as (\n \n select \n id as visitor_id,\n account_id,\n first_visit as first_visit_at,\n id_hash as visitor_id_hash,\n last_browser_name,\n last_browser_version,\n last_operating_system,\n last_server_name,\n last_updated_at,\n last_user_agent,\n last_visit,\n n_id,\n _fivetran_synced\n\n --The below macro adds the fields defined within your pendo__visitor_history_pass_through_columns variable into the staging model\n {{ fivetran_utils.fill_pass_through_columns('pendo__visitor_history_pass_through_columns') }}\n\n from fields\n)\n\nselect * \nfrom final", "language": "sql", "refs": [["stg_pendo__visitor_history_tmp"], ["stg_pendo__visitor_history_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.pendo_source.get_visitor_history_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.fill_pass_through_columns"], "nodes": ["model.pendo_source.stg_pendo__visitor_history_tmp", "model.pendo_source.stg_pendo__visitor_history_tmp"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo__visitor_history.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from `dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__visitor_history_tmp`\n\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n account_id\n \n as \n \n account_id\n \n, \n \n \n first_visit\n \n as \n \n first_visit\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n id_hash\n \n as \n \n id_hash\n \n, \n \n \n last_browser_name\n \n as \n \n last_browser_name\n \n, \n \n \n last_browser_version\n \n as \n \n last_browser_version\n \n, \n \n \n last_operating_system\n \n as \n \n last_operating_system\n \n, \n \n \n last_server_name\n \n as \n \n last_server_name\n \n, \n \n \n last_updated_at\n \n as \n \n last_updated_at\n \n, \n \n \n last_user_agent\n \n as \n \n last_user_agent\n \n, \n \n \n last_visit\n \n as \n \n last_visit\n \n, \n \n \n n_id\n \n as \n \n n_id\n \n\n\n\n \n from base\n),\n\nfinal as (\n \n select \n id as visitor_id,\n account_id,\n first_visit as first_visit_at,\n id_hash as visitor_id_hash,\n last_browser_name,\n last_browser_version,\n last_operating_system,\n last_server_name,\n last_updated_at,\n last_user_agent,\n last_visit,\n n_id,\n _fivetran_synced\n\n --The below macro adds the fields defined within your pendo__visitor_history_pass_through_columns variable into the staging model\n \n\n\n\n\n\n from fields\n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": []}, "model.pendo_source.stg_pendo__feature_history": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000_stg_pendo", "name": "stg_pendo__feature_history", "resource_type": "model", "package_name": "pendo_source", "path": "stg_pendo__feature_history.sql", "original_file_path": "models/stg_pendo__feature_history.sql", "unique_id": "model.pendo_source.stg_pendo__feature_history", "fqn": ["pendo_source", "stg_pendo__feature_history"], "alias": "stg_pendo__feature_history", "checksum": {"name": "sha256", "checksum": "e91720cf2ea3381dd6e4bfdaad23ffedff47427d94930cdc342f553dbb4f8c62"}, "config": {"enabled": true, "alias": null, "schema": "stg_pendo", "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": "Table capturing historical records of features in Pendo.", "columns": {"app_id": {"name": "app_id", "description": "Foreign key referencing the `APPLICATION` that the feature is a part of.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "Timestamp of when the feature was created.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_by_user_id": {"name": "created_by_user_id", "description": "Foreign key referencing the `USER` that created the feature.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "is_dirty": {"name": "is_dirty", "description": "Boolean value returned if feature is processing at the time of request.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "group_id": {"name": "group_id", "description": "Foreign key referencing the `GROUP` (product area) that the feature is tagged under.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "feature_id": {"name": "feature_id", "description": "Unique identifier of the feature.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "is_core_event": {"name": "is_core_event", "description": "Boolean that is true if the feature is tagged as a core event/key feature of the product.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_updated_at": {"name": "last_updated_at", "description": "Timestamp of when the feature was last updated.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_updated_by_user_id": {"name": "last_updated_by_user_id", "description": "Foreign key referencing the `USER` that last updated the feature.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "feature_name": {"name": "feature_name", "description": "Name of the feature.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "page_id": {"name": "page_id", "description": "Foreign key referencing the `PAGE` that the feature is placed on.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "root_version_id": {"name": "root_version_id", "description": "The unique identifier of the root entity, which nominally matches the public id field of the feature.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "stable_version_id": {"name": "stable_version_id", "description": "The unique identifier for the current version of the feature.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "valid_through": {"name": "valid_through", "description": "Timestamp that indicates when data was last processed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "pendo_source://models/stg_pendo.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "stg_pendo"}, "created_at": 1678302469.016893, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__feature_history`", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_pendo__feature_history_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_pendo__feature_history_tmp')),\n staging_columns=get_feature_history_columns()\n )\n }}\n \n from base\n),\n\nfinal as (\n \n select \n id as feature_id,\n app_id,\n created_at,\n created_by_user_id,\n dirty as is_dirty,\n group_id,\n is_core_event,\n last_updated_at,\n last_updated_by_user_id,\n name as feature_name,\n page_id,\n root_version_id,\n stable_version_id,\n cast(valid_through as {{ dbt.type_timestamp() }}) as valid_through,\n _fivetran_synced\n\n from fields\n)\n\nselect * \nfrom final", "language": "sql", "refs": [["stg_pendo__feature_history_tmp"], ["stg_pendo__feature_history_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.pendo_source.get_feature_history_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_timestamp"], "nodes": ["model.pendo_source.stg_pendo__feature_history_tmp", "model.pendo_source.stg_pendo__feature_history_tmp"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo__feature_history.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from `dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__feature_history_tmp`\n\n),\n\nfields 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 color\n \n as \n \n color\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n created_by_user_id\n \n as \n \n created_by_user_id\n \n, \n \n \n dirty\n \n as \n \n dirty\n \n, \n \n \n group_id\n \n as \n \n group_id\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n is_core_event\n \n as \n \n is_core_event\n \n, \n \n \n last_updated_at\n \n as \n \n last_updated_at\n \n, \n \n \n last_updated_by_user_id\n \n as \n \n last_updated_by_user_id\n \n, \n \n \n name\n \n as \n \n name\n \n, \n \n \n page_id\n \n as \n \n page_id\n \n, \n \n \n root_version_id\n \n as \n \n root_version_id\n \n, \n \n \n stable_version_id\n \n as \n \n stable_version_id\n \n, \n \n \n valid_through\n \n as \n \n valid_through\n \n\n\n\n \n from base\n),\n\nfinal as (\n \n select \n id as feature_id,\n app_id,\n created_at,\n created_by_user_id,\n dirty as is_dirty,\n group_id,\n is_core_event,\n last_updated_at,\n last_updated_by_user_id,\n name as feature_name,\n page_id,\n root_version_id,\n stable_version_id,\n cast(valid_through as TIMESTAMP) as valid_through,\n _fivetran_synced\n\n from fields\n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": []}, "model.pendo_source.stg_pendo__event": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000_stg_pendo", "name": "stg_pendo__event", "resource_type": "model", "package_name": "pendo_source", "path": "stg_pendo__event.sql", "original_file_path": "models/stg_pendo__event.sql", "unique_id": "model.pendo_source.stg_pendo__event", "fqn": ["pendo_source", "stg_pendo__event"], "alias": "stg_pendo__event", "checksum": {"name": "sha256", "checksum": "103e5f80c78c52044ff4fcb955ebf922dabbb6db40a625f416dcc98f4e927e45"}, "config": {"enabled": true, "alias": null, "schema": "stg_pendo", "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": "Table capturing all recorded click and pageview events (tagged or untagged). May contain custom columns passed through via the `pendo__event_pass_through_columns` variable.\n", "columns": {"account_id": {"name": "account_id", "description": "Foreign key referencing the `ACCOUNT` associated with the event, if any.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "app_id": {"name": "app_id", "description": "Foreign key referencing the `APPLICATION` that the event was tracked in.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "num_events": {"name": "num_events", "description": "Number of events tracked for this unique combination of day/hour, visitorId, accountId, server name, and IP address.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "num_minutes": {"name": "num_minutes", "description": "Number of unique minutes of activity tracked for this unique combination of day/hour, visitorId, accountId, server name, and IP address.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "page_id": {"name": "page_id", "description": "Foreign key referencing the `PAGE` that the event occurred on.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "remote_ip": {"name": "remote_ip", "description": "The IP address of the event triggerer.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "server_name": {"name": "server_name", "description": "Name of the server (your website) on which the event was tracked.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "occurred_at": {"name": "occurred_at", "description": "Day/hour-part timestamp of when the event occurred.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "user_agent": {"name": "user_agent", "description": "String identifying the browser and operating system on which the event was triggered.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "visitor_id": {"name": "visitor_id", "description": "Foreign key referencing the `VISITOR` who triggered the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "event_key": {"name": "event_key", "description": "Unique key hashed on ['visitor_id', 'timestamp', 'account_id', 'user_agent', 'server_name', 'remote_ip'].", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "pendo_source://models/stg_pendo.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "stg_pendo"}, "created_at": 1678302469.011745, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__event`", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_pendo__event_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_pendo__event_tmp')),\n staging_columns=get_event_columns()\n )\n }}\n \n from base\n),\n\nfinal as (\n \n select \n visitor_id,\n account_id,\n app_id,\n page_id,\n remote_ip,\n server_name,\n timestamp as occurred_at,\n user_agent,\n num_events,\n num_minutes,\n _fivetran_synced,\n {{ dbt_utils.generate_surrogate_key(['visitor_id', 'timestamp', 'account_id', 'server_name', 'user_agent', 'remote_ip']) }} as event_key\n\n --The below macro adds the fields defined within your pendo__event_pass_through_columns variable into the staging model\n {{ fivetran_utils.fill_pass_through_columns('pendo__event_pass_through_columns') }}\n\n from fields\n)\n\nselect * \nfrom final", "language": "sql", "refs": [["stg_pendo__event_tmp"], ["stg_pendo__event_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.pendo_source.get_event_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt_utils.generate_surrogate_key", "macro.fivetran_utils.fill_pass_through_columns"], "nodes": ["model.pendo_source.stg_pendo__event_tmp", "model.pendo_source.stg_pendo__event_tmp"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo__event.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from `dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__event_tmp`\n\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n account_id\n \n as \n \n account_id\n \n, \n \n \n app_id\n \n as \n \n app_id\n \n, \n \n \n num_events\n \n as \n \n num_events\n \n, \n \n \n num_minutes\n \n as \n \n num_minutes\n \n, \n \n \n page_id\n \n as \n \n page_id\n \n, \n \n \n remote_ip\n \n as \n \n remote_ip\n \n, \n \n \n server_name\n \n as \n \n server_name\n \n, \n \n \n timestamp\n \n as \n \n timestamp\n \n, \n \n \n user_agent\n \n as \n \n user_agent\n \n, \n \n \n visitor_id\n \n as \n \n visitor_id\n \n\n\n\n \n from base\n),\n\nfinal as (\n \n select \n visitor_id,\n account_id,\n app_id,\n page_id,\n remote_ip,\n server_name,\n timestamp as occurred_at,\n user_agent,\n num_events,\n num_minutes,\n _fivetran_synced,\n \n \nto_hex(md5(cast(coalesce(cast(visitor_id as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(timestamp as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(account_id as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(server_name as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(user_agent as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(remote_ip as STRING), '_dbt_utils_surrogate_key_null_') as STRING))) as event_key\n\n --The below macro adds the fields defined within your pendo__event_pass_through_columns variable into the staging model\n \n\n\n\n\n\n from fields\n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": []}, "model.pendo_source.stg_pendo__guide_step_history": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000_stg_pendo", "name": "stg_pendo__guide_step_history", "resource_type": "model", "package_name": "pendo_source", "path": "stg_pendo__guide_step_history.sql", "original_file_path": "models/stg_pendo__guide_step_history.sql", "unique_id": "model.pendo_source.stg_pendo__guide_step_history", "fqn": ["pendo_source", "stg_pendo__guide_step_history"], "alias": "stg_pendo__guide_step_history", "checksum": {"name": "sha256", "checksum": "868987f897591fd24c8ade36100c21d9e2ab5dc9f4893ab23bb5ab7278f60b6b"}, "config": {"enabled": true, "alias": null, "schema": "stg_pendo", "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": "Table associating guides with the steps they include.", "columns": {"guide_id": {"name": "guide_id", "description": "Foreign key referencing the `GUIDE` with steps.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "guide_last_updated_at": {"name": "guide_last_updated_at", "description": "Timestamp of when the guide was last updated.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "step_id": {"name": "step_id", "description": "Foreign key referencing the `STEP` that the guide includes.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "pendo_source://models/stg_pendo.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "stg_pendo"}, "created_at": 1678302469.026043, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__guide_step_history`", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_pendo__guide_step_history_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_pendo__guide_step_history_tmp')),\n staging_columns=get_guide_step_history_columns()\n )\n }}\n \n from base\n),\n\nfinal as (\n \n select \n \n guide_id,\n guide_last_updated_at,\n step_id,\n _fivetran_synced\n\n from fields\n)\n\nselect * \nfrom final", "language": "sql", "refs": [["stg_pendo__guide_step_history_tmp"], ["stg_pendo__guide_step_history_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.pendo_source.get_guide_step_history_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": ["model.pendo_source.stg_pendo__guide_step_history_tmp", "model.pendo_source.stg_pendo__guide_step_history_tmp"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo__guide_step_history.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from `dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__guide_step_history_tmp`\n\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n guide_id\n \n as \n \n guide_id\n \n, \n \n \n guide_last_updated_at\n \n as \n \n guide_last_updated_at\n \n, \n \n \n step_id\n \n as \n \n step_id\n \n\n\n\n \n from base\n),\n\nfinal as (\n \n select \n \n guide_id,\n guide_last_updated_at,\n step_id,\n _fivetran_synced\n\n from fields\n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": []}, "model.pendo_source.stg_pendo__group": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000_stg_pendo", "name": "stg_pendo__group", "resource_type": "model", "package_name": "pendo_source", "path": "stg_pendo__group.sql", "original_file_path": "models/stg_pendo__group.sql", "unique_id": "model.pendo_source.stg_pendo__group", "fqn": ["pendo_source", "stg_pendo__group"], "alias": "stg_pendo__group", "checksum": {"name": "sha256", "checksum": "a69e623bdb94d4bc49e8c53a185a247b3292c16f161dff2fa76f6a87f199eb3e"}, "config": {"enabled": true, "alias": null, "schema": "stg_pendo", "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": "Table capturing the product areas (groups) that pages and features can be tagged with.", "columns": {"app_id": {"name": "app_id", "description": "Foreign key referencing the `APPLICATION` that the product area lives in.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "Timestamp of when the product area was created.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_by_user_id": {"name": "created_by_user_id", "description": "Foreign key referencing the `USER` who created the product area.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "description": {"name": "description", "description": "Description of the product area.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "group_id": {"name": "group_id", "description": "Unique identifier of the product area.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_updated_at": {"name": "last_updated_at", "description": "Timestamp of when the product area was last updated.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_updated_by_user_id": {"name": "last_updated_by_user_id", "description": "Foreign key referencing the `USER` who last updated the product area.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "group_name": {"name": "group_name", "description": "Name of the product area.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "pendo_source://models/stg_pendo.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "stg_pendo"}, "created_at": 1678302469.018634, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__group`", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_pendo__group_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_pendo__group_tmp')),\n staging_columns=get_group_columns()\n )\n }}\n \n from base\n),\n\nfinal as (\n \n select \n id as group_id,\n app_id,\n created_at,\n created_by_user_id,\n description,\n last_updated_at,\n last_updated_by_user_id,\n name as group_name,\n _fivetran_synced\n\n from fields\n)\n\nselect * \nfrom final", "language": "sql", "refs": [["stg_pendo__group_tmp"], ["stg_pendo__group_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.pendo_source.get_group_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": ["model.pendo_source.stg_pendo__group_tmp", "model.pendo_source.stg_pendo__group_tmp"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo__group.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from `dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__group_tmp`\n\n),\n\nfields 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 color\n \n as \n \n color\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n created_by_user_id\n \n as \n \n created_by_user_id\n \n, \n \n \n description\n \n as \n \n description\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n last_updated_at\n \n as \n \n last_updated_at\n \n, \n \n \n last_updated_by_user_id\n \n as \n \n last_updated_by_user_id\n \n, \n \n \n length\n \n as \n \n length\n \n, \n \n \n name\n \n as \n \n name\n \n\n\n\n \n from base\n),\n\nfinal as (\n \n select \n id as group_id,\n app_id,\n created_at,\n created_by_user_id,\n description,\n last_updated_at,\n last_updated_by_user_id,\n name as group_name,\n _fivetran_synced\n\n from fields\n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": []}, "model.pendo_source.stg_pendo__page_history": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000_stg_pendo", "name": "stg_pendo__page_history", "resource_type": "model", "package_name": "pendo_source", "path": "stg_pendo__page_history.sql", "original_file_path": "models/stg_pendo__page_history.sql", "unique_id": "model.pendo_source.stg_pendo__page_history", "fqn": ["pendo_source", "stg_pendo__page_history"], "alias": "stg_pendo__page_history", "checksum": {"name": "sha256", "checksum": "76f27dd6f6c294e72d34c3ef8c41137237251d01f711b2531e369c4f7bcf525c"}, "config": {"enabled": true, "alias": null, "schema": "stg_pendo", "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": "Table capturing the historical records of pages tagged in Pendo.", "columns": {"app_id": {"name": "app_id", "description": "Foreign key referencing the `APPLICATION` that the page is associated with.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "Timestamp of when the page was first created.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_by_user_id": {"name": "created_by_user_id", "description": "Foreign key referencing the `USER` who created the page.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "is_dirty": {"name": "is_dirty", "description": "Boolean value returned if page is processing at the time of request.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "group_id": {"name": "group_id", "description": "Foreign key referencing the `GROUP` (product area) that the page is tagged under.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "page_id": {"name": "page_id", "description": "Unique identifier of the page.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_updated_at": {"name": "last_updated_at", "description": "Timestamp of when the page was updated.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_updated_by_user_id": {"name": "last_updated_by_user_id", "description": "Foreign key referencing the `USER` who last updated the page.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "page_name": {"name": "page_name", "description": "Name of the page as displayed in Pendo.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "root_version_id": {"name": "root_version_id", "description": "The unique identifier of the root entity, which nominally matches the public id field of the page.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "stable_version_id": {"name": "stable_version_id", "description": "The unique identifier for the current version of the page.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "valid_through": {"name": "valid_through", "description": "Timestamp that indicates when data was last processed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "pendo_source://models/stg_pendo.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "stg_pendo"}, "created_at": 1678302469.0304918, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__page_history`", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_pendo__page_history_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_pendo__page_history_tmp')),\n staging_columns=get_page_history_columns()\n )\n }}\n \n from base\n),\n\nfinal as (\n \n select \n id as page_id,\n name as page_name,\n app_id,\n created_at,\n created_by_user_id,\n dirty as is_dirty,\n group_id,\n last_updated_at,\n last_updated_by_user_id,\n root_version_id,\n stable_version_id,\n cast(valid_through as {{ dbt.type_timestamp() }}) as valid_through,\n _fivetran_synced\n\n from fields\n)\n\nselect * \nfrom final", "language": "sql", "refs": [["stg_pendo__page_history_tmp"], ["stg_pendo__page_history_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.pendo_source.get_page_history_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_timestamp"], "nodes": ["model.pendo_source.stg_pendo__page_history_tmp", "model.pendo_source.stg_pendo__page_history_tmp"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo__page_history.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from `dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__page_history_tmp`\n\n),\n\nfields 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 color\n \n as \n \n color\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n created_by_user_id\n \n as \n \n created_by_user_id\n \n, \n \n \n dirty\n \n as \n \n dirty\n \n, \n \n \n group_id\n \n as \n \n group_id\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n last_updated_at\n \n as \n \n last_updated_at\n \n, \n \n \n last_updated_by_user_id\n \n as \n \n last_updated_by_user_id\n \n, \n \n \n name\n \n as \n \n name\n \n, \n \n \n root_version_id\n \n as \n \n root_version_id\n \n, \n \n \n stable_version_id\n \n as \n \n stable_version_id\n \n, \n \n \n valid_through\n \n as \n \n valid_through\n \n\n\n\n \n from base\n),\n\nfinal as (\n \n select \n id as page_id,\n name as page_name,\n app_id,\n created_at,\n created_by_user_id,\n dirty as is_dirty,\n group_id,\n last_updated_at,\n last_updated_by_user_id,\n root_version_id,\n stable_version_id,\n cast(valid_through as TIMESTAMP) as valid_through,\n _fivetran_synced\n\n from fields\n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": []}, "model.pendo_source.stg_pendo__account_history_tmp": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000_stg_pendo", "name": "stg_pendo__account_history_tmp", "resource_type": "model", "package_name": "pendo_source", "path": "tmp/stg_pendo__account_history_tmp.sql", "original_file_path": "models/tmp/stg_pendo__account_history_tmp.sql", "unique_id": "model.pendo_source.stg_pendo__account_history_tmp", "fqn": ["pendo_source", "tmp", "stg_pendo__account_history_tmp"], "alias": "stg_pendo__account_history_tmp", "checksum": {"name": "sha256", "checksum": "a5f6028da56564557021d3e7e6d68fde0002fc4a21630e34667521ceb9199b8b"}, "config": {"enabled": true, "alias": null, "schema": "stg_pendo", "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": "stg_pendo"}, "created_at": 1678302468.8720589, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__account_history_tmp`", "raw_code": "select * \nfrom {{ var('account_history') }}", "language": "sql", "refs": [], "sources": [["pendo", "account_history"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.pendo_source.pendo.account_history"]}, "compiled_path": "target/compiled/pendo_source/models/tmp/stg_pendo__account_history_tmp.sql", "compiled": true, "compiled_code": "select * \nfrom `dbt-package-testing`.`pendo_source_integration_tests_2000`.`account_history`", "extra_ctes_injected": true, "extra_ctes": []}, "model.pendo_source.stg_pendo__poll_event_tmp": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000_stg_pendo", "name": "stg_pendo__poll_event_tmp", "resource_type": "model", "package_name": "pendo_source", "path": "tmp/stg_pendo__poll_event_tmp.sql", "original_file_path": "models/tmp/stg_pendo__poll_event_tmp.sql", "unique_id": "model.pendo_source.stg_pendo__poll_event_tmp", "fqn": ["pendo_source", "tmp", "stg_pendo__poll_event_tmp"], "alias": "stg_pendo__poll_event_tmp", "checksum": {"name": "sha256", "checksum": "3570502945a0a06e56c0f1d7368698c359d14bfdea56a443dfca2dc446b2049f"}, "config": {"enabled": true, "alias": null, "schema": "stg_pendo", "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": "stg_pendo"}, "created_at": 1678302468.876257, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__poll_event_tmp`", "raw_code": "select * \nfrom {{ var('poll_event') }}", "language": "sql", "refs": [], "sources": [["pendo", "poll_event"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.pendo_source.pendo.poll_event"]}, "compiled_path": "target/compiled/pendo_source/models/tmp/stg_pendo__poll_event_tmp.sql", "compiled": true, "compiled_code": "select * \nfrom `dbt-package-testing`.`pendo_source_integration_tests_2000`.`poll_event`", "extra_ctes_injected": true, "extra_ctes": []}, "model.pendo_source.stg_pendo__page_history_tmp": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000_stg_pendo", "name": "stg_pendo__page_history_tmp", "resource_type": "model", "package_name": "pendo_source", "path": "tmp/stg_pendo__page_history_tmp.sql", "original_file_path": "models/tmp/stg_pendo__page_history_tmp.sql", "unique_id": "model.pendo_source.stg_pendo__page_history_tmp", "fqn": ["pendo_source", "tmp", "stg_pendo__page_history_tmp"], "alias": "stg_pendo__page_history_tmp", "checksum": {"name": "sha256", "checksum": "0cdde9ac8c1cffdfa4040b45ab6a57ab2131d4ed460e20855f0b32439d80cbd1"}, "config": {"enabled": true, "alias": null, "schema": "stg_pendo", "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": "stg_pendo"}, "created_at": 1678302468.880002, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__page_history_tmp`", "raw_code": "select * \nfrom {{ var('page_history') }}", "language": "sql", "refs": [], "sources": [["pendo", "page_history"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.pendo_source.pendo.page_history"]}, "compiled_path": "target/compiled/pendo_source/models/tmp/stg_pendo__page_history_tmp.sql", "compiled": true, "compiled_code": "select * \nfrom `dbt-package-testing`.`pendo_source_integration_tests_2000`.`page_history`", "extra_ctes_injected": true, "extra_ctes": []}, "model.pendo_source.stg_pendo__application_history_tmp": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000_stg_pendo", "name": "stg_pendo__application_history_tmp", "resource_type": "model", "package_name": "pendo_source", "path": "tmp/stg_pendo__application_history_tmp.sql", "original_file_path": "models/tmp/stg_pendo__application_history_tmp.sql", "unique_id": "model.pendo_source.stg_pendo__application_history_tmp", "fqn": ["pendo_source", "tmp", "stg_pendo__application_history_tmp"], "alias": "stg_pendo__application_history_tmp", "checksum": {"name": "sha256", "checksum": "c5aeac97ff49799727628745b7a3a29e56ba10f5cb0f52efa708a007bef0a744"}, "config": {"enabled": true, "alias": null, "schema": "stg_pendo", "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": "stg_pendo"}, "created_at": 1678302468.883488, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__application_history_tmp`", "raw_code": "select * \nfrom {{ var('application_history') }}", "language": "sql", "refs": [], "sources": [["pendo", "application_history"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.pendo_source.pendo.application_history"]}, "compiled_path": "target/compiled/pendo_source/models/tmp/stg_pendo__application_history_tmp.sql", "compiled": true, "compiled_code": "select * \nfrom `dbt-package-testing`.`pendo_source_integration_tests_2000`.`application_history`", "extra_ctes_injected": true, "extra_ctes": []}, "model.pendo_source.stg_pendo__visitor_history_tmp": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000_stg_pendo", "name": "stg_pendo__visitor_history_tmp", "resource_type": "model", "package_name": "pendo_source", "path": "tmp/stg_pendo__visitor_history_tmp.sql", "original_file_path": "models/tmp/stg_pendo__visitor_history_tmp.sql", "unique_id": "model.pendo_source.stg_pendo__visitor_history_tmp", "fqn": ["pendo_source", "tmp", "stg_pendo__visitor_history_tmp"], "alias": "stg_pendo__visitor_history_tmp", "checksum": {"name": "sha256", "checksum": "56a10f3b5e9cb5b7e3758322b31d435db75c9e13a553f5a6d2fad4d0a284f58a"}, "config": {"enabled": true, "alias": null, "schema": "stg_pendo", "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": "stg_pendo"}, "created_at": 1678302468.8871412, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__visitor_history_tmp`", "raw_code": "select * \nfrom {{ var('visitor_history') }}", "language": "sql", "refs": [], "sources": [["pendo", "visitor_history"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.pendo_source.pendo.visitor_history"]}, "compiled_path": "target/compiled/pendo_source/models/tmp/stg_pendo__visitor_history_tmp.sql", "compiled": true, "compiled_code": "select * \nfrom `dbt-package-testing`.`pendo_source_integration_tests_2000`.`visitor_history`", "extra_ctes_injected": true, "extra_ctes": []}, "model.pendo_source.stg_pendo__group_tmp": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000_stg_pendo", "name": "stg_pendo__group_tmp", "resource_type": "model", "package_name": "pendo_source", "path": "tmp/stg_pendo__group_tmp.sql", "original_file_path": "models/tmp/stg_pendo__group_tmp.sql", "unique_id": "model.pendo_source.stg_pendo__group_tmp", "fqn": ["pendo_source", "tmp", "stg_pendo__group_tmp"], "alias": "stg_pendo__group_tmp", "checksum": {"name": "sha256", "checksum": "f8e6c8c86b8fd6cea489c85641677a5ec978e5fa5d7ecd73cdf89eb25a533905"}, "config": {"enabled": true, "alias": null, "schema": "stg_pendo", "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": "stg_pendo"}, "created_at": 1678302468.890686, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__group_tmp`", "raw_code": "select * \nfrom {{ var('group') }}", "language": "sql", "refs": [], "sources": [["pendo", "group"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.pendo_source.pendo.group"]}, "compiled_path": "target/compiled/pendo_source/models/tmp/stg_pendo__group_tmp.sql", "compiled": true, "compiled_code": "select * \nfrom `dbt-package-testing`.`pendo_source_integration_tests_2000`.`group_data`", "extra_ctes_injected": true, "extra_ctes": []}, "model.pendo_source.stg_pendo__event_tmp": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000_stg_pendo", "name": "stg_pendo__event_tmp", "resource_type": "model", "package_name": "pendo_source", "path": "tmp/stg_pendo__event_tmp.sql", "original_file_path": "models/tmp/stg_pendo__event_tmp.sql", "unique_id": "model.pendo_source.stg_pendo__event_tmp", "fqn": ["pendo_source", "tmp", "stg_pendo__event_tmp"], "alias": "stg_pendo__event_tmp", "checksum": {"name": "sha256", "checksum": "86528f048fa2d0ec61a85a400a9b0d257abfc3d7a1f29ede5ab1b180f0bbe190"}, "config": {"enabled": true, "alias": null, "schema": "stg_pendo", "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": "stg_pendo"}, "created_at": 1678302468.8947809, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__event_tmp`", "raw_code": "select * \nfrom {{ var('event') }}", "language": "sql", "refs": [], "sources": [["pendo", "event"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.pendo_source.pendo.event"]}, "compiled_path": "target/compiled/pendo_source/models/tmp/stg_pendo__event_tmp.sql", "compiled": true, "compiled_code": "select * \nfrom `dbt-package-testing`.`pendo_source_integration_tests_2000`.`event`", "extra_ctes_injected": true, "extra_ctes": []}, "model.pendo_source.stg_pendo__guide_event_tmp": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000_stg_pendo", "name": "stg_pendo__guide_event_tmp", "resource_type": "model", "package_name": "pendo_source", "path": "tmp/stg_pendo__guide_event_tmp.sql", "original_file_path": "models/tmp/stg_pendo__guide_event_tmp.sql", "unique_id": "model.pendo_source.stg_pendo__guide_event_tmp", "fqn": ["pendo_source", "tmp", "stg_pendo__guide_event_tmp"], "alias": "stg_pendo__guide_event_tmp", "checksum": {"name": "sha256", "checksum": "87f29a160a5c260cce4ea2c84efff2d360d79ca30b6122801447573a594c0bc8"}, "config": {"enabled": true, "alias": null, "schema": "stg_pendo", "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": "stg_pendo"}, "created_at": 1678302468.898456, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__guide_event_tmp`", "raw_code": "select * \nfrom {{ var('guide_event') }}", "language": "sql", "refs": [], "sources": [["pendo", "guide_event"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.pendo_source.pendo.guide_event"]}, "compiled_path": "target/compiled/pendo_source/models/tmp/stg_pendo__guide_event_tmp.sql", "compiled": true, "compiled_code": "select * \nfrom `dbt-package-testing`.`pendo_source_integration_tests_2000`.`guide_event`", "extra_ctes_injected": true, "extra_ctes": []}, "model.pendo_source.stg_pendo__feature_event_tmp": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000_stg_pendo", "name": "stg_pendo__feature_event_tmp", "resource_type": "model", "package_name": "pendo_source", "path": "tmp/stg_pendo__feature_event_tmp.sql", "original_file_path": "models/tmp/stg_pendo__feature_event_tmp.sql", "unique_id": "model.pendo_source.stg_pendo__feature_event_tmp", "fqn": ["pendo_source", "tmp", "stg_pendo__feature_event_tmp"], "alias": "stg_pendo__feature_event_tmp", "checksum": {"name": "sha256", "checksum": "b226d9c4a3a306cecb962c450d9e00117d6a5cdc74daf1bd7f5ced52fe31a7a8"}, "config": {"enabled": true, "alias": null, "schema": "stg_pendo", "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": "stg_pendo"}, "created_at": 1678302468.9019039, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__feature_event_tmp`", "raw_code": "select * \nfrom {{ var('feature_event') }}", "language": "sql", "refs": [], "sources": [["pendo", "feature_event"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.pendo_source.pendo.feature_event"]}, "compiled_path": "target/compiled/pendo_source/models/tmp/stg_pendo__feature_event_tmp.sql", "compiled": true, "compiled_code": "select * \nfrom `dbt-package-testing`.`pendo_source_integration_tests_2000`.`feature_event`", "extra_ctes_injected": true, "extra_ctes": []}, "model.pendo_source.stg_pendo__guide_step_history_tmp": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000_stg_pendo", "name": "stg_pendo__guide_step_history_tmp", "resource_type": "model", "package_name": "pendo_source", "path": "tmp/stg_pendo__guide_step_history_tmp.sql", "original_file_path": "models/tmp/stg_pendo__guide_step_history_tmp.sql", "unique_id": "model.pendo_source.stg_pendo__guide_step_history_tmp", "fqn": ["pendo_source", "tmp", "stg_pendo__guide_step_history_tmp"], "alias": "stg_pendo__guide_step_history_tmp", "checksum": {"name": "sha256", "checksum": "3c7b97270519a470cd17a35d193e31b44812a60f1483855edda1adf5e392ca39"}, "config": {"enabled": true, "alias": null, "schema": "stg_pendo", "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": "stg_pendo"}, "created_at": 1678302468.905527, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__guide_step_history_tmp`", "raw_code": "select * \nfrom {{ var('guide_step_history') }}", "language": "sql", "refs": [], "sources": [["pendo", "guide_step_history"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.pendo_source.pendo.guide_step_history"]}, "compiled_path": "target/compiled/pendo_source/models/tmp/stg_pendo__guide_step_history_tmp.sql", "compiled": true, "compiled_code": "select * \nfrom `dbt-package-testing`.`pendo_source_integration_tests_2000`.`guide_step_history`", "extra_ctes_injected": true, "extra_ctes": []}, "model.pendo_source.stg_pendo__page_event_tmp": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000_stg_pendo", "name": "stg_pendo__page_event_tmp", "resource_type": "model", "package_name": "pendo_source", "path": "tmp/stg_pendo__page_event_tmp.sql", "original_file_path": "models/tmp/stg_pendo__page_event_tmp.sql", "unique_id": "model.pendo_source.stg_pendo__page_event_tmp", "fqn": ["pendo_source", "tmp", "stg_pendo__page_event_tmp"], "alias": "stg_pendo__page_event_tmp", "checksum": {"name": "sha256", "checksum": "1a04dd771cbb77de9ee58baff2694b6b2f8ac13789a2ec29fc3c7cbdd41207c5"}, "config": {"enabled": true, "alias": null, "schema": "stg_pendo", "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": "stg_pendo"}, "created_at": 1678302468.909198, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__page_event_tmp`", "raw_code": "select * \nfrom {{ var('page_event') }}", "language": "sql", "refs": [], "sources": [["pendo", "page_event"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.pendo_source.pendo.page_event"]}, "compiled_path": "target/compiled/pendo_source/models/tmp/stg_pendo__page_event_tmp.sql", "compiled": true, "compiled_code": "select * \nfrom `dbt-package-testing`.`pendo_source_integration_tests_2000`.`page_event`", "extra_ctes_injected": true, "extra_ctes": []}, "model.pendo_source.stg_pendo__page_rule_history_tmp": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000_stg_pendo", "name": "stg_pendo__page_rule_history_tmp", "resource_type": "model", "package_name": "pendo_source", "path": "tmp/stg_pendo__page_rule_history_tmp.sql", "original_file_path": "models/tmp/stg_pendo__page_rule_history_tmp.sql", "unique_id": "model.pendo_source.stg_pendo__page_rule_history_tmp", "fqn": ["pendo_source", "tmp", "stg_pendo__page_rule_history_tmp"], "alias": "stg_pendo__page_rule_history_tmp", "checksum": {"name": "sha256", "checksum": "ae09ff3d47b8d1bd259ce3bae5b7e999d719f14a24e9cbaa6e91bf886f575a4b"}, "config": {"enabled": true, "alias": null, "schema": "stg_pendo", "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": "stg_pendo"}, "created_at": 1678302468.913748, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__page_rule_history_tmp`", "raw_code": "select * \nfrom {{ var('page_rule_history') }}", "language": "sql", "refs": [], "sources": [["pendo", "page_rule_history"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.pendo_source.pendo.page_rule_history"]}, "compiled_path": "target/compiled/pendo_source/models/tmp/stg_pendo__page_rule_history_tmp.sql", "compiled": true, "compiled_code": "select * \nfrom `dbt-package-testing`.`pendo_source_integration_tests_2000`.`page_rule_history`", "extra_ctes_injected": true, "extra_ctes": []}, "model.pendo_source.stg_pendo__poll_tmp": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000_stg_pendo", "name": "stg_pendo__poll_tmp", "resource_type": "model", "package_name": "pendo_source", "path": "tmp/stg_pendo__poll_tmp.sql", "original_file_path": "models/tmp/stg_pendo__poll_tmp.sql", "unique_id": "model.pendo_source.stg_pendo__poll_tmp", "fqn": ["pendo_source", "tmp", "stg_pendo__poll_tmp"], "alias": "stg_pendo__poll_tmp", "checksum": {"name": "sha256", "checksum": "f8c6310dd5d412f129725a22b0fed9c685d24bcda02fc6a2c9e2adb3dda3631a"}, "config": {"enabled": true, "alias": null, "schema": "stg_pendo", "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": "stg_pendo"}, "created_at": 1678302468.917675, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__poll_tmp`", "raw_code": "select * \nfrom {{ var('poll') }}", "language": "sql", "refs": [], "sources": [["pendo", "poll"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.pendo_source.pendo.poll"]}, "compiled_path": "target/compiled/pendo_source/models/tmp/stg_pendo__poll_tmp.sql", "compiled": true, "compiled_code": "select * \nfrom `dbt-package-testing`.`pendo_source_integration_tests_2000`.`poll`", "extra_ctes_injected": true, "extra_ctes": []}, "model.pendo_source.stg_pendo__feature_history_tmp": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000_stg_pendo", "name": "stg_pendo__feature_history_tmp", "resource_type": "model", "package_name": "pendo_source", "path": "tmp/stg_pendo__feature_history_tmp.sql", "original_file_path": "models/tmp/stg_pendo__feature_history_tmp.sql", "unique_id": "model.pendo_source.stg_pendo__feature_history_tmp", "fqn": ["pendo_source", "tmp", "stg_pendo__feature_history_tmp"], "alias": "stg_pendo__feature_history_tmp", "checksum": {"name": "sha256", "checksum": "672a2826edc2b92d112a3726ab6d36a574d37524591a13be358e99e2a774ec58"}, "config": {"enabled": true, "alias": null, "schema": "stg_pendo", "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": "stg_pendo"}, "created_at": 1678302468.9210649, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__feature_history_tmp`", "raw_code": "select * \nfrom {{ var('feature_history') }}", "language": "sql", "refs": [], "sources": [["pendo", "feature_history"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.pendo_source.pendo.feature_history"]}, "compiled_path": "target/compiled/pendo_source/models/tmp/stg_pendo__feature_history_tmp.sql", "compiled": true, "compiled_code": "select * \nfrom `dbt-package-testing`.`pendo_source_integration_tests_2000`.`feature_history`", "extra_ctes_injected": true, "extra_ctes": []}, "model.pendo_source.stg_pendo__visitor_account_history_tmp": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000_stg_pendo", "name": "stg_pendo__visitor_account_history_tmp", "resource_type": "model", "package_name": "pendo_source", "path": "tmp/stg_pendo__visitor_account_history_tmp.sql", "original_file_path": "models/tmp/stg_pendo__visitor_account_history_tmp.sql", "unique_id": "model.pendo_source.stg_pendo__visitor_account_history_tmp", "fqn": ["pendo_source", "tmp", "stg_pendo__visitor_account_history_tmp"], "alias": "stg_pendo__visitor_account_history_tmp", "checksum": {"name": "sha256", "checksum": "a2c0b3cf4fb55eac00e44243e542dc2af7b27617383f2a5825d0fc76963b2844"}, "config": {"enabled": true, "alias": null, "schema": "stg_pendo", "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": "stg_pendo"}, "created_at": 1678302468.924494, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__visitor_account_history_tmp`", "raw_code": "select * \nfrom {{ var('visitor_account_history') }}", "language": "sql", "refs": [], "sources": [["pendo", "visitor_account_history"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.pendo_source.pendo.visitor_account_history"]}, "compiled_path": "target/compiled/pendo_source/models/tmp/stg_pendo__visitor_account_history_tmp.sql", "compiled": true, "compiled_code": "select * \nfrom `dbt-package-testing`.`pendo_source_integration_tests_2000`.`visitor_account_history`", "extra_ctes_injected": true, "extra_ctes": []}, "model.pendo_source.stg_pendo__user_tmp": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000_stg_pendo", "name": "stg_pendo__user_tmp", "resource_type": "model", "package_name": "pendo_source", "path": "tmp/stg_pendo__user_tmp.sql", "original_file_path": "models/tmp/stg_pendo__user_tmp.sql", "unique_id": "model.pendo_source.stg_pendo__user_tmp", "fqn": ["pendo_source", "tmp", "stg_pendo__user_tmp"], "alias": "stg_pendo__user_tmp", "checksum": {"name": "sha256", "checksum": "6a45d1112d3ae79f22784f5fd5723a27b7894d57aea5795a37921842affc0085"}, "config": {"enabled": true, "alias": null, "schema": "stg_pendo", "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": "stg_pendo"}, "created_at": 1678302468.928593, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__user_tmp`", "raw_code": "select * \nfrom {{ var('user') }}", "language": "sql", "refs": [], "sources": [["pendo", "user"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.pendo_source.pendo.user"]}, "compiled_path": "target/compiled/pendo_source/models/tmp/stg_pendo__user_tmp.sql", "compiled": true, "compiled_code": "select * \nfrom `dbt-package-testing`.`pendo_source_integration_tests_2000`.`user`", "extra_ctes_injected": true, "extra_ctes": []}, "model.pendo_source.stg_pendo__guide_history_tmp": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000_stg_pendo", "name": "stg_pendo__guide_history_tmp", "resource_type": "model", "package_name": "pendo_source", "path": "tmp/stg_pendo__guide_history_tmp.sql", "original_file_path": "models/tmp/stg_pendo__guide_history_tmp.sql", "unique_id": "model.pendo_source.stg_pendo__guide_history_tmp", "fqn": ["pendo_source", "tmp", "stg_pendo__guide_history_tmp"], "alias": "stg_pendo__guide_history_tmp", "checksum": {"name": "sha256", "checksum": "fdb47821a852ed89fe3a88cc6b152413ef1d777897ebc57c1fea23db39560a99"}, "config": {"enabled": true, "alias": null, "schema": "stg_pendo", "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": "stg_pendo"}, "created_at": 1678302468.932535, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__guide_history_tmp`", "raw_code": "select * \nfrom {{ var('guide_history') }}", "language": "sql", "refs": [], "sources": [["pendo", "guide_history"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.pendo_source.pendo.guide_history"]}, "compiled_path": "target/compiled/pendo_source/models/tmp/stg_pendo__guide_history_tmp.sql", "compiled": true, "compiled_code": "select * \nfrom `dbt-package-testing`.`pendo_source_integration_tests_2000`.`guide_history`", "extra_ctes_injected": true, "extra_ctes": []}, "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__account_history_account_id__last_updated_at.2f9e7646fb": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["account_id", "last_updated_at"], "model": "{{ get_where_subquery(ref('stg_pendo__account_history')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_pendo__account_history_account_id__last_updated_at", "resource_type": "test", "package_name": "pendo_source", "path": "dbt_utils_unique_combination_o_4074a72558bf741bc1b4288b59630921.sql", "original_file_path": "models/stg_pendo.yml", "unique_id": "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__account_history_account_id__last_updated_at.2f9e7646fb", "fqn": ["pendo_source", "dbt_utils_unique_combination_of_columns_stg_pendo__account_history_account_id__last_updated_at"], "alias": "dbt_utils_unique_combination_o_4074a72558bf741bc1b4288b59630921", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_4074a72558bf741bc1b4288b59630921", "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": "dbt_utils_unique_combination_o_4074a72558bf741bc1b4288b59630921"}, "created_at": 1678302469.046497, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_4074a72558bf741bc1b4288b59630921\") }}", "language": "sql", "refs": [["stg_pendo__account_history"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.pendo_source.stg_pendo__account_history"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo.yml/dbt_utils_unique_combination_o_4074a72558bf741bc1b4288b59630921.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n account_id, last_updated_at\n from `dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__account_history`\n group by account_id, last_updated_at\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": null, "file_key_name": "models.stg_pendo__account_history"}, "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__application_history_application_id__last_updated_at.2600c513e2": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["application_id", "last_updated_at"], "model": "{{ get_where_subquery(ref('stg_pendo__application_history')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_pendo__application_history_application_id__last_updated_at", "resource_type": "test", "package_name": "pendo_source", "path": "dbt_utils_unique_combination_o_94896a525111fe8e3c1f6419913a9f87.sql", "original_file_path": "models/stg_pendo.yml", "unique_id": "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__application_history_application_id__last_updated_at.2600c513e2", "fqn": ["pendo_source", "dbt_utils_unique_combination_of_columns_stg_pendo__application_history_application_id__last_updated_at"], "alias": "dbt_utils_unique_combination_o_94896a525111fe8e3c1f6419913a9f87", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_94896a525111fe8e3c1f6419913a9f87", "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": "dbt_utils_unique_combination_o_94896a525111fe8e3c1f6419913a9f87"}, "created_at": 1678302469.0541708, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_94896a525111fe8e3c1f6419913a9f87\") }}", "language": "sql", "refs": [["stg_pendo__application_history"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.pendo_source.stg_pendo__application_history"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo.yml/dbt_utils_unique_combination_o_94896a525111fe8e3c1f6419913a9f87.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n application_id, last_updated_at\n from `dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__application_history`\n group by application_id, last_updated_at\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": null, "file_key_name": "models.stg_pendo__application_history"}, "test.pendo_source.unique_stg_pendo__event_event_key.4acfe5f47c": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "event_key", "model": "{{ get_where_subquery(ref('stg_pendo__event')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000_dbt_test__audit", "name": "unique_stg_pendo__event_event_key", "resource_type": "test", "package_name": "pendo_source", "path": "unique_stg_pendo__event_event_key.sql", "original_file_path": "models/stg_pendo.yml", "unique_id": "test.pendo_source.unique_stg_pendo__event_event_key.4acfe5f47c", "fqn": ["pendo_source", "unique_stg_pendo__event_event_key"], "alias": "unique_stg_pendo__event_event_key", "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": 1678302469.057487, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_pendo__event"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.pendo_source.stg_pendo__event"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo.yml/unique_stg_pendo__event_event_key.sql", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select event_key as unique_field\n from `dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__event`\n where event_key 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_key", "file_key_name": "models.stg_pendo__event"}, "test.pendo_source.not_null_stg_pendo__event_event_key.48a5b4cbec": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "event_key", "model": "{{ get_where_subquery(ref('stg_pendo__event')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000_dbt_test__audit", "name": "not_null_stg_pendo__event_event_key", "resource_type": "test", "package_name": "pendo_source", "path": "not_null_stg_pendo__event_event_key.sql", "original_file_path": "models/stg_pendo.yml", "unique_id": "test.pendo_source.not_null_stg_pendo__event_event_key.48a5b4cbec", "fqn": ["pendo_source", "not_null_stg_pendo__event_event_key"], "alias": "not_null_stg_pendo__event_event_key", "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": 1678302469.058521, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_pendo__event"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.pendo_source.stg_pendo__event"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo.yml/not_null_stg_pendo__event_event_key.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect event_key\nfrom `dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__event`\nwhere event_key is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "event_key", "file_key_name": "models.stg_pendo__event"}, "test.pendo_source.unique_stg_pendo__feature_event_feature_event_key.cabc05892e": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "feature_event_key", "model": "{{ get_where_subquery(ref('stg_pendo__feature_event')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000_dbt_test__audit", "name": "unique_stg_pendo__feature_event_feature_event_key", "resource_type": "test", "package_name": "pendo_source", "path": "unique_stg_pendo__feature_event_feature_event_key.sql", "original_file_path": "models/stg_pendo.yml", "unique_id": "test.pendo_source.unique_stg_pendo__feature_event_feature_event_key.cabc05892e", "fqn": ["pendo_source", "unique_stg_pendo__feature_event_feature_event_key"], "alias": "unique_stg_pendo__feature_event_feature_event_key", "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": 1678302469.059673, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_pendo__feature_event"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.pendo_source.stg_pendo__feature_event"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo.yml/unique_stg_pendo__feature_event_feature_event_key.sql", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select feature_event_key as unique_field\n from `dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__feature_event`\n where feature_event_key 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": "feature_event_key", "file_key_name": "models.stg_pendo__feature_event"}, "test.pendo_source.not_null_stg_pendo__feature_event_feature_event_key.8f15508c08": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "feature_event_key", "model": "{{ get_where_subquery(ref('stg_pendo__feature_event')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000_dbt_test__audit", "name": "not_null_stg_pendo__feature_event_feature_event_key", "resource_type": "test", "package_name": "pendo_source", "path": "not_null_stg_pendo__feature_event_feature_event_key.sql", "original_file_path": "models/stg_pendo.yml", "unique_id": "test.pendo_source.not_null_stg_pendo__feature_event_feature_event_key.8f15508c08", "fqn": ["pendo_source", "not_null_stg_pendo__feature_event_feature_event_key"], "alias": "not_null_stg_pendo__feature_event_feature_event_key", "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": 1678302469.0606499, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_pendo__feature_event"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.pendo_source.stg_pendo__feature_event"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo.yml/not_null_stg_pendo__feature_event_feature_event_key.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect feature_event_key\nfrom `dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__feature_event`\nwhere feature_event_key is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "feature_event_key", "file_key_name": "models.stg_pendo__feature_event"}, "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__feature_history_feature_id__last_updated_at.4557b33886": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["feature_id", "last_updated_at"], "model": "{{ get_where_subquery(ref('stg_pendo__feature_history')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_pendo__feature_history_feature_id__last_updated_at", "resource_type": "test", "package_name": "pendo_source", "path": "dbt_utils_unique_combination_o_30c2d653275cba1397a984ec4588f51d.sql", "original_file_path": "models/stg_pendo.yml", "unique_id": "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__feature_history_feature_id__last_updated_at.4557b33886", "fqn": ["pendo_source", "dbt_utils_unique_combination_of_columns_stg_pendo__feature_history_feature_id__last_updated_at"], "alias": "dbt_utils_unique_combination_o_30c2d653275cba1397a984ec4588f51d", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_30c2d653275cba1397a984ec4588f51d", "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": "dbt_utils_unique_combination_o_30c2d653275cba1397a984ec4588f51d"}, "created_at": 1678302469.061641, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_30c2d653275cba1397a984ec4588f51d\") }}", "language": "sql", "refs": [["stg_pendo__feature_history"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.pendo_source.stg_pendo__feature_history"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo.yml/dbt_utils_unique_combination_o_30c2d653275cba1397a984ec4588f51d.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n feature_id, last_updated_at\n from `dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__feature_history`\n group by feature_id, last_updated_at\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": null, "file_key_name": "models.stg_pendo__feature_history"}, "test.pendo_source.unique_stg_pendo__group_group_id.54f2dadf5b": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "group_id", "model": "{{ get_where_subquery(ref('stg_pendo__group')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000_dbt_test__audit", "name": "unique_stg_pendo__group_group_id", "resource_type": "test", "package_name": "pendo_source", "path": "unique_stg_pendo__group_group_id.sql", "original_file_path": "models/stg_pendo.yml", "unique_id": "test.pendo_source.unique_stg_pendo__group_group_id.54f2dadf5b", "fqn": ["pendo_source", "unique_stg_pendo__group_group_id"], "alias": "unique_stg_pendo__group_group_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": 1678302469.06459, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_pendo__group"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.pendo_source.stg_pendo__group"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo.yml/unique_stg_pendo__group_group_id.sql", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select group_id as unique_field\n from `dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__group`\n where group_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": "group_id", "file_key_name": "models.stg_pendo__group"}, "test.pendo_source.not_null_stg_pendo__group_group_id.193c4ec317": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "group_id", "model": "{{ get_where_subquery(ref('stg_pendo__group')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000_dbt_test__audit", "name": "not_null_stg_pendo__group_group_id", "resource_type": "test", "package_name": "pendo_source", "path": "not_null_stg_pendo__group_group_id.sql", "original_file_path": "models/stg_pendo.yml", "unique_id": "test.pendo_source.not_null_stg_pendo__group_group_id.193c4ec317", "fqn": ["pendo_source", "not_null_stg_pendo__group_group_id"], "alias": "not_null_stg_pendo__group_group_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": 1678302469.065665, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_pendo__group"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.pendo_source.stg_pendo__group"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo.yml/not_null_stg_pendo__group_group_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect group_id\nfrom `dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__group`\nwhere group_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "group_id", "file_key_name": "models.stg_pendo__group"}, "test.pendo_source.unique_stg_pendo__guide_event_guide_event_key.5051abfeb8": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "guide_event_key", "model": "{{ get_where_subquery(ref('stg_pendo__guide_event')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000_dbt_test__audit", "name": "unique_stg_pendo__guide_event_guide_event_key", "resource_type": "test", "package_name": "pendo_source", "path": "unique_stg_pendo__guide_event_guide_event_key.sql", "original_file_path": "models/stg_pendo.yml", "unique_id": "test.pendo_source.unique_stg_pendo__guide_event_guide_event_key.5051abfeb8", "fqn": ["pendo_source", "unique_stg_pendo__guide_event_guide_event_key"], "alias": "unique_stg_pendo__guide_event_guide_event_key", "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": 1678302469.067122, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_pendo__guide_event"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.pendo_source.stg_pendo__guide_event"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo.yml/unique_stg_pendo__guide_event_guide_event_key.sql", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select guide_event_key as unique_field\n from `dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__guide_event`\n where guide_event_key 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": "guide_event_key", "file_key_name": "models.stg_pendo__guide_event"}, "test.pendo_source.not_null_stg_pendo__guide_event_guide_event_key.d47f358e15": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "guide_event_key", "model": "{{ get_where_subquery(ref('stg_pendo__guide_event')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000_dbt_test__audit", "name": "not_null_stg_pendo__guide_event_guide_event_key", "resource_type": "test", "package_name": "pendo_source", "path": "not_null_stg_pendo__guide_event_guide_event_key.sql", "original_file_path": "models/stg_pendo.yml", "unique_id": "test.pendo_source.not_null_stg_pendo__guide_event_guide_event_key.d47f358e15", "fqn": ["pendo_source", "not_null_stg_pendo__guide_event_guide_event_key"], "alias": "not_null_stg_pendo__guide_event_guide_event_key", "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": 1678302469.068126, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_pendo__guide_event"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.pendo_source.stg_pendo__guide_event"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo.yml/not_null_stg_pendo__guide_event_guide_event_key.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect guide_event_key\nfrom `dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__guide_event`\nwhere guide_event_key is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "guide_event_key", "file_key_name": "models.stg_pendo__guide_event"}, "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__guide_history_guide_id__last_updated_at.b29bd8b17f": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["guide_id", "last_updated_at"], "model": "{{ get_where_subquery(ref('stg_pendo__guide_history')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_pendo__guide_history_guide_id__last_updated_at", "resource_type": "test", "package_name": "pendo_source", "path": "dbt_utils_unique_combination_o_8f1255af77608da1fcf0b5ad23c10381.sql", "original_file_path": "models/stg_pendo.yml", "unique_id": "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__guide_history_guide_id__last_updated_at.b29bd8b17f", "fqn": ["pendo_source", "dbt_utils_unique_combination_of_columns_stg_pendo__guide_history_guide_id__last_updated_at"], "alias": "dbt_utils_unique_combination_o_8f1255af77608da1fcf0b5ad23c10381", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_8f1255af77608da1fcf0b5ad23c10381", "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": "dbt_utils_unique_combination_o_8f1255af77608da1fcf0b5ad23c10381"}, "created_at": 1678302469.069098, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_8f1255af77608da1fcf0b5ad23c10381\") }}", "language": "sql", "refs": [["stg_pendo__guide_history"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.pendo_source.stg_pendo__guide_history"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo.yml/dbt_utils_unique_combination_o_8f1255af77608da1fcf0b5ad23c10381.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n guide_id, last_updated_at\n from `dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__guide_history`\n group by guide_id, last_updated_at\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": null, "file_key_name": "models.stg_pendo__guide_history"}, "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__guide_step_history_guide_id__guide_last_updated_at__step_id.cc063d14e9": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["guide_id", "guide_last_updated_at", "step_id"], "model": "{{ get_where_subquery(ref('stg_pendo__guide_step_history')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_pendo__guide_step_history_guide_id__guide_last_updated_at__step_id", "resource_type": "test", "package_name": "pendo_source", "path": "dbt_utils_unique_combination_o_06d6c07fa373a31d60082c3e13216f05.sql", "original_file_path": "models/stg_pendo.yml", "unique_id": "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__guide_step_history_guide_id__guide_last_updated_at__step_id.cc063d14e9", "fqn": ["pendo_source", "dbt_utils_unique_combination_of_columns_stg_pendo__guide_step_history_guide_id__guide_last_updated_at__step_id"], "alias": "dbt_utils_unique_combination_o_06d6c07fa373a31d60082c3e13216f05", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_06d6c07fa373a31d60082c3e13216f05", "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": "dbt_utils_unique_combination_o_06d6c07fa373a31d60082c3e13216f05"}, "created_at": 1678302469.0720582, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_06d6c07fa373a31d60082c3e13216f05\") }}", "language": "sql", "refs": [["stg_pendo__guide_step_history"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.pendo_source.stg_pendo__guide_step_history"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo.yml/dbt_utils_unique_combination_o_06d6c07fa373a31d60082c3e13216f05.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n guide_id, guide_last_updated_at, step_id\n from `dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__guide_step_history`\n group by guide_id, guide_last_updated_at, step_id\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": null, "file_key_name": "models.stg_pendo__guide_step_history"}, "test.pendo_source.unique_stg_pendo__page_event_page_event_key.eb0bc34c44": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "page_event_key", "model": "{{ get_where_subquery(ref('stg_pendo__page_event')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000_dbt_test__audit", "name": "unique_stg_pendo__page_event_page_event_key", "resource_type": "test", "package_name": "pendo_source", "path": "unique_stg_pendo__page_event_page_event_key.sql", "original_file_path": "models/stg_pendo.yml", "unique_id": "test.pendo_source.unique_stg_pendo__page_event_page_event_key.eb0bc34c44", "fqn": ["pendo_source", "unique_stg_pendo__page_event_page_event_key"], "alias": "unique_stg_pendo__page_event_page_event_key", "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": 1678302469.075239, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_pendo__page_event"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.pendo_source.stg_pendo__page_event"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo.yml/unique_stg_pendo__page_event_page_event_key.sql", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select page_event_key as unique_field\n from `dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__page_event`\n where page_event_key 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": "page_event_key", "file_key_name": "models.stg_pendo__page_event"}, "test.pendo_source.not_null_stg_pendo__page_event_page_event_key.3c4b37f95d": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "page_event_key", "model": "{{ get_where_subquery(ref('stg_pendo__page_event')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000_dbt_test__audit", "name": "not_null_stg_pendo__page_event_page_event_key", "resource_type": "test", "package_name": "pendo_source", "path": "not_null_stg_pendo__page_event_page_event_key.sql", "original_file_path": "models/stg_pendo.yml", "unique_id": "test.pendo_source.not_null_stg_pendo__page_event_page_event_key.3c4b37f95d", "fqn": ["pendo_source", "not_null_stg_pendo__page_event_page_event_key"], "alias": "not_null_stg_pendo__page_event_page_event_key", "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": 1678302469.076242, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_pendo__page_event"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.pendo_source.stg_pendo__page_event"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo.yml/not_null_stg_pendo__page_event_page_event_key.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect page_event_key\nfrom `dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__page_event`\nwhere page_event_key is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "page_event_key", "file_key_name": "models.stg_pendo__page_event"}, "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__page_history_page_id__last_updated_at.d1687374ba": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["page_id", "last_updated_at"], "model": "{{ get_where_subquery(ref('stg_pendo__page_history')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_pendo__page_history_page_id__last_updated_at", "resource_type": "test", "package_name": "pendo_source", "path": "dbt_utils_unique_combination_o_3b11d958e1e793b49d60511a1ef86b0b.sql", "original_file_path": "models/stg_pendo.yml", "unique_id": "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__page_history_page_id__last_updated_at.d1687374ba", "fqn": ["pendo_source", "dbt_utils_unique_combination_of_columns_stg_pendo__page_history_page_id__last_updated_at"], "alias": "dbt_utils_unique_combination_o_3b11d958e1e793b49d60511a1ef86b0b", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_3b11d958e1e793b49d60511a1ef86b0b", "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": "dbt_utils_unique_combination_o_3b11d958e1e793b49d60511a1ef86b0b"}, "created_at": 1678302469.077236, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_3b11d958e1e793b49d60511a1ef86b0b\") }}", "language": "sql", "refs": [["stg_pendo__page_history"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.pendo_source.stg_pendo__page_history"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo.yml/dbt_utils_unique_combination_o_3b11d958e1e793b49d60511a1ef86b0b.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n page_id, last_updated_at\n from `dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__page_history`\n group by page_id, last_updated_at\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": null, "file_key_name": "models.stg_pendo__page_history"}, "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__page_rule_history_page_id__page_last_updated_at__rule.d9d9e22e58": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["page_id", "page_last_updated_at", "rule"], "model": "{{ get_where_subquery(ref('stg_pendo__page_rule_history')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_pendo__page_rule_history_page_id__page_last_updated_at__rule", "resource_type": "test", "package_name": "pendo_source", "path": "dbt_utils_unique_combination_o_68b8b65b7da5d42ac6719ee6e5ae9e8f.sql", "original_file_path": "models/stg_pendo.yml", "unique_id": "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__page_rule_history_page_id__page_last_updated_at__rule.d9d9e22e58", "fqn": ["pendo_source", "dbt_utils_unique_combination_of_columns_stg_pendo__page_rule_history_page_id__page_last_updated_at__rule"], "alias": "dbt_utils_unique_combination_o_68b8b65b7da5d42ac6719ee6e5ae9e8f", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_68b8b65b7da5d42ac6719ee6e5ae9e8f", "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": "dbt_utils_unique_combination_o_68b8b65b7da5d42ac6719ee6e5ae9e8f"}, "created_at": 1678302469.0801191, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_68b8b65b7da5d42ac6719ee6e5ae9e8f\") }}", "language": "sql", "refs": [["stg_pendo__page_rule_history"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.pendo_source.stg_pendo__page_rule_history"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo.yml/dbt_utils_unique_combination_o_68b8b65b7da5d42ac6719ee6e5ae9e8f.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n page_id, page_last_updated_at, rule\n from `dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__page_rule_history`\n group by page_id, page_last_updated_at, rule\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": null, "file_key_name": "models.stg_pendo__page_rule_history"}, "test.pendo_source.unique_stg_pendo__user_user_id.2c97dfa752": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "user_id", "model": "{{ get_where_subquery(ref('stg_pendo__user')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000_dbt_test__audit", "name": "unique_stg_pendo__user_user_id", "resource_type": "test", "package_name": "pendo_source", "path": "unique_stg_pendo__user_user_id.sql", "original_file_path": "models/stg_pendo.yml", "unique_id": "test.pendo_source.unique_stg_pendo__user_user_id.2c97dfa752", "fqn": ["pendo_source", "unique_stg_pendo__user_user_id"], "alias": "unique_stg_pendo__user_user_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": 1678302469.0831602, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_pendo__user"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.pendo_source.stg_pendo__user"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo.yml/unique_stg_pendo__user_user_id.sql", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select user_id as unique_field\n from `dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__user`\n where user_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": "user_id", "file_key_name": "models.stg_pendo__user"}, "test.pendo_source.not_null_stg_pendo__user_user_id.c7069a38e3": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "user_id", "model": "{{ get_where_subquery(ref('stg_pendo__user')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000_dbt_test__audit", "name": "not_null_stg_pendo__user_user_id", "resource_type": "test", "package_name": "pendo_source", "path": "not_null_stg_pendo__user_user_id.sql", "original_file_path": "models/stg_pendo.yml", "unique_id": "test.pendo_source.not_null_stg_pendo__user_user_id.c7069a38e3", "fqn": ["pendo_source", "not_null_stg_pendo__user_user_id"], "alias": "not_null_stg_pendo__user_user_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": 1678302469.084223, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_pendo__user"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.pendo_source.stg_pendo__user"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo.yml/not_null_stg_pendo__user_user_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect user_id\nfrom `dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__user`\nwhere user_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "user_id", "file_key_name": "models.stg_pendo__user"}, "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__visitor_history_visitor_id__last_updated_at.d602abfc34": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["visitor_id", "last_updated_at"], "model": "{{ get_where_subquery(ref('stg_pendo__visitor_history')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_pendo__visitor_history_visitor_id__last_updated_at", "resource_type": "test", "package_name": "pendo_source", "path": "dbt_utils_unique_combination_o_d44f554238b550494a483d83d0ff3330.sql", "original_file_path": "models/stg_pendo.yml", "unique_id": "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__visitor_history_visitor_id__last_updated_at.d602abfc34", "fqn": ["pendo_source", "dbt_utils_unique_combination_of_columns_stg_pendo__visitor_history_visitor_id__last_updated_at"], "alias": "dbt_utils_unique_combination_o_d44f554238b550494a483d83d0ff3330", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_d44f554238b550494a483d83d0ff3330", "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": "dbt_utils_unique_combination_o_d44f554238b550494a483d83d0ff3330"}, "created_at": 1678302469.085407, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_d44f554238b550494a483d83d0ff3330\") }}", "language": "sql", "refs": [["stg_pendo__visitor_history"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.pendo_source.stg_pendo__visitor_history"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo.yml/dbt_utils_unique_combination_o_d44f554238b550494a483d83d0ff3330.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n visitor_id, last_updated_at\n from `dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__visitor_history`\n group by visitor_id, last_updated_at\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": null, "file_key_name": "models.stg_pendo__visitor_history"}, "test.pendo_source.unique_stg_pendo__poll_poll_id.23f31563c9": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "poll_id", "model": "{{ get_where_subquery(ref('stg_pendo__poll')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000_dbt_test__audit", "name": "unique_stg_pendo__poll_poll_id", "resource_type": "test", "package_name": "pendo_source", "path": "unique_stg_pendo__poll_poll_id.sql", "original_file_path": "models/stg_pendo.yml", "unique_id": "test.pendo_source.unique_stg_pendo__poll_poll_id.23f31563c9", "fqn": ["pendo_source", "unique_stg_pendo__poll_poll_id"], "alias": "unique_stg_pendo__poll_poll_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": 1678302469.0881479, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_pendo__poll"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.pendo_source.stg_pendo__poll"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo.yml/unique_stg_pendo__poll_poll_id.sql", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select poll_id as unique_field\n from `dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__poll`\n where poll_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": "poll_id", "file_key_name": "models.stg_pendo__poll"}, "test.pendo_source.not_null_stg_pendo__poll_poll_id.7a6d8382db": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "poll_id", "model": "{{ get_where_subquery(ref('stg_pendo__poll')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000_dbt_test__audit", "name": "not_null_stg_pendo__poll_poll_id", "resource_type": "test", "package_name": "pendo_source", "path": "not_null_stg_pendo__poll_poll_id.sql", "original_file_path": "models/stg_pendo.yml", "unique_id": "test.pendo_source.not_null_stg_pendo__poll_poll_id.7a6d8382db", "fqn": ["pendo_source", "not_null_stg_pendo__poll_poll_id"], "alias": "not_null_stg_pendo__poll_poll_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": 1678302469.089298, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_pendo__poll"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.pendo_source.stg_pendo__poll"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo.yml/not_null_stg_pendo__poll_poll_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect poll_id\nfrom `dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__poll`\nwhere poll_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "poll_id", "file_key_name": "models.stg_pendo__poll"}, "test.pendo_source.unique_stg_pendo__poll_event_poll_event_key.0e9529a9d8": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "poll_event_key", "model": "{{ get_where_subquery(ref('stg_pendo__poll_event')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000_dbt_test__audit", "name": "unique_stg_pendo__poll_event_poll_event_key", "resource_type": "test", "package_name": "pendo_source", "path": "unique_stg_pendo__poll_event_poll_event_key.sql", "original_file_path": "models/stg_pendo.yml", "unique_id": "test.pendo_source.unique_stg_pendo__poll_event_poll_event_key.0e9529a9d8", "fqn": ["pendo_source", "unique_stg_pendo__poll_event_poll_event_key"], "alias": "unique_stg_pendo__poll_event_poll_event_key", "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": 1678302469.090357, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_pendo__poll_event"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.pendo_source.stg_pendo__poll_event"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo.yml/unique_stg_pendo__poll_event_poll_event_key.sql", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select poll_event_key as unique_field\n from `dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__poll_event`\n where poll_event_key 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": "poll_event_key", "file_key_name": "models.stg_pendo__poll_event"}, "test.pendo_source.not_null_stg_pendo__poll_event_poll_event_key.727946c1b6": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "poll_event_key", "model": "{{ get_where_subquery(ref('stg_pendo__poll_event')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000_dbt_test__audit", "name": "not_null_stg_pendo__poll_event_poll_event_key", "resource_type": "test", "package_name": "pendo_source", "path": "not_null_stg_pendo__poll_event_poll_event_key.sql", "original_file_path": "models/stg_pendo.yml", "unique_id": "test.pendo_source.not_null_stg_pendo__poll_event_poll_event_key.727946c1b6", "fqn": ["pendo_source", "not_null_stg_pendo__poll_event_poll_event_key"], "alias": "not_null_stg_pendo__poll_event_poll_event_key", "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": 1678302469.0913951, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_pendo__poll_event"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.pendo_source.stg_pendo__poll_event"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo.yml/not_null_stg_pendo__poll_event_poll_event_key.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect poll_event_key\nfrom `dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__poll_event`\nwhere poll_event_key is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "poll_event_key", "file_key_name": "models.stg_pendo__poll_event"}, "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__visitor_account_history_account_id__visitor_last_updated_at__visitor_id.f01d6166a8": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["account_id", "visitor_last_updated_at", "visitor_id"], "model": "{{ get_where_subquery(ref('stg_pendo__visitor_account_history')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_pendo__visitor_account_history_account_id__visitor_last_updated_at__visitor_id", "resource_type": "test", "package_name": "pendo_source", "path": "dbt_utils_unique_combination_o_5feb3101f97dbe3822bbda69e9d2867f.sql", "original_file_path": "models/stg_pendo.yml", "unique_id": "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__visitor_account_history_account_id__visitor_last_updated_at__visitor_id.f01d6166a8", "fqn": ["pendo_source", "dbt_utils_unique_combination_of_columns_stg_pendo__visitor_account_history_account_id__visitor_last_updated_at__visitor_id"], "alias": "dbt_utils_unique_combination_o_5feb3101f97dbe3822bbda69e9d2867f", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_5feb3101f97dbe3822bbda69e9d2867f", "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": "dbt_utils_unique_combination_o_5feb3101f97dbe3822bbda69e9d2867f"}, "created_at": 1678302469.092405, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_5feb3101f97dbe3822bbda69e9d2867f\") }}", "language": "sql", "refs": [["stg_pendo__visitor_account_history"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.pendo_source.stg_pendo__visitor_account_history"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo.yml/dbt_utils_unique_combination_o_5feb3101f97dbe3822bbda69e9d2867f.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n account_id, visitor_last_updated_at, visitor_id\n from `dbt-package-testing`.`pendo_source_integration_tests_2000_stg_pendo`.`stg_pendo__visitor_account_history`\n group by account_id, visitor_last_updated_at, visitor_id\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": null, "file_key_name": "models.stg_pendo__visitor_account_history"}}, "sources": {"source.pendo_source.pendo.account_history": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000", "name": "account_history", "resource_type": "source", "package_name": "pendo_source", "path": "models/src_pendo.yml", "original_file_path": "models/src_pendo.yml", "unique_id": "source.pendo_source.pendo.account_history", "fqn": ["pendo_source", "pendo", "account_history"], "source_name": "pendo", "source_description": "", "loader": "fivetran", "identifier": "account_history", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 168, "period": "hour"}, "filter": null}, "external": null, "description": "Table capturing the historical records of each account utilizing your product via Pendo. Note that this table may contain custom metadata columns which can be passed through via `pendo__account_history_pass_through_columns`.\n", "columns": {"id": {"name": "id", "description": "Unique identifier of the account.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "first_visit": {"name": "first_visit", "description": "The timestamp (UTC) of when the account or visitor was created.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "id_hash": {"name": "id_hash", "description": "32-bit hash of the account ID.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_updated_at": {"name": "last_updated_at", "description": "The timestamp (UTC) of when the account was last updated.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_visit": {"name": "last_visit", "description": "The timestamp (UTC) of when Pendo last recorded an event for the account.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000`.`account_history`", "created_at": 1678302469.0956101}, "source.pendo_source.pendo.application_history": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000", "name": "application_history", "resource_type": "source", "package_name": "pendo_source", "path": "models/src_pendo.yml", "original_file_path": "models/src_pendo.yml", "unique_id": "source.pendo_source.pendo.application_history", "fqn": ["pendo_source", "pendo", "application_history"], "source_name": "pendo", "source_description": "", "loader": "fivetran", "identifier": "application_history", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 168, "period": "hour"}, "filter": null}, "external": null, "description": "Table capturing changes to your tracked application(s).", "columns": {"agent_policy_prod": {"name": "agent_policy_prod", "description": "Production application policy.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "agent_policy_staging": {"name": "agent_policy_staging", "description": "Staging application policy.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "agent_version_prod": {"name": "agent_version_prod", "description": "Version of the production app.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "agent_version_staging": {"name": "agent_version_staging", "description": "Version of the staging app.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "application_flags_cname": {"name": "application_flags_cname", "description": "Boolean that is true if CNAMEs are configured. CNAMES allows you to create hostnames under your own application\u2019s domain which will be used in place of Pendo hostnames for both sending events and downloading guide content\n", "meta": {}, "data_type": null, "quote": null, "tags": []}, "application_flags_disabled": {"name": "application_flags_disabled", "description": "Boolean that is false if the application is disabled.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "application_flags_guide_localization": {"name": "application_flags_guide_localization", "description": "Boolean that is true if the pendo subscription has guide localization enabled.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "application_flags_guide_widget": {"name": "application_flags_guide_widget", "description": "", "meta": {}, "data_type": null, "quote": null, "tags": []}, "application_flags_onboarding": {"name": "application_flags_onboarding", "description": "", "meta": {}, "data_type": null, "quote": null, "tags": []}, "application_flags_prevent_code_injection": {"name": "application_flags_prevent_code_injection", "description": "Boolean that is true if code injection attacks are prevented.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "application_flags_show_guides_to_anon": {"name": "application_flags_show_guides_to_anon", "description": "Boolean that is true if the application shows guides to anonymous visitors.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "application_flags_xhr_timings": {"name": "application_flags_xhr_timings", "description": "", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "Timestamp of when the application version record was created.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_by_user_id": {"name": "created_by_user_id", "description": "Foreign key referencing the `USER` who created the application.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "description": {"name": "description", "description": "Description of the application.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "disabled_at": {"name": "disabled_at", "description": "Timestamp of when the application version was disabled.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "display_name": {"name": "display_name", "description": "Display name of the application.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "event_count": {"name": "event_count", "description": "Count of events tracked in this application.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "event_rate": {"name": "event_rate", "description": "", "meta": {}, "data_type": null, "quote": null, "tags": []}, "first_event_time": {"name": "first_event_time", "description": "Timestamp of when the first event was tracked for this application.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "guide_css_url": {"name": "guide_css_url", "description": "", "meta": {}, "data_type": null, "quote": null, "tags": []}, "icon_url": {"name": "icon_url", "description": "", "meta": {}, "data_type": null, "quote": null, "tags": []}, "id": {"name": "id", "description": "Unique ID of the application.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "integrated": {"name": "integrated", "description": "Boolean that is true if the app is integrated.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "is_deleted": {"name": "is_deleted", "description": "Boolean that is true if the app version is deleted.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_updated_at": {"name": "last_updated_at", "description": "Timestamp of when the app was last updated.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_updated_by_user_id": {"name": "last_updated_by_user_id", "description": "Foreign key referencing the `USER` who last updated the app.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "marked_for_deletion_at": {"name": "marked_for_deletion_at", "description": "Timestamp of when the app was marked for deletion, if at all.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "name": {"name": "name", "description": "Title of the application.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "platform": {"name": "platform", "description": "Platform on which the application is served.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "push_application_id": {"name": "push_application_id", "description": "", "meta": {}, "data_type": null, "quote": null, "tags": []}, "record_until": {"name": "record_until", "description": "", "meta": {}, "data_type": null, "quote": null, "tags": []}, "sampling_rate": {"name": "sampling_rate", "description": "", "meta": {}, "data_type": null, "quote": null, "tags": []}, "starting_event_time": {"name": "starting_event_time", "description": "", "meta": {}, "data_type": null, "quote": null, "tags": []}, "store_url": {"name": "store_url", "description": "", "meta": {}, "data_type": null, "quote": null, "tags": []}, "subscription_id": {"name": "subscription_id", "description": "ID of the pendo subscription.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000`.`application_history`", "created_at": 1678302469.095776}, "source.pendo_source.pendo.event": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000", "name": "event", "resource_type": "source", "package_name": "pendo_source", "path": "models/src_pendo.yml", "original_file_path": "models/src_pendo.yml", "unique_id": "source.pendo_source.pendo.event", "fqn": ["pendo_source", "pendo", "event"], "source_name": "pendo", "source_description": "", "loader": "fivetran", "identifier": "event", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 168, "period": "hour"}, "filter": null}, "external": null, "description": "Table capturing all recorded click and pageview events (tagged or untagged).", "columns": {"account_id": {"name": "account_id", "description": "Foreign key referencing the `ACCOUNT` associated with the event, if any.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "app_id": {"name": "app_id", "description": "Foreign key referencing the `APPLICATION` that the event was tracked in.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "num_events": {"name": "num_events", "description": "Number of events tracked for this unique combination of day/hour, visitorId, accountId, server name, and IP address.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "num_minutes": {"name": "num_minutes", "description": "Number of unique minutes of activity tracked for this unique combination of day/hour, visitorId, accountId, server name, and IP address.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "page_id": {"name": "page_id", "description": "Foreign key referencing the `PAGE` that the event occurred on.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "remote_ip": {"name": "remote_ip", "description": "The IP address of the event triggerer.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "server_name": {"name": "server_name", "description": "Name of the server (your website) on which the event was tracked.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "timestamp": {"name": "timestamp", "description": "Day/hour-part timestamp of when the event occurred.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "user_agent": {"name": "user_agent", "description": "String identifying the browser and operating system on which the event was triggered.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "visitor_id": {"name": "visitor_id", "description": "Foreign key referencing the `VISITOR` who triggered the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000`.`event`", "created_at": 1678302469.0958989}, "source.pendo_source.pendo.feature_event": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000", "name": "feature_event", "resource_type": "source", "package_name": "pendo_source", "path": "models/src_pendo.yml", "original_file_path": "models/src_pendo.yml", "unique_id": "source.pendo_source.pendo.feature_event", "fqn": ["pendo_source", "pendo", "feature_event"], "source_name": "pendo", "source_description": "", "loader": "fivetran", "identifier": "feature_event", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 168, "period": "hour"}, "filter": null}, "external": null, "description": "Table capturing all recorded click events matching tagged features.", "columns": {"account_id": {"name": "account_id", "description": "Foreign key referencing the `ACCOUNT` associated with the event, if any.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "app_id": {"name": "app_id", "description": "Foreign key referencing the `APPLICATION` that the event was tracked in.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "feature_id": {"name": "feature_id", "description": "Foreign key referencing the `FEATURE` that the event is tagged with.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "num_events": {"name": "num_events", "description": "Number of feature events tracked for this unique combination of day/hour, visitorId, accountId, server name, and IP address.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "num_minutes": {"name": "num_minutes", "description": "Number of feature events minutes tracked for this unique combination of day/hour, visitorId, accountId, server name, and IP address.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "remote_ip": {"name": "remote_ip", "description": "The IP address of the event triggerer.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "server_name": {"name": "server_name", "description": "Name of the server (your website) on which the event was tracked.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "timestamp": {"name": "timestamp", "description": "Day/hour-part timestamp of when the event occurred.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "user_agent": {"name": "user_agent", "description": "String identifying the browser and operating system on which the event was triggered.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "visitor_id": {"name": "visitor_id", "description": "Foreign key referencing the `VISITOR` who triggered the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000`.`feature_event`", "created_at": 1678302469.09602}, "source.pendo_source.pendo.feature_history": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000", "name": "feature_history", "resource_type": "source", "package_name": "pendo_source", "path": "models/src_pendo.yml", "original_file_path": "models/src_pendo.yml", "unique_id": "source.pendo_source.pendo.feature_history", "fqn": ["pendo_source", "pendo", "feature_history"], "source_name": "pendo", "source_description": "", "loader": "fivetran", "identifier": "feature_history", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 168, "period": "hour"}, "filter": null}, "external": null, "description": "Table capturing historical records of features in Pendo.", "columns": {"app_id": {"name": "app_id", "description": "Foreign key referencing the `APPLICATION` that the feature is a part of.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "color": {"name": "color", "description": "Color value associated with the Feature. For visualization in Paths and Funnels.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "Timestamp of when the feature was created.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_by_user_id": {"name": "created_by_user_id", "description": "Foreign key referencing the `USER` that created the feature.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "dirty": {"name": "dirty", "description": "Boolean value returned if feature is processing at the time of request.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "group_id": {"name": "group_id", "description": "Foreign key referencing the `GROUP` (product area) that the feature is tagged under.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "id": {"name": "id", "description": "Unique identifier of the feature.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "is_core_event": {"name": "is_core_event", "description": "Boolean that is true if the feature is tagged as a core event/key feature of the product.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_updated_at": {"name": "last_updated_at", "description": "Timestamp of when the feature was last updated.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_updated_by_user_id": {"name": "last_updated_by_user_id", "description": "Foreign key referencing the `USER` that last updated the feature.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "name": {"name": "name", "description": "Name of the feature.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "page_id": {"name": "page_id", "description": "Foreign key referencing the `PAGE` that the feature is placed on.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "root_version_id": {"name": "root_version_id", "description": "The unique identifier of the root entity, which nominally matches the public id field of the feature.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "stable_version_id": {"name": "stable_version_id", "description": "The unique identifier for the current version of the feature.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "valid_through": {"name": "valid_through", "description": "Timestamp that indicates when data was last processed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000`.`feature_history`", "created_at": 1678302469.096212}, "source.pendo_source.pendo.group": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000", "name": "group", "resource_type": "source", "package_name": "pendo_source", "path": "models/src_pendo.yml", "original_file_path": "models/src_pendo.yml", "unique_id": "source.pendo_source.pendo.group", "fqn": ["pendo_source", "pendo", "group"], "source_name": "pendo", "source_description": "", "loader": "fivetran", "identifier": "group_data", "quoting": {"database": null, "schema": null, "identifier": true, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 168, "period": "hour"}, "filter": null}, "external": null, "description": "Table capturing the product areas.", "columns": {"app_id": {"name": "app_id", "description": "Foreign key referencing the `APPLICATION` that the product area lives in.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "color": {"name": "color", "description": "Color associated with the product area in the pendo UI.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "Timestamp of when the product area was created.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_by_user_id": {"name": "created_by_user_id", "description": "Foreign key referencing the `USER` who created the product area.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "description": {"name": "description", "description": "Description of the product area.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "id": {"name": "id", "description": "Unique identifier of the product area.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_updated_at": {"name": "last_updated_at", "description": "Timestamp of when the product area was last updated.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_updated_by_user_id": {"name": "last_updated_by_user_id", "description": "Foreign key referencing the `USER` who last updated the product area.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "length": {"name": "length", "description": "The number of features/pages tagged under this product area. It's not entirely clear how this is calculated and should not be trusted 100%.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "name": {"name": "name", "description": "Name of the product area.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000`.`group_data`", "created_at": 1678302469.096353}, "source.pendo_source.pendo.guide_event": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000", "name": "guide_event", "resource_type": "source", "package_name": "pendo_source", "path": "models/src_pendo.yml", "original_file_path": "models/src_pendo.yml", "unique_id": "source.pendo_source.pendo.guide_event", "fqn": ["pendo_source", "pendo", "guide_event"], "source_name": "pendo", "source_description": "", "loader": "fivetran", "identifier": "guide_event", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 168, "period": "hour"}, "filter": null}, "external": null, "description": "Table capturing events related to guides. Each row is a unique event around `guideAdvanced`, `guideSeen`, `guideDismissed`, `guideSnoozed`, `guideTimeout`, `guideActivity`.", "columns": {"account_id": {"name": "account_id", "description": "Foreign key referencing the `ACCOUNT` associated with the event triggerer, if any.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "app_id": {"name": "app_id", "description": "Foreign key referencing the `APPLICATION` the event was triggered in.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "country": {"name": "country", "description": "Country in which the guide event was recorded.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "element_path": {"name": "element_path", "description": "The element path that indicates where the guide can be found (blank if not applicable).", "meta": {}, "data_type": null, "quote": null, "tags": []}, "guide_id": {"name": "guide_id", "description": "Foreign key referencing the `GUIDE` that was interacted with.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "guide_step_id": {"name": "guide_step_id", "description": "Foreign key referencing the `STEP` within the guide that was interacted with specifically.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "latitude": {"name": "latitude", "description": "Latitude of where the event was triggered from, if location is provided.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "load_time": {"name": "load_time", "description": "Load time of the guide event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "longitude": {"name": "longitude", "description": "Longitude of where the event was triggered from, if location is provided.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "region": {"name": "region", "description": "Geographic region of the triggered event, if location is provided.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "remote_ip": {"name": "remote_ip", "description": "IP Address of the event triggerer.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "server_name": {"name": "server_name", "description": "Name of the server (your website) on which the event was tracked.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "timestamp": {"name": "timestamp", "description": "Timestamp of when the event occurred.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "type": {"name": "type", "description": "Type of guide event that was tracked. Can be one of `guideAdvanced`, `guideSeen`, `guideDismissed`, `guideSnoozed`, `guideTimeout`, `guideActivity`.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "url": {"name": "url", "description": "URL on which the guide event was recorded.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "user_agent": {"name": "user_agent", "description": "String identifying the browser and operating system on which the event was triggered.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "visitor_id": {"name": "visitor_id", "description": "Foreign key referencing the `VISITOR` who triggered the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000`.`guide_event`", "created_at": 1678302469.096493}, "source.pendo_source.pendo.guide_history": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000", "name": "guide_history", "resource_type": "source", "package_name": "pendo_source", "path": "models/src_pendo.yml", "original_file_path": "models/src_pendo.yml", "unique_id": "source.pendo_source.pendo.guide_history", "fqn": ["pendo_source", "pendo", "guide_history"], "source_name": "pendo", "source_description": "", "loader": "fivetran", "identifier": "guide_history", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 168, "period": "hour"}, "filter": null}, "external": null, "description": "Table capturing historical records of guides in pendo.", "columns": {"app_id": {"name": "app_id", "description": "Foreign key referencing the `APPLICATION` that the guide belongs in.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "attribute_badge_can_change_badge_color": {"name": "attribute_badge_can_change_badge_color", "description": "Boolean that is true if the guide badge's color can be changed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "attribute_badge_color": {"name": "attribute_badge_color", "description": "Hex color code of the guide badge.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "attribute_badge_height": {"name": "attribute_badge_height", "description": "Height of the guide badge.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "attribute_badge_image_url": {"name": "attribute_badge_image_url", "description": "URL of the badge image.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "attribute_badge_is_only_show_once": {"name": "attribute_badge_is_only_show_once", "description": "Boolean that is true if the badge is only shown once.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "attribute_badge_name": {"name": "attribute_badge_name", "description": "Name of the guide badge.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "attribute_badge_offset_left": {"name": "attribute_badge_offset_left", "description": "How far from the left the badge is offset in relation to the target element.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "attribute_badge_offset_right": {"name": "attribute_badge_offset_right", "description": "How far from the right the badge is offset in relation to the target element.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "attribute_badge_offset_top": {"name": "attribute_badge_offset_top", "description": "How far from the top the badge is offset in relation to the target element.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "attribute_badge_position": {"name": "attribute_badge_position", "description": "This determines where the badge appears in relation to the target element. Choose Top-right, Top-left, or inline.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "attribute_badge_show_on_event": {"name": "attribute_badge_show_on_event", "description": "", "meta": {}, "data_type": null, "quote": null, "tags": []}, "attribute_badge_use_hover": {"name": "attribute_badge_use_hover", "description": "Boolean that is true if the badge is activated via hovering.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "attribute_badge_width": {"name": "attribute_badge_width", "description": "Width of the guide badge.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "attribute_device_type": {"name": "attribute_device_type", "description": "The current state of the guide - 'all', 'desktop', 'mobile'.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "attribute_priority": {"name": "attribute_priority", "description": "Position of the Guide as it appears in the launcher/guide center.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "attribute_type": {"name": "attribute_type", "description": "", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "Timestamp of when the guide was created.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_by_user_id": {"name": "created_by_user_id", "description": "Foreign key referencing the `USER` who created the guide.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "email_state": {"name": "email_state", "description": "The current state of the guide. published, staged, draft, and disabled. Deprecated version of `state`.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "id": {"name": "id", "description": "Unique identifier of the guide.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "is_multi_step": {"name": "is_multi_step", "description": "Returns true if guide has multiple steps (walkthrough).", "meta": {}, "data_type": null, "quote": null, "tags": []}, "is_training": {"name": "is_training", "description": "Boolean that is true if the guide is for training.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_updated_at": {"name": "last_updated_at", "description": "Timestamp of when the guide was last updated.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_updated_by_user_id": {"name": "last_updated_by_user_id", "description": "Foreign key referencing the `USER` who last updated the guide.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "launch_method": {"name": "launch_method", "description": "Activation method of the guide (ie auto, badge, dom).", "meta": {}, "data_type": null, "quote": null, "tags": []}, "name": {"name": "name", "description": "Name of the guide.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "published_at": {"name": "published_at", "description": "Timestamp of when the guide was officially published.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "recurrence": {"name": "recurrence", "description": "How frequent the guide is scheduled to recur.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "recurrence_eligibility_window": {"name": "recurrence_eligibility_window", "description": "Eligible interval in which guides can be repeatedly activated.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "reset_at": {"name": "reset_at", "description": "Timestamp of when the guide was reset for visitors.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "root_version_id": {"name": "root_version_id", "description": "The unique identifier of the root entity, which nominally matches the public id field of the guide.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "stable_version_id": {"name": "stable_version_id", "description": "The unique identifier for the current version of the feature.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "state": {"name": "state", "description": "The current state of the guide. published, staged, draft, and disabled.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000`.`guide_history`", "created_at": 1678302469.096637}, "source.pendo_source.pendo.guide_step_history": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000", "name": "guide_step_history", "resource_type": "source", "package_name": "pendo_source", "path": "models/src_pendo.yml", "original_file_path": "models/src_pendo.yml", "unique_id": "source.pendo_source.pendo.guide_step_history", "fqn": ["pendo_source", "pendo", "guide_step_history"], "source_name": "pendo", "source_description": "", "loader": "fivetran", "identifier": "guide_step_history", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 168, "period": "hour"}, "filter": null}, "external": null, "description": "Table associating guides with the steps they include.", "columns": {"guide_id": {"name": "guide_id", "description": "Foreign key referencing the `GUIDE` with steps.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "guide_last_updated_at": {"name": "guide_last_updated_at", "description": "Timestamp of when the guide was last updated.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "step_id": {"name": "step_id", "description": "Foreign key referencing the `STEP` that the guide includes.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000`.`guide_step_history`", "created_at": 1678302469.097019}, "source.pendo_source.pendo.page_event": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000", "name": "page_event", "resource_type": "source", "package_name": "pendo_source", "path": "models/src_pendo.yml", "original_file_path": "models/src_pendo.yml", "unique_id": "source.pendo_source.pendo.page_event", "fqn": ["pendo_source", "pendo", "page_event"], "source_name": "pendo", "source_description": "", "loader": "fivetran", "identifier": "page_event", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 168, "period": "hour"}, "filter": null}, "external": null, "description": "Table capturing all recorded pageviews matching tagged pages.", "columns": {"account_id": {"name": "account_id", "description": "Foreign key referencing the `ACCOUNT` associated with the event, if any.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "app_id": {"name": "app_id", "description": "Foreign key referencing the `APPLICATION` that the event was tracked in.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "num_events": {"name": "num_events", "description": "Number of pageviews matching tagged pages.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "num_minutes": {"name": "num_minutes", "description": "Page time on site calculations are in 1 minute buckets. So if you are logged in to your app as a user (Pendo Visitor) when you load a page\u2019s URL, 1 minute time on site is calculated. Every time you click on that page, the time on site calculation keeps running and totaling the successive minutes you\u2019ve spent on that page. See https://support.pendo.io/hc/en-us/articles/360032203171-How-is-Site-Page-Interaction-Calculated-.\n", "meta": {}, "data_type": null, "quote": null, "tags": []}, "page_id": {"name": "page_id", "description": "Foreign key referencing the `PAGE` being loaded.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "remote_ip": {"name": "remote_ip", "description": "The IP address of the event triggerer.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "server_name": {"name": "server_name", "description": "Name of the server (your website) on which the event was tracked.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "timestamp": {"name": "timestamp", "description": "Day/hour-part timestamp of when the event occurred.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "user_agent": {"name": "user_agent", "description": "String identifying the browser and operating system on which the event was triggered.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "visitor_id": {"name": "visitor_id", "description": "Foreign key referencing the `VISITOR` who triggered the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000`.`page_event`", "created_at": 1678302469.0972621}, "source.pendo_source.pendo.page_history": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000", "name": "page_history", "resource_type": "source", "package_name": "pendo_source", "path": "models/src_pendo.yml", "original_file_path": "models/src_pendo.yml", "unique_id": "source.pendo_source.pendo.page_history", "fqn": ["pendo_source", "pendo", "page_history"], "source_name": "pendo", "source_description": "", "loader": "fivetran", "identifier": "page_history", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 168, "period": "hour"}, "filter": null}, "external": null, "description": "Table capturing the historical records of pages tagged in Pendo.", "columns": {"app_id": {"name": "app_id", "description": "Foreign key referencing the `APPLICATION` that the page is associated with.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "color": {"name": "color", "description": "Color associated with the product area in the pendo UI.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "Timestamp of when the page was first created.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_by_user_id": {"name": "created_by_user_id", "description": "Foreign key referencing the `USER` who created the page.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "dirty": {"name": "dirty", "description": "Boolean value returned if page is processing at the time of request.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "group_id": {"name": "group_id", "description": "Foreign key referencing the `GROUP` (product area) that the page is tagged under.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "id": {"name": "id", "description": "Unique identifier of the page.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_updated_at": {"name": "last_updated_at", "description": "Timestamp of when the page was updated.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_updated_by_user_id": {"name": "last_updated_by_user_id", "description": "Foreign key referencing the `USER` who last updated the page.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "name": {"name": "name", "description": "Name of the page as displayed in Pendo.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "root_version_id": {"name": "root_version_id", "description": "The unique identifier of the root entity, which nominally matches the public id field of the page.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "stable_version_id": {"name": "stable_version_id", "description": "The unique identifier for the current version of the page.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "valid_through": {"name": "valid_through", "description": "Timestamp that indicates when data was last processed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000`.`page_history`", "created_at": 1678302469.0974}, "source.pendo_source.pendo.page_rule_history": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000", "name": "page_rule_history", "resource_type": "source", "package_name": "pendo_source", "path": "models/src_pendo.yml", "original_file_path": "models/src_pendo.yml", "unique_id": "source.pendo_source.pendo.page_rule_history", "fqn": ["pendo_source", "pendo", "page_rule_history"], "source_name": "pendo", "source_description": "", "loader": "fivetran", "identifier": "page_rule_history", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 168, "period": "hour"}, "filter": null}, "external": null, "description": "Table capturing historical records of rules associated with pages.", "columns": {"designer_hint": {"name": "designer_hint", "description": "String of what the page's url will look like, including site domain.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "page_id": {"name": "page_id", "description": "Foreign key referencing the `PAGE` that the rule pertains to.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "page_last_updated_at": {"name": "page_last_updated_at", "description": "Timestamp of when the page was last updated at.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "parsed_rule": {"name": "parsed_rule", "description": "The url rule of the page, completely parsed out.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "rule": {"name": "rule", "description": "Bare-bones URL rule of the page.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000`.`page_rule_history`", "created_at": 1678302469.097514}, "source.pendo_source.pendo.user": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000", "name": "user", "resource_type": "source", "package_name": "pendo_source", "path": "models/src_pendo.yml", "original_file_path": "models/src_pendo.yml", "unique_id": "source.pendo_source.pendo.user", "fqn": ["pendo_source", "pendo", "user"], "source_name": "pendo", "source_description": "", "loader": "fivetran", "identifier": "user", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 168, "period": "hour"}, "filter": null}, "external": null, "description": "Table capturing internal Pendo users.", "columns": {"deleted_at": {"name": "deleted_at", "description": "Timestamp of when the user was deleted at.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "first_name": {"name": "first_name", "description": "First name of the user.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "id": {"name": "id", "description": "Unique identifier of the user.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_name": {"name": "last_name", "description": "Last name of the user.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "role": {"name": "role", "description": "The user's role. This is an integer-type ID that does not point anywhere as of 08/2021.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "user_type": {"name": "user_type", "description": "Type of user.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "username": {"name": "username", "description": "Username of the user, typically their email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000`.`user`", "created_at": 1678302469.0976262}, "source.pendo_source.pendo.visitor_history": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000", "name": "visitor_history", "resource_type": "source", "package_name": "pendo_source", "path": "models/src_pendo.yml", "original_file_path": "models/src_pendo.yml", "unique_id": "source.pendo_source.pendo.visitor_history", "fqn": ["pendo_source", "pendo", "visitor_history"], "source_name": "pendo", "source_description": "", "loader": "fivetran", "identifier": "visitor_history", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 168, "period": "hour"}, "filter": null}, "external": null, "description": "Table capturing historical records of visitors.", "columns": {"account_id": {"name": "account_id", "description": "Foreign key referencing the `ACCOUNT` associated with this visitor. Visitors can belong to multiple accounts, however. Refer to `VISITOR_ACCOUNT_HISTORY` for all accounts associated with individual visitors.\n", "meta": {}, "data_type": null, "quote": null, "tags": []}, "first_visit": {"name": "first_visit", "description": "Timestamp of when an event was first captured for the visitor.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "id": {"name": "id", "description": "Unique identifier of the visitor.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "id_hash": {"name": "id_hash", "description": "32-bit hash of the visitor ID.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_browser_name": {"name": "last_browser_name", "description": "Most recent browser name.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_browser_version": {"name": "last_browser_version", "description": "Most recent browser version.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_operating_system": {"name": "last_operating_system", "description": "Most recent operating system.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_server_name": {"name": "last_server_name", "description": "Most recent server name.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_updated_at": {"name": "last_updated_at", "description": "Timestamp of when the visitor was last updated.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_user_agent": {"name": "last_user_agent", "description": "Most recent user agent (unparsed).", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_visit": {"name": "last_visit", "description": "Timestamp of the user's last visit.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "n_id": {"name": "n_id", "description": "Numeric id for the visitor.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000`.`visitor_history`", "created_at": 1678302469.097743}, "source.pendo_source.pendo.poll": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000", "name": "poll", "resource_type": "source", "package_name": "pendo_source", "path": "models/src_pendo.yml", "original_file_path": "models/src_pendo.yml", "unique_id": "source.pendo_source.pendo.poll", "fqn": ["pendo_source", "pendo", "poll"], "source_name": "pendo", "source_description": "", "loader": "fivetran", "identifier": "poll", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 168, "period": "hour"}, "filter": null}, "external": null, "description": "Table capturing polls administered via Pendo.", "columns": {"attribute_display": {"name": "attribute_display", "description": "Type of way to answer (ie select, radio, null for freeform answers).", "meta": {}, "data_type": null, "quote": null, "tags": []}, "attribute_follow_up": {"name": "attribute_follow_up", "description": "Self-referencing id of the follow-up `POLL` question, if any.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "attribute_max_length": {"name": "attribute_max_length", "description": "Max length for the answer, if any.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "attribute_placeholder": {"name": "attribute_placeholder", "description": "", "meta": {}, "data_type": null, "quote": null, "tags": []}, "attribute_type": {"name": "attribute_type", "description": "Type of poll question.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "id": {"name": "id", "description": "Unique identifier of the poll.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "question": {"name": "question", "description": "The content of the poll question.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "reset_at": {"name": "reset_at", "description": "The timestamp when the poll's data was last reset.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000`.`poll`", "created_at": 1678302469.097855}, "source.pendo_source.pendo.poll_event": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000", "name": "poll_event", "resource_type": "source", "package_name": "pendo_source", "path": "models/src_pendo.yml", "original_file_path": "models/src_pendo.yml", "unique_id": "source.pendo_source.pendo.poll_event", "fqn": ["pendo_source", "pendo", "poll_event"], "source_name": "pendo", "source_description": "", "loader": "fivetran", "identifier": "poll_event", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 168, "period": "hour"}, "filter": null}, "external": null, "description": "Table capturing individual responses to polls.", "columns": {"account_id": {"name": "account_id", "description": "Foreign key referencing the `ACCOUNT` associated with the event, if any.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "app_id": {"name": "app_id", "description": "Foreign key referencing the `APPLICATION` that the event was tracked in.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "country": {"name": "country", "description": "Country in which the poll event was recorded.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "element_path": {"name": "element_path", "description": "The element path that indicates where the poll can be found (blank if not applicable).", "meta": {}, "data_type": null, "quote": null, "tags": []}, "guide_id": {"name": "guide_id", "description": "Foreign key referencing the `GUIDE` that the poll is a part of.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "guide_step_id": {"name": "guide_step_id", "description": "Foreign key referencing the `GUIDE_STEP` that the poll is a part of.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "latitude": {"name": "latitude", "description": "Latitude of where the event was triggered from, if location is provided.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "load_time": {"name": "load_time", "description": "Load time of the poll event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "longitude": {"name": "longitude", "description": "Longitude of where the event was triggered from, if location is provided.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "poll_id": {"name": "poll_id", "description": "Foreign key referencing the `POLL` that the event was in response to.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "poll_response": {"name": "poll_response", "description": "Depending on the kind of poll, the content of the poll response. For ratings, this will be an integer, and for freeform text responses, this will be the content. For pick-lists, this will be an ID that does not point anywhere....\n", "meta": {}, "data_type": null, "quote": null, "tags": []}, "region": {"name": "region", "description": "Geographic region of the triggered event, if location is provided.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "remote_ip": {"name": "remote_ip", "description": "IP Address of the event triggerer.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "server_name": {"name": "server_name", "description": "Name of the server (your website) on which the event was tracked.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "timestamp": {"name": "timestamp", "description": "Timestamp of when the poll event was triggered.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "type": {"name": "type", "description": "Type of guide event that was tracked. This table only captures poll responses.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "url": {"name": "url", "description": "URL on which the poll response was recorded.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "user_agent": {"name": "user_agent", "description": "String identifying the browser and operating system on which the event was triggered.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "visitor_id": {"name": "visitor_id", "description": "Foreign key referencing the `VISITOR` who triggered the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000`.`poll_event`", "created_at": 1678302469.0979788}, "source.pendo_source.pendo.visitor_account_history": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000", "name": "visitor_account_history", "resource_type": "source", "package_name": "pendo_source", "path": "models/src_pendo.yml", "original_file_path": "models/src_pendo.yml", "unique_id": "source.pendo_source.pendo.visitor_account_history", "fqn": ["pendo_source", "pendo", "visitor_account_history"], "source_name": "pendo", "source_description": "", "loader": "fivetran", "identifier": "visitor_account_history", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 168, "period": "hour"}, "filter": null}, "external": null, "description": "Table of historical records of associations between visitors and accounts. Though the visitor table has an `account_id` column, refer to this table for all potential related accounts. \n", "columns": {"account_id": {"name": "account_id", "description": "Foreign key referencing the `ACCOUNT` that the visitor is associated with.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "visitor_id": {"name": "visitor_id", "description": "Foreign key referencing the `VISITOR` associated with the account.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "visitor_last_updated_at": {"name": "visitor_last_updated_at", "description": "Timestamp of when the visitor was last updated.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000`.`visitor_account_history`", "created_at": 1678302469.0980868}}, "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": 1678302467.953072, "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": 1678302467.953311, "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": 1678302467.953604, "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": 1678302467.957752, "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": 1678302467.962246, "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": 1678302467.962682, "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": 1678302467.963058, "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": 1678302467.963336, "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": 1678302467.964378, "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": 1678302467.964631, "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": 1678302467.96496, "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": 1678302467.9650931, "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": 1678302467.965288, "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": 1678302467.965437, "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": 1678302467.9655838, "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": 1678302467.965732, "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": 1678302467.965914, "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": 1678302467.966198, "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": 1678302467.9663591, "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": 1678302467.9665139, "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": 1678302467.966924, "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": 1678302467.9673111, "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": 1678302467.968053, "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": 1678302467.9682271, "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": 1678302467.968512, "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": 1678302467.968897, "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": 1678302467.969058, "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": 1678302467.969837, "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": 1678302467.970428, "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": 1678302467.971124, "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": 1678302467.974554, "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": 1678302467.97486, "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": 1678302467.976086, "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": 1678302467.978248, "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": 1678302467.978573, "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 %}\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, sql)) %}\n {{ return(bq_insert_into_ingestion_time_partitioned_table_sql(relation, sql)) }}\n {% else %}\n {{ return(create_table_as(temporary, relation, sql)) }}\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": 1678302467.9790452, "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": 1678302467.979695, "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": 1678302467.983885, "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": 1678302467.984305, "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": 1678302467.9844658, "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": 1678302467.9846022, "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": 1678302467.9855008, "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": 1678302467.98612, "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 }} 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": 1678302467.986455, "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": 1678302467.988971, "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": 1678302467.990159, "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": 1678302467.990718, "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": 1678302467.991512, "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": 1678302467.992258, "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 }}>;\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": 1678302467.993464, "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": 1678302467.995498, "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": 1678302467.996497, "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": 1678302467.996918, "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": 1678302467.997174, "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": 1678302467.997636, "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": 1678302467.997864, "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": 1678302467.997969, "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": 1678302467.998194, "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": 1678302467.998359, "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": 1678302467.998541, "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": 1678302467.998615, "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": 1678302467.998713, "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": 1678302467.9988968, "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": 1678302467.99913, "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": 1678302467.999531, "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": 1678302468.000036, "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": 1678302468.000205, "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": 1678302468.00037, "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": 1678302468.000559, "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": 1678302468.000725, "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": 1678302468.000853, "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": 1678302468.001494, "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": 1678302468.001673, "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": 1678302468.0019789, "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": 1678302468.002188, "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": 1678302468.0028422, "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": 1678302468.003089, "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": 1678302468.003333, "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": 1678302468.004477, "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": 1678302468.004684, "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": 1678302468.004831, "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": 1678302468.004979, "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": 1678302468.005127, "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": 1678302468.0055208, "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": 1678302468.005839, "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": 1678302468.006159, "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": 1678302468.006617, "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": 1678302468.0068989, "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": 1678302468.010676, "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": 1678302468.010854, "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": 1678302468.011084, "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": 1678302468.011821, "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": 1678302468.0119889, "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": 1678302468.012162, "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": 1678302468.013592, "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": 1678302468.014978, "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": 1678302468.0192351, "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": 1678302468.019524, "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": 1678302468.019694, "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": 1678302468.019785, "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": 1678302468.019943, "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": 1678302468.020065, "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": 1678302468.020281, "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": 1678302468.021197, "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": 1678302468.0213928, "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": 1678302468.021653, "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": 1678302468.022094, "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": 1678302468.0284219, "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": 1678302468.030547, "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": 1678302468.0310059, "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": 1678302468.031316, "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": 1678302468.031701, "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": 1678302468.032084, "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": 1678302468.033747, "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": 1678302468.034304, "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": 1678302468.034987, "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": 1678302468.03523, "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": 1678302468.035965, "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": 1678302468.04268, "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": 1678302468.04439, "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": 1678302468.044665, "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": 1678302468.0457401, "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": 1678302468.046031, "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": 1678302468.046741, "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": 1678302468.047432, "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": 1678302468.048356, "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": 1678302468.0486069, "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": 1678302468.048797, "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": 1678302468.049097, "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": 1678302468.049286, "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": 1678302468.0495849, "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": 1678302468.0497742, "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": 1678302468.050049, "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": 1678302468.050238, "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": 1678302468.0504022, "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": 1678302468.050686, "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": 1678302468.0558872, "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": 1678302468.061737, "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": 1678302468.063005, "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": 1678302468.064246, "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": 1678302468.065119, "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": 1678302468.0677812, "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": 1678302468.0683, "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": 1678302468.068489, "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": 1678302468.068931, "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": 1678302468.069356, "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": 1678302468.072014, "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": 1678302468.07232, "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": 1678302468.072547, "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": 1678302468.074093, "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": 1678302468.074456, "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": 1678302468.074621, "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": 1678302468.0748029, "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": 1678302468.075072, "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": 1678302468.078469, "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": 1678302468.08386, "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": 1678302468.084788, "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": 1678302468.0850291, "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": 1678302468.0855198, "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": 1678302468.085717, "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": 1678302468.085851, "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": 1678302468.085998, "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": 1678302468.086114, "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": 1678302468.086275, "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": 1678302468.086394, "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": 1678302468.0868769, "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": 1678302468.087067, "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": 1678302468.088367, "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": 1678302468.0887659, "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": 1678302468.089001, "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": 1678302468.0895271, "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": 1678302468.089791, "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": 1678302468.0900888, "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": 1678302468.0904908, "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": 1678302468.0907469, "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": 1678302468.0910988, "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": 1678302468.091399, "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": 1678302468.091647, "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": 1678302468.092224, "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": 1678302468.09374, "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": 1678302468.0943391, "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": 1678302468.094639, "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": 1678302468.0965781, "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": 1678302468.097862, "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": 1678302468.098627, "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": 1678302468.098866, "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": 1678302468.099096, "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": 1678302468.0991712, "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": 1678302468.0995042, "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": 1678302468.099672, "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": 1678302468.099923, "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": 1678302468.1000488, "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": 1678302468.1003032, "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": 1678302468.100409, "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": 1678302468.1007519, "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": 1678302468.100917, "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": 1678302468.1011431, "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": 1678302468.1012192, "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": 1678302468.101488, "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": 1678302468.101635, "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": 1678302468.101933, "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": 1678302468.102072, "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": 1678302468.102724, "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": 1678302468.1032078, "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": 1678302468.10355, "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": 1678302468.1037152, "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": 1678302468.1040032, "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": 1678302468.1041422, "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": 1678302468.1044009, "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": 1678302468.1045618, "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": 1678302468.1048079, "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": 1678302468.10497, "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": 1678302468.1052191, "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": 1678302468.105322, "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": 1678302468.105613, "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": 1678302468.105748, "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": 1678302468.105994, "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": 1678302468.106097, "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": 1678302468.107054, "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": 1678302468.1072152, "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": 1678302468.107386, "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": 1678302468.107542, "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": 1678302468.107712, "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": 1678302468.107939, "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": 1678302468.1081128, "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": 1678302468.108327, "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": 1678302468.108609, "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": 1678302468.108822, "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": 1678302468.1090078, "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": 1678302468.1091661, "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": 1678302468.109339, "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": 1678302468.109498, "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": 1678302468.109809, "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": 1678302468.1099489, "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": 1678302468.1102111, "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": 1678302468.1103182, "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": 1678302468.1106718, "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": 1678302468.1109529, "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": 1678302468.111101, "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": 1678302468.1116438, "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": 1678302468.111831, "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": 1678302468.1120582, "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": 1678302468.1123369, "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": 1678302468.112471, "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": 1678302468.112855, "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": 1678302468.113319, "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": 1678302468.113607, "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": 1678302468.113742, "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": 1678302468.114124, "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": 1678302468.114311, "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": 1678302468.114476, "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": 1678302468.11466, "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": 1678302468.115149, "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": 1678302468.1153028, "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": 1678302468.115446, "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": 1678302468.11555, "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": 1678302468.11572, "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": 1678302468.1158001, "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": 1678302468.1159701, "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": 1678302468.116142, "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": 1678302468.1166341, "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": 1678302468.116781, "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": 1678302468.116951, "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": 1678302468.117398, "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": 1678302468.1212149, "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": 1678302468.1215072, "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": 1678302468.121742, "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": 1678302468.122066, "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": 1678302468.122329, "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": 1678302468.122664, "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": 1678302468.122854, "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": 1678302468.123083, "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": 1678302468.1232839, "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": 1678302468.12346, "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": 1678302468.123683, "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": 1678302468.123998, "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": 1678302468.124347, "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": 1678302468.124994, "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": 1678302468.125252, "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": 1678302468.125406, "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": 1678302468.125618, "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": 1678302468.126107, "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": 1678302468.126697, "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": 1678302468.128602, "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": 1678302468.1287282, "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": 1678302468.1289139, "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": 1678302468.129032, "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": 1678302468.129498, "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": 1678302468.129695, "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": 1678302468.129808, "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": 1678302468.130045, "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": 1678302468.130239, "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": 1678302468.130487, "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": 1678302468.130684, "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": 1678302468.130935, "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": 1678302468.1317608, "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": 1678302468.1319911, "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": 1678302468.1322508, "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": 1678302468.132504, "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": 1678302468.133715, "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": 1678302468.134442, "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": 1678302468.134618, "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": 1678302468.1348312, "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": 1678302468.135006, "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": 1678302468.135286, "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": 1678302468.135796, "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": 1678302468.1373591, "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": 1678302468.137627, "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": 1678302468.137818, "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": 1678302468.138062, "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": 1678302468.138249, "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": 1678302468.1385841, "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": 1678302468.138836, "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": 1678302468.1391628, "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": 1678302468.139373, "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": 1678302468.1395462, "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": 1678302468.141384, "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": 1678302468.1415548, "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": 1678302468.141902, "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": 1678302468.142103, "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": 1678302468.142462, "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": 1678302468.1427069, "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": 1678302468.1433358, "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": 1678302468.1436028, "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": 1678302468.1444259, "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(\".\"): 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 %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1678302468.1460748, "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(\".\"): 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 %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1678302468.146603, "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": 1678302468.14733, "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 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 %}", "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": 1678302468.147784, "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": 1678302468.14786, "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": 1678302468.148423, "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": 1678302468.148669, "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": 1678302468.1489768, "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": 1678302468.14927, "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": 1678302468.149655, "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": 1678302468.150188, "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": 1678302468.150701, "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": 1678302468.151427, "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": 1678302468.151766, "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": 1678302468.152118, "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": 1678302468.1532748, "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": 1678302468.15436, "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": 1678302468.155278, "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": 1678302468.156428, "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": 1678302468.157134, "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": 1678302468.157504, "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": 1678302468.158307, "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": 1678302468.159313, "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": 1678302468.159801, "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": 1678302468.160287, "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": 1678302468.160928, "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": 1678302468.1614301, "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": 1678302468.162014, "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": 1678302468.162426, "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": 1678302468.16291, "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": 1678302468.163404, "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": 1678302468.164064, "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": 1678302468.1647491, "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": 1678302468.165316, "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": 1678302468.1656802, "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": 1678302468.166102, "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": 1678302468.166479, "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": 1678302468.167157, "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": 1678302468.168085, "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": 1678302468.169066, "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": 1678302468.1700459, "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": 1678302468.170795, "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": 1678302468.171732, "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": 1678302468.172266, "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": 1678302468.172576, "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": 1678302468.176151, "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": 1678302468.177726, "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": 1678302468.178004, "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": 1678302468.178174, "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": 1678302468.178633, "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": 1678302468.178915, "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": 1678302468.179116, "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": 1678302468.179378, "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": 1678302468.179557, "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": 1678302468.180193, "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": 1678302468.1810648, "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": 1678302468.181806, "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": 1678302468.182484, "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": 1678302468.1827252, "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": 1678302468.183098, "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": 1678302468.183417, "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": 1678302468.183777, "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": 1678302468.184491, "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": 1678302468.1853719, "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": 1678302468.1862478, "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": 1678302468.186688, "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": 1678302468.186881, "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": 1678302468.18742, "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": 1678302468.1881459, "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": 1678302468.1890361, "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": 1678302468.189455, "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": 1678302468.189752, "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": 1678302468.1911, "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": 1678302468.1926441, "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": 1678302468.1940732, "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": 1678302468.19573, "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": 1678302468.196031, "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": 1678302468.196165, "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": 1678302468.199575, "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": 1678302468.203149, "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": 1678302468.203462, "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": 1678302468.2037199, "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": 1678302468.204473, "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": 1678302468.204694, "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": 1678302468.2049012, "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": 1678302468.2050931, "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": 1678302468.20526, "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": 1678302468.2054348, "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": 1678302468.205827, "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": 1678302468.206065, "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": 1678302468.206453, "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": 1678302468.207011, "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": 1678302468.20736, "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": 1678302468.207699, "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": 1678302468.2095091, "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": 1678302468.2098858, "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": 1678302468.210691, "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": 1678302468.211216, "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": 1678302468.212398, "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": 1678302468.213952, "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": 1678302468.215043, "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": 1678302468.215908, "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": 1678302468.21639, "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": 1678302468.2171361, "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": 1678302468.218643, "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": 1678302468.21912, "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": 1678302468.2195961, "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": 1678302468.219789, "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": 1678302468.220186, "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": 1678302468.2208169, "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": 1678302468.221287, "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": 1678302468.221954, "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": 1678302468.222353, "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": 1678302468.2225, "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": 1678302468.222642, "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": 1678302468.223181, "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": 1678302468.224, "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": 1678302468.225122, "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": 1678302468.225409, "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": 1678302468.2259982, "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": 1678302468.226836, "supported_languages": null}, "macro.pendo_source.get_guide_event_columns": {"name": "get_guide_event_columns", "resource_type": "macro", "package_name": "pendo_source", "path": "macros/get_guide_event_columns.sql", "original_file_path": "macros/get_guide_event_columns.sql", "unique_id": "macro.pendo_source.get_guide_event_columns", "macro_sql": "{% macro get_guide_event_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"account_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"app_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"country\", \"datatype\": dbt.type_string()},\n {\"name\": \"element_path\", \"datatype\": dbt.type_string()},\n {\"name\": \"guide_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"guide_step_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"latitude\", \"datatype\": dbt.type_float()},\n {\"name\": \"load_time\", \"datatype\": dbt.type_int()},\n {\"name\": \"longitude\", \"datatype\": dbt.type_float()},\n {\"name\": \"region\", \"datatype\": dbt.type_string()},\n {\"name\": \"remote_ip\", \"datatype\": dbt.type_string()},\n {\"name\": \"server_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"timestamp\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"type\", \"datatype\": dbt.type_string()},\n {\"name\": \"url\", \"datatype\": dbt.type_string()},\n {\"name\": \"user_agent\", \"datatype\": dbt.type_string()},\n {\"name\": \"visitor_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_float", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1678302468.228893, "supported_languages": null}, "macro.pendo_source.get_guide_history_columns": {"name": "get_guide_history_columns", "resource_type": "macro", "package_name": "pendo_source", "path": "macros/get_guide_history_columns.sql", "original_file_path": "macros/get_guide_history_columns.sql", "unique_id": "macro.pendo_source.get_guide_history_columns", "macro_sql": "{% macro get_guide_history_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"app_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"attribute_badge_can_change_badge_color\", \"datatype\": \"boolean\"},\n {\"name\": \"attribute_badge_color\", \"datatype\": dbt.type_string()},\n {\"name\": \"attribute_badge_height\", \"datatype\": dbt.type_int()},\n {\"name\": \"attribute_badge_image_url\", \"datatype\": dbt.type_string()},\n {\"name\": \"attribute_badge_is_only_show_once\", \"datatype\": \"boolean\"},\n {\"name\": \"attribute_badge_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"attribute_badge_offset_left\", \"datatype\": dbt.type_int()},\n {\"name\": \"attribute_badge_offset_right\", \"datatype\": dbt.type_int()},\n {\"name\": \"attribute_badge_offset_top\", \"datatype\": dbt.type_int()},\n {\"name\": \"attribute_badge_position\", \"datatype\": dbt.type_string()},\n {\"name\": \"attribute_badge_show_on_event\", \"datatype\": dbt.type_string()},\n {\"name\": \"attribute_badge_use_hover\", \"datatype\": dbt.type_string()},\n {\"name\": \"attribute_badge_width\", \"datatype\": dbt.type_int()},\n {\"name\": \"attribute_device_type\", \"datatype\": dbt.type_string()},\n {\"name\": \"attribute_priority\", \"datatype\": dbt.type_string()},\n {\"name\": \"attribute_type\", \"datatype\": dbt.type_string()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"created_by_user_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"email_state\", \"datatype\": dbt.type_string()},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"is_multi_step\", \"datatype\": \"boolean\"},\n {\"name\": \"is_training\", \"datatype\": \"boolean\"},\n {\"name\": \"last_updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"last_updated_by_user_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"launch_method\", \"datatype\": dbt.type_string()},\n {\"name\": \"name\", \"datatype\": dbt.type_string()},\n {\"name\": \"published_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"recurrence\", \"datatype\": dbt.type_int()},\n {\"name\": \"recurrence_eligibility_window\", \"datatype\": dbt.type_int()},\n {\"name\": \"reset_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"root_version_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"stable_version_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"state\", \"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": 1678302468.233102, "supported_languages": null}, "macro.pendo_source.get_poll_event_columns": {"name": "get_poll_event_columns", "resource_type": "macro", "package_name": "pendo_source", "path": "macros/get_poll_event_columns.sql", "original_file_path": "macros/get_poll_event_columns.sql", "unique_id": "macro.pendo_source.get_poll_event_columns", "macro_sql": "{% macro get_poll_event_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"account_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"app_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"country\", \"datatype\": dbt.type_string()},\n {\"name\": \"element_path\", \"datatype\": dbt.type_string()},\n {\"name\": \"guide_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"guide_step_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"latitude\", \"datatype\": dbt.type_float()},\n {\"name\": \"load_time\", \"datatype\": dbt.type_int()},\n {\"name\": \"longitude\", \"datatype\": dbt.type_float()},\n {\"name\": \"poll_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"poll_response\", \"datatype\": dbt.type_string()},\n {\"name\": \"region\", \"datatype\": dbt.type_string()},\n {\"name\": \"remote_ip\", \"datatype\": dbt.type_string()},\n {\"name\": \"server_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"timestamp\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"type\", \"datatype\": dbt.type_string()},\n {\"name\": \"url\", \"datatype\": dbt.type_string()},\n {\"name\": \"user_agent\", \"datatype\": dbt.type_string()},\n {\"name\": \"visitor_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_float", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1678302468.235374, "supported_languages": null}, "macro.pendo_source.get_group_columns": {"name": "get_group_columns", "resource_type": "macro", "package_name": "pendo_source", "path": "macros/get_group_columns.sql", "original_file_path": "macros/get_group_columns.sql", "unique_id": "macro.pendo_source.get_group_columns", "macro_sql": "{% macro get_group_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"app_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"color\", \"datatype\": dbt.type_string()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"created_by_user_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"description\", \"datatype\": dbt.type_string()},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"last_updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"last_updated_by_user_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"length\", \"datatype\": dbt.type_int()},\n {\"name\": \"name\", \"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": 1678302468.2366872, "supported_languages": null}, "macro.pendo_source.get_guide_step_history_columns": {"name": "get_guide_step_history_columns", "resource_type": "macro", "package_name": "pendo_source", "path": "macros/get_guide_step_history_columns.sql", "original_file_path": "macros/get_guide_step_history_columns.sql", "unique_id": "macro.pendo_source.get_guide_step_history_columns", "macro_sql": "{% macro get_guide_step_history_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"guide_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"guide_last_updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"step_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": 1678302468.237292, "supported_languages": null}, "macro.pendo_source.get_page_rule_history_columns": {"name": "get_page_rule_history_columns", "resource_type": "macro", "package_name": "pendo_source", "path": "macros/get_page_rule_history_columns.sql", "original_file_path": "macros/get_page_rule_history_columns.sql", "unique_id": "macro.pendo_source.get_page_rule_history_columns", "macro_sql": "{% macro get_page_rule_history_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"designer_hint\", \"datatype\": dbt.type_string()},\n {\"name\": \"page_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"page_last_updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"parsed_rule\", \"datatype\": dbt.type_string()},\n {\"name\": \"rule\", \"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": 1678302468.2380888, "supported_languages": null}, "macro.pendo_source.get_poll_columns": {"name": "get_poll_columns", "resource_type": "macro", "package_name": "pendo_source", "path": "macros/get_poll_columns.sql", "original_file_path": "macros/get_poll_columns.sql", "unique_id": "macro.pendo_source.get_poll_columns", "macro_sql": "{% macro get_poll_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"attribute_display\", \"datatype\": dbt.type_string()},\n {\"name\": \"attribute_follow_up\", \"datatype\": dbt.type_string()},\n {\"name\": \"attribute_max_length\", \"datatype\": dbt.type_string()},\n {\"name\": \"attribute_placeholder\", \"datatype\": dbt.type_string()},\n {\"name\": \"attribute_type\", \"datatype\": dbt.type_string()},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"question\", \"datatype\": dbt.type_string()},\n {\"name\": \"reset_at\", \"datatype\": dbt.type_timestamp()}\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": 1678302468.239197, "supported_languages": null}, "macro.pendo_source.get_page_event_columns": {"name": "get_page_event_columns", "resource_type": "macro", "package_name": "pendo_source", "path": "macros/get_page_event_columns.sql", "original_file_path": "macros/get_page_event_columns.sql", "unique_id": "macro.pendo_source.get_page_event_columns", "macro_sql": "{% macro get_page_event_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"account_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"app_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"num_events\", \"datatype\": dbt.type_int()},\n {\"name\": \"num_minutes\", \"datatype\": dbt.type_int()},\n {\"name\": \"page_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"remote_ip\", \"datatype\": dbt.type_string()},\n {\"name\": \"server_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"timestamp\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"user_agent\", \"datatype\": dbt.type_string()},\n {\"name\": \"visitor_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"_fivetran_id\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ fivetran_utils.add_pass_through_columns(columns, var('pendo__page_event_pass_through_columns')) }}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_int", "macro.fivetran_utils.add_pass_through_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1678302468.240709, "supported_languages": null}, "macro.pendo_source.get_page_history_columns": {"name": "get_page_history_columns", "resource_type": "macro", "package_name": "pendo_source", "path": "macros/get_page_history_columns.sql", "original_file_path": "macros/get_page_history_columns.sql", "unique_id": "macro.pendo_source.get_page_history_columns", "macro_sql": "{% macro get_page_history_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"app_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"color\", \"datatype\": dbt.type_string()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"created_by_user_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"dirty\", \"datatype\": \"boolean\"},\n {\"name\": \"group_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"last_updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"last_updated_by_user_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"name\", \"datatype\": dbt.type_string()},\n {\"name\": \"root_version_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"stable_version_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"valid_through\", \"datatype\": dbt.type_timestamp()}\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": 1678302468.242322, "supported_languages": null}, "macro.pendo_source.get_user_columns": {"name": "get_user_columns", "resource_type": "macro", "package_name": "pendo_source", "path": "macros/get_user_columns.sql", "original_file_path": "macros/get_user_columns.sql", "unique_id": "macro.pendo_source.get_user_columns", "macro_sql": "{% macro get_user_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"deleted_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"first_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"last_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"role\", \"datatype\": dbt.type_int()},\n {\"name\": \"user_type\", \"datatype\": dbt.type_string()},\n {\"name\": \"username\", \"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": 1678302468.2433238, "supported_languages": null}, "macro.pendo_source.get_account_history_columns": {"name": "get_account_history_columns", "resource_type": "macro", "package_name": "pendo_source", "path": "macros/get_account_history_columns.sql", "original_file_path": "macros/get_account_history_columns.sql", "unique_id": "macro.pendo_source.get_account_history_columns", "macro_sql": "{% macro get_account_history_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"first_visit\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"id_hash\", \"datatype\": dbt.type_int()},\n {\"name\": \"last_updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"last_visit\", \"datatype\": dbt.type_timestamp()},\n] %}\n\n{{ fivetran_utils.add_pass_through_columns(columns, var('pendo__account_history_pass_through_columns')) }}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_int", "macro.fivetran_utils.add_pass_through_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1678302468.2442298, "supported_languages": null}, "macro.pendo_source.get_event_columns": {"name": "get_event_columns", "resource_type": "macro", "package_name": "pendo_source", "path": "macros/get_event_columns.sql", "original_file_path": "macros/get_event_columns.sql", "unique_id": "macro.pendo_source.get_event_columns", "macro_sql": "{% macro get_event_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"account_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"app_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"num_events\", \"datatype\": dbt.type_int()},\n {\"name\": \"num_minutes\", \"datatype\": dbt.type_int()},\n {\"name\": \"page_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"remote_ip\", \"datatype\": dbt.type_string()},\n {\"name\": \"server_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"timestamp\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"user_agent\", \"datatype\": dbt.type_string()},\n {\"name\": \"visitor_id\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ fivetran_utils.add_pass_through_columns(columns, var('pendo__event_pass_through_columns')) }}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_int", "macro.fivetran_utils.add_pass_through_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1678302468.2456388, "supported_languages": null}, "macro.pendo_source.get_visitor_account_history_columns": {"name": "get_visitor_account_history_columns", "resource_type": "macro", "package_name": "pendo_source", "path": "macros/get_visitor_account_history_columns.sql", "original_file_path": "macros/get_visitor_account_history_columns.sql", "unique_id": "macro.pendo_source.get_visitor_account_history_columns", "macro_sql": "{% macro get_visitor_account_history_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"account_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"visitor_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"visitor_last_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"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1678302468.2462442, "supported_languages": null}, "macro.pendo_source.get_application_history_columns": {"name": "get_application_history_columns", "resource_type": "macro", "package_name": "pendo_source", "path": "macros/get_application_history_columns.sql", "original_file_path": "macros/get_application_history_columns.sql", "unique_id": "macro.pendo_source.get_application_history_columns", "macro_sql": "{% macro get_application_history_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"agent_policy_prod\", \"datatype\": dbt.type_string()},\n {\"name\": \"agent_policy_staging\", \"datatype\": dbt.type_string()},\n {\"name\": \"agent_version_prod\", \"datatype\": dbt.type_string()},\n {\"name\": \"agent_version_staging\", \"datatype\": dbt.type_string()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"created_by_user_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"description\", \"datatype\": dbt.type_string()},\n {\"name\": \"disabled_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"display_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"event_count\", \"datatype\": dbt.type_int()},\n {\"name\": \"event_rate\", \"datatype\": dbt.type_int()},\n {\"name\": \"first_event_time\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"integrated\", \"datatype\": \"boolean\"},\n {\"name\": \"is_deleted\", \"datatype\": \"boolean\"},\n {\"name\": \"last_updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"last_updated_by_user_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"marked_for_deletion_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"name\", \"datatype\": dbt.type_string()},\n {\"name\": \"platform\", \"datatype\": dbt.type_string()},\n {\"name\": \"push_application_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"record_until\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"sampling_rate\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"starting_event_time\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"subscription_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": 1678302468.249242, "supported_languages": null}, "macro.pendo_source.get_visitor_history_columns": {"name": "get_visitor_history_columns", "resource_type": "macro", "package_name": "pendo_source", "path": "macros/get_visitor_history_columns.sql", "original_file_path": "macros/get_visitor_history_columns.sql", "unique_id": "macro.pendo_source.get_visitor_history_columns", "macro_sql": "{% macro get_visitor_history_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"account_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"first_visit\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"id_hash\", \"datatype\": dbt.type_int()},\n {\"name\": \"last_browser_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"last_browser_version\", \"datatype\": dbt.type_string()},\n {\"name\": \"last_operating_system\", \"datatype\": dbt.type_string()},\n {\"name\": \"last_server_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"last_updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"last_user_agent\", \"datatype\": dbt.type_string()},\n {\"name\": \"last_visit\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"n_id\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ fivetran_utils.add_pass_through_columns(columns, var('pendo__visitor_history_pass_through_columns')) }}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_int", "macro.fivetran_utils.add_pass_through_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1678302468.250874, "supported_languages": null}, "macro.pendo_source.get_feature_event_columns": {"name": "get_feature_event_columns", "resource_type": "macro", "package_name": "pendo_source", "path": "macros/get_feature_event_columns.sql", "original_file_path": "macros/get_feature_event_columns.sql", "unique_id": "macro.pendo_source.get_feature_event_columns", "macro_sql": "{% macro get_feature_event_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"account_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"app_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"feature_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"num_events\", \"datatype\": dbt.type_int()},\n {\"name\": \"num_minutes\", \"datatype\": dbt.type_int()},\n {\"name\": \"remote_ip\", \"datatype\": dbt.type_string()},\n {\"name\": \"server_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"timestamp\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"user_agent\", \"datatype\": dbt.type_string()},\n {\"name\": \"visitor_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"_fivetran_id\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ fivetran_utils.add_pass_through_columns(columns, var('pendo__feature_event_pass_through_columns')) }}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_int", "macro.fivetran_utils.add_pass_through_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1678302468.252386, "supported_languages": null}, "macro.pendo_source.get_feature_history_columns": {"name": "get_feature_history_columns", "resource_type": "macro", "package_name": "pendo_source", "path": "macros/get_feature_history_columns.sql", "original_file_path": "macros/get_feature_history_columns.sql", "unique_id": "macro.pendo_source.get_feature_history_columns", "macro_sql": "{% macro get_feature_history_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"app_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"color\", \"datatype\": dbt.type_string()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"created_by_user_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"dirty\", \"datatype\": \"boolean\"},\n {\"name\": \"group_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"is_core_event\", \"datatype\": \"boolean\"},\n {\"name\": \"last_updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"last_updated_by_user_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"name\", \"datatype\": dbt.type_string()},\n {\"name\": \"page_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"root_version_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"stable_version_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"valid_through\", \"datatype\": dbt.type_timestamp()}\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": 1678302468.254205, "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": 1678302468.259764, "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": 1678302468.260478, "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": 1678302468.261397, "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": 1678302468.2621598, "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": 1678302468.262908, "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": 1678302468.263841, "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": 1678302468.264019, "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": 1678302468.264129, "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": 1678302468.267174, "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": 1678302468.275003, "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": 1678302468.275147, "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": 1678302468.2752252, "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": 1678302468.27583, "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": 1678302468.277531, "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": 1678302468.277892, "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": 1678302468.2781818, "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": 1678302468.278474, "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": 1678302468.278813, "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": 1678302468.279018, "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": 1678302468.279231, "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": 1678302468.2796469, "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": 1678302468.2806542, "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": 1678302468.2808309, "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": 1678302468.2810009, "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": 1678302468.281169, "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": 1678302468.281319, "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": 1678302468.281487, "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": 1678302468.282422, "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": 1678302468.2831218, "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": 1678302468.284348, "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": 1678302468.284617, "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": 1678302468.284957, "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": 1678302468.285323, "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": 1678302468.2856011, "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": 1678302468.2859032, "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": 1678302468.286193, "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": 1678302468.286578, "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": 1678302468.286693, "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": 1678302468.2868018, "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": 1678302468.2869089, "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": 1678302468.2873101, "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": 1678302468.287934, "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": 1678302468.288793, "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": 1678302468.28933, "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": 1678302468.289473, "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": 1678302468.2896068, "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": 1678302468.2897449, "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": 1678302468.289886, "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": 1678302468.293057, "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": 1678302468.293222, "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": 1678302468.293385, "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": 1678302468.2935412, "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": 1678302468.295312, "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": 1678302468.2961972, "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": 1678302468.296337, "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": 1678302468.296618, "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": 1678302468.296913, "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": 1678302468.297045, "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": 1678302468.29717, "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": 1678302468.2972941, "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": 1678302468.297795, "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": 1678302468.2984, "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": 1678302468.298911, "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": 1678302468.299117, "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": 1678302468.2993422, "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": 1678302468.299606, "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": 1678302468.300823, "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": 1678302468.30497, "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": 1678302468.3053598, "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": 1678302468.305747, "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": 1678302468.307425, "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": 1678302468.308015, "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": 1678302468.308612, "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": 1678302468.308773, "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": 1678302468.308929, "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": 1678302468.3091042, "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": 1678302468.309257, "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": 1678302468.309406, "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": 1678302468.310157, "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": 1678302468.311168, "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": 1678302468.31191, "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": 1678302468.312077, "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": 1678302468.312238, "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": 1678302468.3123999, "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": 1678302468.3125608, "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": 1678302468.312741, "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": 1678302468.313, "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": 1678302468.313174, "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": 1678302468.3132741, "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": 1678302468.31393, "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 %}", "depends_on": {"macros": ["macro.fivetran_utils.default__union_data"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1678302468.315406, "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\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 %}", "depends_on": {"macros": ["macro.dbt_utils.union_relations"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1678302468.3179038, "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": 1678302468.3193758, "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": 1678302468.319654, "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": 1678302468.3197582, "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": 1678302468.3198621, "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": 1678302468.320269, "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": 1678302468.32067, "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"}}, "exposures": {}, "metrics": {}, "selectors": {}, "disabled": {}, "parent_map": {"seed.pendo_source_integration_tests.feature_history": [], "seed.pendo_source_integration_tests.visitor_history": [], "seed.pendo_source_integration_tests.application_history": [], "seed.pendo_source_integration_tests.visitor_account_history": [], "seed.pendo_source_integration_tests.poll": [], "seed.pendo_source_integration_tests.poll_event": [], "seed.pendo_source_integration_tests.page_rule_history": [], "seed.pendo_source_integration_tests.feature_event": [], "seed.pendo_source_integration_tests.guide_step_history": [], "seed.pendo_source_integration_tests.guide_history": [], "seed.pendo_source_integration_tests.user": [], "seed.pendo_source_integration_tests.page_event": [], "seed.pendo_source_integration_tests.event": [], "seed.pendo_source_integration_tests.guide_event": [], "seed.pendo_source_integration_tests.account_history": [], "seed.pendo_source_integration_tests.page_history": [], "seed.pendo_source_integration_tests.group_data": [], "model.pendo_source.stg_pendo__guide_event": ["model.pendo_source.stg_pendo__guide_event_tmp", "model.pendo_source.stg_pendo__guide_event_tmp"], "model.pendo_source.stg_pendo__poll_event": ["model.pendo_source.stg_pendo__poll_event_tmp", "model.pendo_source.stg_pendo__poll_event_tmp"], "model.pendo_source.stg_pendo__application_history": ["model.pendo_source.stg_pendo__application_history_tmp", "model.pendo_source.stg_pendo__application_history_tmp"], "model.pendo_source.stg_pendo__account_history": ["model.pendo_source.stg_pendo__account_history_tmp", "model.pendo_source.stg_pendo__account_history_tmp"], "model.pendo_source.stg_pendo__page_rule_history": ["model.pendo_source.stg_pendo__page_rule_history_tmp", "model.pendo_source.stg_pendo__page_rule_history_tmp"], "model.pendo_source.stg_pendo__user": ["model.pendo_source.stg_pendo__user_tmp", "model.pendo_source.stg_pendo__user_tmp"], "model.pendo_source.stg_pendo__feature_event": ["model.pendo_source.stg_pendo__feature_event_tmp", "model.pendo_source.stg_pendo__feature_event_tmp"], "model.pendo_source.stg_pendo__visitor_account_history": ["model.pendo_source.stg_pendo__visitor_account_history_tmp", "model.pendo_source.stg_pendo__visitor_account_history_tmp"], "model.pendo_source.stg_pendo__guide_history": ["model.pendo_source.stg_pendo__guide_history_tmp", "model.pendo_source.stg_pendo__guide_history_tmp"], "model.pendo_source.stg_pendo__poll": ["model.pendo_source.stg_pendo__poll_tmp", "model.pendo_source.stg_pendo__poll_tmp"], "model.pendo_source.stg_pendo__page_event": ["model.pendo_source.stg_pendo__page_event_tmp", "model.pendo_source.stg_pendo__page_event_tmp"], "model.pendo_source.stg_pendo__visitor_history": ["model.pendo_source.stg_pendo__visitor_history_tmp", "model.pendo_source.stg_pendo__visitor_history_tmp"], "model.pendo_source.stg_pendo__feature_history": ["model.pendo_source.stg_pendo__feature_history_tmp", "model.pendo_source.stg_pendo__feature_history_tmp"], "model.pendo_source.stg_pendo__event": ["model.pendo_source.stg_pendo__event_tmp", "model.pendo_source.stg_pendo__event_tmp"], "model.pendo_source.stg_pendo__guide_step_history": ["model.pendo_source.stg_pendo__guide_step_history_tmp", "model.pendo_source.stg_pendo__guide_step_history_tmp"], "model.pendo_source.stg_pendo__group": ["model.pendo_source.stg_pendo__group_tmp", "model.pendo_source.stg_pendo__group_tmp"], "model.pendo_source.stg_pendo__page_history": ["model.pendo_source.stg_pendo__page_history_tmp", "model.pendo_source.stg_pendo__page_history_tmp"], "model.pendo_source.stg_pendo__account_history_tmp": ["source.pendo_source.pendo.account_history"], "model.pendo_source.stg_pendo__poll_event_tmp": ["source.pendo_source.pendo.poll_event"], "model.pendo_source.stg_pendo__page_history_tmp": ["source.pendo_source.pendo.page_history"], "model.pendo_source.stg_pendo__application_history_tmp": ["source.pendo_source.pendo.application_history"], "model.pendo_source.stg_pendo__visitor_history_tmp": ["source.pendo_source.pendo.visitor_history"], "model.pendo_source.stg_pendo__group_tmp": ["source.pendo_source.pendo.group"], "model.pendo_source.stg_pendo__event_tmp": ["source.pendo_source.pendo.event"], "model.pendo_source.stg_pendo__guide_event_tmp": ["source.pendo_source.pendo.guide_event"], "model.pendo_source.stg_pendo__feature_event_tmp": ["source.pendo_source.pendo.feature_event"], "model.pendo_source.stg_pendo__guide_step_history_tmp": ["source.pendo_source.pendo.guide_step_history"], "model.pendo_source.stg_pendo__page_event_tmp": ["source.pendo_source.pendo.page_event"], "model.pendo_source.stg_pendo__page_rule_history_tmp": ["source.pendo_source.pendo.page_rule_history"], "model.pendo_source.stg_pendo__poll_tmp": ["source.pendo_source.pendo.poll"], "model.pendo_source.stg_pendo__feature_history_tmp": ["source.pendo_source.pendo.feature_history"], "model.pendo_source.stg_pendo__visitor_account_history_tmp": ["source.pendo_source.pendo.visitor_account_history"], "model.pendo_source.stg_pendo__user_tmp": ["source.pendo_source.pendo.user"], "model.pendo_source.stg_pendo__guide_history_tmp": ["source.pendo_source.pendo.guide_history"], "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__account_history_account_id__last_updated_at.2f9e7646fb": ["model.pendo_source.stg_pendo__account_history"], "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__application_history_application_id__last_updated_at.2600c513e2": ["model.pendo_source.stg_pendo__application_history"], "test.pendo_source.unique_stg_pendo__event_event_key.4acfe5f47c": ["model.pendo_source.stg_pendo__event"], "test.pendo_source.not_null_stg_pendo__event_event_key.48a5b4cbec": ["model.pendo_source.stg_pendo__event"], "test.pendo_source.unique_stg_pendo__feature_event_feature_event_key.cabc05892e": ["model.pendo_source.stg_pendo__feature_event"], "test.pendo_source.not_null_stg_pendo__feature_event_feature_event_key.8f15508c08": ["model.pendo_source.stg_pendo__feature_event"], "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__feature_history_feature_id__last_updated_at.4557b33886": ["model.pendo_source.stg_pendo__feature_history"], "test.pendo_source.unique_stg_pendo__group_group_id.54f2dadf5b": ["model.pendo_source.stg_pendo__group"], "test.pendo_source.not_null_stg_pendo__group_group_id.193c4ec317": ["model.pendo_source.stg_pendo__group"], "test.pendo_source.unique_stg_pendo__guide_event_guide_event_key.5051abfeb8": ["model.pendo_source.stg_pendo__guide_event"], "test.pendo_source.not_null_stg_pendo__guide_event_guide_event_key.d47f358e15": ["model.pendo_source.stg_pendo__guide_event"], "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__guide_history_guide_id__last_updated_at.b29bd8b17f": ["model.pendo_source.stg_pendo__guide_history"], "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__guide_step_history_guide_id__guide_last_updated_at__step_id.cc063d14e9": ["model.pendo_source.stg_pendo__guide_step_history"], "test.pendo_source.unique_stg_pendo__page_event_page_event_key.eb0bc34c44": ["model.pendo_source.stg_pendo__page_event"], "test.pendo_source.not_null_stg_pendo__page_event_page_event_key.3c4b37f95d": ["model.pendo_source.stg_pendo__page_event"], "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__page_history_page_id__last_updated_at.d1687374ba": ["model.pendo_source.stg_pendo__page_history"], "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__page_rule_history_page_id__page_last_updated_at__rule.d9d9e22e58": ["model.pendo_source.stg_pendo__page_rule_history"], "test.pendo_source.unique_stg_pendo__user_user_id.2c97dfa752": ["model.pendo_source.stg_pendo__user"], "test.pendo_source.not_null_stg_pendo__user_user_id.c7069a38e3": ["model.pendo_source.stg_pendo__user"], "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__visitor_history_visitor_id__last_updated_at.d602abfc34": ["model.pendo_source.stg_pendo__visitor_history"], "test.pendo_source.unique_stg_pendo__poll_poll_id.23f31563c9": ["model.pendo_source.stg_pendo__poll"], "test.pendo_source.not_null_stg_pendo__poll_poll_id.7a6d8382db": ["model.pendo_source.stg_pendo__poll"], "test.pendo_source.unique_stg_pendo__poll_event_poll_event_key.0e9529a9d8": ["model.pendo_source.stg_pendo__poll_event"], "test.pendo_source.not_null_stg_pendo__poll_event_poll_event_key.727946c1b6": ["model.pendo_source.stg_pendo__poll_event"], "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__visitor_account_history_account_id__visitor_last_updated_at__visitor_id.f01d6166a8": ["model.pendo_source.stg_pendo__visitor_account_history"], "source.pendo_source.pendo.account_history": [], "source.pendo_source.pendo.application_history": [], "source.pendo_source.pendo.event": [], "source.pendo_source.pendo.feature_event": [], "source.pendo_source.pendo.feature_history": [], "source.pendo_source.pendo.group": [], "source.pendo_source.pendo.guide_event": [], "source.pendo_source.pendo.guide_history": [], "source.pendo_source.pendo.guide_step_history": [], "source.pendo_source.pendo.page_event": [], "source.pendo_source.pendo.page_history": [], "source.pendo_source.pendo.page_rule_history": [], "source.pendo_source.pendo.user": [], "source.pendo_source.pendo.visitor_history": [], "source.pendo_source.pendo.poll": [], "source.pendo_source.pendo.poll_event": [], "source.pendo_source.pendo.visitor_account_history": []}, "child_map": {"seed.pendo_source_integration_tests.feature_history": [], "seed.pendo_source_integration_tests.visitor_history": [], "seed.pendo_source_integration_tests.application_history": [], "seed.pendo_source_integration_tests.visitor_account_history": [], "seed.pendo_source_integration_tests.poll": [], "seed.pendo_source_integration_tests.poll_event": [], "seed.pendo_source_integration_tests.page_rule_history": [], "seed.pendo_source_integration_tests.feature_event": [], "seed.pendo_source_integration_tests.guide_step_history": [], "seed.pendo_source_integration_tests.guide_history": [], "seed.pendo_source_integration_tests.user": [], "seed.pendo_source_integration_tests.page_event": [], "seed.pendo_source_integration_tests.event": [], "seed.pendo_source_integration_tests.guide_event": [], "seed.pendo_source_integration_tests.account_history": [], "seed.pendo_source_integration_tests.page_history": [], "seed.pendo_source_integration_tests.group_data": [], "model.pendo_source.stg_pendo__guide_event": ["test.pendo_source.not_null_stg_pendo__guide_event_guide_event_key.d47f358e15", "test.pendo_source.unique_stg_pendo__guide_event_guide_event_key.5051abfeb8"], "model.pendo_source.stg_pendo__poll_event": ["test.pendo_source.not_null_stg_pendo__poll_event_poll_event_key.727946c1b6", "test.pendo_source.unique_stg_pendo__poll_event_poll_event_key.0e9529a9d8"], "model.pendo_source.stg_pendo__application_history": ["test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__application_history_application_id__last_updated_at.2600c513e2"], "model.pendo_source.stg_pendo__account_history": ["test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__account_history_account_id__last_updated_at.2f9e7646fb"], "model.pendo_source.stg_pendo__page_rule_history": ["test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__page_rule_history_page_id__page_last_updated_at__rule.d9d9e22e58"], "model.pendo_source.stg_pendo__user": ["test.pendo_source.not_null_stg_pendo__user_user_id.c7069a38e3", "test.pendo_source.unique_stg_pendo__user_user_id.2c97dfa752"], "model.pendo_source.stg_pendo__feature_event": ["test.pendo_source.not_null_stg_pendo__feature_event_feature_event_key.8f15508c08", "test.pendo_source.unique_stg_pendo__feature_event_feature_event_key.cabc05892e"], "model.pendo_source.stg_pendo__visitor_account_history": ["test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__visitor_account_history_account_id__visitor_last_updated_at__visitor_id.f01d6166a8"], "model.pendo_source.stg_pendo__guide_history": ["test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__guide_history_guide_id__last_updated_at.b29bd8b17f"], "model.pendo_source.stg_pendo__poll": ["test.pendo_source.not_null_stg_pendo__poll_poll_id.7a6d8382db", "test.pendo_source.unique_stg_pendo__poll_poll_id.23f31563c9"], "model.pendo_source.stg_pendo__page_event": ["test.pendo_source.not_null_stg_pendo__page_event_page_event_key.3c4b37f95d", "test.pendo_source.unique_stg_pendo__page_event_page_event_key.eb0bc34c44"], "model.pendo_source.stg_pendo__visitor_history": ["test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__visitor_history_visitor_id__last_updated_at.d602abfc34"], "model.pendo_source.stg_pendo__feature_history": ["test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__feature_history_feature_id__last_updated_at.4557b33886"], "model.pendo_source.stg_pendo__event": ["test.pendo_source.not_null_stg_pendo__event_event_key.48a5b4cbec", "test.pendo_source.unique_stg_pendo__event_event_key.4acfe5f47c"], "model.pendo_source.stg_pendo__guide_step_history": ["test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__guide_step_history_guide_id__guide_last_updated_at__step_id.cc063d14e9"], "model.pendo_source.stg_pendo__group": ["test.pendo_source.not_null_stg_pendo__group_group_id.193c4ec317", "test.pendo_source.unique_stg_pendo__group_group_id.54f2dadf5b"], "model.pendo_source.stg_pendo__page_history": ["test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__page_history_page_id__last_updated_at.d1687374ba"], "model.pendo_source.stg_pendo__account_history_tmp": ["model.pendo_source.stg_pendo__account_history", "model.pendo_source.stg_pendo__account_history"], "model.pendo_source.stg_pendo__poll_event_tmp": ["model.pendo_source.stg_pendo__poll_event", "model.pendo_source.stg_pendo__poll_event"], "model.pendo_source.stg_pendo__page_history_tmp": ["model.pendo_source.stg_pendo__page_history", "model.pendo_source.stg_pendo__page_history"], "model.pendo_source.stg_pendo__application_history_tmp": ["model.pendo_source.stg_pendo__application_history", "model.pendo_source.stg_pendo__application_history"], "model.pendo_source.stg_pendo__visitor_history_tmp": ["model.pendo_source.stg_pendo__visitor_history", "model.pendo_source.stg_pendo__visitor_history"], "model.pendo_source.stg_pendo__group_tmp": ["model.pendo_source.stg_pendo__group", "model.pendo_source.stg_pendo__group"], "model.pendo_source.stg_pendo__event_tmp": ["model.pendo_source.stg_pendo__event", "model.pendo_source.stg_pendo__event"], "model.pendo_source.stg_pendo__guide_event_tmp": ["model.pendo_source.stg_pendo__guide_event", "model.pendo_source.stg_pendo__guide_event"], "model.pendo_source.stg_pendo__feature_event_tmp": ["model.pendo_source.stg_pendo__feature_event", "model.pendo_source.stg_pendo__feature_event"], "model.pendo_source.stg_pendo__guide_step_history_tmp": ["model.pendo_source.stg_pendo__guide_step_history", "model.pendo_source.stg_pendo__guide_step_history"], "model.pendo_source.stg_pendo__page_event_tmp": ["model.pendo_source.stg_pendo__page_event", "model.pendo_source.stg_pendo__page_event"], "model.pendo_source.stg_pendo__page_rule_history_tmp": ["model.pendo_source.stg_pendo__page_rule_history", "model.pendo_source.stg_pendo__page_rule_history"], "model.pendo_source.stg_pendo__poll_tmp": ["model.pendo_source.stg_pendo__poll", "model.pendo_source.stg_pendo__poll"], "model.pendo_source.stg_pendo__feature_history_tmp": ["model.pendo_source.stg_pendo__feature_history", "model.pendo_source.stg_pendo__feature_history"], "model.pendo_source.stg_pendo__visitor_account_history_tmp": ["model.pendo_source.stg_pendo__visitor_account_history", "model.pendo_source.stg_pendo__visitor_account_history"], "model.pendo_source.stg_pendo__user_tmp": ["model.pendo_source.stg_pendo__user", "model.pendo_source.stg_pendo__user"], "model.pendo_source.stg_pendo__guide_history_tmp": ["model.pendo_source.stg_pendo__guide_history", "model.pendo_source.stg_pendo__guide_history"], "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__account_history_account_id__last_updated_at.2f9e7646fb": [], "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__application_history_application_id__last_updated_at.2600c513e2": [], "test.pendo_source.unique_stg_pendo__event_event_key.4acfe5f47c": [], "test.pendo_source.not_null_stg_pendo__event_event_key.48a5b4cbec": [], "test.pendo_source.unique_stg_pendo__feature_event_feature_event_key.cabc05892e": [], "test.pendo_source.not_null_stg_pendo__feature_event_feature_event_key.8f15508c08": [], "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__feature_history_feature_id__last_updated_at.4557b33886": [], "test.pendo_source.unique_stg_pendo__group_group_id.54f2dadf5b": [], "test.pendo_source.not_null_stg_pendo__group_group_id.193c4ec317": [], "test.pendo_source.unique_stg_pendo__guide_event_guide_event_key.5051abfeb8": [], "test.pendo_source.not_null_stg_pendo__guide_event_guide_event_key.d47f358e15": [], "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__guide_history_guide_id__last_updated_at.b29bd8b17f": [], "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__guide_step_history_guide_id__guide_last_updated_at__step_id.cc063d14e9": [], "test.pendo_source.unique_stg_pendo__page_event_page_event_key.eb0bc34c44": [], "test.pendo_source.not_null_stg_pendo__page_event_page_event_key.3c4b37f95d": [], "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__page_history_page_id__last_updated_at.d1687374ba": [], "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__page_rule_history_page_id__page_last_updated_at__rule.d9d9e22e58": [], "test.pendo_source.unique_stg_pendo__user_user_id.2c97dfa752": [], "test.pendo_source.not_null_stg_pendo__user_user_id.c7069a38e3": [], "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__visitor_history_visitor_id__last_updated_at.d602abfc34": [], "test.pendo_source.unique_stg_pendo__poll_poll_id.23f31563c9": [], "test.pendo_source.not_null_stg_pendo__poll_poll_id.7a6d8382db": [], "test.pendo_source.unique_stg_pendo__poll_event_poll_event_key.0e9529a9d8": [], "test.pendo_source.not_null_stg_pendo__poll_event_poll_event_key.727946c1b6": [], "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__visitor_account_history_account_id__visitor_last_updated_at__visitor_id.f01d6166a8": [], "source.pendo_source.pendo.account_history": ["model.pendo_source.stg_pendo__account_history_tmp"], "source.pendo_source.pendo.application_history": ["model.pendo_source.stg_pendo__application_history_tmp"], "source.pendo_source.pendo.event": ["model.pendo_source.stg_pendo__event_tmp"], "source.pendo_source.pendo.feature_event": ["model.pendo_source.stg_pendo__feature_event_tmp"], "source.pendo_source.pendo.feature_history": ["model.pendo_source.stg_pendo__feature_history_tmp"], "source.pendo_source.pendo.group": ["model.pendo_source.stg_pendo__group_tmp"], "source.pendo_source.pendo.guide_event": ["model.pendo_source.stg_pendo__guide_event_tmp"], "source.pendo_source.pendo.guide_history": ["model.pendo_source.stg_pendo__guide_history_tmp"], "source.pendo_source.pendo.guide_step_history": ["model.pendo_source.stg_pendo__guide_step_history_tmp"], "source.pendo_source.pendo.page_event": ["model.pendo_source.stg_pendo__page_event_tmp"], "source.pendo_source.pendo.page_history": ["model.pendo_source.stg_pendo__page_history_tmp"], "source.pendo_source.pendo.page_rule_history": ["model.pendo_source.stg_pendo__page_rule_history_tmp"], "source.pendo_source.pendo.user": ["model.pendo_source.stg_pendo__user_tmp"], "source.pendo_source.pendo.visitor_history": ["model.pendo_source.stg_pendo__visitor_history_tmp"], "source.pendo_source.pendo.poll": ["model.pendo_source.stg_pendo__poll_tmp"], "source.pendo_source.pendo.poll_event": ["model.pendo_source.stg_pendo__poll_event_tmp"], "source.pendo_source.pendo.visitor_account_history": ["model.pendo_source.stg_pendo__visitor_account_history_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-04-17T16:56:03.111751Z", "invocation_id": "479d80e8-31d2-477d-b0fc-ed6c3afca3e5", "env": {}, "project_id": "a69b0c6e3d75d21dcd53313b36893a1a", "user_id": "8268eefe-e8f7-472e-ab2a-a92f0135d76d", "send_anonymous_usage_stats": true, "adapter_type": "bigquery"}, "nodes": {"seed.pendo_source_integration_tests.feature_history": {"database": "dbt-package-testing", "schema": "recharge_integration_tests", "name": "feature_history", "resource_type": "seed", "package_name": "pendo_source_integration_tests", "path": "feature_history.csv", "original_file_path": "seeds/feature_history.csv", "unique_id": "seed.pendo_source_integration_tests.feature_history", "fqn": ["pendo_source_integration_tests", "feature_history"], "alias": "feature_history", "checksum": {"name": "sha256", "checksum": "ccfe71039c847dc64c094c4f23961f005fa51803929538e88fe3571f61a3123a"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"_fivetran_synced": "timestamp", "last_updated_by_user_id": "int64", "created_by_user_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": {"last_updated_by_user_id": "{{ 'int64' if target.name == 'bigquery' else 'bigint' }}", "created_by_user_id": "{{ 'int64' if target.name == 'bigquery' else 'bigint' }}"}}, "created_at": 1681750410.452373, "relation_name": "`dbt-package-testing`.`recharge_integration_tests`.`feature_history`", "raw_code": "", "root_path": "/Users/catherinefritz/Documents/dbt_packages/pendo/dbt_pendo_source/integration_tests", "depends_on": {"macros": []}}, "seed.pendo_source_integration_tests.visitor_history": {"database": "dbt-package-testing", "schema": "recharge_integration_tests", "name": "visitor_history", "resource_type": "seed", "package_name": "pendo_source_integration_tests", "path": "visitor_history.csv", "original_file_path": "seeds/visitor_history.csv", "unique_id": "seed.pendo_source_integration_tests.visitor_history", "fqn": ["pendo_source_integration_tests", "visitor_history"], "alias": "visitor_history", "checksum": {"name": "sha256", "checksum": "240614576da08ce2d73414cf2d80f6d6ded0b96a814dbd28252f3244b631bc8a"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"_fivetran_synced": "timestamp", "id_hash": "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_hash": "{{ 'int64' if target.name == 'bigquery' else 'bigint' }}"}}, "created_at": 1681750410.458554, "relation_name": "`dbt-package-testing`.`recharge_integration_tests`.`visitor_history`", "raw_code": "", "root_path": "/Users/catherinefritz/Documents/dbt_packages/pendo/dbt_pendo_source/integration_tests", "depends_on": {"macros": []}}, "seed.pendo_source_integration_tests.application_history": {"database": "dbt-package-testing", "schema": "recharge_integration_tests", "name": "application_history", "resource_type": "seed", "package_name": "pendo_source_integration_tests", "path": "application_history.csv", "original_file_path": "seeds/application_history.csv", "unique_id": "seed.pendo_source_integration_tests.application_history", "fqn": ["pendo_source_integration_tests", "application_history"], "alias": "application_history", "checksum": {"name": "sha256", "checksum": "c466925b803184510afb5057ab8657d07115cc88c470ffdc87d3de44327440c5"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"_fivetran_synced": "timestamp", "subscription_id": "int64", "last_updated_by_user_id": "int64", "created_by_user_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": {"subscription_id": "{{ 'int64' if target.name == 'bigquery' else 'bigint' }}", "last_updated_by_user_id": "{{ 'int64' if target.name == 'bigquery' else 'bigint' }}", "created_by_user_id": "{{ 'int64' if target.name == 'bigquery' else 'bigint' }}"}}, "created_at": 1681750410.460052, "relation_name": "`dbt-package-testing`.`recharge_integration_tests`.`application_history`", "raw_code": "", "root_path": "/Users/catherinefritz/Documents/dbt_packages/pendo/dbt_pendo_source/integration_tests", "depends_on": {"macros": []}}, "seed.pendo_source_integration_tests.visitor_account_history": {"database": "dbt-package-testing", "schema": "recharge_integration_tests", "name": "visitor_account_history", "resource_type": "seed", "package_name": "pendo_source_integration_tests", "path": "visitor_account_history.csv", "original_file_path": "seeds/visitor_account_history.csv", "unique_id": "seed.pendo_source_integration_tests.visitor_account_history", "fqn": ["pendo_source_integration_tests", "visitor_account_history"], "alias": "visitor_account_history", "checksum": {"name": "sha256", "checksum": "ed4ac6bab0a4c9dd612e84055ba0de867cb0cf3c07e426e2c57e5c82fefa57ac"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"_fivetran_synced": "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"}}, "created_at": 1681750410.461343, "relation_name": "`dbt-package-testing`.`recharge_integration_tests`.`visitor_account_history`", "raw_code": "", "root_path": "/Users/catherinefritz/Documents/dbt_packages/pendo/dbt_pendo_source/integration_tests", "depends_on": {"macros": []}}, "seed.pendo_source_integration_tests.poll": {"database": "dbt-package-testing", "schema": "recharge_integration_tests", "name": "poll", "resource_type": "seed", "package_name": "pendo_source_integration_tests", "path": "poll.csv", "original_file_path": "seeds/poll.csv", "unique_id": "seed.pendo_source_integration_tests.poll", "fqn": ["pendo_source_integration_tests", "poll"], "alias": "poll", "checksum": {"name": "sha256", "checksum": "624334f8c4aa51d063a617d7d30b49ddcc0090b57ed482f0010ba25081c68b28"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"_fivetran_synced": "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"}}, "created_at": 1681750410.462568, "relation_name": "`dbt-package-testing`.`recharge_integration_tests`.`poll`", "raw_code": "", "root_path": "/Users/catherinefritz/Documents/dbt_packages/pendo/dbt_pendo_source/integration_tests", "depends_on": {"macros": []}}, "seed.pendo_source_integration_tests.poll_event": {"database": "dbt-package-testing", "schema": "recharge_integration_tests", "name": "poll_event", "resource_type": "seed", "package_name": "pendo_source_integration_tests", "path": "poll_event.csv", "original_file_path": "seeds/poll_event.csv", "unique_id": "seed.pendo_source_integration_tests.poll_event", "fqn": ["pendo_source_integration_tests", "poll_event"], "alias": "poll_event", "checksum": {"name": "sha256", "checksum": "385e3c92cdb2dd2939096840f177b440d08639ace9848fc9bcdca06b0d6ef3ab"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"_fivetran_synced": "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"}}, "created_at": 1681750410.4639108, "relation_name": "`dbt-package-testing`.`recharge_integration_tests`.`poll_event`", "raw_code": "", "root_path": "/Users/catherinefritz/Documents/dbt_packages/pendo/dbt_pendo_source/integration_tests", "depends_on": {"macros": []}}, "seed.pendo_source_integration_tests.page_rule_history": {"database": "dbt-package-testing", "schema": "recharge_integration_tests", "name": "page_rule_history", "resource_type": "seed", "package_name": "pendo_source_integration_tests", "path": "page_rule_history.csv", "original_file_path": "seeds/page_rule_history.csv", "unique_id": "seed.pendo_source_integration_tests.page_rule_history", "fqn": ["pendo_source_integration_tests", "page_rule_history"], "alias": "page_rule_history", "checksum": {"name": "sha256", "checksum": "cd44615ef1b7afe5e6f36d93e59052134b568c9d24e38abdbf479bdd095e07f0"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"_fivetran_synced": "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"}}, "created_at": 1681750410.4651709, "relation_name": "`dbt-package-testing`.`recharge_integration_tests`.`page_rule_history`", "raw_code": "", "root_path": "/Users/catherinefritz/Documents/dbt_packages/pendo/dbt_pendo_source/integration_tests", "depends_on": {"macros": []}}, "seed.pendo_source_integration_tests.feature_event": {"database": "dbt-package-testing", "schema": "recharge_integration_tests", "name": "feature_event", "resource_type": "seed", "package_name": "pendo_source_integration_tests", "path": "feature_event.csv", "original_file_path": "seeds/feature_event.csv", "unique_id": "seed.pendo_source_integration_tests.feature_event", "fqn": ["pendo_source_integration_tests", "feature_event"], "alias": "feature_event", "checksum": {"name": "sha256", "checksum": "54b5b7b73d1601bdcb2cee13c966dc804c4a33fb02cec3611124ae6f5f4b6b30"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"_fivetran_synced": "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"}}, "created_at": 1681750410.4664261, "relation_name": "`dbt-package-testing`.`recharge_integration_tests`.`feature_event`", "raw_code": "", "root_path": "/Users/catherinefritz/Documents/dbt_packages/pendo/dbt_pendo_source/integration_tests", "depends_on": {"macros": []}}, "seed.pendo_source_integration_tests.guide_step_history": {"database": "dbt-package-testing", "schema": "recharge_integration_tests", "name": "guide_step_history", "resource_type": "seed", "package_name": "pendo_source_integration_tests", "path": "guide_step_history.csv", "original_file_path": "seeds/guide_step_history.csv", "unique_id": "seed.pendo_source_integration_tests.guide_step_history", "fqn": ["pendo_source_integration_tests", "guide_step_history"], "alias": "guide_step_history", "checksum": {"name": "sha256", "checksum": "303189dc8860e6847d3e628ee0d73aac3c4e7b0c6cab2cfc4e830664b32dfcc7"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"_fivetran_synced": "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"}}, "created_at": 1681750410.467626, "relation_name": "`dbt-package-testing`.`recharge_integration_tests`.`guide_step_history`", "raw_code": "", "root_path": "/Users/catherinefritz/Documents/dbt_packages/pendo/dbt_pendo_source/integration_tests", "depends_on": {"macros": []}}, "seed.pendo_source_integration_tests.guide_history": {"database": "dbt-package-testing", "schema": "recharge_integration_tests", "name": "guide_history", "resource_type": "seed", "package_name": "pendo_source_integration_tests", "path": "guide_history.csv", "original_file_path": "seeds/guide_history.csv", "unique_id": "seed.pendo_source_integration_tests.guide_history", "fqn": ["pendo_source_integration_tests", "guide_history"], "alias": "guide_history", "checksum": {"name": "sha256", "checksum": "c4058bf9db501050c9537c35c94bb5a6326ffb80eaae5fc26b517de73541d17d"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"_fivetran_synced": "timestamp", "created_by_user_id": "int64", "last_updated_by_user_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": {"created_by_user_id": "{{ 'int64' if target.name == 'bigquery' else 'bigint' }}", "last_updated_by_user_id": "{{ 'int64' if target.name == 'bigquery' else 'bigint' }}"}}, "created_at": 1681750410.46928, "relation_name": "`dbt-package-testing`.`recharge_integration_tests`.`guide_history`", "raw_code": "", "root_path": "/Users/catherinefritz/Documents/dbt_packages/pendo/dbt_pendo_source/integration_tests", "depends_on": {"macros": []}}, "seed.pendo_source_integration_tests.user": {"database": "dbt-package-testing", "schema": "recharge_integration_tests", "name": "user", "resource_type": "seed", "package_name": "pendo_source_integration_tests", "path": "user.csv", "original_file_path": "seeds/user.csv", "unique_id": "seed.pendo_source_integration_tests.user", "fqn": ["pendo_source_integration_tests", "user"], "alias": "user", "checksum": {"name": "sha256", "checksum": "127fcba7793411ae38c093e5f2f2ccb0604f71d1502b6f3410f50be93cfb2392"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"_fivetran_synced": "timestamp", "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.name == 'bigquery' else 'bigint' }}"}}, "created_at": 1681750410.470624, "relation_name": "`dbt-package-testing`.`recharge_integration_tests`.`user`", "raw_code": "", "root_path": "/Users/catherinefritz/Documents/dbt_packages/pendo/dbt_pendo_source/integration_tests", "depends_on": {"macros": []}}, "seed.pendo_source_integration_tests.page_event": {"database": "dbt-package-testing", "schema": "recharge_integration_tests", "name": "page_event", "resource_type": "seed", "package_name": "pendo_source_integration_tests", "path": "page_event.csv", "original_file_path": "seeds/page_event.csv", "unique_id": "seed.pendo_source_integration_tests.page_event", "fqn": ["pendo_source_integration_tests", "page_event"], "alias": "page_event", "checksum": {"name": "sha256", "checksum": "4893a45b7349700e0eb9cf6f1b890411f3e8cc5c60d081bbaaa12f547b739095"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"_fivetran_synced": "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"}}, "created_at": 1681750410.4719481, "relation_name": "`dbt-package-testing`.`recharge_integration_tests`.`page_event`", "raw_code": "", "root_path": "/Users/catherinefritz/Documents/dbt_packages/pendo/dbt_pendo_source/integration_tests", "depends_on": {"macros": []}}, "seed.pendo_source_integration_tests.event": {"database": "dbt-package-testing", "schema": "recharge_integration_tests", "name": "event", "resource_type": "seed", "package_name": "pendo_source_integration_tests", "path": "event.csv", "original_file_path": "seeds/event.csv", "unique_id": "seed.pendo_source_integration_tests.event", "fqn": ["pendo_source_integration_tests", "event"], "alias": "event", "checksum": {"name": "sha256", "checksum": "dd5bd40b780234bcb93bfe99cbad2e3a78fc36fa0cde642ada37ae0c09507735"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"_fivetran_synced": "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"}}, "created_at": 1681750410.473551, "relation_name": "`dbt-package-testing`.`recharge_integration_tests`.`event`", "raw_code": "", "root_path": "/Users/catherinefritz/Documents/dbt_packages/pendo/dbt_pendo_source/integration_tests", "depends_on": {"macros": []}}, "seed.pendo_source_integration_tests.guide_event": {"database": "dbt-package-testing", "schema": "recharge_integration_tests", "name": "guide_event", "resource_type": "seed", "package_name": "pendo_source_integration_tests", "path": "guide_event.csv", "original_file_path": "seeds/guide_event.csv", "unique_id": "seed.pendo_source_integration_tests.guide_event", "fqn": ["pendo_source_integration_tests", "guide_event"], "alias": "guide_event", "checksum": {"name": "sha256", "checksum": "c5328b05e1c16178e2cb086555f40880a03cb147877bac4bcd9afec36563c80b"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"_fivetran_synced": "timestamp", "latitude": "numeric", "longitude": "numeric"}, "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": {"latitude": "numeric", "longitude": "numeric"}}, "created_at": 1681750410.513935, "relation_name": "`dbt-package-testing`.`recharge_integration_tests`.`guide_event`", "raw_code": "", "root_path": "/Users/catherinefritz/Documents/dbt_packages/pendo/dbt_pendo_source/integration_tests", "depends_on": {"macros": []}}, "seed.pendo_source_integration_tests.account_history": {"database": "dbt-package-testing", "schema": "recharge_integration_tests", "name": "account_history", "resource_type": "seed", "package_name": "pendo_source_integration_tests", "path": "account_history.csv", "original_file_path": "seeds/account_history.csv", "unique_id": "seed.pendo_source_integration_tests.account_history", "fqn": ["pendo_source_integration_tests", "account_history"], "alias": "account_history", "checksum": {"name": "sha256", "checksum": "bf32a255bafadc4d9946fada03c3405ab634075388b77354c99dc40f828d415d"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"_fivetran_synced": "timestamp", "id_hash": "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_hash": "{{ 'int64' if target.name == 'bigquery' else 'bigint' }}"}}, "created_at": 1681750410.515528, "relation_name": "`dbt-package-testing`.`recharge_integration_tests`.`account_history`", "raw_code": "", "root_path": "/Users/catherinefritz/Documents/dbt_packages/pendo/dbt_pendo_source/integration_tests", "depends_on": {"macros": []}}, "seed.pendo_source_integration_tests.page_history": {"database": "dbt-package-testing", "schema": "recharge_integration_tests", "name": "page_history", "resource_type": "seed", "package_name": "pendo_source_integration_tests", "path": "page_history.csv", "original_file_path": "seeds/page_history.csv", "unique_id": "seed.pendo_source_integration_tests.page_history", "fqn": ["pendo_source_integration_tests", "page_history"], "alias": "page_history", "checksum": {"name": "sha256", "checksum": "81f2bab90abfc29ae1aab1f893b7658ff9cc1e8d5e49ba82fa0a8aff3bfbdb0e"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"_fivetran_synced": "timestamp", "created_by_user_id": "int64", "last_updated_by_user_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": {"created_by_user_id": "{{ 'int64' if target.name == 'bigquery' else 'bigint' }}", "last_updated_by_user_id": "{{ 'int64' if target.name == 'bigquery' else 'bigint' }}"}}, "created_at": 1681750410.51705, "relation_name": "`dbt-package-testing`.`recharge_integration_tests`.`page_history`", "raw_code": "", "root_path": "/Users/catherinefritz/Documents/dbt_packages/pendo/dbt_pendo_source/integration_tests", "depends_on": {"macros": []}}, "seed.pendo_source_integration_tests.group_data": {"database": "dbt-package-testing", "schema": "recharge_integration_tests", "name": "group_data", "resource_type": "seed", "package_name": "pendo_source_integration_tests", "path": "group_data.csv", "original_file_path": "seeds/group_data.csv", "unique_id": "seed.pendo_source_integration_tests.group_data", "fqn": ["pendo_source_integration_tests", "group_data"], "alias": "group_data", "checksum": {"name": "sha256", "checksum": "42ebdc85f9b15ec1433bba8b94335410ce62bacbe4d86a59fca9076516fe5dca"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "materialized": "seed", "incremental_strategy": null, "persist_docs": {}, "quoting": {}, "column_types": {"_fivetran_synced": "timestamp", "last_updated_by_user_id": "int64", "color": "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": {"last_updated_by_user_id": "{{ 'int64' if target.name == 'bigquery' else 'bigint' }}", "color": "{{ 'string' if target.name in ['bigquery','spark','databricks'] else 'varchar' }}"}}, "created_at": 1681750410.5186229, "relation_name": "`dbt-package-testing`.`recharge_integration_tests`.`group_data`", "raw_code": "", "root_path": "/Users/catherinefritz/Documents/dbt_packages/pendo/dbt_pendo_source/integration_tests", "depends_on": {"macros": []}}, "model.pendo_source.stg_pendo__guide_event": {"database": "dbt-package-testing", "schema": "recharge_integration_tests_stg_pendo", "name": "stg_pendo__guide_event", "resource_type": "model", "package_name": "pendo_source", "path": "stg_pendo__guide_event.sql", "original_file_path": "models/stg_pendo__guide_event.sql", "unique_id": "model.pendo_source.stg_pendo__guide_event", "fqn": ["pendo_source", "stg_pendo__guide_event"], "alias": "stg_pendo__guide_event", "checksum": {"name": "sha256", "checksum": "8db4fe75590633c2be1f4deed05b8f548c598737ba05153cfa0ce933a6c9ecda"}, "config": {"enabled": true, "alias": null, "schema": "stg_pendo", "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": "Table capturing events related to guides. Each row is a unique event around `guideAdvanced`, `guideSeen`, `guideDismissed`, `guideSnoozed`, `guideTimeout`, `guideActivity`.", "columns": {"account_id": {"name": "account_id", "description": "Foreign key referencing the `ACCOUNT` associated with the event triggerer, if any.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "app_id": {"name": "app_id", "description": "Foreign key referencing the `APPLICATION` the event was triggered in.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "country": {"name": "country", "description": "Country in which the guide event was recorded.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "guide_id": {"name": "guide_id", "description": "Foreign key referencing the `GUIDE` that was interacted with.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "guide_step_id": {"name": "guide_step_id", "description": "Foreign key referencing the `STEP` within the guide that was interacted with specifically.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "latitude": {"name": "latitude", "description": "Latitude of where the event was triggered from, if location is provided.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "longitude": {"name": "longitude", "description": "Longitude of where the event was triggered from, if location is provided.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "region": {"name": "region", "description": "Geographic region of the triggered event, if location is provided.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "remote_ip": {"name": "remote_ip", "description": "IP Address of the event triggerer.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "server_name": {"name": "server_name", "description": "Name of the server (your website) on which the event was tracked.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "occurred_at": {"name": "occurred_at", "description": "Timestamp of when the event occurred.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "type": {"name": "type", "description": "Type of guide event that was tracked. Can be one of `guideAdvanced`, `guideSeen`, `guideDismissed`, `guideSnoozed`, `guideTimeout`, `guideActivity`.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "url": {"name": "url", "description": "URL on which the guide event was recorded.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "user_agent": {"name": "user_agent", "description": "String identifying the browser and operating system on which the event was triggered.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "visitor_id": {"name": "visitor_id", "description": "Foreign key referencing the `VISITOR` who triggered the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_id": {"name": "_fivetran_id", "description": "Fivetran created primary key.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "guide_event_key": {"name": "guide_event_key", "description": "Unique key hashed on ['visitor_id', 'timestamp', 'account_id', 'server_name', 'guide_id', 'user_agent', 'remote_ip', '_fivetran_id']", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "pendo_source://models/stg_pendo.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "stg_pendo"}, "created_at": 1681750410.892906, "relation_name": "`dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__guide_event`", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_pendo__guide_event_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_pendo__guide_event_tmp')),\n staging_columns=get_guide_event_columns()\n )\n }}\n \n from base\n),\n\nfinal as (\n \n select \n account_id,\n app_id,\n country,\n guide_id,\n guide_step_id,\n latitude,\n longitude,\n region,\n remote_ip,\n server_name,\n timestamp as occurred_at,\n type,\n url,\n user_agent,\n visitor_id,\n _fivetran_synced,\n _fivetran_id,\n {{ dbt_utils.generate_surrogate_key(['visitor_id', 'timestamp', 'account_id', 'server_name', 'guide_id', 'user_agent', 'remote_ip', '_fivetran_id']) }} \n as guide_event_key\n\n from fields\n)\n\nselect * \nfrom final", "language": "sql", "refs": [["stg_pendo__guide_event_tmp"], ["stg_pendo__guide_event_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.pendo_source.get_guide_event_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt_utils.generate_surrogate_key"], "nodes": ["model.pendo_source.stg_pendo__guide_event_tmp", "model.pendo_source.stg_pendo__guide_event_tmp"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo__guide_event.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from `dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__guide_event_tmp`\n\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n account_id\n \n as \n \n account_id\n \n, \n \n \n app_id\n \n as \n \n app_id\n \n, \n \n \n country\n \n as \n \n country\n \n, \n \n \n element_path\n \n as \n \n element_path\n \n, \n \n \n guide_id\n \n as \n \n guide_id\n \n, \n \n \n guide_step_id\n \n as \n \n guide_step_id\n \n, \n \n \n latitude\n \n as \n \n latitude\n \n, \n \n \n load_time\n \n as \n \n load_time\n \n, \n \n \n longitude\n \n as \n \n longitude\n \n, \n \n \n region\n \n as \n \n region\n \n, \n \n \n remote_ip\n \n as \n \n remote_ip\n \n, \n \n \n server_name\n \n as \n \n server_name\n \n, \n \n \n timestamp\n \n as \n \n timestamp\n \n, \n \n \n type\n \n as \n \n type\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 visitor_id\n \n as \n \n visitor_id\n \n, \n cast(null as STRING) as \n \n _fivetran_id\n \n \n\n\n \n from base\n),\n\nfinal as (\n \n select \n account_id,\n app_id,\n country,\n guide_id,\n guide_step_id,\n latitude,\n longitude,\n region,\n remote_ip,\n server_name,\n timestamp as occurred_at,\n type,\n url,\n user_agent,\n visitor_id,\n _fivetran_synced,\n _fivetran_id,\n \n \nto_hex(md5(cast(coalesce(cast(visitor_id as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(timestamp as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(account_id as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(server_name as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(guide_id as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(user_agent as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(remote_ip as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(_fivetran_id as STRING), '_dbt_utils_surrogate_key_null_') as STRING))) \n as guide_event_key\n\n from fields\n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": []}, "model.pendo_source.stg_pendo__poll_event": {"database": "dbt-package-testing", "schema": "recharge_integration_tests_stg_pendo", "name": "stg_pendo__poll_event", "resource_type": "model", "package_name": "pendo_source", "path": "stg_pendo__poll_event.sql", "original_file_path": "models/stg_pendo__poll_event.sql", "unique_id": "model.pendo_source.stg_pendo__poll_event", "fqn": ["pendo_source", "stg_pendo__poll_event"], "alias": "stg_pendo__poll_event", "checksum": {"name": "sha256", "checksum": "300581cce42f3975e30c2ef10443b04f576c19c15729b9ea05428ee48415c5b4"}, "config": {"enabled": true, "alias": null, "schema": "stg_pendo", "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": "Table capturing individual responses to polls.", "columns": {"account_id": {"name": "account_id", "description": "Foreign key referencing the `ACCOUNT` associated with the event, if any.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "app_id": {"name": "app_id", "description": "Foreign key referencing the `APPLICATION` that the event was tracked in.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "country": {"name": "country", "description": "Country in which the poll event was recorded.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "guide_id": {"name": "guide_id", "description": "Foreign key referencing the `GUIDE` that the poll is a part of.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "guide_step_id": {"name": "guide_step_id", "description": "Foreign key referencing the `GUIDE_STEP` that the poll is a part of.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "latitude": {"name": "latitude", "description": "Latitude of where the event was triggered from, if location is provided.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "longitude": {"name": "longitude", "description": "Longitude of where the event was triggered from, if location is provided.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "poll_id": {"name": "poll_id", "description": "Foreign key referencing the `POLL` that the event was in response to.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "poll_response": {"name": "poll_response", "description": "Depending on the kind of poll, the content of the poll response. For ratings, this will be an integer, and for freeform text responses, this will be the content. For pick-lists, this will be an ID that does not point anywhere....\n", "meta": {}, "data_type": null, "quote": null, "tags": []}, "region": {"name": "region", "description": "Geographic region of the triggered event, if location is provided.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "remote_ip": {"name": "remote_ip", "description": "IP Address of the event triggerer.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "server_name": {"name": "server_name", "description": "Name of the server (your website) on which the event was tracked.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "occurred_at": {"name": "occurred_at", "description": "Timestamp of when the poll event was triggered.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "type": {"name": "type", "description": "Type of guide event that was tracked. This table only captures poll responses.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "url": {"name": "url", "description": "URL on which the poll response was recorded.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "user_agent": {"name": "user_agent", "description": "String identifying the browser and operating system on which the event was triggered.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "visitor_id": {"name": "visitor_id", "description": "Foreign key referencing the `VISITOR` who triggered the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_id": {"name": "_fivetran_id", "description": "Fivetran created primary key.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "poll_event_key": {"name": "poll_event_key", "description": "Unique key hashed on ['visitor_id', 'timestamp', 'account_id', 'server_name', 'poll_id', 'guide_id', 'user_agent', 'remote_ip', '_fivetran_id'].", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "pendo_source://models/stg_pendo.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "stg_pendo"}, "created_at": 1681750410.91353, "relation_name": "`dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__poll_event`", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_pendo__poll_event_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_pendo__poll_event_tmp')),\n staging_columns=get_poll_event_columns()\n )\n }}\n \n from base\n),\n\nfinal as (\n \n select \n\n account_id,\n app_id,\n country,\n guide_id,\n guide_step_id,\n latitude,\n longitude,\n poll_id,\n poll_response,\n region,\n remote_ip,\n server_name,\n timestamp as occurred_at,\n type,\n url,\n user_agent,\n visitor_id,\n _fivetran_synced,\n _fivetran_id,\n {{ dbt_utils.generate_surrogate_key(['visitor_id', 'timestamp', 'account_id', 'server_name', 'poll_id', 'guide_id', 'user_agent', 'remote_ip', '_fivetran_id']) }} \n as poll_event_key\n\n from fields\n)\n\nselect * \nfrom final", "language": "sql", "refs": [["stg_pendo__poll_event_tmp"], ["stg_pendo__poll_event_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.pendo_source.get_poll_event_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt_utils.generate_surrogate_key"], "nodes": ["model.pendo_source.stg_pendo__poll_event_tmp", "model.pendo_source.stg_pendo__poll_event_tmp"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo__poll_event.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from `dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__poll_event_tmp`\n\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n account_id\n \n as \n \n account_id\n \n, \n \n \n app_id\n \n as \n \n app_id\n \n, \n \n \n country\n \n as \n \n country\n \n, \n \n \n element_path\n \n as \n \n element_path\n \n, \n \n \n guide_id\n \n as \n \n guide_id\n \n, \n \n \n guide_step_id\n \n as \n \n guide_step_id\n \n, \n \n \n latitude\n \n as \n \n latitude\n \n, \n \n \n load_time\n \n as \n \n load_time\n \n, \n \n \n longitude\n \n as \n \n longitude\n \n, \n \n \n poll_id\n \n as \n \n poll_id\n \n, \n \n \n poll_response\n \n as \n \n poll_response\n \n, \n \n \n region\n \n as \n \n region\n \n, \n \n \n remote_ip\n \n as \n \n remote_ip\n \n, \n \n \n server_name\n \n as \n \n server_name\n \n, \n \n \n timestamp\n \n as \n \n timestamp\n \n, \n \n \n type\n \n as \n \n type\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 visitor_id\n \n as \n \n visitor_id\n \n, \n cast(null as STRING) as \n \n _fivetran_id\n \n \n\n\n \n from base\n),\n\nfinal as (\n \n select \n\n account_id,\n app_id,\n country,\n guide_id,\n guide_step_id,\n latitude,\n longitude,\n poll_id,\n poll_response,\n region,\n remote_ip,\n server_name,\n timestamp as occurred_at,\n type,\n url,\n user_agent,\n visitor_id,\n _fivetran_synced,\n _fivetran_id,\n \n \nto_hex(md5(cast(coalesce(cast(visitor_id as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(timestamp as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(account_id as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(server_name as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(poll_id as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(guide_id as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(user_agent as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(remote_ip as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(_fivetran_id as STRING), '_dbt_utils_surrogate_key_null_') as STRING))) \n as poll_event_key\n\n from fields\n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": []}, "model.pendo_source.stg_pendo__application_history": {"database": "dbt-package-testing", "schema": "recharge_integration_tests_stg_pendo", "name": "stg_pendo__application_history", "resource_type": "model", "package_name": "pendo_source", "path": "stg_pendo__application_history.sql", "original_file_path": "models/stg_pendo__application_history.sql", "unique_id": "model.pendo_source.stg_pendo__application_history", "fqn": ["pendo_source", "stg_pendo__application_history"], "alias": "stg_pendo__application_history", "checksum": {"name": "sha256", "checksum": "39a7d1a541f399e861da6a55675fa13a0b8b10947f3ec76d683e4bd7f179dbd1"}, "config": {"enabled": true, "alias": null, "schema": "stg_pendo", "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": "Table capturing changes to your tracked application(s).", "columns": {"agent_policy_prod": {"name": "agent_policy_prod", "description": "Production application policy.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "agent_policy_staging": {"name": "agent_policy_staging", "description": "Staging application policy.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "agent_version_prod": {"name": "agent_version_prod", "description": "Version of the production app.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "agent_version_staging": {"name": "agent_version_staging", "description": "Version of the staging app.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "Timestamp of when the application version record was created.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_by_user_id": {"name": "created_by_user_id", "description": "Foreign key referencing the `USER` who created the application.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "description": {"name": "description", "description": "Description of the application.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "disabled_at": {"name": "disabled_at", "description": "Timestamp of when the application version was disabled.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "display_name": {"name": "display_name", "description": "Display name of the application.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "event_count": {"name": "event_count", "description": "Count of events tracked in this application.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "first_event_at": {"name": "first_event_at", "description": "Timestamp of when the first event was tracked for this application.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "application_id": {"name": "application_id", "description": "Unique ID of the application.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "is_integrated": {"name": "is_integrated", "description": "Boolean that is true if the app is integrated.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "is_deleted": {"name": "is_deleted", "description": "Boolean that is true if the app version is deleted.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_updated_at": {"name": "last_updated_at", "description": "Timestamp of when the app was last updated.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_updated_by_user_id": {"name": "last_updated_by_user_id", "description": "Foreign key referencing the `USER` who last updated the app.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "application_name": {"name": "application_name", "description": "Title of the application.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "platform": {"name": "platform", "description": "Platform on which the application is served.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "subscription_id": {"name": "subscription_id", "description": "ID of the app's Pendo subscription.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "pendo_source://models/stg_pendo.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "stg_pendo"}, "created_at": 1681750410.8806112, "relation_name": "`dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__application_history`", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_pendo__application_history_tmp') }}\n\n where not coalesce(is_deleted, false)\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_pendo__application_history_tmp')),\n staging_columns=get_application_history_columns()\n )\n }}\n \n from base\n),\n\nfinal as (\n \n select \n id as application_id,\n agent_policy_prod,\n agent_policy_staging,\n agent_version_prod,\n agent_version_staging,\n created_at,\n created_by_user_id,\n description,\n display_name,\n event_count,\n first_event_time as first_event_at,\n integrated as is_integrated,\n is_deleted,\n last_updated_at,\n last_updated_by_user_id,\n name as application_name,\n platform,\n subscription_id,\n _fivetran_synced\n\n from fields\n)\n\nselect * \nfrom final", "language": "sql", "refs": [["stg_pendo__application_history_tmp"], ["stg_pendo__application_history_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.pendo_source.get_application_history_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": ["model.pendo_source.stg_pendo__application_history_tmp", "model.pendo_source.stg_pendo__application_history_tmp"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo__application_history.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from `dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__application_history_tmp`\n\n where not coalesce(is_deleted, false)\n\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n agent_policy_prod\n \n as \n \n agent_policy_prod\n \n, \n \n \n agent_policy_staging\n \n as \n \n agent_policy_staging\n \n, \n \n \n agent_version_prod\n \n as \n \n agent_version_prod\n \n, \n \n \n agent_version_staging\n \n as \n \n agent_version_staging\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n created_by_user_id\n \n as \n \n created_by_user_id\n \n, \n \n \n description\n \n as \n \n description\n \n, \n \n \n disabled_at\n \n as \n \n disabled_at\n \n, \n \n \n display_name\n \n as \n \n display_name\n \n, \n \n \n event_count\n \n as \n \n event_count\n \n, \n \n \n event_rate\n \n as \n \n event_rate\n \n, \n \n \n first_event_time\n \n as \n \n first_event_time\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n integrated\n \n as \n \n integrated\n \n, \n \n \n is_deleted\n \n as \n \n is_deleted\n \n, \n \n \n last_updated_at\n \n as \n \n last_updated_at\n \n, \n \n \n last_updated_by_user_id\n \n as \n \n last_updated_by_user_id\n \n, \n \n \n marked_for_deletion_at\n \n as \n \n marked_for_deletion_at\n \n, \n \n \n name\n \n as \n \n name\n \n, \n \n \n platform\n \n as \n \n platform\n \n, \n \n \n push_application_id\n \n as \n \n push_application_id\n \n, \n \n \n record_until\n \n as \n \n record_until\n \n, \n \n \n sampling_rate\n \n as \n \n sampling_rate\n \n, \n \n \n starting_event_time\n \n as \n \n starting_event_time\n \n, \n \n \n subscription_id\n \n as \n \n subscription_id\n \n\n\n\n \n from base\n),\n\nfinal as (\n \n select \n id as application_id,\n agent_policy_prod,\n agent_policy_staging,\n agent_version_prod,\n agent_version_staging,\n created_at,\n created_by_user_id,\n description,\n display_name,\n event_count,\n first_event_time as first_event_at,\n integrated as is_integrated,\n is_deleted,\n last_updated_at,\n last_updated_by_user_id,\n name as application_name,\n platform,\n subscription_id,\n _fivetran_synced\n\n from fields\n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": []}, "model.pendo_source.stg_pendo__account_history": {"database": "dbt-package-testing", "schema": "recharge_integration_tests_stg_pendo", "name": "stg_pendo__account_history", "resource_type": "model", "package_name": "pendo_source", "path": "stg_pendo__account_history.sql", "original_file_path": "models/stg_pendo__account_history.sql", "unique_id": "model.pendo_source.stg_pendo__account_history", "fqn": ["pendo_source", "stg_pendo__account_history"], "alias": "stg_pendo__account_history", "checksum": {"name": "sha256", "checksum": "66fa721fff5f4e7531466546b216534bc42faaac322b3f6937f9caac6fa285e4"}, "config": {"enabled": true, "alias": null, "schema": "stg_pendo", "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": "Table capturing the historical records of each account utilizing your product via Pendo. Note that this table may contain custom metadata columns which can be passed through via `pendo__account_history_pass_through_columns`.\n", "columns": {"account_id": {"name": "account_id", "description": "Unique identifier of the account.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "first_visit_at": {"name": "first_visit_at", "description": "The timestamp (UTC) of when the account or visitor was created.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "account_id_hash": {"name": "account_id_hash", "description": "32-bit hash of the account ID.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_updated_at": {"name": "last_updated_at", "description": "The timestamp (UTC) of when the account was last updated.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_visit_at": {"name": "last_visit_at", "description": "The timestamp (UTC) of when Pendo last recorded an event for the account.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "pendo_source://models/stg_pendo.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "stg_pendo"}, "created_at": 1681750410.876842, "relation_name": "`dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__account_history`", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_pendo__account_history_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_pendo__account_history_tmp')),\n staging_columns=get_account_history_columns()\n )\n }}\n \n from base\n),\n\nfinal as (\n \n select \n id as account_id,\n last_updated_at,\n id_hash as account_id_hash,\n first_visit as first_visit_at,\n last_visit as last_visit_at,\n _fivetran_synced\n\n --The below macro adds the fields defined within your pendo__account_history_pass_through_columns variable into the staging model\n {{ fivetran_utils.fill_pass_through_columns('pendo__account_history_pass_through_columns') }}\n \n from fields\n)\n\nselect * \nfrom final", "language": "sql", "refs": [["stg_pendo__account_history_tmp"], ["stg_pendo__account_history_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.pendo_source.get_account_history_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.fill_pass_through_columns"], "nodes": ["model.pendo_source.stg_pendo__account_history_tmp", "model.pendo_source.stg_pendo__account_history_tmp"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo__account_history.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from `dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__account_history_tmp`\n\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n first_visit\n \n as \n \n first_visit\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n id_hash\n \n as \n \n id_hash\n \n, \n \n \n last_updated_at\n \n as \n \n last_updated_at\n \n, \n \n \n last_visit\n \n as \n \n last_visit\n \n\n\n\n \n from base\n),\n\nfinal as (\n \n select \n id as account_id,\n last_updated_at,\n id_hash as account_id_hash,\n first_visit as first_visit_at,\n last_visit as last_visit_at,\n _fivetran_synced\n\n --The below macro adds the fields defined within your pendo__account_history_pass_through_columns variable into the staging model\n \n\n\n\n\n \n from fields\n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": []}, "model.pendo_source.stg_pendo__page_rule_history": {"database": "dbt-package-testing", "schema": "recharge_integration_tests_stg_pendo", "name": "stg_pendo__page_rule_history", "resource_type": "model", "package_name": "pendo_source", "path": "stg_pendo__page_rule_history.sql", "original_file_path": "models/stg_pendo__page_rule_history.sql", "unique_id": "model.pendo_source.stg_pendo__page_rule_history", "fqn": ["pendo_source", "stg_pendo__page_rule_history"], "alias": "stg_pendo__page_rule_history", "checksum": {"name": "sha256", "checksum": "22e001c6001da1ab72061448d1ada21585295667d4965747ff14051b5182f31e"}, "config": {"enabled": true, "alias": null, "schema": "stg_pendo", "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": "Table capturing historical records of rules associated with pages.", "columns": {"designer_hint": {"name": "designer_hint", "description": "String of what the page's url will look like, including site domain.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "page_id": {"name": "page_id", "description": "Foreign key referencing the `PAGE` that the rule pertains to.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "page_last_updated_at": {"name": "page_last_updated_at", "description": "Timestamp of when the page was last updated at.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "parsed_rule": {"name": "parsed_rule", "description": "The url rule of the page, completely parsed out.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "rule": {"name": "rule", "description": "Bare-bones URL rule of the page.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "pendo_source://models/stg_pendo.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "stg_pendo"}, "created_at": 1681750410.904151, "relation_name": "`dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__page_rule_history`", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_pendo__page_rule_history_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_pendo__page_rule_history_tmp')),\n staging_columns=get_page_rule_history_columns()\n )\n }}\n \n from base\n),\n\nfinal as (\n \n select \n\n designer_hint,\n page_id,\n page_last_updated_at,\n parsed_rule,\n rule,\n _fivetran_synced\n \n from fields\n)\n\nselect * \nfrom final", "language": "sql", "refs": [["stg_pendo__page_rule_history_tmp"], ["stg_pendo__page_rule_history_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.pendo_source.get_page_rule_history_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": ["model.pendo_source.stg_pendo__page_rule_history_tmp", "model.pendo_source.stg_pendo__page_rule_history_tmp"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo__page_rule_history.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from `dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__page_rule_history_tmp`\n\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n designer_hint\n \n as \n \n designer_hint\n \n, \n \n \n page_id\n \n as \n \n page_id\n \n, \n \n \n page_last_updated_at\n \n as \n \n page_last_updated_at\n \n, \n \n \n parsed_rule\n \n as \n \n parsed_rule\n \n, \n \n \n rule\n \n as \n \n rule\n \n\n\n\n \n from base\n),\n\nfinal as (\n \n select \n\n designer_hint,\n page_id,\n page_last_updated_at,\n parsed_rule,\n rule,\n _fivetran_synced\n \n from fields\n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": []}, "model.pendo_source.stg_pendo__user": {"database": "dbt-package-testing", "schema": "recharge_integration_tests_stg_pendo", "name": "stg_pendo__user", "resource_type": "model", "package_name": "pendo_source", "path": "stg_pendo__user.sql", "original_file_path": "models/stg_pendo__user.sql", "unique_id": "model.pendo_source.stg_pendo__user", "fqn": ["pendo_source", "stg_pendo__user"], "alias": "stg_pendo__user", "checksum": {"name": "sha256", "checksum": "ca31da6754ff8635b87e61b4ea99f5e7587370fead8d96edca577a772a82988f"}, "config": {"enabled": true, "alias": null, "schema": "stg_pendo", "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": "Table capturing internal Pendo users.", "columns": {"deleted_at": {"name": "deleted_at", "description": "Timestamp of when the user was deleted at.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "first_name": {"name": "first_name", "description": "First name of the user.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "user_id": {"name": "user_id", "description": "Unique identifier of the user.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_name": {"name": "last_name", "description": "Last name of the user.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "user_type": {"name": "user_type", "description": "Type of user.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "username": {"name": "username", "description": "Username of the user, typically their email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "pendo_source://models/stg_pendo.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "stg_pendo"}, "created_at": 1681750410.90548, "relation_name": "`dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__user`", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_pendo__user_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_pendo__user_tmp')),\n staging_columns=get_user_columns()\n )\n }}\n \n from base\n),\n\nfinal as (\n \n select \n\n id as user_id,\n deleted_at,\n first_name,\n last_name,\n user_type,\n username,\n _fivetran_synced\n\n from fields\n)\n\nselect * \nfrom final", "language": "sql", "refs": [["stg_pendo__user_tmp"], ["stg_pendo__user_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.pendo_source.get_user_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": ["model.pendo_source.stg_pendo__user_tmp", "model.pendo_source.stg_pendo__user_tmp"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo__user.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from `dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__user_tmp`\n\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n deleted_at\n \n as \n \n deleted_at\n \n, \n \n \n first_name\n \n as \n \n first_name\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n last_name\n \n as \n \n last_name\n \n, \n \n \n role\n \n as \n \n role\n \n, \n \n \n user_type\n \n as \n \n user_type\n \n, \n \n \n username\n \n as \n \n username\n \n\n\n\n \n from base\n),\n\nfinal as (\n \n select \n\n id as user_id,\n deleted_at,\n first_name,\n last_name,\n user_type,\n username,\n _fivetran_synced\n\n from fields\n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": []}, "model.pendo_source.stg_pendo__feature_event": {"database": "dbt-package-testing", "schema": "recharge_integration_tests_stg_pendo", "name": "stg_pendo__feature_event", "resource_type": "model", "package_name": "pendo_source", "path": "stg_pendo__feature_event.sql", "original_file_path": "models/stg_pendo__feature_event.sql", "unique_id": "model.pendo_source.stg_pendo__feature_event", "fqn": ["pendo_source", "stg_pendo__feature_event"], "alias": "stg_pendo__feature_event", "checksum": {"name": "sha256", "checksum": "2b16c8be2c25940cc496edf7d35805f3f9f47e488696cde9d94d62a3e9602aa0"}, "config": {"enabled": true, "alias": null, "schema": "stg_pendo", "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": "Table capturing all recorded click events matching tagged features. Contains custom columns passed through via the `pendo__feature_event_pass_through_columns` variable.\n", "columns": {"account_id": {"name": "account_id", "description": "Foreign key referencing the `ACCOUNT` associated with the event, if any.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "app_id": {"name": "app_id", "description": "Foreign key referencing the `APPLICATION` that the event was tracked in.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "feature_id": {"name": "feature_id", "description": "Foreign key referencing the `FEATURE` that the event is tagged with.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "num_events": {"name": "num_events", "description": "Number of feature events tracked for this unique combination of day/hour, visitorId, accountId, server name, and IP address.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "num_minutes": {"name": "num_minutes", "description": "Number of feature events minutes tracked for this unique combination of day/hour, visitorId, accountId, server name, and IP address.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "remote_ip": {"name": "remote_ip", "description": "The IP address of the event triggerer.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "server_name": {"name": "server_name", "description": "Name of the server (your website) on which the event was tracked.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "occurred_at": {"name": "occurred_at", "description": "Day/hour-part timestamp of when the event occurred.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "user_agent": {"name": "user_agent", "description": "String identifying the browser and operating system on which the event was triggered.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "visitor_id": {"name": "visitor_id", "description": "Foreign key referencing the `VISITOR` who triggered the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_id": {"name": "_fivetran_id", "description": "Fivetran created id hashed on the `property_*` and `param_*` fields.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "feature_event_key": {"name": "feature_event_key", "description": "Unique key hashed on ['visitor_id', 'timestamp', 'account_id', 'server_name', 'feature_id', 'remote_ip', 'user_agent', '_fivetran_id'].", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "pendo_source://models/stg_pendo.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "stg_pendo"}, "created_at": 1681750410.8852842, "relation_name": "`dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__feature_event`", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_pendo__feature_event_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_pendo__feature_event_tmp')),\n staging_columns=get_feature_event_columns()\n )\n }}\n \n from base\n),\n\nfinal as (\n \n select \n account_id,\n app_id,\n feature_id,\n num_events,\n num_minutes,\n remote_ip,\n server_name,\n timestamp as occurred_at,\n user_agent,\n visitor_id,\n _fivetran_synced,\n _fivetran_id,\n {{ dbt_utils.generate_surrogate_key(\n ['visitor_id', 'timestamp', 'account_id', 'server_name', 'feature_id', 'remote_ip', 'user_agent', '_fivetran_id']\n ) }} as feature_event_key\n\n --The below macro adds the fields defined within your pendo__feature_event_pass_through_columns variable into the staging model\n {{ fivetran_utils.fill_pass_through_columns('pendo__feature_event_pass_through_columns') }}\n \n from fields\n)\n\nselect * \nfrom final", "language": "sql", "refs": [["stg_pendo__feature_event_tmp"], ["stg_pendo__feature_event_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.pendo_source.get_feature_event_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt_utils.generate_surrogate_key", "macro.fivetran_utils.fill_pass_through_columns"], "nodes": ["model.pendo_source.stg_pendo__feature_event_tmp", "model.pendo_source.stg_pendo__feature_event_tmp"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo__feature_event.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from `dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__feature_event_tmp`\n\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n account_id\n \n as \n \n account_id\n \n, \n \n \n app_id\n \n as \n \n app_id\n \n, \n \n \n feature_id\n \n as \n \n feature_id\n \n, \n \n \n num_events\n \n as \n \n num_events\n \n, \n \n \n num_minutes\n \n as \n \n num_minutes\n \n, \n \n \n remote_ip\n \n as \n \n remote_ip\n \n, \n \n \n server_name\n \n as \n \n server_name\n \n, \n \n \n timestamp\n \n as \n \n timestamp\n \n, \n \n \n user_agent\n \n as \n \n user_agent\n \n, \n \n \n visitor_id\n \n as \n \n visitor_id\n \n, \n cast(null as STRING) as \n \n _fivetran_id\n \n \n\n\n \n from base\n),\n\nfinal as (\n \n select \n account_id,\n app_id,\n feature_id,\n num_events,\n num_minutes,\n remote_ip,\n server_name,\n timestamp as occurred_at,\n user_agent,\n visitor_id,\n _fivetran_synced,\n _fivetran_id,\n \n \nto_hex(md5(cast(coalesce(cast(visitor_id as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(timestamp as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(account_id as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(server_name as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(feature_id as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(remote_ip as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(user_agent as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(_fivetran_id as STRING), '_dbt_utils_surrogate_key_null_') as STRING))) as feature_event_key\n\n --The below macro adds the fields defined within your pendo__feature_event_pass_through_columns variable into the staging model\n \n\n\n\n\n \n from fields\n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": []}, "model.pendo_source.stg_pendo__visitor_account_history": {"database": "dbt-package-testing", "schema": "recharge_integration_tests_stg_pendo", "name": "stg_pendo__visitor_account_history", "resource_type": "model", "package_name": "pendo_source", "path": "stg_pendo__visitor_account_history.sql", "original_file_path": "models/stg_pendo__visitor_account_history.sql", "unique_id": "model.pendo_source.stg_pendo__visitor_account_history", "fqn": ["pendo_source", "stg_pendo__visitor_account_history"], "alias": "stg_pendo__visitor_account_history", "checksum": {"name": "sha256", "checksum": "ff5cb34ae0a55c374ace6459729c8c283dcbaa3ffbde9e313b8caa7921b0af6b"}, "config": {"enabled": true, "alias": null, "schema": "stg_pendo", "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": "Table of historical records of associations between visitors and accounts. Though the visitor table has an `account_id` column, refer to this table for all potential related accounts. \n", "columns": {"account_id": {"name": "account_id", "description": "Foreign key referencing the `ACCOUNT` that the visitor is associated with.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "visitor_id": {"name": "visitor_id", "description": "Foreign key referencing the `VISITOR` associated with the account.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "visitor_last_updated_at": {"name": "visitor_last_updated_at", "description": "Timestamp of when the visitor was last updated.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "pendo_source://models/stg_pendo.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "stg_pendo"}, "created_at": 1681750410.914412, "relation_name": "`dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__visitor_account_history`", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_pendo__visitor_account_history_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_pendo__visitor_account_history_tmp')),\n staging_columns=get_visitor_account_history_columns()\n )\n }}\n \n from base\n),\n\nfinal as (\n \n select \n account_id,\n visitor_id,\n visitor_last_updated_at,\n _fivetran_synced\n \n from fields\n)\n\nselect * \nfrom final", "language": "sql", "refs": [["stg_pendo__visitor_account_history_tmp"], ["stg_pendo__visitor_account_history_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.pendo_source.get_visitor_account_history_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": ["model.pendo_source.stg_pendo__visitor_account_history_tmp", "model.pendo_source.stg_pendo__visitor_account_history_tmp"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo__visitor_account_history.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from `dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__visitor_account_history_tmp`\n\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n account_id\n \n as \n \n account_id\n \n, \n \n \n visitor_id\n \n as \n \n visitor_id\n \n, \n \n \n visitor_last_updated_at\n \n as \n \n visitor_last_updated_at\n \n\n\n\n \n from base\n),\n\nfinal as (\n \n select \n account_id,\n visitor_id,\n visitor_last_updated_at,\n _fivetran_synced\n \n from fields\n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": []}, "model.pendo_source.stg_pendo__guide_history": {"database": "dbt-package-testing", "schema": "recharge_integration_tests_stg_pendo", "name": "stg_pendo__guide_history", "resource_type": "model", "package_name": "pendo_source", "path": "stg_pendo__guide_history.sql", "original_file_path": "models/stg_pendo__guide_history.sql", "unique_id": "model.pendo_source.stg_pendo__guide_history", "fqn": ["pendo_source", "stg_pendo__guide_history"], "alias": "stg_pendo__guide_history", "checksum": {"name": "sha256", "checksum": "62a49b1bab1aab41ba65fa6ab19c8bda8d8183f4680770bdec60d6245e8af7e0"}, "config": {"enabled": true, "alias": null, "schema": "stg_pendo", "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": "Table capturing historical records of guides in pendo.", "columns": {"app_id": {"name": "app_id", "description": "Foreign key referencing the `APPLICATION` that the guide belongs in.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "device_type": {"name": "device_type", "description": "The current state of the guide - 'all', 'desktop', 'mobile'.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "Timestamp of when the guide was created.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_by_user_id": {"name": "created_by_user_id", "description": "Foreign key referencing the `USER` who created the guide.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "guide_id": {"name": "guide_id", "description": "Unique identifier of the guide.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "is_multi_step": {"name": "is_multi_step", "description": "Returns true if guide has multiple steps (walkthrough).", "meta": {}, "data_type": null, "quote": null, "tags": []}, "is_training": {"name": "is_training", "description": "Boolean that is true if the guide is for training.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_updated_at": {"name": "last_updated_at", "description": "Timestamp of when the guide was last updated.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_updated_by_user_id": {"name": "last_updated_by_user_id", "description": "Foreign key referencing the `USER` who last updated the guide.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "launch_method": {"name": "launch_method", "description": "Activation method of the guide (ie auto, badge, dom).", "meta": {}, "data_type": null, "quote": null, "tags": []}, "guide_name": {"name": "guide_name", "description": "Name of the guide.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "published_at": {"name": "published_at", "description": "Timestamp of when the guide was officially published.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "recurrence": {"name": "recurrence", "description": "How frequent the guide is scheduled to recur.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "recurrence_eligibility_window": {"name": "recurrence_eligibility_window", "description": "Eligible interval in which guides can be repeatedly activated.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "reset_at": {"name": "reset_at", "description": "Timestamp of when the guide was reset for visitors.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "root_version_id": {"name": "root_version_id", "description": "The unique identifier of the root entity, which nominally matches the public id field of the guide.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "stable_version_id": {"name": "stable_version_id", "description": "The unique identifier for the current version of the guide.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "state": {"name": "state", "description": "The current state of the guide. published, staged, draft, and disabled.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "pendo_source://models/stg_pendo.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "stg_pendo"}, "created_at": 1681750410.896249, "relation_name": "`dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__guide_history`", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_pendo__guide_history_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_pendo__guide_history_tmp')),\n staging_columns=get_guide_history_columns()\n )\n }}\n \n from base\n),\n\nfinal as (\n \n select \n id as guide_id,\n name as guide_name,\n app_id,\n state,\n attribute_device_type as device_type,\n created_at,\n created_by_user_id,\n is_multi_step,\n is_training,\n last_updated_at,\n last_updated_by_user_id,\n launch_method,\n published_at,\n recurrence,\n recurrence_eligibility_window,\n reset_at,\n root_version_id,\n stable_version_id,\n \n _fivetran_synced\n\n from fields\n)\n\nselect * \nfrom final", "language": "sql", "refs": [["stg_pendo__guide_history_tmp"], ["stg_pendo__guide_history_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.pendo_source.get_guide_history_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": ["model.pendo_source.stg_pendo__guide_history_tmp", "model.pendo_source.stg_pendo__guide_history_tmp"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo__guide_history.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from `dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__guide_history_tmp`\n\n),\n\nfields 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 attribute_badge_can_change_badge_color\n \n as \n \n attribute_badge_can_change_badge_color\n \n, \n \n \n attribute_badge_color\n \n as \n \n attribute_badge_color\n \n, \n \n \n attribute_badge_height\n \n as \n \n attribute_badge_height\n \n, \n \n \n attribute_badge_image_url\n \n as \n \n attribute_badge_image_url\n \n, \n \n \n attribute_badge_is_only_show_once\n \n as \n \n attribute_badge_is_only_show_once\n \n, \n \n \n attribute_badge_name\n \n as \n \n attribute_badge_name\n \n, \n \n \n attribute_badge_offset_left\n \n as \n \n attribute_badge_offset_left\n \n, \n \n \n attribute_badge_offset_right\n \n as \n \n attribute_badge_offset_right\n \n, \n \n \n attribute_badge_offset_top\n \n as \n \n attribute_badge_offset_top\n \n, \n \n \n attribute_badge_position\n \n as \n \n attribute_badge_position\n \n, \n \n \n attribute_badge_show_on_event\n \n as \n \n attribute_badge_show_on_event\n \n, \n \n \n attribute_badge_use_hover\n \n as \n \n attribute_badge_use_hover\n \n, \n \n \n attribute_badge_width\n \n as \n \n attribute_badge_width\n \n, \n \n \n attribute_device_type\n \n as \n \n attribute_device_type\n \n, \n \n \n attribute_priority\n \n as \n \n attribute_priority\n \n, \n \n \n attribute_type\n \n as \n \n attribute_type\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n created_by_user_id\n \n as \n \n created_by_user_id\n \n, \n \n \n email_state\n \n as \n \n email_state\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n is_multi_step\n \n as \n \n is_multi_step\n \n, \n \n \n is_training\n \n as \n \n is_training\n \n, \n \n \n last_updated_at\n \n as \n \n last_updated_at\n \n, \n \n \n last_updated_by_user_id\n \n as \n \n last_updated_by_user_id\n \n, \n \n \n launch_method\n \n as \n \n launch_method\n \n, \n \n \n name\n \n as \n \n name\n \n, \n \n \n published_at\n \n as \n \n published_at\n \n, \n \n \n recurrence\n \n as \n \n recurrence\n \n, \n \n \n recurrence_eligibility_window\n \n as \n \n recurrence_eligibility_window\n \n, \n \n \n reset_at\n \n as \n \n reset_at\n \n, \n \n \n root_version_id\n \n as \n \n root_version_id\n \n, \n \n \n stable_version_id\n \n as \n \n stable_version_id\n \n, \n \n \n state\n \n as \n \n state\n \n\n\n\n \n from base\n),\n\nfinal as (\n \n select \n id as guide_id,\n name as guide_name,\n app_id,\n state,\n attribute_device_type as device_type,\n created_at,\n created_by_user_id,\n is_multi_step,\n is_training,\n last_updated_at,\n last_updated_by_user_id,\n launch_method,\n published_at,\n recurrence,\n recurrence_eligibility_window,\n reset_at,\n root_version_id,\n stable_version_id,\n \n _fivetran_synced\n\n from fields\n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": []}, "model.pendo_source.stg_pendo__poll": {"database": "dbt-package-testing", "schema": "recharge_integration_tests_stg_pendo", "name": "stg_pendo__poll", "resource_type": "model", "package_name": "pendo_source", "path": "stg_pendo__poll.sql", "original_file_path": "models/stg_pendo__poll.sql", "unique_id": "model.pendo_source.stg_pendo__poll", "fqn": ["pendo_source", "stg_pendo__poll"], "alias": "stg_pendo__poll", "checksum": {"name": "sha256", "checksum": "fcb08eeeaeee633559c447b978a9c47766cc705f15951a07e568ce7ae4aa2cd8"}, "config": {"enabled": true, "alias": null, "schema": "stg_pendo", "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": "Table capturing polls administered via Pendo.", "columns": {"attribute_display": {"name": "attribute_display", "description": "Type of way to answer (ie select, radio, null for freeform answers).", "meta": {}, "data_type": null, "quote": null, "tags": []}, "follow_up_poll_id": {"name": "follow_up_poll_id", "description": "Self-referencing id of the follow-up `POLL` question, if any.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "attribute_max_length": {"name": "attribute_max_length", "description": "Max length for the answer, if any.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "attribute_type": {"name": "attribute_type", "description": "Type of poll question.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "poll_id": {"name": "poll_id", "description": "Unique identifier of the poll.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "question": {"name": "question", "description": "The content of the poll question.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "reset_at": {"name": "reset_at", "description": "The timestamp when the poll's data was last reset.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "pendo_source://models/stg_pendo.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "stg_pendo"}, "created_at": 1681750410.910176, "relation_name": "`dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__poll`", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_pendo__poll_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_pendo__poll_tmp')),\n staging_columns=get_poll_columns()\n )\n }}\n \n from base\n),\n\nfinal as (\n \n select \n id as poll_id,\n attribute_display,\n attribute_follow_up as follow_up_poll_id,\n attribute_max_length,\n attribute_type,\n question,\n reset_at,\n _fivetran_synced\n\n from fields\n)\n\nselect * \nfrom final", "language": "sql", "refs": [["stg_pendo__poll_tmp"], ["stg_pendo__poll_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.pendo_source.get_poll_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": ["model.pendo_source.stg_pendo__poll_tmp", "model.pendo_source.stg_pendo__poll_tmp"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo__poll.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from `dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__poll_tmp`\n\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n attribute_display\n \n as \n \n attribute_display\n \n, \n \n \n attribute_follow_up\n \n as \n \n attribute_follow_up\n \n, \n \n \n attribute_max_length\n \n as \n \n attribute_max_length\n \n, \n \n \n attribute_placeholder\n \n as \n \n attribute_placeholder\n \n, \n \n \n attribute_type\n \n as \n \n attribute_type\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n question\n \n as \n \n question\n \n, \n \n \n reset_at\n \n as \n \n reset_at\n \n\n\n\n \n from base\n),\n\nfinal as (\n \n select \n id as poll_id,\n attribute_display,\n attribute_follow_up as follow_up_poll_id,\n attribute_max_length,\n attribute_type,\n question,\n reset_at,\n _fivetran_synced\n\n from fields\n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": []}, "model.pendo_source.stg_pendo__page_event": {"database": "dbt-package-testing", "schema": "recharge_integration_tests_stg_pendo", "name": "stg_pendo__page_event", "resource_type": "model", "package_name": "pendo_source", "path": "stg_pendo__page_event.sql", "original_file_path": "models/stg_pendo__page_event.sql", "unique_id": "model.pendo_source.stg_pendo__page_event", "fqn": ["pendo_source", "stg_pendo__page_event"], "alias": "stg_pendo__page_event", "checksum": {"name": "sha256", "checksum": "d331d7ba2b44a2925f84276d69be30d5e6145da36f095d9bb06455fd8c34275a"}, "config": {"enabled": true, "alias": null, "schema": "stg_pendo", "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": "Table capturing all recorded pageviews matching tagged pages. Contains custom columns passed through the `pendo__page_event_pass_through_columns` variable.\n", "columns": {"account_id": {"name": "account_id", "description": "Foreign key referencing the `ACCOUNT` associated with the event, if any.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "app_id": {"name": "app_id", "description": "Foreign key referencing the `APPLICATION` that the event was tracked in.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "num_events": {"name": "num_events", "description": "Number of pageviews matching tagged pages.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "num_minutes": {"name": "num_minutes", "description": "Page time on site calculations are in 1 minute buckets. So if you are logged in to your app as a user (Pendo Visitor) when you load a page\u2019s URL, 1 minute time on site is calculated. Every time you click on that page, the time on site calculation keeps running and totaling the successive minutes you\u2019ve spent on that page. See https://support.pendo.io/hc/en-us/articles/360032203171-How-is-Site-Page-Interaction-Calculated-.\n", "meta": {}, "data_type": null, "quote": null, "tags": []}, "page_id": {"name": "page_id", "description": "Foreign key referencing the `PAGE` being loaded.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "remote_ip": {"name": "remote_ip", "description": "The IP address of the event triggerer.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "server_name": {"name": "server_name", "description": "Name of the server (your website) on which the event was tracked.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "occurred_at": {"name": "occurred_at", "description": "Day/hour-part timestamp of when the event occurred.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "user_agent": {"name": "user_agent", "description": "String identifying the browser and operating system on which the event was triggered.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "visitor_id": {"name": "visitor_id", "description": "Foreign key referencing the `VISITOR` who triggered the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_id": {"name": "_fivetran_id", "description": "Fivetran created id hashed on the `param_*` fields.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "page_event_key": {"name": "page_event_key", "description": "Unique key hashed on ['visitor_id', 'timestamp', 'account_id', 'server_name', 'page_id', 'user_agent', 'remote_ip', '_fivetran_id'].", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "pendo_source://models/stg_pendo.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "stg_pendo"}, "created_at": 1681750410.9003909, "relation_name": "`dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__page_event`", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_pendo__page_event_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_pendo__page_event_tmp')),\n staging_columns=get_page_event_columns()\n )\n }}\n \n from base\n),\n\nfinal as (\n \n select \n\n account_id,\n app_id,\n num_events,\n num_minutes,\n page_id,\n remote_ip,\n server_name,\n timestamp as occurred_at,\n user_agent,\n visitor_id,\n _fivetran_synced,\n _fivetran_id,\n {{ dbt_utils.generate_surrogate_key(\n ['visitor_id', 'timestamp', 'account_id', 'server_name', 'page_id', 'user_agent', 'remote_ip', '_fivetran_id']\n ) }} as page_event_key\n\n --The below macro adds the fields defined within your pendo__page_event_pass_through_columns variable into the staging model\n {{ fivetran_utils.fill_pass_through_columns('pendo__page_event_pass_through_columns') }}\n\n from fields\n)\n\nselect * \nfrom final", "language": "sql", "refs": [["stg_pendo__page_event_tmp"], ["stg_pendo__page_event_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.pendo_source.get_page_event_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt_utils.generate_surrogate_key", "macro.fivetran_utils.fill_pass_through_columns"], "nodes": ["model.pendo_source.stg_pendo__page_event_tmp", "model.pendo_source.stg_pendo__page_event_tmp"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo__page_event.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from `dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__page_event_tmp`\n\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n account_id\n \n as \n \n account_id\n \n, \n \n \n app_id\n \n as \n \n app_id\n \n, \n \n \n num_events\n \n as \n \n num_events\n \n, \n \n \n num_minutes\n \n as \n \n num_minutes\n \n, \n \n \n page_id\n \n as \n \n page_id\n \n, \n \n \n remote_ip\n \n as \n \n remote_ip\n \n, \n \n \n server_name\n \n as \n \n server_name\n \n, \n \n \n timestamp\n \n as \n \n timestamp\n \n, \n \n \n user_agent\n \n as \n \n user_agent\n \n, \n \n \n visitor_id\n \n as \n \n visitor_id\n \n, \n cast(null as STRING) as \n \n _fivetran_id\n \n \n\n\n \n from base\n),\n\nfinal as (\n \n select \n\n account_id,\n app_id,\n num_events,\n num_minutes,\n page_id,\n remote_ip,\n server_name,\n timestamp as occurred_at,\n user_agent,\n visitor_id,\n _fivetran_synced,\n _fivetran_id,\n \n \nto_hex(md5(cast(coalesce(cast(visitor_id as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(timestamp as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(account_id as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(server_name as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(page_id as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(user_agent as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(remote_ip as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(_fivetran_id as STRING), '_dbt_utils_surrogate_key_null_') as STRING))) as page_event_key\n\n --The below macro adds the fields defined within your pendo__page_event_pass_through_columns variable into the staging model\n \n\n\n\n\n\n from fields\n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": []}, "model.pendo_source.stg_pendo__visitor_history": {"database": "dbt-package-testing", "schema": "recharge_integration_tests_stg_pendo", "name": "stg_pendo__visitor_history", "resource_type": "model", "package_name": "pendo_source", "path": "stg_pendo__visitor_history.sql", "original_file_path": "models/stg_pendo__visitor_history.sql", "unique_id": "model.pendo_source.stg_pendo__visitor_history", "fqn": ["pendo_source", "stg_pendo__visitor_history"], "alias": "stg_pendo__visitor_history", "checksum": {"name": "sha256", "checksum": "2e4e25d02794574b6a5210d6e74e3a3c099e23c17c4c5a0b4d5e0e84de11f402"}, "config": {"enabled": true, "alias": null, "schema": "stg_pendo", "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": "Table capturing historical records of visitors.", "columns": {"account_id": {"name": "account_id", "description": "Foreign key referencing the `ACCOUNT` associated with this visitor. Visitors can belong to multiple accounts, however. Refer to `VISITOR_ACCOUNT_HISTORY` for all accounts associated with individual visitors.\n", "meta": {}, "data_type": null, "quote": null, "tags": []}, "first_visit_at": {"name": "first_visit_at", "description": "Timestamp of when an event was first captured for the visitor.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "visitor_id": {"name": "visitor_id", "description": "Unique identifier of the visitor.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "visitor_id_hash": {"name": "visitor_id_hash", "description": "32-bit hash of the visitor ID.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_browser_name": {"name": "last_browser_name", "description": "Most recent browser name.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_browser_version": {"name": "last_browser_version", "description": "Most recent browser version.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_operating_system": {"name": "last_operating_system", "description": "Most recent operating system.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_server_name": {"name": "last_server_name", "description": "Most recent server name.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_updated_at": {"name": "last_updated_at", "description": "Timestamp of when the visitor was last updated.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_user_agent": {"name": "last_user_agent", "description": "Most recent user agent (unparsed).", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_visit": {"name": "last_visit", "description": "Timestamp of the user's last visit.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "n_id": {"name": "n_id", "description": "Numeric id for the visitor.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "pendo_source://models/stg_pendo.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "stg_pendo"}, "created_at": 1681750410.908409, "relation_name": "`dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__visitor_history`", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_pendo__visitor_history_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_pendo__visitor_history_tmp')),\n staging_columns=get_visitor_history_columns()\n )\n }}\n \n from base\n),\n\nfinal as (\n \n select \n id as visitor_id,\n account_id,\n first_visit as first_visit_at,\n id_hash as visitor_id_hash,\n last_browser_name,\n last_browser_version,\n last_operating_system,\n last_server_name,\n last_updated_at,\n last_user_agent,\n last_visit,\n n_id,\n _fivetran_synced\n\n --The below macro adds the fields defined within your pendo__visitor_history_pass_through_columns variable into the staging model\n {{ fivetran_utils.fill_pass_through_columns('pendo__visitor_history_pass_through_columns') }}\n\n from fields\n)\n\nselect * \nfrom final", "language": "sql", "refs": [["stg_pendo__visitor_history_tmp"], ["stg_pendo__visitor_history_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.pendo_source.get_visitor_history_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.fill_pass_through_columns"], "nodes": ["model.pendo_source.stg_pendo__visitor_history_tmp", "model.pendo_source.stg_pendo__visitor_history_tmp"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo__visitor_history.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from `dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__visitor_history_tmp`\n\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n account_id\n \n as \n \n account_id\n \n, \n \n \n first_visit\n \n as \n \n first_visit\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n id_hash\n \n as \n \n id_hash\n \n, \n \n \n last_browser_name\n \n as \n \n last_browser_name\n \n, \n \n \n last_browser_version\n \n as \n \n last_browser_version\n \n, \n \n \n last_operating_system\n \n as \n \n last_operating_system\n \n, \n \n \n last_server_name\n \n as \n \n last_server_name\n \n, \n \n \n last_updated_at\n \n as \n \n last_updated_at\n \n, \n \n \n last_user_agent\n \n as \n \n last_user_agent\n \n, \n \n \n last_visit\n \n as \n \n last_visit\n \n, \n \n \n n_id\n \n as \n \n n_id\n \n\n\n\n \n from base\n),\n\nfinal as (\n \n select \n id as visitor_id,\n account_id,\n first_visit as first_visit_at,\n id_hash as visitor_id_hash,\n last_browser_name,\n last_browser_version,\n last_operating_system,\n last_server_name,\n last_updated_at,\n last_user_agent,\n last_visit,\n n_id,\n _fivetran_synced\n\n --The below macro adds the fields defined within your pendo__visitor_history_pass_through_columns variable into the staging model\n \n\n\n\n\n\n from fields\n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": []}, "model.pendo_source.stg_pendo__feature_history": {"database": "dbt-package-testing", "schema": "recharge_integration_tests_stg_pendo", "name": "stg_pendo__feature_history", "resource_type": "model", "package_name": "pendo_source", "path": "stg_pendo__feature_history.sql", "original_file_path": "models/stg_pendo__feature_history.sql", "unique_id": "model.pendo_source.stg_pendo__feature_history", "fqn": ["pendo_source", "stg_pendo__feature_history"], "alias": "stg_pendo__feature_history", "checksum": {"name": "sha256", "checksum": "e91720cf2ea3381dd6e4bfdaad23ffedff47427d94930cdc342f553dbb4f8c62"}, "config": {"enabled": true, "alias": null, "schema": "stg_pendo", "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": "Table capturing historical records of features in Pendo.", "columns": {"app_id": {"name": "app_id", "description": "Foreign key referencing the `APPLICATION` that the feature is a part of.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "Timestamp of when the feature was created.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_by_user_id": {"name": "created_by_user_id", "description": "Foreign key referencing the `USER` that created the feature.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "is_dirty": {"name": "is_dirty", "description": "Boolean value returned if feature is processing at the time of request.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "group_id": {"name": "group_id", "description": "Foreign key referencing the `GROUP` (product area) that the feature is tagged under.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "feature_id": {"name": "feature_id", "description": "Unique identifier of the feature.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "is_core_event": {"name": "is_core_event", "description": "Boolean that is true if the feature is tagged as a core event/key feature of the product.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_updated_at": {"name": "last_updated_at", "description": "Timestamp of when the feature was last updated.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_updated_by_user_id": {"name": "last_updated_by_user_id", "description": "Foreign key referencing the `USER` that last updated the feature.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "feature_name": {"name": "feature_name", "description": "Name of the feature.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "page_id": {"name": "page_id", "description": "Foreign key referencing the `PAGE` that the feature is placed on.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "root_version_id": {"name": "root_version_id", "description": "The unique identifier of the root entity, which nominally matches the public id field of the feature.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "stable_version_id": {"name": "stable_version_id", "description": "The unique identifier for the current version of the feature.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "valid_through": {"name": "valid_through", "description": "Timestamp that indicates when data was last processed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "pendo_source://models/stg_pendo.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "stg_pendo"}, "created_at": 1681750410.888064, "relation_name": "`dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__feature_history`", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_pendo__feature_history_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_pendo__feature_history_tmp')),\n staging_columns=get_feature_history_columns()\n )\n }}\n \n from base\n),\n\nfinal as (\n \n select \n id as feature_id,\n app_id,\n created_at,\n created_by_user_id,\n dirty as is_dirty,\n group_id,\n is_core_event,\n last_updated_at,\n last_updated_by_user_id,\n name as feature_name,\n page_id,\n root_version_id,\n stable_version_id,\n cast(valid_through as {{ dbt.type_timestamp() }}) as valid_through,\n _fivetran_synced\n\n from fields\n)\n\nselect * \nfrom final", "language": "sql", "refs": [["stg_pendo__feature_history_tmp"], ["stg_pendo__feature_history_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.pendo_source.get_feature_history_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_timestamp"], "nodes": ["model.pendo_source.stg_pendo__feature_history_tmp", "model.pendo_source.stg_pendo__feature_history_tmp"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo__feature_history.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from `dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__feature_history_tmp`\n\n),\n\nfields 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 color\n \n as \n \n color\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n created_by_user_id\n \n as \n \n created_by_user_id\n \n, \n \n \n dirty\n \n as \n \n dirty\n \n, \n \n \n group_id\n \n as \n \n group_id\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n is_core_event\n \n as \n \n is_core_event\n \n, \n \n \n last_updated_at\n \n as \n \n last_updated_at\n \n, \n \n \n last_updated_by_user_id\n \n as \n \n last_updated_by_user_id\n \n, \n \n \n name\n \n as \n \n name\n \n, \n \n \n page_id\n \n as \n \n page_id\n \n, \n \n \n root_version_id\n \n as \n \n root_version_id\n \n, \n \n \n stable_version_id\n \n as \n \n stable_version_id\n \n, \n \n \n valid_through\n \n as \n \n valid_through\n \n\n\n\n \n from base\n),\n\nfinal as (\n \n select \n id as feature_id,\n app_id,\n created_at,\n created_by_user_id,\n dirty as is_dirty,\n group_id,\n is_core_event,\n last_updated_at,\n last_updated_by_user_id,\n name as feature_name,\n page_id,\n root_version_id,\n stable_version_id,\n cast(valid_through as TIMESTAMP) as valid_through,\n _fivetran_synced\n\n from fields\n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": []}, "model.pendo_source.stg_pendo__event": {"database": "dbt-package-testing", "schema": "recharge_integration_tests_stg_pendo", "name": "stg_pendo__event", "resource_type": "model", "package_name": "pendo_source", "path": "stg_pendo__event.sql", "original_file_path": "models/stg_pendo__event.sql", "unique_id": "model.pendo_source.stg_pendo__event", "fqn": ["pendo_source", "stg_pendo__event"], "alias": "stg_pendo__event", "checksum": {"name": "sha256", "checksum": "e1bf0b0accbc49b5e43e3b712fb5b036b9ae594767a57fec16aa212cccd989bd"}, "config": {"enabled": true, "alias": null, "schema": "stg_pendo", "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": "Table capturing all recorded click and pageview events (tagged or untagged). May contain custom columns passed through via the `pendo__event_pass_through_columns` variable.\n", "columns": {"account_id": {"name": "account_id", "description": "Foreign key referencing the `ACCOUNT` associated with the event, if any.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "app_id": {"name": "app_id", "description": "Foreign key referencing the `APPLICATION` that the event was tracked in.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "num_events": {"name": "num_events", "description": "Number of events tracked for this unique combination of day/hour, visitorId, accountId, server name, and IP address.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "num_minutes": {"name": "num_minutes", "description": "Number of unique minutes of activity tracked for this unique combination of day/hour, visitorId, accountId, server name, and IP address.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "page_id": {"name": "page_id", "description": "Foreign key referencing the `PAGE` that the event occurred on.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "remote_ip": {"name": "remote_ip", "description": "The IP address of the event triggerer.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "server_name": {"name": "server_name", "description": "Name of the server (your website) on which the event was tracked.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "occurred_at": {"name": "occurred_at", "description": "Day/hour-part timestamp of when the event occurred.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "user_agent": {"name": "user_agent", "description": "String identifying the browser and operating system on which the event was triggered.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "visitor_id": {"name": "visitor_id", "description": "Foreign key referencing the `VISITOR` who triggered the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_id": {"name": "_fivetran_id", "description": "Fivetran created id hashed on the `property_*` and `param_*` fields.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "event_key": {"name": "event_key", "description": "Unique key hashed on ['visitor_id', 'timestamp', 'account_id', 'user_agent', 'server_name', 'remote_ip', '_fivetran_id'].", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "pendo_source://models/stg_pendo.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "stg_pendo"}, "created_at": 1681750410.882879, "relation_name": "`dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__event`", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_pendo__event_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_pendo__event_tmp')),\n staging_columns=get_event_columns()\n )\n }}\n \n from base\n),\n\nfinal as (\n \n select \n visitor_id,\n account_id,\n app_id,\n page_id,\n remote_ip,\n server_name,\n timestamp as occurred_at,\n user_agent,\n num_events,\n num_minutes,\n _fivetran_synced,\n _fivetran_id,\n {{ dbt_utils.generate_surrogate_key(['visitor_id', 'timestamp', 'account_id', 'server_name', 'user_agent', 'remote_ip', '_fivetran_id']) }} \n as event_key\n\n --The below macro adds the fields defined within your pendo__event_pass_through_columns variable into the staging model\n {{ fivetran_utils.fill_pass_through_columns('pendo__event_pass_through_columns') }}\n\n from fields\n)\n\nselect * \nfrom final", "language": "sql", "refs": [["stg_pendo__event_tmp"], ["stg_pendo__event_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.pendo_source.get_event_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt_utils.generate_surrogate_key", "macro.fivetran_utils.fill_pass_through_columns"], "nodes": ["model.pendo_source.stg_pendo__event_tmp", "model.pendo_source.stg_pendo__event_tmp"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo__event.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from `dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__event_tmp`\n\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n account_id\n \n as \n \n account_id\n \n, \n \n \n app_id\n \n as \n \n app_id\n \n, \n \n \n num_events\n \n as \n \n num_events\n \n, \n \n \n num_minutes\n \n as \n \n num_minutes\n \n, \n \n \n page_id\n \n as \n \n page_id\n \n, \n \n \n remote_ip\n \n as \n \n remote_ip\n \n, \n \n \n server_name\n \n as \n \n server_name\n \n, \n \n \n timestamp\n \n as \n \n timestamp\n \n, \n \n \n user_agent\n \n as \n \n user_agent\n \n, \n \n \n visitor_id\n \n as \n \n visitor_id\n \n, \n cast(null as STRING) as \n \n _fivetran_id\n \n \n\n\n \n from base\n),\n\nfinal as (\n \n select \n visitor_id,\n account_id,\n app_id,\n page_id,\n remote_ip,\n server_name,\n timestamp as occurred_at,\n user_agent,\n num_events,\n num_minutes,\n _fivetran_synced,\n _fivetran_id,\n \n \nto_hex(md5(cast(coalesce(cast(visitor_id as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(timestamp as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(account_id as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(server_name as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(user_agent as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(remote_ip as STRING), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(_fivetran_id as STRING), '_dbt_utils_surrogate_key_null_') as STRING))) \n as event_key\n\n --The below macro adds the fields defined within your pendo__event_pass_through_columns variable into the staging model\n \n\n\n\n\n\n from fields\n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": []}, "model.pendo_source.stg_pendo__guide_step_history": {"database": "dbt-package-testing", "schema": "recharge_integration_tests_stg_pendo", "name": "stg_pendo__guide_step_history", "resource_type": "model", "package_name": "pendo_source", "path": "stg_pendo__guide_step_history.sql", "original_file_path": "models/stg_pendo__guide_step_history.sql", "unique_id": "model.pendo_source.stg_pendo__guide_step_history", "fqn": ["pendo_source", "stg_pendo__guide_step_history"], "alias": "stg_pendo__guide_step_history", "checksum": {"name": "sha256", "checksum": "868987f897591fd24c8ade36100c21d9e2ab5dc9f4893ab23bb5ab7278f60b6b"}, "config": {"enabled": true, "alias": null, "schema": "stg_pendo", "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": "Table associating guides with the steps they include.", "columns": {"guide_id": {"name": "guide_id", "description": "Foreign key referencing the `GUIDE` with steps.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "guide_last_updated_at": {"name": "guide_last_updated_at", "description": "Timestamp of when the guide was last updated.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "step_id": {"name": "step_id", "description": "Foreign key referencing the `STEP` that the guide includes.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "pendo_source://models/stg_pendo.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "stg_pendo"}, "created_at": 1681750410.8974679, "relation_name": "`dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__guide_step_history`", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_pendo__guide_step_history_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_pendo__guide_step_history_tmp')),\n staging_columns=get_guide_step_history_columns()\n )\n }}\n \n from base\n),\n\nfinal as (\n \n select \n \n guide_id,\n guide_last_updated_at,\n step_id,\n _fivetran_synced\n\n from fields\n)\n\nselect * \nfrom final", "language": "sql", "refs": [["stg_pendo__guide_step_history_tmp"], ["stg_pendo__guide_step_history_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.pendo_source.get_guide_step_history_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": ["model.pendo_source.stg_pendo__guide_step_history_tmp", "model.pendo_source.stg_pendo__guide_step_history_tmp"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo__guide_step_history.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from `dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__guide_step_history_tmp`\n\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n guide_id\n \n as \n \n guide_id\n \n, \n \n \n guide_last_updated_at\n \n as \n \n guide_last_updated_at\n \n, \n \n \n step_id\n \n as \n \n step_id\n \n\n\n\n \n from base\n),\n\nfinal as (\n \n select \n \n guide_id,\n guide_last_updated_at,\n step_id,\n _fivetran_synced\n\n from fields\n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": []}, "model.pendo_source.stg_pendo__group": {"database": "dbt-package-testing", "schema": "recharge_integration_tests_stg_pendo", "name": "stg_pendo__group", "resource_type": "model", "package_name": "pendo_source", "path": "stg_pendo__group.sql", "original_file_path": "models/stg_pendo__group.sql", "unique_id": "model.pendo_source.stg_pendo__group", "fqn": ["pendo_source", "stg_pendo__group"], "alias": "stg_pendo__group", "checksum": {"name": "sha256", "checksum": "a69e623bdb94d4bc49e8c53a185a247b3292c16f161dff2fa76f6a87f199eb3e"}, "config": {"enabled": true, "alias": null, "schema": "stg_pendo", "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": "Table capturing the product areas (groups) that pages and features can be tagged with.", "columns": {"app_id": {"name": "app_id", "description": "Foreign key referencing the `APPLICATION` that the product area lives in.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "Timestamp of when the product area was created.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_by_user_id": {"name": "created_by_user_id", "description": "Foreign key referencing the `USER` who created the product area.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "description": {"name": "description", "description": "Description of the product area.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "group_id": {"name": "group_id", "description": "Unique identifier of the product area.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_updated_at": {"name": "last_updated_at", "description": "Timestamp of when the product area was last updated.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_updated_by_user_id": {"name": "last_updated_by_user_id", "description": "Foreign key referencing the `USER` who last updated the product area.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "group_name": {"name": "group_name", "description": "Name of the product area.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "pendo_source://models/stg_pendo.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "stg_pendo"}, "created_at": 1681750410.8898199, "relation_name": "`dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__group`", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_pendo__group_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_pendo__group_tmp')),\n staging_columns=get_group_columns()\n )\n }}\n \n from base\n),\n\nfinal as (\n \n select \n id as group_id,\n app_id,\n created_at,\n created_by_user_id,\n description,\n last_updated_at,\n last_updated_by_user_id,\n name as group_name,\n _fivetran_synced\n\n from fields\n)\n\nselect * \nfrom final", "language": "sql", "refs": [["stg_pendo__group_tmp"], ["stg_pendo__group_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.pendo_source.get_group_columns", "macro.fivetran_utils.fill_staging_columns"], "nodes": ["model.pendo_source.stg_pendo__group_tmp", "model.pendo_source.stg_pendo__group_tmp"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo__group.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from `dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__group_tmp`\n\n),\n\nfields 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 color\n \n as \n \n color\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n created_by_user_id\n \n as \n \n created_by_user_id\n \n, \n \n \n description\n \n as \n \n description\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n last_updated_at\n \n as \n \n last_updated_at\n \n, \n \n \n last_updated_by_user_id\n \n as \n \n last_updated_by_user_id\n \n, \n \n \n length\n \n as \n \n length\n \n, \n \n \n name\n \n as \n \n name\n \n\n\n\n \n from base\n),\n\nfinal as (\n \n select \n id as group_id,\n app_id,\n created_at,\n created_by_user_id,\n description,\n last_updated_at,\n last_updated_by_user_id,\n name as group_name,\n _fivetran_synced\n\n from fields\n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": []}, "model.pendo_source.stg_pendo__page_history": {"database": "dbt-package-testing", "schema": "recharge_integration_tests_stg_pendo", "name": "stg_pendo__page_history", "resource_type": "model", "package_name": "pendo_source", "path": "stg_pendo__page_history.sql", "original_file_path": "models/stg_pendo__page_history.sql", "unique_id": "model.pendo_source.stg_pendo__page_history", "fqn": ["pendo_source", "stg_pendo__page_history"], "alias": "stg_pendo__page_history", "checksum": {"name": "sha256", "checksum": "76f27dd6f6c294e72d34c3ef8c41137237251d01f711b2531e369c4f7bcf525c"}, "config": {"enabled": true, "alias": null, "schema": "stg_pendo", "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": "Table capturing the historical records of pages tagged in Pendo.", "columns": {"app_id": {"name": "app_id", "description": "Foreign key referencing the `APPLICATION` that the page is associated with.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "Timestamp of when the page was first created.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_by_user_id": {"name": "created_by_user_id", "description": "Foreign key referencing the `USER` who created the page.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "is_dirty": {"name": "is_dirty", "description": "Boolean value returned if page is processing at the time of request.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "group_id": {"name": "group_id", "description": "Foreign key referencing the `GROUP` (product area) that the page is tagged under.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "page_id": {"name": "page_id", "description": "Unique identifier of the page.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_updated_at": {"name": "last_updated_at", "description": "Timestamp of when the page was updated.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_updated_by_user_id": {"name": "last_updated_by_user_id", "description": "Foreign key referencing the `USER` who last updated the page.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "page_name": {"name": "page_name", "description": "Name of the page as displayed in Pendo.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "root_version_id": {"name": "root_version_id", "description": "The unique identifier of the root entity, which nominally matches the public id field of the page.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "stable_version_id": {"name": "stable_version_id", "description": "The unique identifier for the current version of the page.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "valid_through": {"name": "valid_through", "description": "Timestamp that indicates when data was last processed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": "pendo_source://models/stg_pendo.yml", "build_path": null, "deferred": false, "unrendered_config": {"materialized": "table", "schema": "stg_pendo"}, "created_at": 1681750410.902866, "relation_name": "`dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__page_history`", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_pendo__page_history_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_pendo__page_history_tmp')),\n staging_columns=get_page_history_columns()\n )\n }}\n \n from base\n),\n\nfinal as (\n \n select \n id as page_id,\n name as page_name,\n app_id,\n created_at,\n created_by_user_id,\n dirty as is_dirty,\n group_id,\n last_updated_at,\n last_updated_by_user_id,\n root_version_id,\n stable_version_id,\n cast(valid_through as {{ dbt.type_timestamp() }}) as valid_through,\n _fivetran_synced\n\n from fields\n)\n\nselect * \nfrom final", "language": "sql", "refs": [["stg_pendo__page_history_tmp"], ["stg_pendo__page_history_tmp"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.pendo_source.get_page_history_columns", "macro.fivetran_utils.fill_staging_columns", "macro.dbt.type_timestamp"], "nodes": ["model.pendo_source.stg_pendo__page_history_tmp", "model.pendo_source.stg_pendo__page_history_tmp"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo__page_history.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from `dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__page_history_tmp`\n\n),\n\nfields 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 color\n \n as \n \n color\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n created_by_user_id\n \n as \n \n created_by_user_id\n \n, \n \n \n dirty\n \n as \n \n dirty\n \n, \n \n \n group_id\n \n as \n \n group_id\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n last_updated_at\n \n as \n \n last_updated_at\n \n, \n \n \n last_updated_by_user_id\n \n as \n \n last_updated_by_user_id\n \n, \n \n \n name\n \n as \n \n name\n \n, \n \n \n root_version_id\n \n as \n \n root_version_id\n \n, \n \n \n stable_version_id\n \n as \n \n stable_version_id\n \n, \n \n \n valid_through\n \n as \n \n valid_through\n \n\n\n\n \n from base\n),\n\nfinal as (\n \n select \n id as page_id,\n name as page_name,\n app_id,\n created_at,\n created_by_user_id,\n dirty as is_dirty,\n group_id,\n last_updated_at,\n last_updated_by_user_id,\n root_version_id,\n stable_version_id,\n cast(valid_through as TIMESTAMP) as valid_through,\n _fivetran_synced\n\n from fields\n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": []}, "model.pendo_source.stg_pendo__account_history_tmp": {"database": "dbt-package-testing", "schema": "recharge_integration_tests_stg_pendo", "name": "stg_pendo__account_history_tmp", "resource_type": "model", "package_name": "pendo_source", "path": "tmp/stg_pendo__account_history_tmp.sql", "original_file_path": "models/tmp/stg_pendo__account_history_tmp.sql", "unique_id": "model.pendo_source.stg_pendo__account_history_tmp", "fqn": ["pendo_source", "tmp", "stg_pendo__account_history_tmp"], "alias": "stg_pendo__account_history_tmp", "checksum": {"name": "sha256", "checksum": "a5f6028da56564557021d3e7e6d68fde0002fc4a21630e34667521ceb9199b8b"}, "config": {"enabled": true, "alias": null, "schema": "stg_pendo", "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": "stg_pendo"}, "created_at": 1681750410.742168, "relation_name": "`dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__account_history_tmp`", "raw_code": "select * \nfrom {{ var('account_history') }}", "language": "sql", "refs": [], "sources": [["pendo", "account_history"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.pendo_source.pendo.account_history"]}, "compiled_path": "target/compiled/pendo_source/models/tmp/stg_pendo__account_history_tmp.sql", "compiled": true, "compiled_code": "select * \nfrom `dbt-package-testing`.`pendo_source_integration_tests_2000`.`account_history`", "extra_ctes_injected": true, "extra_ctes": []}, "model.pendo_source.stg_pendo__poll_event_tmp": {"database": "dbt-package-testing", "schema": "recharge_integration_tests_stg_pendo", "name": "stg_pendo__poll_event_tmp", "resource_type": "model", "package_name": "pendo_source", "path": "tmp/stg_pendo__poll_event_tmp.sql", "original_file_path": "models/tmp/stg_pendo__poll_event_tmp.sql", "unique_id": "model.pendo_source.stg_pendo__poll_event_tmp", "fqn": ["pendo_source", "tmp", "stg_pendo__poll_event_tmp"], "alias": "stg_pendo__poll_event_tmp", "checksum": {"name": "sha256", "checksum": "3570502945a0a06e56c0f1d7368698c359d14bfdea56a443dfca2dc446b2049f"}, "config": {"enabled": true, "alias": null, "schema": "stg_pendo", "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": "stg_pendo"}, "created_at": 1681750410.747311, "relation_name": "`dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__poll_event_tmp`", "raw_code": "select * \nfrom {{ var('poll_event') }}", "language": "sql", "refs": [], "sources": [["pendo", "poll_event"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.pendo_source.pendo.poll_event"]}, "compiled_path": "target/compiled/pendo_source/models/tmp/stg_pendo__poll_event_tmp.sql", "compiled": true, "compiled_code": "select * \nfrom `dbt-package-testing`.`pendo_source_integration_tests_2000`.`poll_event`", "extra_ctes_injected": true, "extra_ctes": []}, "model.pendo_source.stg_pendo__page_history_tmp": {"database": "dbt-package-testing", "schema": "recharge_integration_tests_stg_pendo", "name": "stg_pendo__page_history_tmp", "resource_type": "model", "package_name": "pendo_source", "path": "tmp/stg_pendo__page_history_tmp.sql", "original_file_path": "models/tmp/stg_pendo__page_history_tmp.sql", "unique_id": "model.pendo_source.stg_pendo__page_history_tmp", "fqn": ["pendo_source", "tmp", "stg_pendo__page_history_tmp"], "alias": "stg_pendo__page_history_tmp", "checksum": {"name": "sha256", "checksum": "0cdde9ac8c1cffdfa4040b45ab6a57ab2131d4ed460e20855f0b32439d80cbd1"}, "config": {"enabled": true, "alias": null, "schema": "stg_pendo", "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": "stg_pendo"}, "created_at": 1681750410.7511292, "relation_name": "`dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__page_history_tmp`", "raw_code": "select * \nfrom {{ var('page_history') }}", "language": "sql", "refs": [], "sources": [["pendo", "page_history"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.pendo_source.pendo.page_history"]}, "compiled_path": "target/compiled/pendo_source/models/tmp/stg_pendo__page_history_tmp.sql", "compiled": true, "compiled_code": "select * \nfrom `dbt-package-testing`.`pendo_source_integration_tests_2000`.`page_history`", "extra_ctes_injected": true, "extra_ctes": []}, "model.pendo_source.stg_pendo__application_history_tmp": {"database": "dbt-package-testing", "schema": "recharge_integration_tests_stg_pendo", "name": "stg_pendo__application_history_tmp", "resource_type": "model", "package_name": "pendo_source", "path": "tmp/stg_pendo__application_history_tmp.sql", "original_file_path": "models/tmp/stg_pendo__application_history_tmp.sql", "unique_id": "model.pendo_source.stg_pendo__application_history_tmp", "fqn": ["pendo_source", "tmp", "stg_pendo__application_history_tmp"], "alias": "stg_pendo__application_history_tmp", "checksum": {"name": "sha256", "checksum": "c5aeac97ff49799727628745b7a3a29e56ba10f5cb0f52efa708a007bef0a744"}, "config": {"enabled": true, "alias": null, "schema": "stg_pendo", "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": "stg_pendo"}, "created_at": 1681750410.754764, "relation_name": "`dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__application_history_tmp`", "raw_code": "select * \nfrom {{ var('application_history') }}", "language": "sql", "refs": [], "sources": [["pendo", "application_history"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.pendo_source.pendo.application_history"]}, "compiled_path": "target/compiled/pendo_source/models/tmp/stg_pendo__application_history_tmp.sql", "compiled": true, "compiled_code": "select * \nfrom `dbt-package-testing`.`pendo_source_integration_tests_2000`.`application_history`", "extra_ctes_injected": true, "extra_ctes": []}, "model.pendo_source.stg_pendo__visitor_history_tmp": {"database": "dbt-package-testing", "schema": "recharge_integration_tests_stg_pendo", "name": "stg_pendo__visitor_history_tmp", "resource_type": "model", "package_name": "pendo_source", "path": "tmp/stg_pendo__visitor_history_tmp.sql", "original_file_path": "models/tmp/stg_pendo__visitor_history_tmp.sql", "unique_id": "model.pendo_source.stg_pendo__visitor_history_tmp", "fqn": ["pendo_source", "tmp", "stg_pendo__visitor_history_tmp"], "alias": "stg_pendo__visitor_history_tmp", "checksum": {"name": "sha256", "checksum": "56a10f3b5e9cb5b7e3758322b31d435db75c9e13a553f5a6d2fad4d0a284f58a"}, "config": {"enabled": true, "alias": null, "schema": "stg_pendo", "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": "stg_pendo"}, "created_at": 1681750410.7582521, "relation_name": "`dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__visitor_history_tmp`", "raw_code": "select * \nfrom {{ var('visitor_history') }}", "language": "sql", "refs": [], "sources": [["pendo", "visitor_history"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.pendo_source.pendo.visitor_history"]}, "compiled_path": "target/compiled/pendo_source/models/tmp/stg_pendo__visitor_history_tmp.sql", "compiled": true, "compiled_code": "select * \nfrom `dbt-package-testing`.`pendo_source_integration_tests_2000`.`visitor_history`", "extra_ctes_injected": true, "extra_ctes": []}, "model.pendo_source.stg_pendo__group_tmp": {"database": "dbt-package-testing", "schema": "recharge_integration_tests_stg_pendo", "name": "stg_pendo__group_tmp", "resource_type": "model", "package_name": "pendo_source", "path": "tmp/stg_pendo__group_tmp.sql", "original_file_path": "models/tmp/stg_pendo__group_tmp.sql", "unique_id": "model.pendo_source.stg_pendo__group_tmp", "fqn": ["pendo_source", "tmp", "stg_pendo__group_tmp"], "alias": "stg_pendo__group_tmp", "checksum": {"name": "sha256", "checksum": "f8e6c8c86b8fd6cea489c85641677a5ec978e5fa5d7ecd73cdf89eb25a533905"}, "config": {"enabled": true, "alias": null, "schema": "stg_pendo", "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": "stg_pendo"}, "created_at": 1681750410.762039, "relation_name": "`dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__group_tmp`", "raw_code": "select * \nfrom {{ var('group') }}", "language": "sql", "refs": [], "sources": [["pendo", "group"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.pendo_source.pendo.group"]}, "compiled_path": "target/compiled/pendo_source/models/tmp/stg_pendo__group_tmp.sql", "compiled": true, "compiled_code": "select * \nfrom `dbt-package-testing`.`pendo_source_integration_tests_2000`.`group_data`", "extra_ctes_injected": true, "extra_ctes": []}, "model.pendo_source.stg_pendo__event_tmp": {"database": "dbt-package-testing", "schema": "recharge_integration_tests_stg_pendo", "name": "stg_pendo__event_tmp", "resource_type": "model", "package_name": "pendo_source", "path": "tmp/stg_pendo__event_tmp.sql", "original_file_path": "models/tmp/stg_pendo__event_tmp.sql", "unique_id": "model.pendo_source.stg_pendo__event_tmp", "fqn": ["pendo_source", "tmp", "stg_pendo__event_tmp"], "alias": "stg_pendo__event_tmp", "checksum": {"name": "sha256", "checksum": "86528f048fa2d0ec61a85a400a9b0d257abfc3d7a1f29ede5ab1b180f0bbe190"}, "config": {"enabled": true, "alias": null, "schema": "stg_pendo", "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": "stg_pendo"}, "created_at": 1681750410.765572, "relation_name": "`dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__event_tmp`", "raw_code": "select * \nfrom {{ var('event') }}", "language": "sql", "refs": [], "sources": [["pendo", "event"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.pendo_source.pendo.event"]}, "compiled_path": "target/compiled/pendo_source/models/tmp/stg_pendo__event_tmp.sql", "compiled": true, "compiled_code": "select * \nfrom `dbt-package-testing`.`pendo_source_integration_tests_2000`.`event`", "extra_ctes_injected": true, "extra_ctes": []}, "model.pendo_source.stg_pendo__guide_event_tmp": {"database": "dbt-package-testing", "schema": "recharge_integration_tests_stg_pendo", "name": "stg_pendo__guide_event_tmp", "resource_type": "model", "package_name": "pendo_source", "path": "tmp/stg_pendo__guide_event_tmp.sql", "original_file_path": "models/tmp/stg_pendo__guide_event_tmp.sql", "unique_id": "model.pendo_source.stg_pendo__guide_event_tmp", "fqn": ["pendo_source", "tmp", "stg_pendo__guide_event_tmp"], "alias": "stg_pendo__guide_event_tmp", "checksum": {"name": "sha256", "checksum": "87f29a160a5c260cce4ea2c84efff2d360d79ca30b6122801447573a594c0bc8"}, "config": {"enabled": true, "alias": null, "schema": "stg_pendo", "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": "stg_pendo"}, "created_at": 1681750410.769831, "relation_name": "`dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__guide_event_tmp`", "raw_code": "select * \nfrom {{ var('guide_event') }}", "language": "sql", "refs": [], "sources": [["pendo", "guide_event"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.pendo_source.pendo.guide_event"]}, "compiled_path": "target/compiled/pendo_source/models/tmp/stg_pendo__guide_event_tmp.sql", "compiled": true, "compiled_code": "select * \nfrom `dbt-package-testing`.`pendo_source_integration_tests_2000`.`guide_event`", "extra_ctes_injected": true, "extra_ctes": []}, "model.pendo_source.stg_pendo__feature_event_tmp": {"database": "dbt-package-testing", "schema": "recharge_integration_tests_stg_pendo", "name": "stg_pendo__feature_event_tmp", "resource_type": "model", "package_name": "pendo_source", "path": "tmp/stg_pendo__feature_event_tmp.sql", "original_file_path": "models/tmp/stg_pendo__feature_event_tmp.sql", "unique_id": "model.pendo_source.stg_pendo__feature_event_tmp", "fqn": ["pendo_source", "tmp", "stg_pendo__feature_event_tmp"], "alias": "stg_pendo__feature_event_tmp", "checksum": {"name": "sha256", "checksum": "b226d9c4a3a306cecb962c450d9e00117d6a5cdc74daf1bd7f5ced52fe31a7a8"}, "config": {"enabled": true, "alias": null, "schema": "stg_pendo", "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": "stg_pendo"}, "created_at": 1681750410.7736351, "relation_name": "`dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__feature_event_tmp`", "raw_code": "select * \nfrom {{ var('feature_event') }}", "language": "sql", "refs": [], "sources": [["pendo", "feature_event"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.pendo_source.pendo.feature_event"]}, "compiled_path": "target/compiled/pendo_source/models/tmp/stg_pendo__feature_event_tmp.sql", "compiled": true, "compiled_code": "select * \nfrom `dbt-package-testing`.`pendo_source_integration_tests_2000`.`feature_event`", "extra_ctes_injected": true, "extra_ctes": []}, "model.pendo_source.stg_pendo__guide_step_history_tmp": {"database": "dbt-package-testing", "schema": "recharge_integration_tests_stg_pendo", "name": "stg_pendo__guide_step_history_tmp", "resource_type": "model", "package_name": "pendo_source", "path": "tmp/stg_pendo__guide_step_history_tmp.sql", "original_file_path": "models/tmp/stg_pendo__guide_step_history_tmp.sql", "unique_id": "model.pendo_source.stg_pendo__guide_step_history_tmp", "fqn": ["pendo_source", "tmp", "stg_pendo__guide_step_history_tmp"], "alias": "stg_pendo__guide_step_history_tmp", "checksum": {"name": "sha256", "checksum": "3c7b97270519a470cd17a35d193e31b44812a60f1483855edda1adf5e392ca39"}, "config": {"enabled": true, "alias": null, "schema": "stg_pendo", "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": "stg_pendo"}, "created_at": 1681750410.777122, "relation_name": "`dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__guide_step_history_tmp`", "raw_code": "select * \nfrom {{ var('guide_step_history') }}", "language": "sql", "refs": [], "sources": [["pendo", "guide_step_history"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.pendo_source.pendo.guide_step_history"]}, "compiled_path": "target/compiled/pendo_source/models/tmp/stg_pendo__guide_step_history_tmp.sql", "compiled": true, "compiled_code": "select * \nfrom `dbt-package-testing`.`pendo_source_integration_tests_2000`.`guide_step_history`", "extra_ctes_injected": true, "extra_ctes": []}, "model.pendo_source.stg_pendo__page_event_tmp": {"database": "dbt-package-testing", "schema": "recharge_integration_tests_stg_pendo", "name": "stg_pendo__page_event_tmp", "resource_type": "model", "package_name": "pendo_source", "path": "tmp/stg_pendo__page_event_tmp.sql", "original_file_path": "models/tmp/stg_pendo__page_event_tmp.sql", "unique_id": "model.pendo_source.stg_pendo__page_event_tmp", "fqn": ["pendo_source", "tmp", "stg_pendo__page_event_tmp"], "alias": "stg_pendo__page_event_tmp", "checksum": {"name": "sha256", "checksum": "1a04dd771cbb77de9ee58baff2694b6b2f8ac13789a2ec29fc3c7cbdd41207c5"}, "config": {"enabled": true, "alias": null, "schema": "stg_pendo", "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": "stg_pendo"}, "created_at": 1681750410.780894, "relation_name": "`dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__page_event_tmp`", "raw_code": "select * \nfrom {{ var('page_event') }}", "language": "sql", "refs": [], "sources": [["pendo", "page_event"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.pendo_source.pendo.page_event"]}, "compiled_path": "target/compiled/pendo_source/models/tmp/stg_pendo__page_event_tmp.sql", "compiled": true, "compiled_code": "select * \nfrom `dbt-package-testing`.`pendo_source_integration_tests_2000`.`page_event`", "extra_ctes_injected": true, "extra_ctes": []}, "model.pendo_source.stg_pendo__page_rule_history_tmp": {"database": "dbt-package-testing", "schema": "recharge_integration_tests_stg_pendo", "name": "stg_pendo__page_rule_history_tmp", "resource_type": "model", "package_name": "pendo_source", "path": "tmp/stg_pendo__page_rule_history_tmp.sql", "original_file_path": "models/tmp/stg_pendo__page_rule_history_tmp.sql", "unique_id": "model.pendo_source.stg_pendo__page_rule_history_tmp", "fqn": ["pendo_source", "tmp", "stg_pendo__page_rule_history_tmp"], "alias": "stg_pendo__page_rule_history_tmp", "checksum": {"name": "sha256", "checksum": "ae09ff3d47b8d1bd259ce3bae5b7e999d719f14a24e9cbaa6e91bf886f575a4b"}, "config": {"enabled": true, "alias": null, "schema": "stg_pendo", "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": "stg_pendo"}, "created_at": 1681750410.785204, "relation_name": "`dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__page_rule_history_tmp`", "raw_code": "select * \nfrom {{ var('page_rule_history') }}", "language": "sql", "refs": [], "sources": [["pendo", "page_rule_history"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.pendo_source.pendo.page_rule_history"]}, "compiled_path": "target/compiled/pendo_source/models/tmp/stg_pendo__page_rule_history_tmp.sql", "compiled": true, "compiled_code": "select * \nfrom `dbt-package-testing`.`pendo_source_integration_tests_2000`.`page_rule_history`", "extra_ctes_injected": true, "extra_ctes": []}, "model.pendo_source.stg_pendo__poll_tmp": {"database": "dbt-package-testing", "schema": "recharge_integration_tests_stg_pendo", "name": "stg_pendo__poll_tmp", "resource_type": "model", "package_name": "pendo_source", "path": "tmp/stg_pendo__poll_tmp.sql", "original_file_path": "models/tmp/stg_pendo__poll_tmp.sql", "unique_id": "model.pendo_source.stg_pendo__poll_tmp", "fqn": ["pendo_source", "tmp", "stg_pendo__poll_tmp"], "alias": "stg_pendo__poll_tmp", "checksum": {"name": "sha256", "checksum": "f8c6310dd5d412f129725a22b0fed9c685d24bcda02fc6a2c9e2adb3dda3631a"}, "config": {"enabled": true, "alias": null, "schema": "stg_pendo", "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": "stg_pendo"}, "created_at": 1681750410.789942, "relation_name": "`dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__poll_tmp`", "raw_code": "select * \nfrom {{ var('poll') }}", "language": "sql", "refs": [], "sources": [["pendo", "poll"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.pendo_source.pendo.poll"]}, "compiled_path": "target/compiled/pendo_source/models/tmp/stg_pendo__poll_tmp.sql", "compiled": true, "compiled_code": "select * \nfrom `dbt-package-testing`.`pendo_source_integration_tests_2000`.`poll`", "extra_ctes_injected": true, "extra_ctes": []}, "model.pendo_source.stg_pendo__feature_history_tmp": {"database": "dbt-package-testing", "schema": "recharge_integration_tests_stg_pendo", "name": "stg_pendo__feature_history_tmp", "resource_type": "model", "package_name": "pendo_source", "path": "tmp/stg_pendo__feature_history_tmp.sql", "original_file_path": "models/tmp/stg_pendo__feature_history_tmp.sql", "unique_id": "model.pendo_source.stg_pendo__feature_history_tmp", "fqn": ["pendo_source", "tmp", "stg_pendo__feature_history_tmp"], "alias": "stg_pendo__feature_history_tmp", "checksum": {"name": "sha256", "checksum": "672a2826edc2b92d112a3726ab6d36a574d37524591a13be358e99e2a774ec58"}, "config": {"enabled": true, "alias": null, "schema": "stg_pendo", "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": "stg_pendo"}, "created_at": 1681750410.793508, "relation_name": "`dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__feature_history_tmp`", "raw_code": "select * \nfrom {{ var('feature_history') }}", "language": "sql", "refs": [], "sources": [["pendo", "feature_history"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.pendo_source.pendo.feature_history"]}, "compiled_path": "target/compiled/pendo_source/models/tmp/stg_pendo__feature_history_tmp.sql", "compiled": true, "compiled_code": "select * \nfrom `dbt-package-testing`.`pendo_source_integration_tests_2000`.`feature_history`", "extra_ctes_injected": true, "extra_ctes": []}, "model.pendo_source.stg_pendo__visitor_account_history_tmp": {"database": "dbt-package-testing", "schema": "recharge_integration_tests_stg_pendo", "name": "stg_pendo__visitor_account_history_tmp", "resource_type": "model", "package_name": "pendo_source", "path": "tmp/stg_pendo__visitor_account_history_tmp.sql", "original_file_path": "models/tmp/stg_pendo__visitor_account_history_tmp.sql", "unique_id": "model.pendo_source.stg_pendo__visitor_account_history_tmp", "fqn": ["pendo_source", "tmp", "stg_pendo__visitor_account_history_tmp"], "alias": "stg_pendo__visitor_account_history_tmp", "checksum": {"name": "sha256", "checksum": "a2c0b3cf4fb55eac00e44243e542dc2af7b27617383f2a5825d0fc76963b2844"}, "config": {"enabled": true, "alias": null, "schema": "stg_pendo", "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": "stg_pendo"}, "created_at": 1681750410.796752, "relation_name": "`dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__visitor_account_history_tmp`", "raw_code": "select * \nfrom {{ var('visitor_account_history') }}", "language": "sql", "refs": [], "sources": [["pendo", "visitor_account_history"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.pendo_source.pendo.visitor_account_history"]}, "compiled_path": "target/compiled/pendo_source/models/tmp/stg_pendo__visitor_account_history_tmp.sql", "compiled": true, "compiled_code": "select * \nfrom `dbt-package-testing`.`pendo_source_integration_tests_2000`.`visitor_account_history`", "extra_ctes_injected": true, "extra_ctes": []}, "model.pendo_source.stg_pendo__user_tmp": {"database": "dbt-package-testing", "schema": "recharge_integration_tests_stg_pendo", "name": "stg_pendo__user_tmp", "resource_type": "model", "package_name": "pendo_source", "path": "tmp/stg_pendo__user_tmp.sql", "original_file_path": "models/tmp/stg_pendo__user_tmp.sql", "unique_id": "model.pendo_source.stg_pendo__user_tmp", "fqn": ["pendo_source", "tmp", "stg_pendo__user_tmp"], "alias": "stg_pendo__user_tmp", "checksum": {"name": "sha256", "checksum": "6a45d1112d3ae79f22784f5fd5723a27b7894d57aea5795a37921842affc0085"}, "config": {"enabled": true, "alias": null, "schema": "stg_pendo", "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": "stg_pendo"}, "created_at": 1681750410.800406, "relation_name": "`dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__user_tmp`", "raw_code": "select * \nfrom {{ var('user') }}", "language": "sql", "refs": [], "sources": [["pendo", "user"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.pendo_source.pendo.user"]}, "compiled_path": "target/compiled/pendo_source/models/tmp/stg_pendo__user_tmp.sql", "compiled": true, "compiled_code": "select * \nfrom `dbt-package-testing`.`pendo_source_integration_tests_2000`.`user`", "extra_ctes_injected": true, "extra_ctes": []}, "model.pendo_source.stg_pendo__guide_history_tmp": {"database": "dbt-package-testing", "schema": "recharge_integration_tests_stg_pendo", "name": "stg_pendo__guide_history_tmp", "resource_type": "model", "package_name": "pendo_source", "path": "tmp/stg_pendo__guide_history_tmp.sql", "original_file_path": "models/tmp/stg_pendo__guide_history_tmp.sql", "unique_id": "model.pendo_source.stg_pendo__guide_history_tmp", "fqn": ["pendo_source", "tmp", "stg_pendo__guide_history_tmp"], "alias": "stg_pendo__guide_history_tmp", "checksum": {"name": "sha256", "checksum": "fdb47821a852ed89fe3a88cc6b152413ef1d777897ebc57c1fea23db39560a99"}, "config": {"enabled": true, "alias": null, "schema": "stg_pendo", "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": "stg_pendo"}, "created_at": 1681750410.80428, "relation_name": "`dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__guide_history_tmp`", "raw_code": "select * \nfrom {{ var('guide_history') }}", "language": "sql", "refs": [], "sources": [["pendo", "guide_history"]], "metrics": [], "depends_on": {"macros": [], "nodes": ["source.pendo_source.pendo.guide_history"]}, "compiled_path": "target/compiled/pendo_source/models/tmp/stg_pendo__guide_history_tmp.sql", "compiled": true, "compiled_code": "select * \nfrom `dbt-package-testing`.`pendo_source_integration_tests_2000`.`guide_history`", "extra_ctes_injected": true, "extra_ctes": []}, "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__account_history_account_id__last_updated_at.2f9e7646fb": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["account_id", "last_updated_at"], "model": "{{ get_where_subquery(ref('stg_pendo__account_history')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "recharge_integration_tests_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_pendo__account_history_account_id__last_updated_at", "resource_type": "test", "package_name": "pendo_source", "path": "dbt_utils_unique_combination_o_4074a72558bf741bc1b4288b59630921.sql", "original_file_path": "models/stg_pendo.yml", "unique_id": "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__account_history_account_id__last_updated_at.2f9e7646fb", "fqn": ["pendo_source", "dbt_utils_unique_combination_of_columns_stg_pendo__account_history_account_id__last_updated_at"], "alias": "dbt_utils_unique_combination_o_4074a72558bf741bc1b4288b59630921", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_4074a72558bf741bc1b4288b59630921", "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": "dbt_utils_unique_combination_o_4074a72558bf741bc1b4288b59630921"}, "created_at": 1681750410.919921, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_4074a72558bf741bc1b4288b59630921\") }}", "language": "sql", "refs": [["stg_pendo__account_history"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.pendo_source.stg_pendo__account_history"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo.yml/dbt_utils_unique_combination_o_4074a72558bf741bc1b4288b59630921.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n account_id, last_updated_at\n from `dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__account_history`\n group by account_id, last_updated_at\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": null, "file_key_name": "models.stg_pendo__account_history"}, "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__application_history_application_id__last_updated_at.2600c513e2": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["application_id", "last_updated_at"], "model": "{{ get_where_subquery(ref('stg_pendo__application_history')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "recharge_integration_tests_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_pendo__application_history_application_id__last_updated_at", "resource_type": "test", "package_name": "pendo_source", "path": "dbt_utils_unique_combination_o_94896a525111fe8e3c1f6419913a9f87.sql", "original_file_path": "models/stg_pendo.yml", "unique_id": "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__application_history_application_id__last_updated_at.2600c513e2", "fqn": ["pendo_source", "dbt_utils_unique_combination_of_columns_stg_pendo__application_history_application_id__last_updated_at"], "alias": "dbt_utils_unique_combination_o_94896a525111fe8e3c1f6419913a9f87", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_94896a525111fe8e3c1f6419913a9f87", "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": "dbt_utils_unique_combination_o_94896a525111fe8e3c1f6419913a9f87"}, "created_at": 1681750410.927597, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_94896a525111fe8e3c1f6419913a9f87\") }}", "language": "sql", "refs": [["stg_pendo__application_history"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.pendo_source.stg_pendo__application_history"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo.yml/dbt_utils_unique_combination_o_94896a525111fe8e3c1f6419913a9f87.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n application_id, last_updated_at\n from `dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__application_history`\n group by application_id, last_updated_at\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": null, "file_key_name": "models.stg_pendo__application_history"}, "test.pendo_source.unique_stg_pendo__event_event_key.4acfe5f47c": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "event_key", "model": "{{ get_where_subquery(ref('stg_pendo__event')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "recharge_integration_tests_dbt_test__audit", "name": "unique_stg_pendo__event_event_key", "resource_type": "test", "package_name": "pendo_source", "path": "unique_stg_pendo__event_event_key.sql", "original_file_path": "models/stg_pendo.yml", "unique_id": "test.pendo_source.unique_stg_pendo__event_event_key.4acfe5f47c", "fqn": ["pendo_source", "unique_stg_pendo__event_event_key"], "alias": "unique_stg_pendo__event_event_key", "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": 1681750410.930356, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_pendo__event"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.pendo_source.stg_pendo__event"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo.yml/unique_stg_pendo__event_event_key.sql", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select event_key as unique_field\n from `dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__event`\n where event_key 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_key", "file_key_name": "models.stg_pendo__event"}, "test.pendo_source.not_null_stg_pendo__event_event_key.48a5b4cbec": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "event_key", "model": "{{ get_where_subquery(ref('stg_pendo__event')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "recharge_integration_tests_dbt_test__audit", "name": "not_null_stg_pendo__event_event_key", "resource_type": "test", "package_name": "pendo_source", "path": "not_null_stg_pendo__event_event_key.sql", "original_file_path": "models/stg_pendo.yml", "unique_id": "test.pendo_source.not_null_stg_pendo__event_event_key.48a5b4cbec", "fqn": ["pendo_source", "not_null_stg_pendo__event_event_key"], "alias": "not_null_stg_pendo__event_event_key", "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": 1681750410.93139, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_pendo__event"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.pendo_source.stg_pendo__event"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo.yml/not_null_stg_pendo__event_event_key.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect event_key\nfrom `dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__event`\nwhere event_key is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "event_key", "file_key_name": "models.stg_pendo__event"}, "test.pendo_source.unique_stg_pendo__feature_event_feature_event_key.cabc05892e": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "feature_event_key", "model": "{{ get_where_subquery(ref('stg_pendo__feature_event')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "recharge_integration_tests_dbt_test__audit", "name": "unique_stg_pendo__feature_event_feature_event_key", "resource_type": "test", "package_name": "pendo_source", "path": "unique_stg_pendo__feature_event_feature_event_key.sql", "original_file_path": "models/stg_pendo.yml", "unique_id": "test.pendo_source.unique_stg_pendo__feature_event_feature_event_key.cabc05892e", "fqn": ["pendo_source", "unique_stg_pendo__feature_event_feature_event_key"], "alias": "unique_stg_pendo__feature_event_feature_event_key", "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": 1681750410.9323862, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_pendo__feature_event"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.pendo_source.stg_pendo__feature_event"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo.yml/unique_stg_pendo__feature_event_feature_event_key.sql", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select feature_event_key as unique_field\n from `dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__feature_event`\n where feature_event_key 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": "feature_event_key", "file_key_name": "models.stg_pendo__feature_event"}, "test.pendo_source.not_null_stg_pendo__feature_event_feature_event_key.8f15508c08": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "feature_event_key", "model": "{{ get_where_subquery(ref('stg_pendo__feature_event')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "recharge_integration_tests_dbt_test__audit", "name": "not_null_stg_pendo__feature_event_feature_event_key", "resource_type": "test", "package_name": "pendo_source", "path": "not_null_stg_pendo__feature_event_feature_event_key.sql", "original_file_path": "models/stg_pendo.yml", "unique_id": "test.pendo_source.not_null_stg_pendo__feature_event_feature_event_key.8f15508c08", "fqn": ["pendo_source", "not_null_stg_pendo__feature_event_feature_event_key"], "alias": "not_null_stg_pendo__feature_event_feature_event_key", "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": 1681750410.933375, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_pendo__feature_event"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.pendo_source.stg_pendo__feature_event"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo.yml/not_null_stg_pendo__feature_event_feature_event_key.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect feature_event_key\nfrom `dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__feature_event`\nwhere feature_event_key is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "feature_event_key", "file_key_name": "models.stg_pendo__feature_event"}, "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__feature_history_feature_id__last_updated_at.4557b33886": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["feature_id", "last_updated_at"], "model": "{{ get_where_subquery(ref('stg_pendo__feature_history')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "recharge_integration_tests_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_pendo__feature_history_feature_id__last_updated_at", "resource_type": "test", "package_name": "pendo_source", "path": "dbt_utils_unique_combination_o_30c2d653275cba1397a984ec4588f51d.sql", "original_file_path": "models/stg_pendo.yml", "unique_id": "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__feature_history_feature_id__last_updated_at.4557b33886", "fqn": ["pendo_source", "dbt_utils_unique_combination_of_columns_stg_pendo__feature_history_feature_id__last_updated_at"], "alias": "dbt_utils_unique_combination_o_30c2d653275cba1397a984ec4588f51d", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_30c2d653275cba1397a984ec4588f51d", "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": "dbt_utils_unique_combination_o_30c2d653275cba1397a984ec4588f51d"}, "created_at": 1681750410.934686, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_30c2d653275cba1397a984ec4588f51d\") }}", "language": "sql", "refs": [["stg_pendo__feature_history"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.pendo_source.stg_pendo__feature_history"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo.yml/dbt_utils_unique_combination_o_30c2d653275cba1397a984ec4588f51d.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n feature_id, last_updated_at\n from `dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__feature_history`\n group by feature_id, last_updated_at\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": null, "file_key_name": "models.stg_pendo__feature_history"}, "test.pendo_source.unique_stg_pendo__group_group_id.54f2dadf5b": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "group_id", "model": "{{ get_where_subquery(ref('stg_pendo__group')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "recharge_integration_tests_dbt_test__audit", "name": "unique_stg_pendo__group_group_id", "resource_type": "test", "package_name": "pendo_source", "path": "unique_stg_pendo__group_group_id.sql", "original_file_path": "models/stg_pendo.yml", "unique_id": "test.pendo_source.unique_stg_pendo__group_group_id.54f2dadf5b", "fqn": ["pendo_source", "unique_stg_pendo__group_group_id"], "alias": "unique_stg_pendo__group_group_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": 1681750410.9378738, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_pendo__group"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.pendo_source.stg_pendo__group"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo.yml/unique_stg_pendo__group_group_id.sql", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select group_id as unique_field\n from `dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__group`\n where group_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": "group_id", "file_key_name": "models.stg_pendo__group"}, "test.pendo_source.not_null_stg_pendo__group_group_id.193c4ec317": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "group_id", "model": "{{ get_where_subquery(ref('stg_pendo__group')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "recharge_integration_tests_dbt_test__audit", "name": "not_null_stg_pendo__group_group_id", "resource_type": "test", "package_name": "pendo_source", "path": "not_null_stg_pendo__group_group_id.sql", "original_file_path": "models/stg_pendo.yml", "unique_id": "test.pendo_source.not_null_stg_pendo__group_group_id.193c4ec317", "fqn": ["pendo_source", "not_null_stg_pendo__group_group_id"], "alias": "not_null_stg_pendo__group_group_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": 1681750410.939002, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_pendo__group"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.pendo_source.stg_pendo__group"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo.yml/not_null_stg_pendo__group_group_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect group_id\nfrom `dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__group`\nwhere group_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "group_id", "file_key_name": "models.stg_pendo__group"}, "test.pendo_source.unique_stg_pendo__guide_event_guide_event_key.5051abfeb8": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "guide_event_key", "model": "{{ get_where_subquery(ref('stg_pendo__guide_event')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "recharge_integration_tests_dbt_test__audit", "name": "unique_stg_pendo__guide_event_guide_event_key", "resource_type": "test", "package_name": "pendo_source", "path": "unique_stg_pendo__guide_event_guide_event_key.sql", "original_file_path": "models/stg_pendo.yml", "unique_id": "test.pendo_source.unique_stg_pendo__guide_event_guide_event_key.5051abfeb8", "fqn": ["pendo_source", "unique_stg_pendo__guide_event_guide_event_key"], "alias": "unique_stg_pendo__guide_event_guide_event_key", "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": 1681750410.9402308, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_pendo__guide_event"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.pendo_source.stg_pendo__guide_event"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo.yml/unique_stg_pendo__guide_event_guide_event_key.sql", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select guide_event_key as unique_field\n from `dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__guide_event`\n where guide_event_key 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": "guide_event_key", "file_key_name": "models.stg_pendo__guide_event"}, "test.pendo_source.not_null_stg_pendo__guide_event_guide_event_key.d47f358e15": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "guide_event_key", "model": "{{ get_where_subquery(ref('stg_pendo__guide_event')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "recharge_integration_tests_dbt_test__audit", "name": "not_null_stg_pendo__guide_event_guide_event_key", "resource_type": "test", "package_name": "pendo_source", "path": "not_null_stg_pendo__guide_event_guide_event_key.sql", "original_file_path": "models/stg_pendo.yml", "unique_id": "test.pendo_source.not_null_stg_pendo__guide_event_guide_event_key.d47f358e15", "fqn": ["pendo_source", "not_null_stg_pendo__guide_event_guide_event_key"], "alias": "not_null_stg_pendo__guide_event_guide_event_key", "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": 1681750410.941348, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_pendo__guide_event"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.pendo_source.stg_pendo__guide_event"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo.yml/not_null_stg_pendo__guide_event_guide_event_key.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect guide_event_key\nfrom `dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__guide_event`\nwhere guide_event_key is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "guide_event_key", "file_key_name": "models.stg_pendo__guide_event"}, "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__guide_history_guide_id__last_updated_at.b29bd8b17f": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["guide_id", "last_updated_at"], "model": "{{ get_where_subquery(ref('stg_pendo__guide_history')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "recharge_integration_tests_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_pendo__guide_history_guide_id__last_updated_at", "resource_type": "test", "package_name": "pendo_source", "path": "dbt_utils_unique_combination_o_8f1255af77608da1fcf0b5ad23c10381.sql", "original_file_path": "models/stg_pendo.yml", "unique_id": "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__guide_history_guide_id__last_updated_at.b29bd8b17f", "fqn": ["pendo_source", "dbt_utils_unique_combination_of_columns_stg_pendo__guide_history_guide_id__last_updated_at"], "alias": "dbt_utils_unique_combination_o_8f1255af77608da1fcf0b5ad23c10381", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_8f1255af77608da1fcf0b5ad23c10381", "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": "dbt_utils_unique_combination_o_8f1255af77608da1fcf0b5ad23c10381"}, "created_at": 1681750410.942525, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_8f1255af77608da1fcf0b5ad23c10381\") }}", "language": "sql", "refs": [["stg_pendo__guide_history"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.pendo_source.stg_pendo__guide_history"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo.yml/dbt_utils_unique_combination_o_8f1255af77608da1fcf0b5ad23c10381.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n guide_id, last_updated_at\n from `dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__guide_history`\n group by guide_id, last_updated_at\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": null, "file_key_name": "models.stg_pendo__guide_history"}, "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__guide_step_history_guide_id__guide_last_updated_at__step_id.cc063d14e9": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["guide_id", "guide_last_updated_at", "step_id"], "model": "{{ get_where_subquery(ref('stg_pendo__guide_step_history')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "recharge_integration_tests_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_pendo__guide_step_history_guide_id__guide_last_updated_at__step_id", "resource_type": "test", "package_name": "pendo_source", "path": "dbt_utils_unique_combination_o_06d6c07fa373a31d60082c3e13216f05.sql", "original_file_path": "models/stg_pendo.yml", "unique_id": "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__guide_step_history_guide_id__guide_last_updated_at__step_id.cc063d14e9", "fqn": ["pendo_source", "dbt_utils_unique_combination_of_columns_stg_pendo__guide_step_history_guide_id__guide_last_updated_at__step_id"], "alias": "dbt_utils_unique_combination_o_06d6c07fa373a31d60082c3e13216f05", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_06d6c07fa373a31d60082c3e13216f05", "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": "dbt_utils_unique_combination_o_06d6c07fa373a31d60082c3e13216f05"}, "created_at": 1681750410.945533, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_06d6c07fa373a31d60082c3e13216f05\") }}", "language": "sql", "refs": [["stg_pendo__guide_step_history"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.pendo_source.stg_pendo__guide_step_history"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo.yml/dbt_utils_unique_combination_o_06d6c07fa373a31d60082c3e13216f05.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n guide_id, guide_last_updated_at, step_id\n from `dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__guide_step_history`\n group by guide_id, guide_last_updated_at, step_id\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": null, "file_key_name": "models.stg_pendo__guide_step_history"}, "test.pendo_source.unique_stg_pendo__page_event_page_event_key.eb0bc34c44": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "page_event_key", "model": "{{ get_where_subquery(ref('stg_pendo__page_event')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "recharge_integration_tests_dbt_test__audit", "name": "unique_stg_pendo__page_event_page_event_key", "resource_type": "test", "package_name": "pendo_source", "path": "unique_stg_pendo__page_event_page_event_key.sql", "original_file_path": "models/stg_pendo.yml", "unique_id": "test.pendo_source.unique_stg_pendo__page_event_page_event_key.eb0bc34c44", "fqn": ["pendo_source", "unique_stg_pendo__page_event_page_event_key"], "alias": "unique_stg_pendo__page_event_page_event_key", "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": 1681750410.948805, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_pendo__page_event"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.pendo_source.stg_pendo__page_event"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo.yml/unique_stg_pendo__page_event_page_event_key.sql", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select page_event_key as unique_field\n from `dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__page_event`\n where page_event_key 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": "page_event_key", "file_key_name": "models.stg_pendo__page_event"}, "test.pendo_source.not_null_stg_pendo__page_event_page_event_key.3c4b37f95d": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "page_event_key", "model": "{{ get_where_subquery(ref('stg_pendo__page_event')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "recharge_integration_tests_dbt_test__audit", "name": "not_null_stg_pendo__page_event_page_event_key", "resource_type": "test", "package_name": "pendo_source", "path": "not_null_stg_pendo__page_event_page_event_key.sql", "original_file_path": "models/stg_pendo.yml", "unique_id": "test.pendo_source.not_null_stg_pendo__page_event_page_event_key.3c4b37f95d", "fqn": ["pendo_source", "not_null_stg_pendo__page_event_page_event_key"], "alias": "not_null_stg_pendo__page_event_page_event_key", "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": 1681750410.950166, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_pendo__page_event"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.pendo_source.stg_pendo__page_event"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo.yml/not_null_stg_pendo__page_event_page_event_key.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect page_event_key\nfrom `dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__page_event`\nwhere page_event_key is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "page_event_key", "file_key_name": "models.stg_pendo__page_event"}, "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__page_history_page_id__last_updated_at.d1687374ba": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["page_id", "last_updated_at"], "model": "{{ get_where_subquery(ref('stg_pendo__page_history')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "recharge_integration_tests_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_pendo__page_history_page_id__last_updated_at", "resource_type": "test", "package_name": "pendo_source", "path": "dbt_utils_unique_combination_o_3b11d958e1e793b49d60511a1ef86b0b.sql", "original_file_path": "models/stg_pendo.yml", "unique_id": "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__page_history_page_id__last_updated_at.d1687374ba", "fqn": ["pendo_source", "dbt_utils_unique_combination_of_columns_stg_pendo__page_history_page_id__last_updated_at"], "alias": "dbt_utils_unique_combination_o_3b11d958e1e793b49d60511a1ef86b0b", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_3b11d958e1e793b49d60511a1ef86b0b", "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": "dbt_utils_unique_combination_o_3b11d958e1e793b49d60511a1ef86b0b"}, "created_at": 1681750410.951303, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_3b11d958e1e793b49d60511a1ef86b0b\") }}", "language": "sql", "refs": [["stg_pendo__page_history"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.pendo_source.stg_pendo__page_history"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo.yml/dbt_utils_unique_combination_o_3b11d958e1e793b49d60511a1ef86b0b.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n page_id, last_updated_at\n from `dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__page_history`\n group by page_id, last_updated_at\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": null, "file_key_name": "models.stg_pendo__page_history"}, "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__page_rule_history_page_id__page_last_updated_at__rule.d9d9e22e58": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["page_id", "page_last_updated_at", "rule"], "model": "{{ get_where_subquery(ref('stg_pendo__page_rule_history')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "recharge_integration_tests_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_pendo__page_rule_history_page_id__page_last_updated_at__rule", "resource_type": "test", "package_name": "pendo_source", "path": "dbt_utils_unique_combination_o_68b8b65b7da5d42ac6719ee6e5ae9e8f.sql", "original_file_path": "models/stg_pendo.yml", "unique_id": "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__page_rule_history_page_id__page_last_updated_at__rule.d9d9e22e58", "fqn": ["pendo_source", "dbt_utils_unique_combination_of_columns_stg_pendo__page_rule_history_page_id__page_last_updated_at__rule"], "alias": "dbt_utils_unique_combination_o_68b8b65b7da5d42ac6719ee6e5ae9e8f", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_68b8b65b7da5d42ac6719ee6e5ae9e8f", "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": "dbt_utils_unique_combination_o_68b8b65b7da5d42ac6719ee6e5ae9e8f"}, "created_at": 1681750410.954252, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_68b8b65b7da5d42ac6719ee6e5ae9e8f\") }}", "language": "sql", "refs": [["stg_pendo__page_rule_history"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.pendo_source.stg_pendo__page_rule_history"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo.yml/dbt_utils_unique_combination_o_68b8b65b7da5d42ac6719ee6e5ae9e8f.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n page_id, page_last_updated_at, rule\n from `dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__page_rule_history`\n group by page_id, page_last_updated_at, rule\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": null, "file_key_name": "models.stg_pendo__page_rule_history"}, "test.pendo_source.unique_stg_pendo__user_user_id.2c97dfa752": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "user_id", "model": "{{ get_where_subquery(ref('stg_pendo__user')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "recharge_integration_tests_dbt_test__audit", "name": "unique_stg_pendo__user_user_id", "resource_type": "test", "package_name": "pendo_source", "path": "unique_stg_pendo__user_user_id.sql", "original_file_path": "models/stg_pendo.yml", "unique_id": "test.pendo_source.unique_stg_pendo__user_user_id.2c97dfa752", "fqn": ["pendo_source", "unique_stg_pendo__user_user_id"], "alias": "unique_stg_pendo__user_user_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": 1681750410.957244, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_pendo__user"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.pendo_source.stg_pendo__user"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo.yml/unique_stg_pendo__user_user_id.sql", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select user_id as unique_field\n from `dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__user`\n where user_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": "user_id", "file_key_name": "models.stg_pendo__user"}, "test.pendo_source.not_null_stg_pendo__user_user_id.c7069a38e3": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "user_id", "model": "{{ get_where_subquery(ref('stg_pendo__user')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "recharge_integration_tests_dbt_test__audit", "name": "not_null_stg_pendo__user_user_id", "resource_type": "test", "package_name": "pendo_source", "path": "not_null_stg_pendo__user_user_id.sql", "original_file_path": "models/stg_pendo.yml", "unique_id": "test.pendo_source.not_null_stg_pendo__user_user_id.c7069a38e3", "fqn": ["pendo_source", "not_null_stg_pendo__user_user_id"], "alias": "not_null_stg_pendo__user_user_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": 1681750410.958262, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_pendo__user"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.pendo_source.stg_pendo__user"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo.yml/not_null_stg_pendo__user_user_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect user_id\nfrom `dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__user`\nwhere user_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "user_id", "file_key_name": "models.stg_pendo__user"}, "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__visitor_history_visitor_id__last_updated_at.d602abfc34": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["visitor_id", "last_updated_at"], "model": "{{ get_where_subquery(ref('stg_pendo__visitor_history')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "recharge_integration_tests_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_pendo__visitor_history_visitor_id__last_updated_at", "resource_type": "test", "package_name": "pendo_source", "path": "dbt_utils_unique_combination_o_d44f554238b550494a483d83d0ff3330.sql", "original_file_path": "models/stg_pendo.yml", "unique_id": "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__visitor_history_visitor_id__last_updated_at.d602abfc34", "fqn": ["pendo_source", "dbt_utils_unique_combination_of_columns_stg_pendo__visitor_history_visitor_id__last_updated_at"], "alias": "dbt_utils_unique_combination_o_d44f554238b550494a483d83d0ff3330", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_d44f554238b550494a483d83d0ff3330", "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": "dbt_utils_unique_combination_o_d44f554238b550494a483d83d0ff3330"}, "created_at": 1681750410.959341, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_d44f554238b550494a483d83d0ff3330\") }}", "language": "sql", "refs": [["stg_pendo__visitor_history"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.pendo_source.stg_pendo__visitor_history"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo.yml/dbt_utils_unique_combination_o_d44f554238b550494a483d83d0ff3330.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n visitor_id, last_updated_at\n from `dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__visitor_history`\n group by visitor_id, last_updated_at\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": null, "file_key_name": "models.stg_pendo__visitor_history"}, "test.pendo_source.unique_stg_pendo__poll_poll_id.23f31563c9": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "poll_id", "model": "{{ get_where_subquery(ref('stg_pendo__poll')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "recharge_integration_tests_dbt_test__audit", "name": "unique_stg_pendo__poll_poll_id", "resource_type": "test", "package_name": "pendo_source", "path": "unique_stg_pendo__poll_poll_id.sql", "original_file_path": "models/stg_pendo.yml", "unique_id": "test.pendo_source.unique_stg_pendo__poll_poll_id.23f31563c9", "fqn": ["pendo_source", "unique_stg_pendo__poll_poll_id"], "alias": "unique_stg_pendo__poll_poll_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": 1681750410.9621491, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_pendo__poll"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.pendo_source.stg_pendo__poll"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo.yml/unique_stg_pendo__poll_poll_id.sql", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select poll_id as unique_field\n from `dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__poll`\n where poll_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": "poll_id", "file_key_name": "models.stg_pendo__poll"}, "test.pendo_source.not_null_stg_pendo__poll_poll_id.7a6d8382db": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "poll_id", "model": "{{ get_where_subquery(ref('stg_pendo__poll')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "recharge_integration_tests_dbt_test__audit", "name": "not_null_stg_pendo__poll_poll_id", "resource_type": "test", "package_name": "pendo_source", "path": "not_null_stg_pendo__poll_poll_id.sql", "original_file_path": "models/stg_pendo.yml", "unique_id": "test.pendo_source.not_null_stg_pendo__poll_poll_id.7a6d8382db", "fqn": ["pendo_source", "not_null_stg_pendo__poll_poll_id"], "alias": "not_null_stg_pendo__poll_poll_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": 1681750410.963136, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_pendo__poll"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.pendo_source.stg_pendo__poll"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo.yml/not_null_stg_pendo__poll_poll_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect poll_id\nfrom `dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__poll`\nwhere poll_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "poll_id", "file_key_name": "models.stg_pendo__poll"}, "test.pendo_source.unique_stg_pendo__poll_event_poll_event_key.0e9529a9d8": {"test_metadata": {"name": "unique", "kwargs": {"column_name": "poll_event_key", "model": "{{ get_where_subquery(ref('stg_pendo__poll_event')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "recharge_integration_tests_dbt_test__audit", "name": "unique_stg_pendo__poll_event_poll_event_key", "resource_type": "test", "package_name": "pendo_source", "path": "unique_stg_pendo__poll_event_poll_event_key.sql", "original_file_path": "models/stg_pendo.yml", "unique_id": "test.pendo_source.unique_stg_pendo__poll_event_poll_event_key.0e9529a9d8", "fqn": ["pendo_source", "unique_stg_pendo__poll_event_poll_event_key"], "alias": "unique_stg_pendo__poll_event_poll_event_key", "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": 1681750410.964283, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_pendo__poll_event"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.pendo_source.stg_pendo__poll_event"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo.yml/unique_stg_pendo__poll_event_poll_event_key.sql", "compiled": true, "compiled_code": "\n \n \n\nwith dbt_test__target as (\n\n select poll_event_key as unique_field\n from `dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__poll_event`\n where poll_event_key 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": "poll_event_key", "file_key_name": "models.stg_pendo__poll_event"}, "test.pendo_source.not_null_stg_pendo__poll_event_poll_event_key.727946c1b6": {"test_metadata": {"name": "not_null", "kwargs": {"column_name": "poll_event_key", "model": "{{ get_where_subquery(ref('stg_pendo__poll_event')) }}"}, "namespace": null}, "database": "dbt-package-testing", "schema": "recharge_integration_tests_dbt_test__audit", "name": "not_null_stg_pendo__poll_event_poll_event_key", "resource_type": "test", "package_name": "pendo_source", "path": "not_null_stg_pendo__poll_event_poll_event_key.sql", "original_file_path": "models/stg_pendo.yml", "unique_id": "test.pendo_source.not_null_stg_pendo__poll_event_poll_event_key.727946c1b6", "fqn": ["pendo_source", "not_null_stg_pendo__poll_event_poll_event_key"], "alias": "not_null_stg_pendo__poll_event_poll_event_key", "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": 1681750410.96534, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "language": "sql", "refs": [["stg_pendo__poll_event"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.pendo_source.stg_pendo__poll_event"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo.yml/not_null_stg_pendo__poll_event_poll_event_key.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect poll_event_key\nfrom `dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__poll_event`\nwhere poll_event_key is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": "poll_event_key", "file_key_name": "models.stg_pendo__poll_event"}, "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__visitor_account_history_account_id__visitor_last_updated_at__visitor_id.f01d6166a8": {"test_metadata": {"name": "unique_combination_of_columns", "kwargs": {"combination_of_columns": ["account_id", "visitor_last_updated_at", "visitor_id"], "model": "{{ get_where_subquery(ref('stg_pendo__visitor_account_history')) }}"}, "namespace": "dbt_utils"}, "database": "dbt-package-testing", "schema": "recharge_integration_tests_dbt_test__audit", "name": "dbt_utils_unique_combination_of_columns_stg_pendo__visitor_account_history_account_id__visitor_last_updated_at__visitor_id", "resource_type": "test", "package_name": "pendo_source", "path": "dbt_utils_unique_combination_o_5feb3101f97dbe3822bbda69e9d2867f.sql", "original_file_path": "models/stg_pendo.yml", "unique_id": "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__visitor_account_history_account_id__visitor_last_updated_at__visitor_id.f01d6166a8", "fqn": ["pendo_source", "dbt_utils_unique_combination_of_columns_stg_pendo__visitor_account_history_account_id__visitor_last_updated_at__visitor_id"], "alias": "dbt_utils_unique_combination_o_5feb3101f97dbe3822bbda69e9d2867f", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "dbt_utils_unique_combination_o_5feb3101f97dbe3822bbda69e9d2867f", "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": "dbt_utils_unique_combination_o_5feb3101f97dbe3822bbda69e9d2867f"}, "created_at": 1681750410.966385, "relation_name": null, "raw_code": "{{ dbt_utils.test_unique_combination_of_columns(**_dbt_generic_test_kwargs) }}{{ config(alias=\"dbt_utils_unique_combination_o_5feb3101f97dbe3822bbda69e9d2867f\") }}", "language": "sql", "refs": [["stg_pendo__visitor_account_history"]], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.test_unique_combination_of_columns", "macro.dbt.get_where_subquery"], "nodes": ["model.pendo_source.stg_pendo__visitor_account_history"]}, "compiled_path": "target/compiled/pendo_source/models/stg_pendo.yml/dbt_utils_unique_combination_o_5feb3101f97dbe3822bbda69e9d2867f.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\nwith validation_errors as (\n\n select\n account_id, visitor_last_updated_at, visitor_id\n from `dbt-package-testing`.`recharge_integration_tests_stg_pendo`.`stg_pendo__visitor_account_history`\n group by account_id, visitor_last_updated_at, visitor_id\n having count(*) > 1\n\n)\n\nselect *\nfrom validation_errors\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "column_name": null, "file_key_name": "models.stg_pendo__visitor_account_history"}}, "sources": {"source.pendo_source.pendo.account_history": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000", "name": "account_history", "resource_type": "source", "package_name": "pendo_source", "path": "models/src_pendo.yml", "original_file_path": "models/src_pendo.yml", "unique_id": "source.pendo_source.pendo.account_history", "fqn": ["pendo_source", "pendo", "account_history"], "source_name": "pendo", "source_description": "", "loader": "fivetran", "identifier": "account_history", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 168, "period": "hour"}, "filter": null}, "external": null, "description": "Table capturing the historical records of each account utilizing your product via Pendo. Note that this table may contain custom metadata columns which can be passed through via `pendo__account_history_pass_through_columns`.\n", "columns": {"id": {"name": "id", "description": "Unique identifier of the account.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "first_visit": {"name": "first_visit", "description": "The timestamp (UTC) of when the account or visitor was created.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "id_hash": {"name": "id_hash", "description": "32-bit hash of the account ID.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_updated_at": {"name": "last_updated_at", "description": "The timestamp (UTC) of when the account was last updated.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_visit": {"name": "last_visit", "description": "The timestamp (UTC) of when Pendo last recorded an event for the account.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000`.`account_history`", "created_at": 1681750410.9694788}, "source.pendo_source.pendo.application_history": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000", "name": "application_history", "resource_type": "source", "package_name": "pendo_source", "path": "models/src_pendo.yml", "original_file_path": "models/src_pendo.yml", "unique_id": "source.pendo_source.pendo.application_history", "fqn": ["pendo_source", "pendo", "application_history"], "source_name": "pendo", "source_description": "", "loader": "fivetran", "identifier": "application_history", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 168, "period": "hour"}, "filter": null}, "external": null, "description": "Table capturing changes to your tracked application(s).", "columns": {"agent_policy_prod": {"name": "agent_policy_prod", "description": "Production application policy.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "agent_policy_staging": {"name": "agent_policy_staging", "description": "Staging application policy.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "agent_version_prod": {"name": "agent_version_prod", "description": "Version of the production app.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "agent_version_staging": {"name": "agent_version_staging", "description": "Version of the staging app.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "application_flags_cname": {"name": "application_flags_cname", "description": "Boolean that is true if CNAMEs are configured. CNAMES allows you to create hostnames under your own application\u2019s domain which will be used in place of Pendo hostnames for both sending events and downloading guide content\n", "meta": {}, "data_type": null, "quote": null, "tags": []}, "application_flags_disabled": {"name": "application_flags_disabled", "description": "Boolean that is false if the application is disabled.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "application_flags_guide_localization": {"name": "application_flags_guide_localization", "description": "Boolean that is true if the pendo subscription has guide localization enabled.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "application_flags_guide_widget": {"name": "application_flags_guide_widget", "description": "", "meta": {}, "data_type": null, "quote": null, "tags": []}, "application_flags_onboarding": {"name": "application_flags_onboarding", "description": "", "meta": {}, "data_type": null, "quote": null, "tags": []}, "application_flags_prevent_code_injection": {"name": "application_flags_prevent_code_injection", "description": "Boolean that is true if code injection attacks are prevented.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "application_flags_show_guides_to_anon": {"name": "application_flags_show_guides_to_anon", "description": "Boolean that is true if the application shows guides to anonymous visitors.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "application_flags_xhr_timings": {"name": "application_flags_xhr_timings", "description": "", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "Timestamp of when the application version record was created.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_by_user_id": {"name": "created_by_user_id", "description": "Foreign key referencing the `USER` who created the application.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "description": {"name": "description", "description": "Description of the application.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "disabled_at": {"name": "disabled_at", "description": "Timestamp of when the application version was disabled.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "display_name": {"name": "display_name", "description": "Display name of the application.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "event_count": {"name": "event_count", "description": "Count of events tracked in this application.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "event_rate": {"name": "event_rate", "description": "", "meta": {}, "data_type": null, "quote": null, "tags": []}, "first_event_time": {"name": "first_event_time", "description": "Timestamp of when the first event was tracked for this application.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "guide_css_url": {"name": "guide_css_url", "description": "", "meta": {}, "data_type": null, "quote": null, "tags": []}, "icon_url": {"name": "icon_url", "description": "", "meta": {}, "data_type": null, "quote": null, "tags": []}, "id": {"name": "id", "description": "Unique ID of the application.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "integrated": {"name": "integrated", "description": "Boolean that is true if the app is integrated.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "is_deleted": {"name": "is_deleted", "description": "Boolean that is true if the app version is deleted.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_updated_at": {"name": "last_updated_at", "description": "Timestamp of when the app was last updated.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_updated_by_user_id": {"name": "last_updated_by_user_id", "description": "Foreign key referencing the `USER` who last updated the app.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "marked_for_deletion_at": {"name": "marked_for_deletion_at", "description": "Timestamp of when the app was marked for deletion, if at all.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "name": {"name": "name", "description": "Title of the application.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "platform": {"name": "platform", "description": "Platform on which the application is served.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "push_application_id": {"name": "push_application_id", "description": "", "meta": {}, "data_type": null, "quote": null, "tags": []}, "record_until": {"name": "record_until", "description": "", "meta": {}, "data_type": null, "quote": null, "tags": []}, "sampling_rate": {"name": "sampling_rate", "description": "", "meta": {}, "data_type": null, "quote": null, "tags": []}, "starting_event_time": {"name": "starting_event_time", "description": "", "meta": {}, "data_type": null, "quote": null, "tags": []}, "store_url": {"name": "store_url", "description": "", "meta": {}, "data_type": null, "quote": null, "tags": []}, "subscription_id": {"name": "subscription_id", "description": "ID of the pendo subscription.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000`.`application_history`", "created_at": 1681750410.96965}, "source.pendo_source.pendo.event": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000", "name": "event", "resource_type": "source", "package_name": "pendo_source", "path": "models/src_pendo.yml", "original_file_path": "models/src_pendo.yml", "unique_id": "source.pendo_source.pendo.event", "fqn": ["pendo_source", "pendo", "event"], "source_name": "pendo", "source_description": "", "loader": "fivetran", "identifier": "event", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 168, "period": "hour"}, "filter": null}, "external": null, "description": "Table capturing all recorded click and pageview events (tagged or untagged).", "columns": {"account_id": {"name": "account_id", "description": "Foreign key referencing the `ACCOUNT` associated with the event, if any.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "app_id": {"name": "app_id", "description": "Foreign key referencing the `APPLICATION` that the event was tracked in.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "num_events": {"name": "num_events", "description": "Number of events tracked for this unique combination of day/hour, visitorId, accountId, server name, and IP address.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "num_minutes": {"name": "num_minutes", "description": "Number of unique minutes of activity tracked for this unique combination of day/hour, visitorId, accountId, server name, and IP address.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "page_id": {"name": "page_id", "description": "Foreign key referencing the `PAGE` that the event occurred on.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "remote_ip": {"name": "remote_ip", "description": "The IP address of the event triggerer.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "server_name": {"name": "server_name", "description": "Name of the server (your website) on which the event was tracked.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "timestamp": {"name": "timestamp", "description": "Day/hour-part timestamp of when the event occurred.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "user_agent": {"name": "user_agent", "description": "String identifying the browser and operating system on which the event was triggered.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "visitor_id": {"name": "visitor_id", "description": "Foreign key referencing the `VISITOR` who triggered the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000`.`event`", "created_at": 1681750410.969771}, "source.pendo_source.pendo.feature_event": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000", "name": "feature_event", "resource_type": "source", "package_name": "pendo_source", "path": "models/src_pendo.yml", "original_file_path": "models/src_pendo.yml", "unique_id": "source.pendo_source.pendo.feature_event", "fqn": ["pendo_source", "pendo", "feature_event"], "source_name": "pendo", "source_description": "", "loader": "fivetran", "identifier": "feature_event", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 168, "period": "hour"}, "filter": null}, "external": null, "description": "Table capturing all recorded click events matching tagged features.", "columns": {"account_id": {"name": "account_id", "description": "Foreign key referencing the `ACCOUNT` associated with the event, if any.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "app_id": {"name": "app_id", "description": "Foreign key referencing the `APPLICATION` that the event was tracked in.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "feature_id": {"name": "feature_id", "description": "Foreign key referencing the `FEATURE` that the event is tagged with.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "num_events": {"name": "num_events", "description": "Number of feature events tracked for this unique combination of day/hour, visitorId, accountId, server name, and IP address.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "num_minutes": {"name": "num_minutes", "description": "Number of feature events minutes tracked for this unique combination of day/hour, visitorId, accountId, server name, and IP address.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "remote_ip": {"name": "remote_ip", "description": "The IP address of the event triggerer.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "server_name": {"name": "server_name", "description": "Name of the server (your website) on which the event was tracked.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "timestamp": {"name": "timestamp", "description": "Day/hour-part timestamp of when the event occurred.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "user_agent": {"name": "user_agent", "description": "String identifying the browser and operating system on which the event was triggered.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "visitor_id": {"name": "visitor_id", "description": "Foreign key referencing the `VISITOR` who triggered the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000`.`feature_event`", "created_at": 1681750410.969886}, "source.pendo_source.pendo.feature_history": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000", "name": "feature_history", "resource_type": "source", "package_name": "pendo_source", "path": "models/src_pendo.yml", "original_file_path": "models/src_pendo.yml", "unique_id": "source.pendo_source.pendo.feature_history", "fqn": ["pendo_source", "pendo", "feature_history"], "source_name": "pendo", "source_description": "", "loader": "fivetran", "identifier": "feature_history", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 168, "period": "hour"}, "filter": null}, "external": null, "description": "Table capturing historical records of features in Pendo.", "columns": {"app_id": {"name": "app_id", "description": "Foreign key referencing the `APPLICATION` that the feature is a part of.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "color": {"name": "color", "description": "Color value associated with the Feature. For visualization in Paths and Funnels.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "Timestamp of when the feature was created.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_by_user_id": {"name": "created_by_user_id", "description": "Foreign key referencing the `USER` that created the feature.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "dirty": {"name": "dirty", "description": "Boolean value returned if feature is processing at the time of request.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "group_id": {"name": "group_id", "description": "Foreign key referencing the `GROUP` (product area) that the feature is tagged under.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "id": {"name": "id", "description": "Unique identifier of the feature.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "is_core_event": {"name": "is_core_event", "description": "Boolean that is true if the feature is tagged as a core event/key feature of the product.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_updated_at": {"name": "last_updated_at", "description": "Timestamp of when the feature was last updated.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_updated_by_user_id": {"name": "last_updated_by_user_id", "description": "Foreign key referencing the `USER` that last updated the feature.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "name": {"name": "name", "description": "Name of the feature.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "page_id": {"name": "page_id", "description": "Foreign key referencing the `PAGE` that the feature is placed on.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "root_version_id": {"name": "root_version_id", "description": "The unique identifier of the root entity, which nominally matches the public id field of the feature.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "stable_version_id": {"name": "stable_version_id", "description": "The unique identifier for the current version of the feature.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "valid_through": {"name": "valid_through", "description": "Timestamp that indicates when data was last processed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000`.`feature_history`", "created_at": 1681750410.970005}, "source.pendo_source.pendo.group": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000", "name": "group", "resource_type": "source", "package_name": "pendo_source", "path": "models/src_pendo.yml", "original_file_path": "models/src_pendo.yml", "unique_id": "source.pendo_source.pendo.group", "fqn": ["pendo_source", "pendo", "group"], "source_name": "pendo", "source_description": "", "loader": "fivetran", "identifier": "group_data", "quoting": {"database": null, "schema": null, "identifier": true, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 168, "period": "hour"}, "filter": null}, "external": null, "description": "Table capturing the product areas.", "columns": {"app_id": {"name": "app_id", "description": "Foreign key referencing the `APPLICATION` that the product area lives in.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "color": {"name": "color", "description": "Color associated with the product area in the pendo UI.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "Timestamp of when the product area was created.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_by_user_id": {"name": "created_by_user_id", "description": "Foreign key referencing the `USER` who created the product area.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "description": {"name": "description", "description": "Description of the product area.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "id": {"name": "id", "description": "Unique identifier of the product area.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_updated_at": {"name": "last_updated_at", "description": "Timestamp of when the product area was last updated.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_updated_by_user_id": {"name": "last_updated_by_user_id", "description": "Foreign key referencing the `USER` who last updated the product area.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "length": {"name": "length", "description": "The number of features/pages tagged under this product area. It's not entirely clear how this is calculated and should not be trusted 100%.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "name": {"name": "name", "description": "Name of the product area.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000`.`group_data`", "created_at": 1681750410.970117}, "source.pendo_source.pendo.guide_event": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000", "name": "guide_event", "resource_type": "source", "package_name": "pendo_source", "path": "models/src_pendo.yml", "original_file_path": "models/src_pendo.yml", "unique_id": "source.pendo_source.pendo.guide_event", "fqn": ["pendo_source", "pendo", "guide_event"], "source_name": "pendo", "source_description": "", "loader": "fivetran", "identifier": "guide_event", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 168, "period": "hour"}, "filter": null}, "external": null, "description": "Table capturing events related to guides. Each row is a unique event around `guideAdvanced`, `guideSeen`, `guideDismissed`, `guideSnoozed`, `guideTimeout`, `guideActivity`.", "columns": {"account_id": {"name": "account_id", "description": "Foreign key referencing the `ACCOUNT` associated with the event triggerer, if any.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "app_id": {"name": "app_id", "description": "Foreign key referencing the `APPLICATION` the event was triggered in.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "country": {"name": "country", "description": "Country in which the guide event was recorded.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "element_path": {"name": "element_path", "description": "The element path that indicates where the guide can be found (blank if not applicable).", "meta": {}, "data_type": null, "quote": null, "tags": []}, "guide_id": {"name": "guide_id", "description": "Foreign key referencing the `GUIDE` that was interacted with.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "guide_step_id": {"name": "guide_step_id", "description": "Foreign key referencing the `STEP` within the guide that was interacted with specifically.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "latitude": {"name": "latitude", "description": "Latitude of where the event was triggered from, if location is provided.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "load_time": {"name": "load_time", "description": "Load time of the guide event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "longitude": {"name": "longitude", "description": "Longitude of where the event was triggered from, if location is provided.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "region": {"name": "region", "description": "Geographic region of the triggered event, if location is provided.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "remote_ip": {"name": "remote_ip", "description": "IP Address of the event triggerer.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "server_name": {"name": "server_name", "description": "Name of the server (your website) on which the event was tracked.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "timestamp": {"name": "timestamp", "description": "Timestamp of when the event occurred.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "type": {"name": "type", "description": "Type of guide event that was tracked. Can be one of `guideAdvanced`, `guideSeen`, `guideDismissed`, `guideSnoozed`, `guideTimeout`, `guideActivity`.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "url": {"name": "url", "description": "URL on which the guide event was recorded.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "user_agent": {"name": "user_agent", "description": "String identifying the browser and operating system on which the event was triggered.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "visitor_id": {"name": "visitor_id", "description": "Foreign key referencing the `VISITOR` who triggered the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000`.`guide_event`", "created_at": 1681750410.9702332}, "source.pendo_source.pendo.guide_history": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000", "name": "guide_history", "resource_type": "source", "package_name": "pendo_source", "path": "models/src_pendo.yml", "original_file_path": "models/src_pendo.yml", "unique_id": "source.pendo_source.pendo.guide_history", "fqn": ["pendo_source", "pendo", "guide_history"], "source_name": "pendo", "source_description": "", "loader": "fivetran", "identifier": "guide_history", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 168, "period": "hour"}, "filter": null}, "external": null, "description": "Table capturing historical records of guides in pendo.", "columns": {"app_id": {"name": "app_id", "description": "Foreign key referencing the `APPLICATION` that the guide belongs in.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "attribute_badge_can_change_badge_color": {"name": "attribute_badge_can_change_badge_color", "description": "Boolean that is true if the guide badge's color can be changed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "attribute_badge_color": {"name": "attribute_badge_color", "description": "Hex color code of the guide badge.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "attribute_badge_height": {"name": "attribute_badge_height", "description": "Height of the guide badge.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "attribute_badge_image_url": {"name": "attribute_badge_image_url", "description": "URL of the badge image.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "attribute_badge_is_only_show_once": {"name": "attribute_badge_is_only_show_once", "description": "Boolean that is true if the badge is only shown once.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "attribute_badge_name": {"name": "attribute_badge_name", "description": "Name of the guide badge.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "attribute_badge_offset_left": {"name": "attribute_badge_offset_left", "description": "How far from the left the badge is offset in relation to the target element.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "attribute_badge_offset_right": {"name": "attribute_badge_offset_right", "description": "How far from the right the badge is offset in relation to the target element.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "attribute_badge_offset_top": {"name": "attribute_badge_offset_top", "description": "How far from the top the badge is offset in relation to the target element.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "attribute_badge_position": {"name": "attribute_badge_position", "description": "This determines where the badge appears in relation to the target element. Choose Top-right, Top-left, or inline.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "attribute_badge_show_on_event": {"name": "attribute_badge_show_on_event", "description": "", "meta": {}, "data_type": null, "quote": null, "tags": []}, "attribute_badge_use_hover": {"name": "attribute_badge_use_hover", "description": "Boolean that is true if the badge is activated via hovering.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "attribute_badge_width": {"name": "attribute_badge_width", "description": "Width of the guide badge.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "attribute_device_type": {"name": "attribute_device_type", "description": "The current state of the guide - 'all', 'desktop', 'mobile'.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "attribute_priority": {"name": "attribute_priority", "description": "Position of the Guide as it appears in the launcher/guide center.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "attribute_type": {"name": "attribute_type", "description": "", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "Timestamp of when the guide was created.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_by_user_id": {"name": "created_by_user_id", "description": "Foreign key referencing the `USER` who created the guide.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "email_state": {"name": "email_state", "description": "The current state of the guide. published, staged, draft, and disabled. Deprecated version of `state`.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "id": {"name": "id", "description": "Unique identifier of the guide.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "is_multi_step": {"name": "is_multi_step", "description": "Returns true if guide has multiple steps (walkthrough).", "meta": {}, "data_type": null, "quote": null, "tags": []}, "is_training": {"name": "is_training", "description": "Boolean that is true if the guide is for training.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_updated_at": {"name": "last_updated_at", "description": "Timestamp of when the guide was last updated.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_updated_by_user_id": {"name": "last_updated_by_user_id", "description": "Foreign key referencing the `USER` who last updated the guide.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "launch_method": {"name": "launch_method", "description": "Activation method of the guide (ie auto, badge, dom).", "meta": {}, "data_type": null, "quote": null, "tags": []}, "name": {"name": "name", "description": "Name of the guide.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "published_at": {"name": "published_at", "description": "Timestamp of when the guide was officially published.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "recurrence": {"name": "recurrence", "description": "How frequent the guide is scheduled to recur.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "recurrence_eligibility_window": {"name": "recurrence_eligibility_window", "description": "Eligible interval in which guides can be repeatedly activated.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "reset_at": {"name": "reset_at", "description": "Timestamp of when the guide was reset for visitors.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "root_version_id": {"name": "root_version_id", "description": "The unique identifier of the root entity, which nominally matches the public id field of the guide.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "stable_version_id": {"name": "stable_version_id", "description": "The unique identifier for the current version of the feature.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "state": {"name": "state", "description": "The current state of the guide. published, staged, draft, and disabled.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000`.`guide_history`", "created_at": 1681750410.970367}, "source.pendo_source.pendo.guide_step_history": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000", "name": "guide_step_history", "resource_type": "source", "package_name": "pendo_source", "path": "models/src_pendo.yml", "original_file_path": "models/src_pendo.yml", "unique_id": "source.pendo_source.pendo.guide_step_history", "fqn": ["pendo_source", "pendo", "guide_step_history"], "source_name": "pendo", "source_description": "", "loader": "fivetran", "identifier": "guide_step_history", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 168, "period": "hour"}, "filter": null}, "external": null, "description": "Table associating guides with the steps they include.", "columns": {"guide_id": {"name": "guide_id", "description": "Foreign key referencing the `GUIDE` with steps.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "guide_last_updated_at": {"name": "guide_last_updated_at", "description": "Timestamp of when the guide was last updated.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "step_id": {"name": "step_id", "description": "Foreign key referencing the `STEP` that the guide includes.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000`.`guide_step_history`", "created_at": 1681750410.9705758}, "source.pendo_source.pendo.page_event": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000", "name": "page_event", "resource_type": "source", "package_name": "pendo_source", "path": "models/src_pendo.yml", "original_file_path": "models/src_pendo.yml", "unique_id": "source.pendo_source.pendo.page_event", "fqn": ["pendo_source", "pendo", "page_event"], "source_name": "pendo", "source_description": "", "loader": "fivetran", "identifier": "page_event", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 168, "period": "hour"}, "filter": null}, "external": null, "description": "Table capturing all recorded pageviews matching tagged pages.", "columns": {"account_id": {"name": "account_id", "description": "Foreign key referencing the `ACCOUNT` associated with the event, if any.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "app_id": {"name": "app_id", "description": "Foreign key referencing the `APPLICATION` that the event was tracked in.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "num_events": {"name": "num_events", "description": "Number of pageviews matching tagged pages.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "num_minutes": {"name": "num_minutes", "description": "Page time on site calculations are in 1 minute buckets. So if you are logged in to your app as a user (Pendo Visitor) when you load a page\u2019s URL, 1 minute time on site is calculated. Every time you click on that page, the time on site calculation keeps running and totaling the successive minutes you\u2019ve spent on that page. See https://support.pendo.io/hc/en-us/articles/360032203171-How-is-Site-Page-Interaction-Calculated-.\n", "meta": {}, "data_type": null, "quote": null, "tags": []}, "page_id": {"name": "page_id", "description": "Foreign key referencing the `PAGE` being loaded.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "remote_ip": {"name": "remote_ip", "description": "The IP address of the event triggerer.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "server_name": {"name": "server_name", "description": "Name of the server (your website) on which the event was tracked.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "timestamp": {"name": "timestamp", "description": "Day/hour-part timestamp of when the event occurred.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "user_agent": {"name": "user_agent", "description": "String identifying the browser and operating system on which the event was triggered.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "visitor_id": {"name": "visitor_id", "description": "Foreign key referencing the `VISITOR` who triggered the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000`.`page_event`", "created_at": 1681750410.970691}, "source.pendo_source.pendo.page_history": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000", "name": "page_history", "resource_type": "source", "package_name": "pendo_source", "path": "models/src_pendo.yml", "original_file_path": "models/src_pendo.yml", "unique_id": "source.pendo_source.pendo.page_history", "fqn": ["pendo_source", "pendo", "page_history"], "source_name": "pendo", "source_description": "", "loader": "fivetran", "identifier": "page_history", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 168, "period": "hour"}, "filter": null}, "external": null, "description": "Table capturing the historical records of pages tagged in Pendo.", "columns": {"app_id": {"name": "app_id", "description": "Foreign key referencing the `APPLICATION` that the page is associated with.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "color": {"name": "color", "description": "Color associated with the product area in the pendo UI.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_at": {"name": "created_at", "description": "Timestamp of when the page was first created.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "created_by_user_id": {"name": "created_by_user_id", "description": "Foreign key referencing the `USER` who created the page.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "dirty": {"name": "dirty", "description": "Boolean value returned if page is processing at the time of request.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "group_id": {"name": "group_id", "description": "Foreign key referencing the `GROUP` (product area) that the page is tagged under.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "id": {"name": "id", "description": "Unique identifier of the page.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_updated_at": {"name": "last_updated_at", "description": "Timestamp of when the page was updated.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_updated_by_user_id": {"name": "last_updated_by_user_id", "description": "Foreign key referencing the `USER` who last updated the page.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "name": {"name": "name", "description": "Name of the page as displayed in Pendo.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "root_version_id": {"name": "root_version_id", "description": "The unique identifier of the root entity, which nominally matches the public id field of the page.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "stable_version_id": {"name": "stable_version_id", "description": "The unique identifier for the current version of the page.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "valid_through": {"name": "valid_through", "description": "Timestamp that indicates when data was last processed.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000`.`page_history`", "created_at": 1681750410.9708061}, "source.pendo_source.pendo.page_rule_history": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000", "name": "page_rule_history", "resource_type": "source", "package_name": "pendo_source", "path": "models/src_pendo.yml", "original_file_path": "models/src_pendo.yml", "unique_id": "source.pendo_source.pendo.page_rule_history", "fqn": ["pendo_source", "pendo", "page_rule_history"], "source_name": "pendo", "source_description": "", "loader": "fivetran", "identifier": "page_rule_history", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 168, "period": "hour"}, "filter": null}, "external": null, "description": "Table capturing historical records of rules associated with pages.", "columns": {"designer_hint": {"name": "designer_hint", "description": "String of what the page's url will look like, including site domain.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "page_id": {"name": "page_id", "description": "Foreign key referencing the `PAGE` that the rule pertains to.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "page_last_updated_at": {"name": "page_last_updated_at", "description": "Timestamp of when the page was last updated at.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "parsed_rule": {"name": "parsed_rule", "description": "The url rule of the page, completely parsed out.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "rule": {"name": "rule", "description": "Bare-bones URL rule of the page.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000`.`page_rule_history`", "created_at": 1681750410.970907}, "source.pendo_source.pendo.user": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000", "name": "user", "resource_type": "source", "package_name": "pendo_source", "path": "models/src_pendo.yml", "original_file_path": "models/src_pendo.yml", "unique_id": "source.pendo_source.pendo.user", "fqn": ["pendo_source", "pendo", "user"], "source_name": "pendo", "source_description": "", "loader": "fivetran", "identifier": "user", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 168, "period": "hour"}, "filter": null}, "external": null, "description": "Table capturing internal Pendo users.", "columns": {"deleted_at": {"name": "deleted_at", "description": "Timestamp of when the user was deleted at.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "first_name": {"name": "first_name", "description": "First name of the user.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "id": {"name": "id", "description": "Unique identifier of the user.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_name": {"name": "last_name", "description": "Last name of the user.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "role": {"name": "role", "description": "The user's role. This is an integer-type ID that does not point anywhere as of 08/2021.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "user_type": {"name": "user_type", "description": "Type of user.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "username": {"name": "username", "description": "Username of the user, typically their email.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000`.`user`", "created_at": 1681750410.971018}, "source.pendo_source.pendo.visitor_history": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000", "name": "visitor_history", "resource_type": "source", "package_name": "pendo_source", "path": "models/src_pendo.yml", "original_file_path": "models/src_pendo.yml", "unique_id": "source.pendo_source.pendo.visitor_history", "fqn": ["pendo_source", "pendo", "visitor_history"], "source_name": "pendo", "source_description": "", "loader": "fivetran", "identifier": "visitor_history", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 168, "period": "hour"}, "filter": null}, "external": null, "description": "Table capturing historical records of visitors.", "columns": {"account_id": {"name": "account_id", "description": "Foreign key referencing the `ACCOUNT` associated with this visitor. Visitors can belong to multiple accounts, however. Refer to `VISITOR_ACCOUNT_HISTORY` for all accounts associated with individual visitors.\n", "meta": {}, "data_type": null, "quote": null, "tags": []}, "first_visit": {"name": "first_visit", "description": "Timestamp of when an event was first captured for the visitor.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "id": {"name": "id", "description": "Unique identifier of the visitor.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "id_hash": {"name": "id_hash", "description": "32-bit hash of the visitor ID.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_browser_name": {"name": "last_browser_name", "description": "Most recent browser name.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_browser_version": {"name": "last_browser_version", "description": "Most recent browser version.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_operating_system": {"name": "last_operating_system", "description": "Most recent operating system.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_server_name": {"name": "last_server_name", "description": "Most recent server name.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_updated_at": {"name": "last_updated_at", "description": "Timestamp of when the visitor was last updated.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_user_agent": {"name": "last_user_agent", "description": "Most recent user agent (unparsed).", "meta": {}, "data_type": null, "quote": null, "tags": []}, "last_visit": {"name": "last_visit", "description": "Timestamp of the user's last visit.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "n_id": {"name": "n_id", "description": "Numeric id for the visitor.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000`.`visitor_history`", "created_at": 1681750410.9711292}, "source.pendo_source.pendo.poll": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000", "name": "poll", "resource_type": "source", "package_name": "pendo_source", "path": "models/src_pendo.yml", "original_file_path": "models/src_pendo.yml", "unique_id": "source.pendo_source.pendo.poll", "fqn": ["pendo_source", "pendo", "poll"], "source_name": "pendo", "source_description": "", "loader": "fivetran", "identifier": "poll", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 168, "period": "hour"}, "filter": null}, "external": null, "description": "Table capturing polls administered via Pendo.", "columns": {"attribute_display": {"name": "attribute_display", "description": "Type of way to answer (ie select, radio, null for freeform answers).", "meta": {}, "data_type": null, "quote": null, "tags": []}, "attribute_follow_up": {"name": "attribute_follow_up", "description": "Self-referencing id of the follow-up `POLL` question, if any.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "attribute_max_length": {"name": "attribute_max_length", "description": "Max length for the answer, if any.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "attribute_placeholder": {"name": "attribute_placeholder", "description": "", "meta": {}, "data_type": null, "quote": null, "tags": []}, "attribute_type": {"name": "attribute_type", "description": "Type of poll question.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "id": {"name": "id", "description": "Unique identifier of the poll.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "question": {"name": "question", "description": "The content of the poll question.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "reset_at": {"name": "reset_at", "description": "The timestamp when the poll's data was last reset.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000`.`poll`", "created_at": 1681750410.9712331}, "source.pendo_source.pendo.poll_event": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000", "name": "poll_event", "resource_type": "source", "package_name": "pendo_source", "path": "models/src_pendo.yml", "original_file_path": "models/src_pendo.yml", "unique_id": "source.pendo_source.pendo.poll_event", "fqn": ["pendo_source", "pendo", "poll_event"], "source_name": "pendo", "source_description": "", "loader": "fivetran", "identifier": "poll_event", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 168, "period": "hour"}, "filter": null}, "external": null, "description": "Table capturing individual responses to polls.", "columns": {"account_id": {"name": "account_id", "description": "Foreign key referencing the `ACCOUNT` associated with the event, if any.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "app_id": {"name": "app_id", "description": "Foreign key referencing the `APPLICATION` that the event was tracked in.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "country": {"name": "country", "description": "Country in which the poll event was recorded.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "element_path": {"name": "element_path", "description": "The element path that indicates where the poll can be found (blank if not applicable).", "meta": {}, "data_type": null, "quote": null, "tags": []}, "guide_id": {"name": "guide_id", "description": "Foreign key referencing the `GUIDE` that the poll is a part of.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "guide_step_id": {"name": "guide_step_id", "description": "Foreign key referencing the `GUIDE_STEP` that the poll is a part of.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "latitude": {"name": "latitude", "description": "Latitude of where the event was triggered from, if location is provided.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "load_time": {"name": "load_time", "description": "Load time of the poll event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "longitude": {"name": "longitude", "description": "Longitude of where the event was triggered from, if location is provided.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "poll_id": {"name": "poll_id", "description": "Foreign key referencing the `POLL` that the event was in response to.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "poll_response": {"name": "poll_response", "description": "Depending on the kind of poll, the content of the poll response. For ratings, this will be an integer, and for freeform text responses, this will be the content. For pick-lists, this will be an ID that does not point anywhere....\n", "meta": {}, "data_type": null, "quote": null, "tags": []}, "region": {"name": "region", "description": "Geographic region of the triggered event, if location is provided.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "remote_ip": {"name": "remote_ip", "description": "IP Address of the event triggerer.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "server_name": {"name": "server_name", "description": "Name of the server (your website) on which the event was tracked.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "timestamp": {"name": "timestamp", "description": "Timestamp of when the poll event was triggered.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "type": {"name": "type", "description": "Type of guide event that was tracked. This table only captures poll responses.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "url": {"name": "url", "description": "URL on which the poll response was recorded.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "user_agent": {"name": "user_agent", "description": "String identifying the browser and operating system on which the event was triggered.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "visitor_id": {"name": "visitor_id", "description": "Foreign key referencing the `VISITOR` who triggered the event.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000`.`poll_event`", "created_at": 1681750410.97135}, "source.pendo_source.pendo.visitor_account_history": {"database": "dbt-package-testing", "schema": "pendo_source_integration_tests_2000", "name": "visitor_account_history", "resource_type": "source", "package_name": "pendo_source", "path": "models/src_pendo.yml", "original_file_path": "models/src_pendo.yml", "unique_id": "source.pendo_source.pendo.visitor_account_history", "fqn": ["pendo_source", "pendo", "visitor_account_history"], "source_name": "pendo", "source_description": "", "loader": "fivetran", "identifier": "visitor_account_history", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 168, "period": "hour"}, "filter": null}, "external": null, "description": "Table of historical records of associations between visitors and accounts. Though the visitor table has an `account_id` column, refer to this table for all potential related accounts. \n", "columns": {"account_id": {"name": "account_id", "description": "Foreign key referencing the `ACCOUNT` that the visitor is associated with.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "visitor_id": {"name": "visitor_id", "description": "Foreign key referencing the `VISITOR` associated with the account.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "visitor_last_updated_at": {"name": "visitor_last_updated_at", "description": "Timestamp of when the visitor was last updated.", "meta": {}, "data_type": null, "quote": null, "tags": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "UTC timestamp that indicates the time when Fivetran last successfully synced the row.", "meta": {}, "data_type": null, "quote": null, "tags": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true}, "patch_path": null, "unrendered_config": {}, "relation_name": "`dbt-package-testing`.`pendo_source_integration_tests_2000`.`visitor_account_history`", "created_at": 1681750410.9714482}}, "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": 1681750409.786096, "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": 1681750409.7863429, "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": 1681750409.786643, "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": 1681750409.7912169, "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": 1681750409.7959921, "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": 1681750409.796494, "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": 1681750409.7968829, "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": 1681750409.797173, "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": 1681750409.798358, "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": 1681750409.7986372, "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": 1681750409.798985, "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": 1681750409.799124, "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": 1681750409.7993221, "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": 1681750409.799479, "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": 1681750409.7996259, "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": 1681750409.7997792, "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": 1681750409.7999659, "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": 1681750409.800259, "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": 1681750409.800423, "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": 1681750409.800583, "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": 1681750409.8010082, "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": 1681750409.801427, "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": 1681750409.80226, "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": 1681750409.8024588, "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": 1681750409.802783, "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": 1681750409.803203, "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": 1681750409.803367, "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": 1681750409.8041751, "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": 1681750409.80477, "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": 1681750409.805491, "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": 1681750409.809081, "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": 1681750409.809417, "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": 1681750409.8106859, "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": 1681750409.813201, "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": 1681750409.813542, "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": 1681750409.814213, "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": 1681750409.81489, "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": 1681750409.819166, "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": 1681750409.819614, "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": 1681750409.819778, "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": 1681750409.8199182, "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": 1681750409.820836, "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": 1681750409.821465, "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": 1681750409.821816, "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": 1681750409.8247318, "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": 1681750409.82607, "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": 1681750409.8266702, "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": 1681750409.8275142, "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": 1681750409.82832, "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": 1681750409.8296268, "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": 1681750409.831809, "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": 1681750409.832855, "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": 1681750409.8332999, "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": 1681750409.833567, "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": 1681750409.8340359, "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": 1681750409.834272, "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": 1681750409.834383, "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": 1681750409.834622, "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": 1681750409.8348029, "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": 1681750409.834997, "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": 1681750409.8350809, "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": 1681750409.83519, "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": 1681750409.835389, "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": 1681750409.8356302, "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": 1681750409.836055, "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": 1681750409.8365881, "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": 1681750409.836766, "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": 1681750409.83693, "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": 1681750409.8371189, "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": 1681750409.8372931, "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": 1681750409.8374422, "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": 1681750409.838112, "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": 1681750409.838294, "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": 1681750409.838607, "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": 1681750409.8388228, "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": 1681750409.839495, "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": 1681750409.839751, "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": 1681750409.839999, "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": 1681750409.840254, "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": 1681750409.841582, "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": 1681750409.841802, "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": 1681750409.841953, "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": 1681750409.842116, "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": 1681750409.842269, "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": 1681750409.842689, "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": 1681750409.843015, "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": 1681750409.843333, "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": 1681750409.843789, "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": 1681750409.844079, "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": 1681750409.848017, "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": 1681750409.848206, "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": 1681750409.8484402, "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": 1681750409.8492239, "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": 1681750409.849411, "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": 1681750409.8495932, "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": 1681750409.851101, "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": 1681750409.852559, "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": 1681750409.857312, "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": 1681750409.8576362, "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": 1681750409.857815, "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": 1681750409.85792, "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": 1681750409.858075, "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": 1681750409.858201, "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": 1681750409.858419, "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": 1681750409.859489, "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": 1681750409.8597782, "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": 1681750409.86006, "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": 1681750409.860536, "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": 1681750409.8674119, "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": 1681750409.86966, "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": 1681750409.870135, "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": 1681750409.870475, "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": 1681750409.870899, "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": 1681750409.871312, "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": 1681750409.873023, "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": 1681750409.8736079, "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": 1681750409.8743129, "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": 1681750409.874559, "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": 1681750409.8753269, "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": 1681750409.8823402, "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": 1681750409.8842108, "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": 1681750409.884496, "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": 1681750409.885555, "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": 1681750409.8858418, "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": 1681750409.886537, "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": 1681750409.887243, "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": 1681750409.888201, "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": 1681750409.888473, "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": 1681750409.8886888, "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": 1681750409.889052, "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": 1681750409.889358, "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": 1681750409.889739, "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": 1681750409.890014, "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": 1681750409.89033, "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": 1681750409.8905458, "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": 1681750409.890715, "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": 1681750409.89103, "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": 1681750409.896592, "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": 1681750409.902936, "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": 1681750409.904276, "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": 1681750409.905658, "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": 1681750409.906649, "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": 1681750409.909411, "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": 1681750409.90996, "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": 1681750409.910159, "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": 1681750409.910631, "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": 1681750409.911062, "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": 1681750409.913823, "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": 1681750409.914138, "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": 1681750409.914369, "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": 1681750409.915949, "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": 1681750409.9163241, "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": 1681750409.916491, "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": 1681750409.9166772, "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": 1681750409.916945, "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": 1681750409.920539, "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": 1681750409.926107, "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": 1681750409.927048, "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": 1681750409.927296, "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": 1681750409.927809, "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": 1681750409.928014, "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": 1681750409.928153, "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": 1681750409.928303, "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": 1681750409.9284322, "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": 1681750409.928608, "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": 1681750409.928738, "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": 1681750409.9293451, "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": 1681750409.929585, "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": 1681750409.931028, "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": 1681750409.931479, "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": 1681750409.93173, "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": 1681750409.9323049, "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": 1681750409.9325912, "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": 1681750409.932893, "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": 1681750409.9333062, "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": 1681750409.93359, "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": 1681750409.93398, "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": 1681750409.934298, "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": 1681750409.9345732, "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": 1681750409.935317, "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": 1681750409.936985, "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": 1681750409.9376671, "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": 1681750409.93799, "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": 1681750409.9401112, "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": 1681750409.9414668, "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": 1681750409.942262, "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": 1681750409.942508, "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": 1681750409.94275, "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": 1681750409.942831, "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": 1681750409.9431732, "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": 1681750409.943349, "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": 1681750409.943599, "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": 1681750409.9437299, "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": 1681750409.943988, "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": 1681750409.944093, "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": 1681750409.944451, "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": 1681750409.944622, "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": 1681750409.944868, "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": 1681750409.944952, "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": 1681750409.945279, "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": 1681750409.945445, "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": 1681750409.945767, "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": 1681750409.9459178, "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": 1681750409.9465868, "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": 1681750409.947099, "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": 1681750409.9474518, "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": 1681750409.9476259, "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": 1681750409.947923, "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": 1681750409.948074, "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": 1681750409.948334, "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": 1681750409.9484968, "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": 1681750409.948745, "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": 1681750409.9489121, "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": 1681750409.949182, "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": 1681750409.9492962, "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": 1681750409.949634, "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": 1681750409.94978, "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": 1681750409.950031, "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": 1681750409.9501429, "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": 1681750409.951114, "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": 1681750409.951277, "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": 1681750409.9514408, "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": 1681750409.951596, "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": 1681750409.951762, "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": 1681750409.951985, "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": 1681750409.952162, "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": 1681750409.95235, "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": 1681750409.952511, "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": 1681750409.952667, "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": 1681750409.9528298, "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": 1681750409.952978, "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": 1681750409.9531462, "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": 1681750409.953301, "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": 1681750409.953585, "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": 1681750409.9537191, "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": 1681750409.953971, "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": 1681750409.954078, "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": 1681750409.954425, "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": 1681750409.9547021, "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": 1681750409.954853, "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": 1681750409.955404, "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": 1681750409.9555688, "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": 1681750409.955801, "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": 1681750409.9560819, "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": 1681750409.956219, "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": 1681750409.9566138, "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": 1681750409.956927, "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": 1681750409.95722, "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": 1681750409.9573498, "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": 1681750409.957747, "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": 1681750409.957933, "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": 1681750409.958099, "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": 1681750409.958286, "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": 1681750409.9587798, "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": 1681750409.9589398, "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": 1681750409.9590971, "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": 1681750409.959203, "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": 1681750409.9593742, "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": 1681750409.959452, "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": 1681750409.9596229, "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": 1681750409.9597921, "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": 1681750409.960263, "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": 1681750409.960404, "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": 1681750409.960566, "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": 1681750409.960982, "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": 1681750409.964639, "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": 1681750409.964895, "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": 1681750409.96513, "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": 1681750409.9654322, "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": 1681750409.9656892, "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": 1681750409.9660218, "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": 1681750409.966209, "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": 1681750409.966429, "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": 1681750409.9666119, "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": 1681750409.9667861, "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": 1681750409.9670029, "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": 1681750409.9673102, "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": 1681750409.967586, "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": 1681750409.968213, "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": 1681750409.968485, "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": 1681750409.968642, "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": 1681750409.9688509, "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": 1681750409.969342, "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": 1681750409.9697988, "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": 1681750409.971678, "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": 1681750409.971798, "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": 1681750409.971972, "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": 1681750409.9720929, "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": 1681750409.9725518, "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": 1681750409.9727628, "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": 1681750409.972874, "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": 1681750409.97313, "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": 1681750409.973438, "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": 1681750409.973703, "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": 1681750409.973918, "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": 1681750409.974171, "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": 1681750409.974928, "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": 1681750409.9751391, "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": 1681750409.97541, "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": 1681750409.975661, "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": 1681750409.976932, "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": 1681750409.977694, "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": 1681750409.9778728, "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": 1681750409.978086, "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": 1681750409.9782631, "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": 1681750409.9785652, "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": 1681750409.979244, "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": 1681750409.9808571, "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": 1681750409.981153, "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": 1681750409.981366, "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": 1681750409.9816499, "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": 1681750409.981846, "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": 1681750409.982104, "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": 1681750409.982317, "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": 1681750409.9826381, "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": 1681750409.982836, "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": 1681750409.9830022, "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": 1681750409.984828, "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": 1681750409.9850712, "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": 1681750409.985452, "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": 1681750409.985662, "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": 1681750409.986041, "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": 1681750409.986288, "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": 1681750409.9869308, "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": 1681750409.987204, "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": 1681750409.988013, "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": 1681750409.989492, "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": 1681750409.989658, "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": 1681750409.9900851, "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": 1681750409.990779, "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": 1681750409.991416, "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": 1681750409.9919062, "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": 1681750409.9919791, "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": 1681750409.992523, "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": 1681750409.992769, "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": 1681750409.993061, "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": 1681750409.9933429, "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": 1681750409.993705, "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": 1681750409.994206, "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": 1681750409.994729, "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": 1681750409.9955032, "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": 1681750409.9958458, "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": 1681750409.996191, "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": 1681750409.997327, "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": 1681750409.9984078, "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": 1681750409.999317, "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": 1681750410.0005271, "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": 1681750410.0012422, "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": 1681750410.0016189, "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": 1681750410.0024672, "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": 1681750410.003412, "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": 1681750410.003904, "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": 1681750410.0044029, "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": 1681750410.0052211, "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": 1681750410.005785, "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": 1681750410.006426, "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": 1681750410.0068321, "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": 1681750410.007326, "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": 1681750410.007841, "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": 1681750410.008497, "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": 1681750410.0091991, "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": 1681750410.0097752, "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": 1681750410.0101361, "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": 1681750410.010551, "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": 1681750410.010921, "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": 1681750410.011589, "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": 1681750410.0125592, "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": 1681750410.0135, "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": 1681750410.014453, "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": 1681750410.01537, "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": 1681750410.016494, "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": 1681750410.017109, "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": 1681750410.017441, "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": 1681750410.021072, "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": 1681750410.022725, "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": 1681750410.023016, "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": 1681750410.0231948, "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": 1681750410.023669, "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": 1681750410.0239518, "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": 1681750410.024153, "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": 1681750410.024423, "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": 1681750410.024601, "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": 1681750410.0252569, "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": 1681750410.0261571, "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": 1681750410.026934, "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": 1681750410.0276968, "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": 1681750410.027963, "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": 1681750410.028376, "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": 1681750410.0287209, "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": 1681750410.0291588, "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": 1681750410.029891, "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": 1681750410.0307982, "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": 1681750410.0316842, "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": 1681750410.032137, "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": 1681750410.032328, "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": 1681750410.032867, "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": 1681750410.033591, "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": 1681750410.034474, "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": 1681750410.034931, "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": 1681750410.03527, "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": 1681750410.036672, "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": 1681750410.0383282, "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": 1681750410.040006, "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": 1681750410.041701, "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": 1681750410.0420082, "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": 1681750410.0421429, "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": 1681750410.0456572, "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": 1681750410.049588, "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": 1681750410.050007, "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": 1681750410.050299, "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": 1681750410.051093, "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": 1681750410.0513291, "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": 1681750410.05156, "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": 1681750410.0517719, "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": 1681750410.051948, "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": 1681750410.052138, "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": 1681750410.0525692, "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": 1681750410.0528362, "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": 1681750410.0532548, "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": 1681750410.053856, "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": 1681750410.054215, "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": 1681750410.054563, "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": 1681750410.056415, "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": 1681750410.056793, "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": 1681750410.057633, "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": 1681750410.058165, "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": 1681750410.0595148, "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": 1681750410.061166, "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": 1681750410.062294, "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": 1681750410.063176, "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": 1681750410.063672, "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": 1681750410.064418, "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": 1681750410.065941, "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": 1681750410.066418, "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": 1681750410.066893, "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": 1681750410.0670888, "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": 1681750410.067489, "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": 1681750410.068104, "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": 1681750410.068585, "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": 1681750410.06947, "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": 1681750410.0699499, "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": 1681750410.070111, "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": 1681750410.070258, "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": 1681750410.070813, "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": 1681750410.071722, "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": 1681750410.0728781, "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": 1681750410.073169, "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": 1681750410.073768, "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": 1681750410.074645, "supported_languages": null}, "macro.pendo_source.get_guide_event_columns": {"name": "get_guide_event_columns", "resource_type": "macro", "package_name": "pendo_source", "path": "macros/get_guide_event_columns.sql", "original_file_path": "macros/get_guide_event_columns.sql", "unique_id": "macro.pendo_source.get_guide_event_columns", "macro_sql": "{% macro get_guide_event_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"account_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"app_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"country\", \"datatype\": dbt.type_string()},\n {\"name\": \"element_path\", \"datatype\": dbt.type_string()},\n {\"name\": \"guide_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"guide_step_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"latitude\", \"datatype\": dbt.type_float()},\n {\"name\": \"load_time\", \"datatype\": dbt.type_int()},\n {\"name\": \"longitude\", \"datatype\": dbt.type_float()},\n {\"name\": \"region\", \"datatype\": dbt.type_string()},\n {\"name\": \"remote_ip\", \"datatype\": dbt.type_string()},\n {\"name\": \"server_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"timestamp\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"type\", \"datatype\": dbt.type_string()},\n {\"name\": \"url\", \"datatype\": dbt.type_string()},\n {\"name\": \"user_agent\", \"datatype\": dbt.type_string()},\n {\"name\": \"visitor_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"_fivetran_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_float", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1681750410.076951, "supported_languages": null}, "macro.pendo_source.get_guide_history_columns": {"name": "get_guide_history_columns", "resource_type": "macro", "package_name": "pendo_source", "path": "macros/get_guide_history_columns.sql", "original_file_path": "macros/get_guide_history_columns.sql", "unique_id": "macro.pendo_source.get_guide_history_columns", "macro_sql": "{% macro get_guide_history_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"app_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"attribute_badge_can_change_badge_color\", \"datatype\": \"boolean\"},\n {\"name\": \"attribute_badge_color\", \"datatype\": dbt.type_string()},\n {\"name\": \"attribute_badge_height\", \"datatype\": dbt.type_int()},\n {\"name\": \"attribute_badge_image_url\", \"datatype\": dbt.type_string()},\n {\"name\": \"attribute_badge_is_only_show_once\", \"datatype\": \"boolean\"},\n {\"name\": \"attribute_badge_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"attribute_badge_offset_left\", \"datatype\": dbt.type_int()},\n {\"name\": \"attribute_badge_offset_right\", \"datatype\": dbt.type_int()},\n {\"name\": \"attribute_badge_offset_top\", \"datatype\": dbt.type_int()},\n {\"name\": \"attribute_badge_position\", \"datatype\": dbt.type_string()},\n {\"name\": \"attribute_badge_show_on_event\", \"datatype\": dbt.type_string()},\n {\"name\": \"attribute_badge_use_hover\", \"datatype\": dbt.type_string()},\n {\"name\": \"attribute_badge_width\", \"datatype\": dbt.type_int()},\n {\"name\": \"attribute_device_type\", \"datatype\": dbt.type_string()},\n {\"name\": \"attribute_priority\", \"datatype\": dbt.type_string()},\n {\"name\": \"attribute_type\", \"datatype\": dbt.type_string()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"created_by_user_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"email_state\", \"datatype\": dbt.type_string()},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"is_multi_step\", \"datatype\": \"boolean\"},\n {\"name\": \"is_training\", \"datatype\": \"boolean\"},\n {\"name\": \"last_updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"last_updated_by_user_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"launch_method\", \"datatype\": dbt.type_string()},\n {\"name\": \"name\", \"datatype\": dbt.type_string()},\n {\"name\": \"published_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"recurrence\", \"datatype\": dbt.type_int()},\n {\"name\": \"recurrence_eligibility_window\", \"datatype\": dbt.type_int()},\n {\"name\": \"reset_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"root_version_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"stable_version_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"state\", \"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": 1681750410.0812109, "supported_languages": null}, "macro.pendo_source.get_poll_event_columns": {"name": "get_poll_event_columns", "resource_type": "macro", "package_name": "pendo_source", "path": "macros/get_poll_event_columns.sql", "original_file_path": "macros/get_poll_event_columns.sql", "unique_id": "macro.pendo_source.get_poll_event_columns", "macro_sql": "{% macro get_poll_event_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"account_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"app_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"country\", \"datatype\": dbt.type_string()},\n {\"name\": \"element_path\", \"datatype\": dbt.type_string()},\n {\"name\": \"guide_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"guide_step_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"latitude\", \"datatype\": dbt.type_float()},\n {\"name\": \"load_time\", \"datatype\": dbt.type_int()},\n {\"name\": \"longitude\", \"datatype\": dbt.type_float()},\n {\"name\": \"poll_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"poll_response\", \"datatype\": dbt.type_string()},\n {\"name\": \"region\", \"datatype\": dbt.type_string()},\n {\"name\": \"remote_ip\", \"datatype\": dbt.type_string()},\n {\"name\": \"server_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"timestamp\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"type\", \"datatype\": dbt.type_string()},\n {\"name\": \"url\", \"datatype\": dbt.type_string()},\n {\"name\": \"user_agent\", \"datatype\": dbt.type_string()},\n {\"name\": \"visitor_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"_fivetran_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_float", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1681750410.083841, "supported_languages": null}, "macro.pendo_source.get_group_columns": {"name": "get_group_columns", "resource_type": "macro", "package_name": "pendo_source", "path": "macros/get_group_columns.sql", "original_file_path": "macros/get_group_columns.sql", "unique_id": "macro.pendo_source.get_group_columns", "macro_sql": "{% macro get_group_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"app_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"color\", \"datatype\": dbt.type_string()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"created_by_user_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"description\", \"datatype\": dbt.type_string()},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"last_updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"last_updated_by_user_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"length\", \"datatype\": dbt.type_int()},\n {\"name\": \"name\", \"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": 1681750410.085384, "supported_languages": null}, "macro.pendo_source.get_guide_step_history_columns": {"name": "get_guide_step_history_columns", "resource_type": "macro", "package_name": "pendo_source", "path": "macros/get_guide_step_history_columns.sql", "original_file_path": "macros/get_guide_step_history_columns.sql", "unique_id": "macro.pendo_source.get_guide_step_history_columns", "macro_sql": "{% macro get_guide_step_history_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"guide_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"guide_last_updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"step_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": 1681750410.08607, "supported_languages": null}, "macro.pendo_source.get_page_rule_history_columns": {"name": "get_page_rule_history_columns", "resource_type": "macro", "package_name": "pendo_source", "path": "macros/get_page_rule_history_columns.sql", "original_file_path": "macros/get_page_rule_history_columns.sql", "unique_id": "macro.pendo_source.get_page_rule_history_columns", "macro_sql": "{% macro get_page_rule_history_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"designer_hint\", \"datatype\": dbt.type_string()},\n {\"name\": \"page_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"page_last_updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"parsed_rule\", \"datatype\": dbt.type_string()},\n {\"name\": \"rule\", \"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": 1681750410.086901, "supported_languages": null}, "macro.pendo_source.get_poll_columns": {"name": "get_poll_columns", "resource_type": "macro", "package_name": "pendo_source", "path": "macros/get_poll_columns.sql", "original_file_path": "macros/get_poll_columns.sql", "unique_id": "macro.pendo_source.get_poll_columns", "macro_sql": "{% macro get_poll_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"attribute_display\", \"datatype\": dbt.type_string()},\n {\"name\": \"attribute_follow_up\", \"datatype\": dbt.type_string()},\n {\"name\": \"attribute_max_length\", \"datatype\": dbt.type_string()},\n {\"name\": \"attribute_placeholder\", \"datatype\": dbt.type_string()},\n {\"name\": \"attribute_type\", \"datatype\": dbt.type_string()},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"question\", \"datatype\": dbt.type_string()},\n {\"name\": \"reset_at\", \"datatype\": dbt.type_timestamp()}\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": 1681750410.0880399, "supported_languages": null}, "macro.pendo_source.get_page_event_columns": {"name": "get_page_event_columns", "resource_type": "macro", "package_name": "pendo_source", "path": "macros/get_page_event_columns.sql", "original_file_path": "macros/get_page_event_columns.sql", "unique_id": "macro.pendo_source.get_page_event_columns", "macro_sql": "{% macro get_page_event_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"account_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"app_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"num_events\", \"datatype\": dbt.type_int()},\n {\"name\": \"num_minutes\", \"datatype\": dbt.type_int()},\n {\"name\": \"page_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"remote_ip\", \"datatype\": dbt.type_string()},\n {\"name\": \"server_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"timestamp\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"user_agent\", \"datatype\": dbt.type_string()},\n {\"name\": \"visitor_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"_fivetran_id\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ fivetran_utils.add_pass_through_columns(columns, var('pendo__page_event_pass_through_columns')) }}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_int", "macro.fivetran_utils.add_pass_through_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1681750410.089658, "supported_languages": null}, "macro.pendo_source.get_page_history_columns": {"name": "get_page_history_columns", "resource_type": "macro", "package_name": "pendo_source", "path": "macros/get_page_history_columns.sql", "original_file_path": "macros/get_page_history_columns.sql", "unique_id": "macro.pendo_source.get_page_history_columns", "macro_sql": "{% macro get_page_history_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"app_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"color\", \"datatype\": dbt.type_string()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"created_by_user_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"dirty\", \"datatype\": \"boolean\"},\n {\"name\": \"group_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"last_updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"last_updated_by_user_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"name\", \"datatype\": dbt.type_string()},\n {\"name\": \"root_version_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"stable_version_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"valid_through\", \"datatype\": dbt.type_timestamp()}\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": 1681750410.091392, "supported_languages": null}, "macro.pendo_source.get_user_columns": {"name": "get_user_columns", "resource_type": "macro", "package_name": "pendo_source", "path": "macros/get_user_columns.sql", "original_file_path": "macros/get_user_columns.sql", "unique_id": "macro.pendo_source.get_user_columns", "macro_sql": "{% macro get_user_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"deleted_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"first_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"last_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"role\", \"datatype\": dbt.type_int()},\n {\"name\": \"user_type\", \"datatype\": dbt.type_string()},\n {\"name\": \"username\", \"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": 1681750410.0925078, "supported_languages": null}, "macro.pendo_source.get_account_history_columns": {"name": "get_account_history_columns", "resource_type": "macro", "package_name": "pendo_source", "path": "macros/get_account_history_columns.sql", "original_file_path": "macros/get_account_history_columns.sql", "unique_id": "macro.pendo_source.get_account_history_columns", "macro_sql": "{% macro get_account_history_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"first_visit\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"id_hash\", \"datatype\": dbt.type_int()},\n {\"name\": \"last_updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"last_visit\", \"datatype\": dbt.type_timestamp()},\n] %}\n\n{{ fivetran_utils.add_pass_through_columns(columns, var('pendo__account_history_pass_through_columns')) }}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_int", "macro.fivetran_utils.add_pass_through_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1681750410.093434, "supported_languages": null}, "macro.pendo_source.get_event_columns": {"name": "get_event_columns", "resource_type": "macro", "package_name": "pendo_source", "path": "macros/get_event_columns.sql", "original_file_path": "macros/get_event_columns.sql", "unique_id": "macro.pendo_source.get_event_columns", "macro_sql": "{% macro get_event_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"account_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"app_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"num_events\", \"datatype\": dbt.type_int()},\n {\"name\": \"num_minutes\", \"datatype\": dbt.type_int()},\n {\"name\": \"page_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"remote_ip\", \"datatype\": dbt.type_string()},\n {\"name\": \"server_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"timestamp\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"user_agent\", \"datatype\": dbt.type_string()},\n {\"name\": \"visitor_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"_fivetran_id\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ fivetran_utils.add_pass_through_columns(columns, var('pendo__event_pass_through_columns')) }}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_int", "macro.fivetran_utils.add_pass_through_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1681750410.094986, "supported_languages": null}, "macro.pendo_source.get_visitor_account_history_columns": {"name": "get_visitor_account_history_columns", "resource_type": "macro", "package_name": "pendo_source", "path": "macros/get_visitor_account_history_columns.sql", "original_file_path": "macros/get_visitor_account_history_columns.sql", "unique_id": "macro.pendo_source.get_visitor_account_history_columns", "macro_sql": "{% macro get_visitor_account_history_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"account_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"visitor_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"visitor_last_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"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1681750410.0956428, "supported_languages": null}, "macro.pendo_source.get_application_history_columns": {"name": "get_application_history_columns", "resource_type": "macro", "package_name": "pendo_source", "path": "macros/get_application_history_columns.sql", "original_file_path": "macros/get_application_history_columns.sql", "unique_id": "macro.pendo_source.get_application_history_columns", "macro_sql": "{% macro get_application_history_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"agent_policy_prod\", \"datatype\": dbt.type_string()},\n {\"name\": \"agent_policy_staging\", \"datatype\": dbt.type_string()},\n {\"name\": \"agent_version_prod\", \"datatype\": dbt.type_string()},\n {\"name\": \"agent_version_staging\", \"datatype\": dbt.type_string()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"created_by_user_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"description\", \"datatype\": dbt.type_string()},\n {\"name\": \"disabled_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"display_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"event_count\", \"datatype\": dbt.type_int()},\n {\"name\": \"event_rate\", \"datatype\": dbt.type_int()},\n {\"name\": \"first_event_time\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"integrated\", \"datatype\": \"boolean\"},\n {\"name\": \"is_deleted\", \"datatype\": \"boolean\"},\n {\"name\": \"last_updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"last_updated_by_user_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"marked_for_deletion_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"name\", \"datatype\": dbt.type_string()},\n {\"name\": \"platform\", \"datatype\": dbt.type_string()},\n {\"name\": \"push_application_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"record_until\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"sampling_rate\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"starting_event_time\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"subscription_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": 1681750410.098709, "supported_languages": null}, "macro.pendo_source.get_visitor_history_columns": {"name": "get_visitor_history_columns", "resource_type": "macro", "package_name": "pendo_source", "path": "macros/get_visitor_history_columns.sql", "original_file_path": "macros/get_visitor_history_columns.sql", "unique_id": "macro.pendo_source.get_visitor_history_columns", "macro_sql": "{% macro get_visitor_history_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"account_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"first_visit\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"id_hash\", \"datatype\": dbt.type_int()},\n {\"name\": \"last_browser_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"last_browser_version\", \"datatype\": dbt.type_string()},\n {\"name\": \"last_operating_system\", \"datatype\": dbt.type_string()},\n {\"name\": \"last_server_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"last_updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"last_user_agent\", \"datatype\": dbt.type_string()},\n {\"name\": \"last_visit\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"n_id\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ fivetran_utils.add_pass_through_columns(columns, var('pendo__visitor_history_pass_through_columns')) }}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_int", "macro.fivetran_utils.add_pass_through_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1681750410.100437, "supported_languages": null}, "macro.pendo_source.get_feature_event_columns": {"name": "get_feature_event_columns", "resource_type": "macro", "package_name": "pendo_source", "path": "macros/get_feature_event_columns.sql", "original_file_path": "macros/get_feature_event_columns.sql", "unique_id": "macro.pendo_source.get_feature_event_columns", "macro_sql": "{% macro get_feature_event_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"account_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"app_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"feature_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"num_events\", \"datatype\": dbt.type_int()},\n {\"name\": \"num_minutes\", \"datatype\": dbt.type_int()},\n {\"name\": \"remote_ip\", \"datatype\": dbt.type_string()},\n {\"name\": \"server_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"timestamp\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"user_agent\", \"datatype\": dbt.type_string()},\n {\"name\": \"visitor_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"_fivetran_id\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ fivetran_utils.add_pass_through_columns(columns, var('pendo__feature_event_pass_through_columns')) }}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_int", "macro.fivetran_utils.add_pass_through_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1681750410.102004, "supported_languages": null}, "macro.pendo_source.get_feature_history_columns": {"name": "get_feature_history_columns", "resource_type": "macro", "package_name": "pendo_source", "path": "macros/get_feature_history_columns.sql", "original_file_path": "macros/get_feature_history_columns.sql", "unique_id": "macro.pendo_source.get_feature_history_columns", "macro_sql": "{% macro get_feature_history_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"app_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"color\", \"datatype\": dbt.type_string()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"created_by_user_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"dirty\", \"datatype\": \"boolean\"},\n {\"name\": \"group_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"is_core_event\", \"datatype\": \"boolean\"},\n {\"name\": \"last_updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"last_updated_by_user_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"name\", \"datatype\": dbt.type_string()},\n {\"name\": \"page_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"root_version_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"stable_version_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"valid_through\", \"datatype\": dbt.type_timestamp()}\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": 1681750410.103856, "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": 1681750410.109779, "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": 1681750410.110552, "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": 1681750410.11152, "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": 1681750410.112426, "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": 1681750410.1132412, "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": 1681750410.114229, "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": 1681750410.114444, "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": 1681750410.1145668, "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": 1681750410.117841, "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": 1681750410.126167, "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": 1681750410.126336, "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": 1681750410.1264179, "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": 1681750410.127018, "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": 1681750410.128695, "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": 1681750410.129045, "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": 1681750410.129332, "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": 1681750410.129618, "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": 1681750410.129947, "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": 1681750410.1301498, "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": 1681750410.1303601, "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": 1681750410.1307719, "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": 1681750410.131972, "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": 1681750410.13217, "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": 1681750410.132354, "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": 1681750410.132534, "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": 1681750410.1326919, "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": 1681750410.132871, "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": 1681750410.133888, "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": 1681750410.134607, "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": 1681750410.1359, "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": 1681750410.136178, "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": 1681750410.136448, "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": 1681750410.136708, "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": 1681750410.1369731, "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": 1681750410.1372669, "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": 1681750410.137568, "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": 1681750410.1379251, "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": 1681750410.138033, "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": 1681750410.1381388, "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": 1681750410.138249, "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": 1681750410.1386502, "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": 1681750410.139285, "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": 1681750410.140147, "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": 1681750410.1406589, "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": 1681750410.140801, "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": 1681750410.14094, "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": 1681750410.141084, "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": 1681750410.141231, "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": 1681750410.144778, "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": 1681750410.1449559, "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": 1681750410.145122, "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": 1681750410.145283, "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": 1681750410.147063, "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": 1681750410.147976, "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": 1681750410.148121, "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": 1681750410.148406, "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": 1681750410.148705, "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": 1681750410.148844, "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": 1681750410.148976, "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": 1681750410.149102, "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": 1681750410.149606, "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": 1681750410.150203, "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": 1681750410.1507142, "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": 1681750410.150922, "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": 1681750410.151148, "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": 1681750410.1514099, "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": 1681750410.152734, "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": 1681750410.1573792, "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": 1681750410.1577878, "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": 1681750410.1582139, "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": 1681750410.159987, "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": 1681750410.160629, "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": 1681750410.161288, "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": 1681750410.161459, "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": 1681750410.161622, "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": 1681750410.1618, "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": 1681750410.16197, "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": 1681750410.162125, "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": 1681750410.162891, "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": 1681750410.1639569, "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": 1681750410.164715, "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": 1681750410.164887, "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": 1681750410.16506, "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": 1681750410.165233, "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": 1681750410.165396, "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": 1681750410.165581, "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": 1681750410.1658509, "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": 1681750410.1660569, "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": 1681750410.166163, "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": 1681750410.166831, "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": 1681750410.17089, "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": 1681750410.174867, "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": 1681750410.1764312, "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": 1681750410.1767309, "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": 1681750410.176852, "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": 1681750410.1769652, "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": 1681750410.177438, "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": 1681750410.177869, "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"}}, "exposures": {}, "metrics": {}, "selectors": {}, "disabled": {}, "parent_map": {"seed.pendo_source_integration_tests.feature_history": [], "seed.pendo_source_integration_tests.visitor_history": [], "seed.pendo_source_integration_tests.application_history": [], "seed.pendo_source_integration_tests.visitor_account_history": [], "seed.pendo_source_integration_tests.poll": [], "seed.pendo_source_integration_tests.poll_event": [], "seed.pendo_source_integration_tests.page_rule_history": [], "seed.pendo_source_integration_tests.feature_event": [], "seed.pendo_source_integration_tests.guide_step_history": [], "seed.pendo_source_integration_tests.guide_history": [], "seed.pendo_source_integration_tests.user": [], "seed.pendo_source_integration_tests.page_event": [], "seed.pendo_source_integration_tests.event": [], "seed.pendo_source_integration_tests.guide_event": [], "seed.pendo_source_integration_tests.account_history": [], "seed.pendo_source_integration_tests.page_history": [], "seed.pendo_source_integration_tests.group_data": [], "model.pendo_source.stg_pendo__guide_event": ["model.pendo_source.stg_pendo__guide_event_tmp", "model.pendo_source.stg_pendo__guide_event_tmp"], "model.pendo_source.stg_pendo__poll_event": ["model.pendo_source.stg_pendo__poll_event_tmp", "model.pendo_source.stg_pendo__poll_event_tmp"], "model.pendo_source.stg_pendo__application_history": ["model.pendo_source.stg_pendo__application_history_tmp", "model.pendo_source.stg_pendo__application_history_tmp"], "model.pendo_source.stg_pendo__account_history": ["model.pendo_source.stg_pendo__account_history_tmp", "model.pendo_source.stg_pendo__account_history_tmp"], "model.pendo_source.stg_pendo__page_rule_history": ["model.pendo_source.stg_pendo__page_rule_history_tmp", "model.pendo_source.stg_pendo__page_rule_history_tmp"], "model.pendo_source.stg_pendo__user": ["model.pendo_source.stg_pendo__user_tmp", "model.pendo_source.stg_pendo__user_tmp"], "model.pendo_source.stg_pendo__feature_event": ["model.pendo_source.stg_pendo__feature_event_tmp", "model.pendo_source.stg_pendo__feature_event_tmp"], "model.pendo_source.stg_pendo__visitor_account_history": ["model.pendo_source.stg_pendo__visitor_account_history_tmp", "model.pendo_source.stg_pendo__visitor_account_history_tmp"], "model.pendo_source.stg_pendo__guide_history": ["model.pendo_source.stg_pendo__guide_history_tmp", "model.pendo_source.stg_pendo__guide_history_tmp"], "model.pendo_source.stg_pendo__poll": ["model.pendo_source.stg_pendo__poll_tmp", "model.pendo_source.stg_pendo__poll_tmp"], "model.pendo_source.stg_pendo__page_event": ["model.pendo_source.stg_pendo__page_event_tmp", "model.pendo_source.stg_pendo__page_event_tmp"], "model.pendo_source.stg_pendo__visitor_history": ["model.pendo_source.stg_pendo__visitor_history_tmp", "model.pendo_source.stg_pendo__visitor_history_tmp"], "model.pendo_source.stg_pendo__feature_history": ["model.pendo_source.stg_pendo__feature_history_tmp", "model.pendo_source.stg_pendo__feature_history_tmp"], "model.pendo_source.stg_pendo__event": ["model.pendo_source.stg_pendo__event_tmp", "model.pendo_source.stg_pendo__event_tmp"], "model.pendo_source.stg_pendo__guide_step_history": ["model.pendo_source.stg_pendo__guide_step_history_tmp", "model.pendo_source.stg_pendo__guide_step_history_tmp"], "model.pendo_source.stg_pendo__group": ["model.pendo_source.stg_pendo__group_tmp", "model.pendo_source.stg_pendo__group_tmp"], "model.pendo_source.stg_pendo__page_history": ["model.pendo_source.stg_pendo__page_history_tmp", "model.pendo_source.stg_pendo__page_history_tmp"], "model.pendo_source.stg_pendo__account_history_tmp": ["source.pendo_source.pendo.account_history"], "model.pendo_source.stg_pendo__poll_event_tmp": ["source.pendo_source.pendo.poll_event"], "model.pendo_source.stg_pendo__page_history_tmp": ["source.pendo_source.pendo.page_history"], "model.pendo_source.stg_pendo__application_history_tmp": ["source.pendo_source.pendo.application_history"], "model.pendo_source.stg_pendo__visitor_history_tmp": ["source.pendo_source.pendo.visitor_history"], "model.pendo_source.stg_pendo__group_tmp": ["source.pendo_source.pendo.group"], "model.pendo_source.stg_pendo__event_tmp": ["source.pendo_source.pendo.event"], "model.pendo_source.stg_pendo__guide_event_tmp": ["source.pendo_source.pendo.guide_event"], "model.pendo_source.stg_pendo__feature_event_tmp": ["source.pendo_source.pendo.feature_event"], "model.pendo_source.stg_pendo__guide_step_history_tmp": ["source.pendo_source.pendo.guide_step_history"], "model.pendo_source.stg_pendo__page_event_tmp": ["source.pendo_source.pendo.page_event"], "model.pendo_source.stg_pendo__page_rule_history_tmp": ["source.pendo_source.pendo.page_rule_history"], "model.pendo_source.stg_pendo__poll_tmp": ["source.pendo_source.pendo.poll"], "model.pendo_source.stg_pendo__feature_history_tmp": ["source.pendo_source.pendo.feature_history"], "model.pendo_source.stg_pendo__visitor_account_history_tmp": ["source.pendo_source.pendo.visitor_account_history"], "model.pendo_source.stg_pendo__user_tmp": ["source.pendo_source.pendo.user"], "model.pendo_source.stg_pendo__guide_history_tmp": ["source.pendo_source.pendo.guide_history"], "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__account_history_account_id__last_updated_at.2f9e7646fb": ["model.pendo_source.stg_pendo__account_history"], "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__application_history_application_id__last_updated_at.2600c513e2": ["model.pendo_source.stg_pendo__application_history"], "test.pendo_source.unique_stg_pendo__event_event_key.4acfe5f47c": ["model.pendo_source.stg_pendo__event"], "test.pendo_source.not_null_stg_pendo__event_event_key.48a5b4cbec": ["model.pendo_source.stg_pendo__event"], "test.pendo_source.unique_stg_pendo__feature_event_feature_event_key.cabc05892e": ["model.pendo_source.stg_pendo__feature_event"], "test.pendo_source.not_null_stg_pendo__feature_event_feature_event_key.8f15508c08": ["model.pendo_source.stg_pendo__feature_event"], "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__feature_history_feature_id__last_updated_at.4557b33886": ["model.pendo_source.stg_pendo__feature_history"], "test.pendo_source.unique_stg_pendo__group_group_id.54f2dadf5b": ["model.pendo_source.stg_pendo__group"], "test.pendo_source.not_null_stg_pendo__group_group_id.193c4ec317": ["model.pendo_source.stg_pendo__group"], "test.pendo_source.unique_stg_pendo__guide_event_guide_event_key.5051abfeb8": ["model.pendo_source.stg_pendo__guide_event"], "test.pendo_source.not_null_stg_pendo__guide_event_guide_event_key.d47f358e15": ["model.pendo_source.stg_pendo__guide_event"], "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__guide_history_guide_id__last_updated_at.b29bd8b17f": ["model.pendo_source.stg_pendo__guide_history"], "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__guide_step_history_guide_id__guide_last_updated_at__step_id.cc063d14e9": ["model.pendo_source.stg_pendo__guide_step_history"], "test.pendo_source.unique_stg_pendo__page_event_page_event_key.eb0bc34c44": ["model.pendo_source.stg_pendo__page_event"], "test.pendo_source.not_null_stg_pendo__page_event_page_event_key.3c4b37f95d": ["model.pendo_source.stg_pendo__page_event"], "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__page_history_page_id__last_updated_at.d1687374ba": ["model.pendo_source.stg_pendo__page_history"], "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__page_rule_history_page_id__page_last_updated_at__rule.d9d9e22e58": ["model.pendo_source.stg_pendo__page_rule_history"], "test.pendo_source.unique_stg_pendo__user_user_id.2c97dfa752": ["model.pendo_source.stg_pendo__user"], "test.pendo_source.not_null_stg_pendo__user_user_id.c7069a38e3": ["model.pendo_source.stg_pendo__user"], "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__visitor_history_visitor_id__last_updated_at.d602abfc34": ["model.pendo_source.stg_pendo__visitor_history"], "test.pendo_source.unique_stg_pendo__poll_poll_id.23f31563c9": ["model.pendo_source.stg_pendo__poll"], "test.pendo_source.not_null_stg_pendo__poll_poll_id.7a6d8382db": ["model.pendo_source.stg_pendo__poll"], "test.pendo_source.unique_stg_pendo__poll_event_poll_event_key.0e9529a9d8": ["model.pendo_source.stg_pendo__poll_event"], "test.pendo_source.not_null_stg_pendo__poll_event_poll_event_key.727946c1b6": ["model.pendo_source.stg_pendo__poll_event"], "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__visitor_account_history_account_id__visitor_last_updated_at__visitor_id.f01d6166a8": ["model.pendo_source.stg_pendo__visitor_account_history"], "source.pendo_source.pendo.account_history": [], "source.pendo_source.pendo.application_history": [], "source.pendo_source.pendo.event": [], "source.pendo_source.pendo.feature_event": [], "source.pendo_source.pendo.feature_history": [], "source.pendo_source.pendo.group": [], "source.pendo_source.pendo.guide_event": [], "source.pendo_source.pendo.guide_history": [], "source.pendo_source.pendo.guide_step_history": [], "source.pendo_source.pendo.page_event": [], "source.pendo_source.pendo.page_history": [], "source.pendo_source.pendo.page_rule_history": [], "source.pendo_source.pendo.user": [], "source.pendo_source.pendo.visitor_history": [], "source.pendo_source.pendo.poll": [], "source.pendo_source.pendo.poll_event": [], "source.pendo_source.pendo.visitor_account_history": []}, "child_map": {"seed.pendo_source_integration_tests.feature_history": [], "seed.pendo_source_integration_tests.visitor_history": [], "seed.pendo_source_integration_tests.application_history": [], "seed.pendo_source_integration_tests.visitor_account_history": [], "seed.pendo_source_integration_tests.poll": [], "seed.pendo_source_integration_tests.poll_event": [], "seed.pendo_source_integration_tests.page_rule_history": [], "seed.pendo_source_integration_tests.feature_event": [], "seed.pendo_source_integration_tests.guide_step_history": [], "seed.pendo_source_integration_tests.guide_history": [], "seed.pendo_source_integration_tests.user": [], "seed.pendo_source_integration_tests.page_event": [], "seed.pendo_source_integration_tests.event": [], "seed.pendo_source_integration_tests.guide_event": [], "seed.pendo_source_integration_tests.account_history": [], "seed.pendo_source_integration_tests.page_history": [], "seed.pendo_source_integration_tests.group_data": [], "model.pendo_source.stg_pendo__guide_event": ["test.pendo_source.not_null_stg_pendo__guide_event_guide_event_key.d47f358e15", "test.pendo_source.unique_stg_pendo__guide_event_guide_event_key.5051abfeb8"], "model.pendo_source.stg_pendo__poll_event": ["test.pendo_source.not_null_stg_pendo__poll_event_poll_event_key.727946c1b6", "test.pendo_source.unique_stg_pendo__poll_event_poll_event_key.0e9529a9d8"], "model.pendo_source.stg_pendo__application_history": ["test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__application_history_application_id__last_updated_at.2600c513e2"], "model.pendo_source.stg_pendo__account_history": ["test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__account_history_account_id__last_updated_at.2f9e7646fb"], "model.pendo_source.stg_pendo__page_rule_history": ["test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__page_rule_history_page_id__page_last_updated_at__rule.d9d9e22e58"], "model.pendo_source.stg_pendo__user": ["test.pendo_source.not_null_stg_pendo__user_user_id.c7069a38e3", "test.pendo_source.unique_stg_pendo__user_user_id.2c97dfa752"], "model.pendo_source.stg_pendo__feature_event": ["test.pendo_source.not_null_stg_pendo__feature_event_feature_event_key.8f15508c08", "test.pendo_source.unique_stg_pendo__feature_event_feature_event_key.cabc05892e"], "model.pendo_source.stg_pendo__visitor_account_history": ["test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__visitor_account_history_account_id__visitor_last_updated_at__visitor_id.f01d6166a8"], "model.pendo_source.stg_pendo__guide_history": ["test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__guide_history_guide_id__last_updated_at.b29bd8b17f"], "model.pendo_source.stg_pendo__poll": ["test.pendo_source.not_null_stg_pendo__poll_poll_id.7a6d8382db", "test.pendo_source.unique_stg_pendo__poll_poll_id.23f31563c9"], "model.pendo_source.stg_pendo__page_event": ["test.pendo_source.not_null_stg_pendo__page_event_page_event_key.3c4b37f95d", "test.pendo_source.unique_stg_pendo__page_event_page_event_key.eb0bc34c44"], "model.pendo_source.stg_pendo__visitor_history": ["test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__visitor_history_visitor_id__last_updated_at.d602abfc34"], "model.pendo_source.stg_pendo__feature_history": ["test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__feature_history_feature_id__last_updated_at.4557b33886"], "model.pendo_source.stg_pendo__event": ["test.pendo_source.not_null_stg_pendo__event_event_key.48a5b4cbec", "test.pendo_source.unique_stg_pendo__event_event_key.4acfe5f47c"], "model.pendo_source.stg_pendo__guide_step_history": ["test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__guide_step_history_guide_id__guide_last_updated_at__step_id.cc063d14e9"], "model.pendo_source.stg_pendo__group": ["test.pendo_source.not_null_stg_pendo__group_group_id.193c4ec317", "test.pendo_source.unique_stg_pendo__group_group_id.54f2dadf5b"], "model.pendo_source.stg_pendo__page_history": ["test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__page_history_page_id__last_updated_at.d1687374ba"], "model.pendo_source.stg_pendo__account_history_tmp": ["model.pendo_source.stg_pendo__account_history", "model.pendo_source.stg_pendo__account_history"], "model.pendo_source.stg_pendo__poll_event_tmp": ["model.pendo_source.stg_pendo__poll_event", "model.pendo_source.stg_pendo__poll_event"], "model.pendo_source.stg_pendo__page_history_tmp": ["model.pendo_source.stg_pendo__page_history", "model.pendo_source.stg_pendo__page_history"], "model.pendo_source.stg_pendo__application_history_tmp": ["model.pendo_source.stg_pendo__application_history", "model.pendo_source.stg_pendo__application_history"], "model.pendo_source.stg_pendo__visitor_history_tmp": ["model.pendo_source.stg_pendo__visitor_history", "model.pendo_source.stg_pendo__visitor_history"], "model.pendo_source.stg_pendo__group_tmp": ["model.pendo_source.stg_pendo__group", "model.pendo_source.stg_pendo__group"], "model.pendo_source.stg_pendo__event_tmp": ["model.pendo_source.stg_pendo__event", "model.pendo_source.stg_pendo__event"], "model.pendo_source.stg_pendo__guide_event_tmp": ["model.pendo_source.stg_pendo__guide_event", "model.pendo_source.stg_pendo__guide_event"], "model.pendo_source.stg_pendo__feature_event_tmp": ["model.pendo_source.stg_pendo__feature_event", "model.pendo_source.stg_pendo__feature_event"], "model.pendo_source.stg_pendo__guide_step_history_tmp": ["model.pendo_source.stg_pendo__guide_step_history", "model.pendo_source.stg_pendo__guide_step_history"], "model.pendo_source.stg_pendo__page_event_tmp": ["model.pendo_source.stg_pendo__page_event", "model.pendo_source.stg_pendo__page_event"], "model.pendo_source.stg_pendo__page_rule_history_tmp": ["model.pendo_source.stg_pendo__page_rule_history", "model.pendo_source.stg_pendo__page_rule_history"], "model.pendo_source.stg_pendo__poll_tmp": ["model.pendo_source.stg_pendo__poll", "model.pendo_source.stg_pendo__poll"], "model.pendo_source.stg_pendo__feature_history_tmp": ["model.pendo_source.stg_pendo__feature_history", "model.pendo_source.stg_pendo__feature_history"], "model.pendo_source.stg_pendo__visitor_account_history_tmp": ["model.pendo_source.stg_pendo__visitor_account_history", "model.pendo_source.stg_pendo__visitor_account_history"], "model.pendo_source.stg_pendo__user_tmp": ["model.pendo_source.stg_pendo__user", "model.pendo_source.stg_pendo__user"], "model.pendo_source.stg_pendo__guide_history_tmp": ["model.pendo_source.stg_pendo__guide_history", "model.pendo_source.stg_pendo__guide_history"], "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__account_history_account_id__last_updated_at.2f9e7646fb": [], "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__application_history_application_id__last_updated_at.2600c513e2": [], "test.pendo_source.unique_stg_pendo__event_event_key.4acfe5f47c": [], "test.pendo_source.not_null_stg_pendo__event_event_key.48a5b4cbec": [], "test.pendo_source.unique_stg_pendo__feature_event_feature_event_key.cabc05892e": [], "test.pendo_source.not_null_stg_pendo__feature_event_feature_event_key.8f15508c08": [], "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__feature_history_feature_id__last_updated_at.4557b33886": [], "test.pendo_source.unique_stg_pendo__group_group_id.54f2dadf5b": [], "test.pendo_source.not_null_stg_pendo__group_group_id.193c4ec317": [], "test.pendo_source.unique_stg_pendo__guide_event_guide_event_key.5051abfeb8": [], "test.pendo_source.not_null_stg_pendo__guide_event_guide_event_key.d47f358e15": [], "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__guide_history_guide_id__last_updated_at.b29bd8b17f": [], "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__guide_step_history_guide_id__guide_last_updated_at__step_id.cc063d14e9": [], "test.pendo_source.unique_stg_pendo__page_event_page_event_key.eb0bc34c44": [], "test.pendo_source.not_null_stg_pendo__page_event_page_event_key.3c4b37f95d": [], "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__page_history_page_id__last_updated_at.d1687374ba": [], "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__page_rule_history_page_id__page_last_updated_at__rule.d9d9e22e58": [], "test.pendo_source.unique_stg_pendo__user_user_id.2c97dfa752": [], "test.pendo_source.not_null_stg_pendo__user_user_id.c7069a38e3": [], "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__visitor_history_visitor_id__last_updated_at.d602abfc34": [], "test.pendo_source.unique_stg_pendo__poll_poll_id.23f31563c9": [], "test.pendo_source.not_null_stg_pendo__poll_poll_id.7a6d8382db": [], "test.pendo_source.unique_stg_pendo__poll_event_poll_event_key.0e9529a9d8": [], "test.pendo_source.not_null_stg_pendo__poll_event_poll_event_key.727946c1b6": [], "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__visitor_account_history_account_id__visitor_last_updated_at__visitor_id.f01d6166a8": [], "source.pendo_source.pendo.account_history": ["model.pendo_source.stg_pendo__account_history_tmp"], "source.pendo_source.pendo.application_history": ["model.pendo_source.stg_pendo__application_history_tmp"], "source.pendo_source.pendo.event": ["model.pendo_source.stg_pendo__event_tmp"], "source.pendo_source.pendo.feature_event": ["model.pendo_source.stg_pendo__feature_event_tmp"], "source.pendo_source.pendo.feature_history": ["model.pendo_source.stg_pendo__feature_history_tmp"], "source.pendo_source.pendo.group": ["model.pendo_source.stg_pendo__group_tmp"], "source.pendo_source.pendo.guide_event": ["model.pendo_source.stg_pendo__guide_event_tmp"], "source.pendo_source.pendo.guide_history": ["model.pendo_source.stg_pendo__guide_history_tmp"], "source.pendo_source.pendo.guide_step_history": ["model.pendo_source.stg_pendo__guide_step_history_tmp"], "source.pendo_source.pendo.page_event": ["model.pendo_source.stg_pendo__page_event_tmp"], "source.pendo_source.pendo.page_history": ["model.pendo_source.stg_pendo__page_history_tmp"], "source.pendo_source.pendo.page_rule_history": ["model.pendo_source.stg_pendo__page_rule_history_tmp"], "source.pendo_source.pendo.user": ["model.pendo_source.stg_pendo__user_tmp"], "source.pendo_source.pendo.visitor_history": ["model.pendo_source.stg_pendo__visitor_history_tmp"], "source.pendo_source.pendo.poll": ["model.pendo_source.stg_pendo__poll_tmp"], "source.pendo_source.pendo.poll_event": ["model.pendo_source.stg_pendo__poll_event_tmp"], "source.pendo_source.pendo.visitor_account_history": ["model.pendo_source.stg_pendo__visitor_account_history_tmp"]}} \ No newline at end of file diff --git a/docs/run_results.json b/docs/run_results.json index 9379ccb..cb09f49 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.4.4", "generated_at": "2023-03-08T19:10:29.015293Z", "invocation_id": "409886b7-78f5-428d-8150-cc5689e2fb1a", "env": {}}, "results": [{"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:22.252763Z", "completed_at": "2023-03-08T19:10:22.255712Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:22.255957Z", "completed_at": "2023-03-08T19:10:22.255965Z"}], "thread_id": "Thread-1", "execution_time": 0.0039920806884765625, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.pendo_source.stg_pendo__account_history_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:22.257666Z", "completed_at": "2023-03-08T19:10:22.259927Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:22.260143Z", "completed_at": "2023-03-08T19:10:22.260147Z"}], "thread_id": "Thread-1", "execution_time": 0.0031981468200683594, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.pendo_source.stg_pendo__application_history_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:22.261249Z", "completed_at": "2023-03-08T19:10:22.263593Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:22.263829Z", "completed_at": "2023-03-08T19:10:22.263833Z"}], "thread_id": "Thread-1", "execution_time": 0.003328084945678711, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.pendo_source.stg_pendo__event_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:22.264808Z", "completed_at": "2023-03-08T19:10:22.267078Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:22.267291Z", "completed_at": "2023-03-08T19:10:22.267296Z"}], "thread_id": "Thread-1", "execution_time": 0.00311279296875, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.pendo_source.stg_pendo__feature_event_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:22.268245Z", "completed_at": "2023-03-08T19:10:22.270949Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:22.271175Z", "completed_at": "2023-03-08T19:10:22.271181Z"}], "thread_id": "Thread-1", "execution_time": 0.0035619735717773438, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.pendo_source.stg_pendo__feature_history_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:22.272288Z", "completed_at": "2023-03-08T19:10:22.275340Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:22.275590Z", "completed_at": "2023-03-08T19:10:22.275595Z"}], "thread_id": "Thread-1", "execution_time": 0.004029989242553711, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.pendo_source.stg_pendo__group_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:22.276674Z", "completed_at": "2023-03-08T19:10:22.278880Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:22.279080Z", "completed_at": "2023-03-08T19:10:22.279085Z"}], "thread_id": "Thread-1", "execution_time": 0.0030858516693115234, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.pendo_source.stg_pendo__guide_event_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:22.280016Z", "completed_at": "2023-03-08T19:10:22.282068Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:22.282286Z", "completed_at": "2023-03-08T19:10:22.282290Z"}], "thread_id": "Thread-1", "execution_time": 0.0029060840606689453, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.pendo_source.stg_pendo__guide_history_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:22.283256Z", "completed_at": "2023-03-08T19:10:22.285718Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:22.285932Z", "completed_at": "2023-03-08T19:10:22.285937Z"}], "thread_id": "Thread-1", "execution_time": 0.0033349990844726562, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.pendo_source.stg_pendo__guide_step_history_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:22.286902Z", "completed_at": "2023-03-08T19:10:22.288961Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:22.289164Z", "completed_at": "2023-03-08T19:10:22.289168Z"}], "thread_id": "Thread-1", "execution_time": 0.0028519630432128906, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.pendo_source.stg_pendo__page_event_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:22.290088Z", "completed_at": "2023-03-08T19:10:22.292521Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:22.292730Z", "completed_at": "2023-03-08T19:10:22.292734Z"}], "thread_id": "Thread-1", "execution_time": 0.0032608509063720703, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.pendo_source.stg_pendo__page_history_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:22.293819Z", "completed_at": "2023-03-08T19:10:22.296866Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:22.297083Z", "completed_at": "2023-03-08T19:10:22.297090Z"}], "thread_id": "Thread-1", "execution_time": 0.003982067108154297, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.pendo_source.stg_pendo__page_rule_history_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:22.298037Z", "completed_at": "2023-03-08T19:10:22.300089Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:22.300289Z", "completed_at": "2023-03-08T19:10:22.300292Z"}], "thread_id": "Thread-1", "execution_time": 0.0028460025787353516, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.pendo_source.stg_pendo__poll_event_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:22.301186Z", "completed_at": "2023-03-08T19:10:22.303161Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:22.303363Z", "completed_at": "2023-03-08T19:10:22.303367Z"}], "thread_id": "Thread-1", "execution_time": 0.0027849674224853516, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.pendo_source.stg_pendo__poll_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:22.304411Z", "completed_at": "2023-03-08T19:10:22.306542Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:22.306738Z", "completed_at": "2023-03-08T19:10:22.306742Z"}], "thread_id": "Thread-1", "execution_time": 0.0029768943786621094, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.pendo_source.stg_pendo__user_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:22.307731Z", "completed_at": "2023-03-08T19:10:22.310156Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:22.310372Z", "completed_at": "2023-03-08T19:10:22.310377Z"}], "thread_id": "Thread-1", "execution_time": 0.0034029483795166016, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.pendo_source.stg_pendo__visitor_account_history_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:22.311388Z", "completed_at": "2023-03-08T19:10:22.313662Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:22.313899Z", "completed_at": "2023-03-08T19:10:22.313904Z"}], "thread_id": "Thread-1", "execution_time": 0.0031681060791015625, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.pendo_source.stg_pendo__visitor_history_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:22.314870Z", "completed_at": "2023-03-08T19:10:22.316572Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:22.316792Z", "completed_at": "2023-03-08T19:10:22.316796Z"}], "thread_id": "Thread-1", "execution_time": 0.0025458335876464844, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.pendo_source_integration_tests.account_history"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:22.317647Z", "completed_at": "2023-03-08T19:10:22.318507Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:22.318686Z", "completed_at": "2023-03-08T19:10:22.318689Z"}], "thread_id": "Thread-1", "execution_time": 0.0015780925750732422, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.pendo_source_integration_tests.application_history"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:22.319531Z", "completed_at": "2023-03-08T19:10:22.320375Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:22.320565Z", "completed_at": "2023-03-08T19:10:22.320570Z"}], "thread_id": "Thread-1", "execution_time": 0.0016241073608398438, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.pendo_source_integration_tests.event"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:22.321594Z", "completed_at": "2023-03-08T19:10:22.322537Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:22.322746Z", "completed_at": "2023-03-08T19:10:22.322751Z"}], "thread_id": "Thread-1", "execution_time": 0.0018451213836669922, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.pendo_source_integration_tests.feature_event"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:22.323728Z", "completed_at": "2023-03-08T19:10:22.324710Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:22.324915Z", "completed_at": "2023-03-08T19:10:22.324920Z"}], "thread_id": "Thread-1", "execution_time": 0.0018310546875, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.pendo_source_integration_tests.feature_history"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:22.325763Z", "completed_at": "2023-03-08T19:10:22.326621Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:22.326800Z", "completed_at": "2023-03-08T19:10:22.326803Z"}], "thread_id": "Thread-1", "execution_time": 0.0015680789947509766, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.pendo_source_integration_tests.group_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:22.327575Z", "completed_at": "2023-03-08T19:10:22.329243Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:22.329486Z", "completed_at": "2023-03-08T19:10:22.329490Z"}], "thread_id": "Thread-1", "execution_time": 0.0024738311767578125, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.pendo_source_integration_tests.guide_event"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:22.330308Z", "completed_at": "2023-03-08T19:10:22.331163Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:22.331349Z", "completed_at": "2023-03-08T19:10:22.331352Z"}], "thread_id": "Thread-1", "execution_time": 0.0015873908996582031, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.pendo_source_integration_tests.guide_history"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:22.332161Z", "completed_at": "2023-03-08T19:10:22.332962Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:22.333153Z", "completed_at": "2023-03-08T19:10:22.333156Z"}], "thread_id": "Thread-1", "execution_time": 0.0015807151794433594, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.pendo_source_integration_tests.guide_step_history"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:22.333982Z", "completed_at": "2023-03-08T19:10:22.334757Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:22.334937Z", "completed_at": "2023-03-08T19:10:22.334940Z"}], "thread_id": "Thread-1", "execution_time": 0.0014879703521728516, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.pendo_source_integration_tests.page_event"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:22.335766Z", "completed_at": "2023-03-08T19:10:22.336543Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:22.336878Z", "completed_at": "2023-03-08T19:10:22.336882Z"}], "thread_id": "Thread-1", "execution_time": 0.0017359256744384766, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.pendo_source_integration_tests.page_history"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:22.337717Z", "completed_at": "2023-03-08T19:10:22.338605Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:22.338800Z", "completed_at": "2023-03-08T19:10:22.338803Z"}], "thread_id": "Thread-1", "execution_time": 0.0016322135925292969, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.pendo_source_integration_tests.page_rule_history"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:22.339589Z", "completed_at": "2023-03-08T19:10:22.340467Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:22.340657Z", "completed_at": "2023-03-08T19:10:22.340660Z"}], "thread_id": "Thread-1", "execution_time": 0.001619100570678711, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.pendo_source_integration_tests.poll"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:22.341459Z", "completed_at": "2023-03-08T19:10:22.342996Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:22.343203Z", "completed_at": "2023-03-08T19:10:22.343206Z"}], "thread_id": "Thread-1", "execution_time": 0.0022809505462646484, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.pendo_source_integration_tests.poll_event"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:22.344187Z", "completed_at": "2023-03-08T19:10:22.345095Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:22.345302Z", "completed_at": "2023-03-08T19:10:22.345306Z"}], "thread_id": "Thread-1", "execution_time": 0.0017359256744384766, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.pendo_source_integration_tests.user"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:22.346149Z", "completed_at": "2023-03-08T19:10:22.346994Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:22.347178Z", "completed_at": "2023-03-08T19:10:22.347181Z"}], "thread_id": "Thread-1", "execution_time": 0.0015878677368164062, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.pendo_source_integration_tests.visitor_account_history"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:22.347958Z", "completed_at": "2023-03-08T19:10:22.348798Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:22.348980Z", "completed_at": "2023-03-08T19:10:22.348983Z"}], "thread_id": "Thread-1", "execution_time": 0.001542806625366211, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.pendo_source_integration_tests.visitor_history"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:22.349749Z", "completed_at": "2023-03-08T19:10:22.709851Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:22.710177Z", "completed_at": "2023-03-08T19:10:22.710186Z"}], "thread_id": "Thread-1", "execution_time": 0.3611330986022949, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.pendo_source.stg_pendo__account_history"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:22.711485Z", "completed_at": "2023-03-08T19:10:23.077503Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:23.077859Z", "completed_at": "2023-03-08T19:10:23.077869Z"}], "thread_id": "Thread-1", "execution_time": 0.36728429794311523, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.pendo_source.stg_pendo__application_history"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:23.079481Z", "completed_at": "2023-03-08T19:10:23.489970Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:23.490410Z", "completed_at": "2023-03-08T19:10:23.490429Z"}], "thread_id": "Thread-1", "execution_time": 0.41209888458251953, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.pendo_source.stg_pendo__event"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:23.492314Z", "completed_at": "2023-03-08T19:10:23.872453Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:23.872782Z", "completed_at": "2023-03-08T19:10:23.872791Z"}], "thread_id": "Thread-1", "execution_time": 0.3815958499908447, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.pendo_source.stg_pendo__feature_event"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:23.874294Z", "completed_at": "2023-03-08T19:10:24.230207Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:24.230592Z", "completed_at": "2023-03-08T19:10:24.230605Z"}], "thread_id": "Thread-1", "execution_time": 0.3574228286743164, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.pendo_source.stg_pendo__feature_history"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:24.232352Z", "completed_at": "2023-03-08T19:10:24.638616Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:24.638888Z", "completed_at": "2023-03-08T19:10:24.638898Z"}], "thread_id": "Thread-1", "execution_time": 0.4075791835784912, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.pendo_source.stg_pendo__group"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:24.639889Z", "completed_at": "2023-03-08T19:10:25.062012Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:25.062300Z", "completed_at": "2023-03-08T19:10:25.062308Z"}], "thread_id": "Thread-1", "execution_time": 0.423112154006958, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.pendo_source.stg_pendo__guide_event"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:25.063613Z", "completed_at": "2023-03-08T19:10:25.475372Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:25.475693Z", "completed_at": "2023-03-08T19:10:25.475702Z"}], "thread_id": "Thread-1", "execution_time": 0.413006067276001, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.pendo_source.stg_pendo__guide_history"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:25.477183Z", "completed_at": "2023-03-08T19:10:25.865771Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:25.866406Z", "completed_at": "2023-03-08T19:10:25.866424Z"}], "thread_id": "Thread-1", "execution_time": 0.39055824279785156, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.pendo_source.stg_pendo__guide_step_history"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:25.873089Z", "completed_at": "2023-03-08T19:10:26.213221Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:26.213699Z", "completed_at": "2023-03-08T19:10:26.213716Z"}], "thread_id": "Thread-1", "execution_time": 0.34636878967285156, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.pendo_source.stg_pendo__page_event"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:26.215836Z", "completed_at": "2023-03-08T19:10:26.632106Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:26.632430Z", "completed_at": "2023-03-08T19:10:26.632438Z"}], "thread_id": "Thread-1", "execution_time": 0.41784191131591797, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.pendo_source.stg_pendo__page_history"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:26.634031Z", "completed_at": "2023-03-08T19:10:27.025028Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:27.025536Z", "completed_at": "2023-03-08T19:10:27.025551Z"}], "thread_id": "Thread-1", "execution_time": 0.3929109573364258, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.pendo_source.stg_pendo__page_rule_history"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:27.027700Z", "completed_at": "2023-03-08T19:10:27.413411Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:27.413830Z", "completed_at": "2023-03-08T19:10:27.413840Z"}], "thread_id": "Thread-1", "execution_time": 0.38743114471435547, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.pendo_source.stg_pendo__poll_event"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:27.415686Z", "completed_at": "2023-03-08T19:10:27.797264Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:27.797681Z", "completed_at": "2023-03-08T19:10:27.797691Z"}], "thread_id": "Thread-1", "execution_time": 0.3832218647003174, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.pendo_source.stg_pendo__poll"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:27.799703Z", "completed_at": "2023-03-08T19:10:28.155367Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:28.155889Z", "completed_at": "2023-03-08T19:10:28.155906Z"}], "thread_id": "Thread-1", "execution_time": 0.3578219413757324, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.pendo_source.stg_pendo__user"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:28.157886Z", "completed_at": "2023-03-08T19:10:28.536395Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:28.536920Z", "completed_at": "2023-03-08T19:10:28.536936Z"}], "thread_id": "Thread-1", "execution_time": 0.3802669048309326, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.pendo_source.stg_pendo__visitor_account_history"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:28.538718Z", "completed_at": "2023-03-08T19:10:28.898851Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:28.899294Z", "completed_at": "2023-03-08T19:10:28.899314Z"}], "thread_id": "Thread-1", "execution_time": 0.36178088188171387, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.pendo_source.stg_pendo__visitor_history"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:28.901203Z", "completed_at": "2023-03-08T19:10:28.913307Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:28.913605Z", "completed_at": "2023-03-08T19:10:28.913611Z"}], "thread_id": "Thread-1", "execution_time": 0.013501167297363281, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__account_history_account_id__last_updated_at.2f9e7646fb"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:28.914791Z", "completed_at": "2023-03-08T19:10:28.918751Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:28.919002Z", "completed_at": "2023-03-08T19:10:28.919007Z"}], "thread_id": "Thread-1", "execution_time": 0.0049440860748291016, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__application_history_application_id__last_updated_at.2600c513e2"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:28.920080Z", "completed_at": "2023-03-08T19:10:28.929496Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:28.929734Z", "completed_at": "2023-03-08T19:10:28.929739Z"}], "thread_id": "Thread-1", "execution_time": 0.010347843170166016, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.pendo_source.not_null_stg_pendo__event_event_key.48a5b4cbec"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:28.930727Z", "completed_at": "2023-03-08T19:10:28.934889Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:28.935096Z", "completed_at": "2023-03-08T19:10:28.935100Z"}], "thread_id": "Thread-1", "execution_time": 0.0050051212310791016, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.pendo_source.unique_stg_pendo__event_event_key.4acfe5f47c"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:28.935996Z", "completed_at": "2023-03-08T19:10:28.938663Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:28.938870Z", "completed_at": "2023-03-08T19:10:28.938874Z"}], "thread_id": "Thread-1", "execution_time": 0.0034627914428710938, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.pendo_source.not_null_stg_pendo__feature_event_feature_event_key.8f15508c08"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:28.939761Z", "completed_at": "2023-03-08T19:10:28.942330Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:28.942543Z", "completed_at": "2023-03-08T19:10:28.942547Z"}], "thread_id": "Thread-1", "execution_time": 0.003370046615600586, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.pendo_source.unique_stg_pendo__feature_event_feature_event_key.cabc05892e"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:28.943430Z", "completed_at": "2023-03-08T19:10:28.946567Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:28.946762Z", "completed_at": "2023-03-08T19:10:28.946766Z"}], "thread_id": "Thread-1", "execution_time": 0.0039038658142089844, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__feature_history_feature_id__last_updated_at.4557b33886"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:28.947602Z", "completed_at": "2023-03-08T19:10:28.950795Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:28.950991Z", "completed_at": "2023-03-08T19:10:28.950995Z"}], "thread_id": "Thread-1", "execution_time": 0.003953218460083008, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.pendo_source.not_null_stg_pendo__group_group_id.193c4ec317"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:28.951829Z", "completed_at": "2023-03-08T19:10:28.954189Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:28.954381Z", "completed_at": "2023-03-08T19:10:28.954385Z"}], "thread_id": "Thread-1", "execution_time": 0.003101825714111328, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.pendo_source.unique_stg_pendo__group_group_id.54f2dadf5b"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:28.955230Z", "completed_at": "2023-03-08T19:10:28.957609Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:28.957797Z", "completed_at": "2023-03-08T19:10:28.957801Z"}], "thread_id": "Thread-1", "execution_time": 0.003119230270385742, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.pendo_source.not_null_stg_pendo__guide_event_guide_event_key.d47f358e15"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:28.958611Z", "completed_at": "2023-03-08T19:10:28.960898Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:28.961089Z", "completed_at": "2023-03-08T19:10:28.961092Z"}], "thread_id": "Thread-1", "execution_time": 0.0030291080474853516, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.pendo_source.unique_stg_pendo__guide_event_guide_event_key.5051abfeb8"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:28.961903Z", "completed_at": "2023-03-08T19:10:28.964867Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:28.965066Z", "completed_at": "2023-03-08T19:10:28.965069Z"}], "thread_id": "Thread-1", "execution_time": 0.003709077835083008, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__guide_history_guide_id__last_updated_at.b29bd8b17f"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:28.965888Z", "completed_at": "2023-03-08T19:10:28.969057Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:28.969249Z", "completed_at": "2023-03-08T19:10:28.969253Z"}], "thread_id": "Thread-1", "execution_time": 0.0039098262786865234, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__guide_step_history_guide_id__guide_last_updated_at__step_id.cc063d14e9"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:28.970070Z", "completed_at": "2023-03-08T19:10:28.973085Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:28.973272Z", "completed_at": "2023-03-08T19:10:28.973275Z"}], "thread_id": "Thread-1", "execution_time": 0.00374603271484375, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.pendo_source.not_null_stg_pendo__page_event_page_event_key.3c4b37f95d"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:28.974083Z", "completed_at": "2023-03-08T19:10:28.976364Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:28.976556Z", "completed_at": "2023-03-08T19:10:28.976559Z"}], "thread_id": "Thread-1", "execution_time": 0.003009796142578125, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.pendo_source.unique_stg_pendo__page_event_page_event_key.eb0bc34c44"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:28.977361Z", "completed_at": "2023-03-08T19:10:28.980330Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:28.980521Z", "completed_at": "2023-03-08T19:10:28.980524Z"}], "thread_id": "Thread-1", "execution_time": 0.003704071044921875, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__page_history_page_id__last_updated_at.d1687374ba"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:28.981333Z", "completed_at": "2023-03-08T19:10:28.984501Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:28.984694Z", "completed_at": "2023-03-08T19:10:28.984697Z"}], "thread_id": "Thread-1", "execution_time": 0.003901958465576172, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__page_rule_history_page_id__page_last_updated_at__rule.d9d9e22e58"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:28.985512Z", "completed_at": "2023-03-08T19:10:28.987820Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:28.988005Z", "completed_at": "2023-03-08T19:10:28.988008Z"}], "thread_id": "Thread-1", "execution_time": 0.0030329227447509766, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.pendo_source.not_null_stg_pendo__poll_event_poll_event_key.727946c1b6"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:28.988859Z", "completed_at": "2023-03-08T19:10:28.991206Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:28.991400Z", "completed_at": "2023-03-08T19:10:28.991404Z"}], "thread_id": "Thread-1", "execution_time": 0.0031168460845947266, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.pendo_source.unique_stg_pendo__poll_event_poll_event_key.0e9529a9d8"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:28.992225Z", "completed_at": "2023-03-08T19:10:28.995241Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:28.995431Z", "completed_at": "2023-03-08T19:10:28.995434Z"}], "thread_id": "Thread-1", "execution_time": 0.0037610530853271484, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.pendo_source.not_null_stg_pendo__poll_poll_id.7a6d8382db"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:28.996255Z", "completed_at": "2023-03-08T19:10:28.998613Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:28.998804Z", "completed_at": "2023-03-08T19:10:28.998807Z"}], "thread_id": "Thread-1", "execution_time": 0.003092050552368164, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.pendo_source.unique_stg_pendo__poll_poll_id.23f31563c9"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:28.999617Z", "completed_at": "2023-03-08T19:10:29.001923Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:29.002114Z", "completed_at": "2023-03-08T19:10:29.002117Z"}], "thread_id": "Thread-1", "execution_time": 0.0030410289764404297, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.pendo_source.not_null_stg_pendo__user_user_id.c7069a38e3"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:29.002929Z", "completed_at": "2023-03-08T19:10:29.005235Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:29.005427Z", "completed_at": "2023-03-08T19:10:29.005430Z"}], "thread_id": "Thread-1", "execution_time": 0.0030469894409179688, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.pendo_source.unique_stg_pendo__user_user_id.2c97dfa752"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:29.006284Z", "completed_at": "2023-03-08T19:10:29.009842Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:29.010051Z", "completed_at": "2023-03-08T19:10:29.010056Z"}], "thread_id": "Thread-1", "execution_time": 0.004347085952758789, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__visitor_account_history_account_id__visitor_last_updated_at__visitor_id.f01d6166a8"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-03-08T19:10:29.010923Z", "completed_at": "2023-03-08T19:10:29.014199Z"}, {"name": "execute", "started_at": "2023-03-08T19:10:29.014403Z", "completed_at": "2023-03-08T19:10:29.014408Z"}], "thread_id": "Thread-1", "execution_time": 0.004055023193359375, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__visitor_history_visitor_id__last_updated_at.d602abfc34"}], "elapsed_time": 9.392449140548706, "args": {"write_json": true, "use_colors": true, "printer_width": 80, "version_check": true, "partial_parse": true, "static_parser": true, "profiles_dir": "/Users/catherinefritz/.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 +{"metadata": {"dbt_schema_version": "https://schemas.getdbt.com/dbt/run-results/v4.json", "dbt_version": "1.4.5", "generated_at": "2023-04-17T16:56:12.442338Z", "invocation_id": "479d80e8-31d2-477d-b0fc-ed6c3afca3e5", "env": {}}, "results": [{"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:04.804733Z", "completed_at": "2023-04-17T16:56:04.808979Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:04.809305Z", "completed_at": "2023-04-17T16:56:04.809324Z"}], "thread_id": "Thread-1", "execution_time": 0.005592823028564453, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.pendo_source.stg_pendo__account_history_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:04.813837Z", "completed_at": "2023-04-17T16:56:04.819002Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:04.819289Z", "completed_at": "2023-04-17T16:56:04.819295Z"}], "thread_id": "Thread-1", "execution_time": 0.00643467903137207, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.pendo_source.stg_pendo__application_history_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:04.820615Z", "completed_at": "2023-04-17T16:56:04.823717Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:04.824031Z", "completed_at": "2023-04-17T16:56:04.824037Z"}], "thread_id": "Thread-1", "execution_time": 0.0043048858642578125, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.pendo_source.stg_pendo__event_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:04.825540Z", "completed_at": "2023-04-17T16:56:04.829063Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:04.829363Z", "completed_at": "2023-04-17T16:56:04.829369Z"}], "thread_id": "Thread-1", "execution_time": 0.004821062088012695, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.pendo_source.stg_pendo__feature_event_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:04.830973Z", "completed_at": "2023-04-17T16:56:04.834456Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:04.834773Z", "completed_at": "2023-04-17T16:56:04.834780Z"}], "thread_id": "Thread-1", "execution_time": 0.004903316497802734, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.pendo_source.stg_pendo__feature_history_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:04.836214Z", "completed_at": "2023-04-17T16:56:04.839283Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:04.839575Z", "completed_at": "2023-04-17T16:56:04.839582Z"}], "thread_id": "Thread-1", "execution_time": 0.004381895065307617, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.pendo_source.stg_pendo__group_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:04.841019Z", "completed_at": "2023-04-17T16:56:04.845077Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:04.845342Z", "completed_at": "2023-04-17T16:56:04.845348Z"}], "thread_id": "Thread-1", "execution_time": 0.005290985107421875, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.pendo_source.stg_pendo__guide_event_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:04.846536Z", "completed_at": "2023-04-17T16:56:04.891854Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:04.892094Z", "completed_at": "2023-04-17T16:56:04.892101Z"}], "thread_id": "Thread-1", "execution_time": 0.04632091522216797, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.pendo_source.stg_pendo__guide_history_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:04.893012Z", "completed_at": "2023-04-17T16:56:04.895267Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:04.895474Z", "completed_at": "2023-04-17T16:56:04.895478Z"}], "thread_id": "Thread-1", "execution_time": 0.003059864044189453, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.pendo_source.stg_pendo__guide_step_history_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:04.896372Z", "completed_at": "2023-04-17T16:56:04.898623Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:04.898833Z", "completed_at": "2023-04-17T16:56:04.898837Z"}], "thread_id": "Thread-1", "execution_time": 0.0030908584594726562, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.pendo_source.stg_pendo__page_event_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:04.899820Z", "completed_at": "2023-04-17T16:56:04.902058Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:04.902269Z", "completed_at": "2023-04-17T16:56:04.902274Z"}], "thread_id": "Thread-1", "execution_time": 0.0030879974365234375, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.pendo_source.stg_pendo__page_history_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:04.903215Z", "completed_at": "2023-04-17T16:56:04.905381Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:04.905581Z", "completed_at": "2023-04-17T16:56:04.905585Z"}], "thread_id": "Thread-1", "execution_time": 0.002990245819091797, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.pendo_source.stg_pendo__page_rule_history_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:04.906488Z", "completed_at": "2023-04-17T16:56:04.908658Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:04.908850Z", "completed_at": "2023-04-17T16:56:04.908854Z"}], "thread_id": "Thread-1", "execution_time": 0.002933979034423828, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.pendo_source.stg_pendo__poll_event_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:04.909802Z", "completed_at": "2023-04-17T16:56:04.913197Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:04.913425Z", "completed_at": "2023-04-17T16:56:04.913432Z"}], "thread_id": "Thread-1", "execution_time": 0.004293918609619141, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.pendo_source.stg_pendo__poll_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:04.914645Z", "completed_at": "2023-04-17T16:56:04.917190Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:04.917425Z", "completed_at": "2023-04-17T16:56:04.917431Z"}], "thread_id": "Thread-1", "execution_time": 0.0036211013793945312, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.pendo_source.stg_pendo__user_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:04.918499Z", "completed_at": "2023-04-17T16:56:04.921076Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:04.921311Z", "completed_at": "2023-04-17T16:56:04.921316Z"}], "thread_id": "Thread-1", "execution_time": 0.003493070602416992, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.pendo_source.stg_pendo__visitor_account_history_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:04.922384Z", "completed_at": "2023-04-17T16:56:04.924688Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:04.924881Z", "completed_at": "2023-04-17T16:56:04.924885Z"}], "thread_id": "Thread-1", "execution_time": 0.003119945526123047, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.pendo_source.stg_pendo__visitor_history_tmp"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:04.925790Z", "completed_at": "2023-04-17T16:56:04.926686Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:04.926911Z", "completed_at": "2023-04-17T16:56:04.926914Z"}], "thread_id": "Thread-1", "execution_time": 0.0017070770263671875, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.pendo_source_integration_tests.account_history"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:04.927831Z", "completed_at": "2023-04-17T16:56:04.928687Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:04.928879Z", "completed_at": "2023-04-17T16:56:04.928882Z"}], "thread_id": "Thread-1", "execution_time": 0.0016818046569824219, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.pendo_source_integration_tests.application_history"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:04.929821Z", "completed_at": "2023-04-17T16:56:04.931439Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:04.931644Z", "completed_at": "2023-04-17T16:56:04.931648Z"}], "thread_id": "Thread-1", "execution_time": 0.002473115921020508, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.pendo_source_integration_tests.event"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:04.932519Z", "completed_at": "2023-04-17T16:56:04.933387Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:04.933580Z", "completed_at": "2023-04-17T16:56:04.933584Z"}], "thread_id": "Thread-1", "execution_time": 0.0016231536865234375, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.pendo_source_integration_tests.feature_event"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:04.934428Z", "completed_at": "2023-04-17T16:56:04.935309Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:04.935505Z", "completed_at": "2023-04-17T16:56:04.935509Z"}], "thread_id": "Thread-1", "execution_time": 0.0016398429870605469, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.pendo_source_integration_tests.feature_history"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:04.936339Z", "completed_at": "2023-04-17T16:56:04.937199Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:04.937382Z", "completed_at": "2023-04-17T16:56:04.937385Z"}], "thread_id": "Thread-1", "execution_time": 0.0015971660614013672, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.pendo_source_integration_tests.group_data"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:04.938206Z", "completed_at": "2023-04-17T16:56:04.939030Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:04.939227Z", "completed_at": "2023-04-17T16:56:04.939230Z"}], "thread_id": "Thread-1", "execution_time": 0.0015709400177001953, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.pendo_source_integration_tests.guide_event"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:04.940006Z", "completed_at": "2023-04-17T16:56:04.940836Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:04.941016Z", "completed_at": "2023-04-17T16:56:04.941019Z"}], "thread_id": "Thread-1", "execution_time": 0.0015461444854736328, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.pendo_source_integration_tests.guide_history"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:04.941794Z", "completed_at": "2023-04-17T16:56:04.943350Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:04.943533Z", "completed_at": "2023-04-17T16:56:04.943536Z"}], "thread_id": "Thread-1", "execution_time": 0.0022749900817871094, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.pendo_source_integration_tests.guide_step_history"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:04.944291Z", "completed_at": "2023-04-17T16:56:04.945092Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:04.945408Z", "completed_at": "2023-04-17T16:56:04.945411Z"}], "thread_id": "Thread-1", "execution_time": 0.001645803451538086, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.pendo_source_integration_tests.page_event"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:04.946191Z", "completed_at": "2023-04-17T16:56:04.947187Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:04.947617Z", "completed_at": "2023-04-17T16:56:04.947622Z"}], "thread_id": "Thread-1", "execution_time": 0.0020537376403808594, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.pendo_source_integration_tests.page_history"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:04.948675Z", "completed_at": "2023-04-17T16:56:04.949742Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:04.950034Z", "completed_at": "2023-04-17T16:56:04.950039Z"}], "thread_id": "Thread-1", "execution_time": 0.0020418167114257812, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.pendo_source_integration_tests.page_rule_history"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:04.951135Z", "completed_at": "2023-04-17T16:56:04.952218Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:04.952515Z", "completed_at": "2023-04-17T16:56:04.952520Z"}], "thread_id": "Thread-1", "execution_time": 0.002216815948486328, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.pendo_source_integration_tests.poll"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:04.953558Z", "completed_at": "2023-04-17T16:56:04.954547Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:04.954760Z", "completed_at": "2023-04-17T16:56:04.954765Z"}], "thread_id": "Thread-1", "execution_time": 0.0018360614776611328, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.pendo_source_integration_tests.poll_event"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:04.955953Z", "completed_at": "2023-04-17T16:56:04.956945Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:04.957172Z", "completed_at": "2023-04-17T16:56:04.957177Z"}], "thread_id": "Thread-1", "execution_time": 0.0019750595092773438, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.pendo_source_integration_tests.user"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:04.958156Z", "completed_at": "2023-04-17T16:56:04.959878Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:04.960076Z", "completed_at": "2023-04-17T16:56:04.960079Z"}], "thread_id": "Thread-1", "execution_time": 0.0025129318237304688, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.pendo_source_integration_tests.visitor_account_history"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:04.960931Z", "completed_at": "2023-04-17T16:56:04.961812Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:04.962014Z", "completed_at": "2023-04-17T16:56:04.962019Z"}], "thread_id": "Thread-1", "execution_time": 0.001667022705078125, "adapter_response": {}, "message": null, "failures": null, "unique_id": "seed.pendo_source_integration_tests.visitor_history"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:04.963008Z", "completed_at": "2023-04-17T16:56:05.350557Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:05.350933Z", "completed_at": "2023-04-17T16:56:05.350942Z"}], "thread_id": "Thread-1", "execution_time": 0.3887972831726074, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.pendo_source.stg_pendo__account_history"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:05.352462Z", "completed_at": "2023-04-17T16:56:05.822182Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:05.822587Z", "completed_at": "2023-04-17T16:56:05.822595Z"}], "thread_id": "Thread-1", "execution_time": 0.47116684913635254, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.pendo_source.stg_pendo__application_history"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:05.824045Z", "completed_at": "2023-04-17T16:56:06.220773Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:06.221033Z", "completed_at": "2023-04-17T16:56:06.221041Z"}], "thread_id": "Thread-1", "execution_time": 0.397899866104126, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.pendo_source.stg_pendo__event"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:06.222435Z", "completed_at": "2023-04-17T16:56:06.725952Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:06.726282Z", "completed_at": "2023-04-17T16:56:06.726290Z"}], "thread_id": "Thread-1", "execution_time": 0.5046861171722412, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.pendo_source.stg_pendo__feature_event"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:06.728099Z", "completed_at": "2023-04-17T16:56:07.050030Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:07.050440Z", "completed_at": "2023-04-17T16:56:07.050452Z"}], "thread_id": "Thread-1", "execution_time": 0.32387495040893555, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.pendo_source.stg_pendo__feature_history"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:07.052670Z", "completed_at": "2023-04-17T16:56:07.467375Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:07.468119Z", "completed_at": "2023-04-17T16:56:07.468126Z"}], "thread_id": "Thread-1", "execution_time": 0.4169199466705322, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.pendo_source.stg_pendo__group"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:07.469098Z", "completed_at": "2023-04-17T16:56:07.847334Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:07.847811Z", "completed_at": "2023-04-17T16:56:07.847821Z"}], "thread_id": "Thread-1", "execution_time": 0.37957191467285156, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.pendo_source.stg_pendo__guide_event"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:07.849880Z", "completed_at": "2023-04-17T16:56:08.414161Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:08.414528Z", "completed_at": "2023-04-17T16:56:08.414537Z"}], "thread_id": "Thread-1", "execution_time": 0.5659778118133545, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.pendo_source.stg_pendo__guide_history"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:08.416192Z", "completed_at": "2023-04-17T16:56:08.824900Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:08.825241Z", "completed_at": "2023-04-17T16:56:08.825249Z"}], "thread_id": "Thread-1", "execution_time": 0.4101700782775879, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.pendo_source.stg_pendo__guide_step_history"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:08.826713Z", "completed_at": "2023-04-17T16:56:09.253652Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:09.254010Z", "completed_at": "2023-04-17T16:56:09.254019Z"}], "thread_id": "Thread-1", "execution_time": 0.4283747673034668, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.pendo_source.stg_pendo__page_event"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:09.255606Z", "completed_at": "2023-04-17T16:56:09.744571Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:09.744900Z", "completed_at": "2023-04-17T16:56:09.744908Z"}], "thread_id": "Thread-1", "execution_time": 0.4903380870819092, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.pendo_source.stg_pendo__page_history"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:09.746336Z", "completed_at": "2023-04-17T16:56:10.105452Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:10.106202Z", "completed_at": "2023-04-17T16:56:10.106214Z"}], "thread_id": "Thread-1", "execution_time": 0.36096715927124023, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.pendo_source.stg_pendo__page_rule_history"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:10.107954Z", "completed_at": "2023-04-17T16:56:10.466838Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:10.467178Z", "completed_at": "2023-04-17T16:56:10.467186Z"}], "thread_id": "Thread-1", "execution_time": 0.3603980541229248, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.pendo_source.stg_pendo__poll_event"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:10.468742Z", "completed_at": "2023-04-17T16:56:10.827516Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:10.827813Z", "completed_at": "2023-04-17T16:56:10.827821Z"}], "thread_id": "Thread-1", "execution_time": 0.3601391315460205, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.pendo_source.stg_pendo__poll"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:10.829291Z", "completed_at": "2023-04-17T16:56:11.251886Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:11.252640Z", "completed_at": "2023-04-17T16:56:11.252654Z"}], "thread_id": "Thread-1", "execution_time": 0.42450499534606934, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.pendo_source.stg_pendo__user"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:11.254463Z", "completed_at": "2023-04-17T16:56:11.881586Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:11.882506Z", "completed_at": "2023-04-17T16:56:11.882525Z"}], "thread_id": "Thread-1", "execution_time": 0.6296839714050293, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.pendo_source.stg_pendo__visitor_account_history"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:11.885604Z", "completed_at": "2023-04-17T16:56:12.310508Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:12.310828Z", "completed_at": "2023-04-17T16:56:12.310837Z"}], "thread_id": "Thread-1", "execution_time": 0.4267411231994629, "adapter_response": {}, "message": null, "failures": null, "unique_id": "model.pendo_source.stg_pendo__visitor_history"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:12.312345Z", "completed_at": "2023-04-17T16:56:12.324660Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:12.324983Z", "completed_at": "2023-04-17T16:56:12.324992Z"}], "thread_id": "Thread-1", "execution_time": 0.013661861419677734, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__account_history_account_id__last_updated_at.2f9e7646fb"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:12.326586Z", "completed_at": "2023-04-17T16:56:12.331691Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:12.332013Z", "completed_at": "2023-04-17T16:56:12.332021Z"}], "thread_id": "Thread-1", "execution_time": 0.006506919860839844, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__application_history_application_id__last_updated_at.2600c513e2"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:12.333412Z", "completed_at": "2023-04-17T16:56:12.341182Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:12.341481Z", "completed_at": "2023-04-17T16:56:12.341488Z"}], "thread_id": "Thread-1", "execution_time": 0.008994817733764648, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.pendo_source.not_null_stg_pendo__event_event_key.48a5b4cbec"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:12.342810Z", "completed_at": "2023-04-17T16:56:12.349424Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:12.349703Z", "completed_at": "2023-04-17T16:56:12.349710Z"}], "thread_id": "Thread-1", "execution_time": 0.007788896560668945, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.pendo_source.unique_stg_pendo__event_event_key.4acfe5f47c"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:12.350919Z", "completed_at": "2023-04-17T16:56:12.355236Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:12.355500Z", "completed_at": "2023-04-17T16:56:12.355506Z"}], "thread_id": "Thread-1", "execution_time": 0.005350828170776367, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.pendo_source.not_null_stg_pendo__feature_event_feature_event_key.8f15508c08"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:12.356639Z", "completed_at": "2023-04-17T16:56:12.359850Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:12.360105Z", "completed_at": "2023-04-17T16:56:12.360110Z"}], "thread_id": "Thread-1", "execution_time": 0.004164218902587891, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.pendo_source.unique_stg_pendo__feature_event_feature_event_key.cabc05892e"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:12.361131Z", "completed_at": "2023-04-17T16:56:12.364784Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:12.365007Z", "completed_at": "2023-04-17T16:56:12.365011Z"}], "thread_id": "Thread-1", "execution_time": 0.0045642852783203125, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__feature_history_feature_id__last_updated_at.4557b33886"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:12.365983Z", "completed_at": "2023-04-17T16:56:12.369139Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:12.369386Z", "completed_at": "2023-04-17T16:56:12.369393Z"}], "thread_id": "Thread-1", "execution_time": 0.00406193733215332, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.pendo_source.not_null_stg_pendo__group_group_id.193c4ec317"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:12.370494Z", "completed_at": "2023-04-17T16:56:12.373649Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:12.373874Z", "completed_at": "2023-04-17T16:56:12.373879Z"}], "thread_id": "Thread-1", "execution_time": 0.004087686538696289, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.pendo_source.unique_stg_pendo__group_group_id.54f2dadf5b"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:12.374866Z", "completed_at": "2023-04-17T16:56:12.378783Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:12.379021Z", "completed_at": "2023-04-17T16:56:12.379027Z"}], "thread_id": "Thread-1", "execution_time": 0.004823923110961914, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.pendo_source.not_null_stg_pendo__guide_event_guide_event_key.d47f358e15"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:12.379990Z", "completed_at": "2023-04-17T16:56:12.382844Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:12.383042Z", "completed_at": "2023-04-17T16:56:12.383047Z"}], "thread_id": "Thread-1", "execution_time": 0.0037059783935546875, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.pendo_source.unique_stg_pendo__guide_event_guide_event_key.5051abfeb8"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:12.384000Z", "completed_at": "2023-04-17T16:56:12.387251Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:12.387480Z", "completed_at": "2023-04-17T16:56:12.387485Z"}], "thread_id": "Thread-1", "execution_time": 0.0040700435638427734, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__guide_history_guide_id__last_updated_at.b29bd8b17f"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:12.388351Z", "completed_at": "2023-04-17T16:56:12.391724Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:12.391938Z", "completed_at": "2023-04-17T16:56:12.391942Z"}], "thread_id": "Thread-1", "execution_time": 0.004147768020629883, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__guide_step_history_guide_id__guide_last_updated_at__step_id.cc063d14e9"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:12.392782Z", "completed_at": "2023-04-17T16:56:12.395394Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:12.395595Z", "completed_at": "2023-04-17T16:56:12.395599Z"}], "thread_id": "Thread-1", "execution_time": 0.003381967544555664, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.pendo_source.not_null_stg_pendo__page_event_page_event_key.3c4b37f95d"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:12.396446Z", "completed_at": "2023-04-17T16:56:12.398976Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:12.399173Z", "completed_at": "2023-04-17T16:56:12.399177Z"}], "thread_id": "Thread-1", "execution_time": 0.0032799243927001953, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.pendo_source.unique_stg_pendo__page_event_page_event_key.eb0bc34c44"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:12.400014Z", "completed_at": "2023-04-17T16:56:12.404239Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:12.404485Z", "completed_at": "2023-04-17T16:56:12.404492Z"}], "thread_id": "Thread-1", "execution_time": 0.0050847530364990234, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__page_history_page_id__last_updated_at.d1687374ba"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:12.405483Z", "completed_at": "2023-04-17T16:56:12.409600Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:12.409844Z", "completed_at": "2023-04-17T16:56:12.409851Z"}], "thread_id": "Thread-1", "execution_time": 0.005022287368774414, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__page_rule_history_page_id__page_last_updated_at__rule.d9d9e22e58"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:12.410840Z", "completed_at": "2023-04-17T16:56:12.413571Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:12.413766Z", "completed_at": "2023-04-17T16:56:12.413770Z"}], "thread_id": "Thread-1", "execution_time": 0.003522157669067383, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.pendo_source.not_null_stg_pendo__poll_event_poll_event_key.727946c1b6"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:12.414603Z", "completed_at": "2023-04-17T16:56:12.417097Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:12.417296Z", "completed_at": "2023-04-17T16:56:12.417301Z"}], "thread_id": "Thread-1", "execution_time": 0.003281116485595703, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.pendo_source.unique_stg_pendo__poll_event_poll_event_key.0e9529a9d8"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:12.418236Z", "completed_at": "2023-04-17T16:56:12.420759Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:12.420954Z", "completed_at": "2023-04-17T16:56:12.420958Z"}], "thread_id": "Thread-1", "execution_time": 0.0032968521118164062, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.pendo_source.not_null_stg_pendo__poll_poll_id.7a6d8382db"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:12.421789Z", "completed_at": "2023-04-17T16:56:12.424250Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:12.424434Z", "completed_at": "2023-04-17T16:56:12.424438Z"}], "thread_id": "Thread-1", "execution_time": 0.0031948089599609375, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.pendo_source.unique_stg_pendo__poll_poll_id.23f31563c9"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:12.425268Z", "completed_at": "2023-04-17T16:56:12.428466Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:12.428657Z", "completed_at": "2023-04-17T16:56:12.428661Z"}], "thread_id": "Thread-1", "execution_time": 0.0039479732513427734, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.pendo_source.not_null_stg_pendo__user_user_id.c7069a38e3"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:12.429484Z", "completed_at": "2023-04-17T16:56:12.431883Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:12.432070Z", "completed_at": "2023-04-17T16:56:12.432074Z"}], "thread_id": "Thread-1", "execution_time": 0.003142118453979492, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.pendo_source.unique_stg_pendo__user_user_id.2c97dfa752"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:12.432923Z", "completed_at": "2023-04-17T16:56:12.436309Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:12.436512Z", "completed_at": "2023-04-17T16:56:12.436517Z"}], "thread_id": "Thread-1", "execution_time": 0.0041658878326416016, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__visitor_account_history_account_id__visitor_last_updated_at__visitor_id.f01d6166a8"}, {"status": "success", "timing": [{"name": "compile", "started_at": "2023-04-17T16:56:12.437781Z", "completed_at": "2023-04-17T16:56:12.441124Z"}, {"name": "execute", "started_at": "2023-04-17T16:56:12.441334Z", "completed_at": "2023-04-17T16:56:12.441340Z"}], "thread_id": "Thread-1", "execution_time": 0.004517793655395508, "adapter_response": {}, "message": null, "failures": null, "unique_id": "test.pendo_source.dbt_utils_unique_combination_of_columns_stg_pendo__visitor_history_visitor_id__last_updated_at.d602abfc34"}], "elapsed_time": 9.264216184616089, "args": {"write_json": true, "use_colors": true, "printer_width": 80, "version_check": true, "partial_parse": true, "static_parser": true, "profiles_dir": "/Users/catherinefritz/.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/dbt_project.yml b/integration_tests/dbt_project.yml index 9f083c6..756a3c5 100644 --- a/integration_tests/dbt_project.yml +++ b/integration_tests/dbt_project.yml @@ -1,7 +1,7 @@ config-version: 2 name: 'pendo_source_integration_tests' -version: '0.4.0' +version: '0.5.0' profile: 'integration_tests' diff --git a/integration_tests/seeds/event.csv b/integration_tests/seeds/event.csv index afc0996..6f652b0 100644 --- a/integration_tests/seeds/event.csv +++ b/integration_tests/seeds/event.csv @@ -1,6 +1,6 @@ -account_id,remote_ip,server_name,timestamp,user_agent,visitor_id,_fivetran_synced,app_id,num_events,num_minutes,page_id -month_train,2804:18:8b7:a18:1:0:d9e8:45d5,fivetran.com,2021-07-28 11:00:00,Mozilla/5.0 (Android 10; Mobile; rv:90.0) Gecko/90.0 Firefox/90.0,psychosis_skeptical,2021-07-28 20:14:19.861,-323232,21,4,allevents -1sk7ccaeau_acc,37.19.197.209,fivetran.com,2021-07-18 14:00:00,Mozilla/5.0 (Android 11; Mobile; rv:89.0) Gecko/89.0 Firefox/89.0,do_over,2021-07-18 20:10:36.803,-323232,12,2,allevents -billy_idol,97.118.51.167,fivetran.com,2021-07-21 04:00:00,Mozilla/5.0 (Android 11; Mobile; rv:90.0) Gecko/90.0 Firefox/90.0,foots_stool,2021-07-21 08:17:20.908,-323232,16,3,allevents -good_day,97.118.51.167,fivetran.com,2021-07-21 02:00:00,Mozilla/5.0 (Android 11; Mobile; rv:90.0) Gecko/90.0 Firefox/90.0,foots_stool,2021-07-21 08:17:20.908,-323232,1,1,allevents -white_wedding,97.118.51.167,fivetran.com,2021-07-22 12:00:00,Mozilla/5.0 (Android 11; Mobile; rv:90.0) Gecko/90.0 Firefox/90.0,foots_stool,2021-07-22 20:12:27.583,-323232,4,2,allevents +account_id,remote_ip,server_name,timestamp,user_agent,visitor_id,_fivetran_synced,app_id,num_events,num_minutes,page_id,_fivetran_id +month_train,2804:18:8b7:a18:1:0:d9e8:45d5,fivetran.com,2021-07-28 11:00:00,Mozilla/5.0 (Android 10; Mobile; rv:90.0) Gecko/90.0 Firefox/90.0,psychosis_skeptical,2021-07-28 20:14:19.861,-323232,21,4,allevents, +1sk7ccaeau_acc,37.19.197.209,fivetran.com,2021-07-18 14:00:00,Mozilla/5.0 (Android 11; Mobile; rv:89.0) Gecko/89.0 Firefox/89.0,do_over,2021-07-18 20:10:36.803,-323232,12,2,allevents, +billy_idol,97.118.51.167,fivetran.com,2021-07-21 04:00:00,Mozilla/5.0 (Android 11; Mobile; rv:90.0) Gecko/90.0 Firefox/90.0,foots_stool,2021-07-21 08:17:20.908,-323232,16,3,allevents, +good_day,97.118.51.167,fivetran.com,2021-07-21 02:00:00,Mozilla/5.0 (Android 11; Mobile; rv:90.0) Gecko/90.0 Firefox/90.0,foots_stool,2021-07-21 08:17:20.908,-323232,1,1,allevents, +white_wedding,97.118.51.167,fivetran.com,2021-07-22 12:00:00,Mozilla/5.0 (Android 11; Mobile; rv:90.0) Gecko/90.0 Firefox/90.0,foots_stool,2021-07-22 20:12:27.583,-323232,4,2,allevents, diff --git a/integration_tests/seeds/feature_event.csv b/integration_tests/seeds/feature_event.csv index 9f74904..afc010f 100644 --- a/integration_tests/seeds/feature_event.csv +++ b/integration_tests/seeds/feature_event.csv @@ -1,6 +1,6 @@ -account_id,feature_id,remote_ip,server_name,timestamp,user_agent,visitor_id,_fivetran_synced,app_id,num_events,num_minutes,param_parameter -_winners_acc,bXVeoCb1HMYgp8qksMojl9wXhM4,95.29.54.102,fivetran.com,2021-06-21 08:00:00,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.106 Safari/537.36",nothing,2021-06-21 20:11:45.473,-323232,1,1, -extinguished_cool,84eKv2U6eGlGgQ7NYYURCkfkSxU,103.247.78.54,fivetran.com,2021-06-03 05:00:00,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Safari/605.1.15",billy_idol_again,2021-06-03 08:15:06.070,-323232,1,1, -eclipse_doormat,61muxsf-RhA7TGh34twJZxGGJ7U,159.242.98.9,fivetran.com,2021-04-19 10:00:00,"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36",billy_idol_again,2021-04-19 20:09:21.266,-323232,2,2, -eclipse_doormat,FigN3vVXFCzXsH2qYlCerqmt8UY,159.242.98.9,fivetran.com,2021-04-19 11:00:00,"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36",billy_idol_again,2021-04-19 20:09:37.502,-323232,1,1, -eclipse_doormat,pm9oA1KlCYL-MEbPxsCXDixEo6U,159.242.98.9,fivetran.com,2021-04-27 13:00:00,"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36",billy_idol_again,2021-04-27 20:10:34.257,-323232,1,1, +account_id,feature_id,remote_ip,server_name,timestamp,user_agent,visitor_id,_fivetran_synced,app_id,num_events,num_minutes,param_parameter,_fivetran_id +_winners_acc,bXVeoCb1HMYgp8qksMojl9wXhM4,95.29.54.102,fivetran.com,2021-06-21 08:00:00,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.106 Safari/537.36",nothing,2021-06-21 20:11:45.473,-323232,1,1,, +extinguished_cool,84eKv2U6eGlGgQ7NYYURCkfkSxU,103.247.78.54,fivetran.com,2021-06-03 05:00:00,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Safari/605.1.15",billy_idol_again,2021-06-03 08:15:06.070,-323232,1,1,, +eclipse_doormat,61muxsf-RhA7TGh34twJZxGGJ7U,159.242.98.9,fivetran.com,2021-04-19 10:00:00,"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36",billy_idol_again,2021-04-19 20:09:21.266,-323232,2,2,, +eclipse_doormat,FigN3vVXFCzXsH2qYlCerqmt8UY,159.242.98.9,fivetran.com,2021-04-19 11:00:00,"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36",billy_idol_again,2021-04-19 20:09:37.502,-323232,1,1,, +eclipse_doormat,pm9oA1KlCYL-MEbPxsCXDixEo6U,159.242.98.9,fivetran.com,2021-04-27 13:00:00,"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36",billy_idol_again,2021-04-27 20:10:34.257,-323232,1,1,, diff --git a/integration_tests/seeds/guide_event.csv b/integration_tests/seeds/guide_event.csv index 60ce0a1..c5f39c5 100644 --- a/integration_tests/seeds/guide_event.csv +++ b/integration_tests/seeds/guide_event.csv @@ -1,6 +1,6 @@ -account_id,guide_id,remote_ip,server_name,timestamp,user_agent,visitor_id,_fivetran_synced,app_id,country,element_path,event_id,guide_step_id,latitude,load_time,longitude,region,type,url -approximate_tortoise,KNtGlp7GrL0a5FG5HLvNlVfovfw,46.6.2.20,fivetran.com,2021-07-20 11:58:14.710,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36",thick_register,2021-07-20 20:11:25.624,-323232,ES,BODY,"",ARmCwXFyapzrNYxIq4tpwgi1tCg,0.0,0,0.0,vc,guideSeen,http://fivetran.com/dashboard/logs -inequalities_food,y79LPO5hn8iStQ84i0379UFAsgI,24.9.77.13,fivetran.com,2021-05-26 14:08:01.617,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36",source_oxygen,2021-05-26 20:10:25.927,-323232,US,BODY,"",2qi61Ru_t_jGc0ZerTYQDXsj1Pg,0.0,0,0.0,co,guideActivity,http://fivetran.com/dashboard/connectors/salesforce/ -inequalities_food,y79LPO5hn8iStQ84i0379UFAsgI,24.9.77.13,fivetran.com,2021-05-26 14:08:01.602,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36",source_oxygen,2021-05-26 20:10:25.927,-323232,US,BODY,"",2qi61Ru_t_jGc0ZerTYQDXsj1Pg,0.0,0,0.0,co,guideDismissed,http://fivetran.com/dashboard/connectors/salesforce -inequalities_food,y79LPO5hn8iStQ84i0379UFAsgI,24.9.77.13,fivetran.com,2021-05-26 14:07:49.718,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36",source_oxygen,2021-05-26 20:10:25.927,-323232,US,BODY,"",2qi61Ru_t_jGc0ZerTYQDXsj1Pg,0.0,0,0.0,co,guideSeen,http://fivetran.com/dashboard/connectors/salesforce -inequalities_food,WCfleGskyXv-2jM2VnfvZGGqO3s,24.9.77.13,fivetran.com,2021-05-26 14:05:12.753,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36",source_oxygen,2021-05-26 20:10:27.025,-323232,US,BODY,"",XIQoQieTTvull0oaCRP7ZbuLZLQ,0.0,0,0.0,co,guideSeen,http://fivetran.com/dashboard +account_id,guide_id,remote_ip,server_name,timestamp,user_agent,visitor_id,_fivetran_synced,app_id,country,element_path,event_id,guide_step_id,latitude,load_time,longitude,region,type,url,_fivetran_id +approximate_tortoise,KNtGlp7GrL0a5FG5HLvNlVfovfw,46.6.2.20,fivetran.com,2021-07-20 11:58:14.710,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36",thick_register,2021-07-20 20:11:25.624,-323232,ES,BODY,"",ARmCwXFyapzrNYxIq4tpwgi1tCg,0.0,0,0.0,vc,guideSeen,http://fivetran.com/dashboard/logs, +inequalities_food,y79LPO5hn8iStQ84i0379UFAsgI,24.9.77.13,fivetran.com,2021-05-26 14:08:01.617,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36",source_oxygen,2021-05-26 20:10:25.927,-323232,US,BODY,"",2qi61Ru_t_jGc0ZerTYQDXsj1Pg,0.0,0,0.0,co,guideActivity,http://fivetran.com/dashboard/connectors/salesforce/, +inequalities_food,y79LPO5hn8iStQ84i0379UFAsgI,24.9.77.13,fivetran.com,2021-05-26 14:08:01.602,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36",source_oxygen,2021-05-26 20:10:25.927,-323232,US,BODY,"",2qi61Ru_t_jGc0ZerTYQDXsj1Pg,0.0,0,0.0,co,guideDismissed,http://fivetran.com/dashboard/connectors/salesforce, +inequalities_food,y79LPO5hn8iStQ84i0379UFAsgI,24.9.77.13,fivetran.com,2021-05-26 14:07:49.718,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36",source_oxygen,2021-05-26 20:10:25.927,-323232,US,BODY,"",2qi61Ru_t_jGc0ZerTYQDXsj1Pg,0.0,0,0.0,co,guideSeen,http://fivetran.com/dashboard/connectors/salesforce, +inequalities_food,WCfleGskyXv-2jM2VnfvZGGqO3s,24.9.77.13,fivetran.com,2021-05-26 14:05:12.753,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36",source_oxygen,2021-05-26 20:10:27.025,-323232,US,BODY,"",XIQoQieTTvull0oaCRP7ZbuLZLQ,0.0,0,0.0,co,guideSeen,http://fivetran.com/dashboard, diff --git a/integration_tests/seeds/page_event.csv b/integration_tests/seeds/page_event.csv index 27db0f2..c83e94d 100644 --- a/integration_tests/seeds/page_event.csv +++ b/integration_tests/seeds/page_event.csv @@ -1,6 +1,6 @@ -account_id,page_id,remote_ip,server_name,timestamp,user_agent,visitor_id,_fivetran_synced,app_id,num_events,num_minutes,param_parameter -new_viewpoint,Nhl1QSs4sqTTT-E6pHHuqhquY78,137.103.4.119,fivetran.com,2021-04-16 18:00:00,"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36",kettle_popcorn,2021-04-17 08:09:19.785,-323232,17,11, -demurrer_cash,b_Gv4oSwPLbe3R2JSbhG9hmougY,68.225.251.129,fivetran.com,2021-05-03 19:00:00,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36",people_affirming,2021-05-04 08:08:59.812,-323232,13,11, -slingshot_unattended,cijvjacZy1UTLJpIoHlJ1Tvoblg,2607:fea8:8580:c700:f4e1:4a34:6ec6:7619,fivetran.com,2021-07-16 14:00:00,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36 Edg/91.0.864.41",contradistinction_car,2021-07-16 20:09:26.279,-323232,25,12, -vengeance_void,WqZ5tCLvtOrpUtcSDvN9EXHEYoM,167.98.197.195,fivetran.com,2020-11-23 11:00:00,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36",poncho_semi,2020-11-23 20:12:59.190,-323232,12,14, -ethereal_cigarette,hH9d9iEW7SUcJSUSkCG8TzSe49A,190.15.201.55,fivetran.com,2021-01-04 13:00:00,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Safari/605.1.15",looking_unconsciousness,2021-01-04 20:09:02.945,-323232,15,18, +account_id,page_id,remote_ip,server_name,timestamp,user_agent,visitor_id,_fivetran_synced,app_id,num_events,num_minutes,param_parameter,_fivetran_id +new_viewpoint,Nhl1QSs4sqTTT-E6pHHuqhquY78,137.103.4.119,fivetran.com,2021-04-16 18:00:00,"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36",kettle_popcorn,2021-04-17 08:09:19.785,-323232,17,11,, +demurrer_cash,b_Gv4oSwPLbe3R2JSbhG9hmougY,68.225.251.129,fivetran.com,2021-05-03 19:00:00,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36",people_affirming,2021-05-04 08:08:59.812,-323232,13,11,, +slingshot_unattended,cijvjacZy1UTLJpIoHlJ1Tvoblg,2607:fea8:8580:c700:f4e1:4a34:6ec6:7619,fivetran.com,2021-07-16 14:00:00,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36 Edg/91.0.864.41",contradistinction_car,2021-07-16 20:09:26.279,-323232,25,12,, +vengeance_void,WqZ5tCLvtOrpUtcSDvN9EXHEYoM,167.98.197.195,fivetran.com,2020-11-23 11:00:00,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36",poncho_semi,2020-11-23 20:12:59.190,-323232,12,14,, +ethereal_cigarette,hH9d9iEW7SUcJSUSkCG8TzSe49A,190.15.201.55,fivetran.com,2021-01-04 13:00:00,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Safari/605.1.15",looking_unconsciousness,2021-01-04 20:09:02.945,-323232,15,18,, diff --git a/integration_tests/seeds/poll_event.csv b/integration_tests/seeds/poll_event.csv index 05b4bcf..d4b690b 100644 --- a/integration_tests/seeds/poll_event.csv +++ b/integration_tests/seeds/poll_event.csv @@ -1,4 +1,4 @@ -account_id,guide_id,poll_id,remote_ip,server_name,timestamp,user_agent,visitor_id,_fivetran_synced,app_id,country,element_path,event_id,guide_step_id,latitude,load_time,longitude,poll_response,region,type,url -schedule_possible,1QMNT_1VQnw376psyuK6aM-ezl8,pp9h6pekqn,2001:b07:2ef:8b98:bc1b:ea41:b42:b9e2,fivetran.com,2020-12-11 09:18:16.118,"Mozilla/5.0 (Macintosh; Intel Mac OS X 11_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36",infrequently_rolled,2020-12-11 20:27:55.027,,IT,"","","",44.801485,0,10.327904,003isdx53ctwpf,45,ui:web:pollResponse,http://fivetran.com/dashboard -volcano_antiviral,1QMNT_1VQnw376psyuK6aM-ezl8,pp9h6pekqn,216.241.155.51,fivetran.com,2020-12-15 18:56:25.780,"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36",penalty_curious,2020-12-15 20:34:25.465,,CY,"","","",34.70713,0,33.022617,001qkov3r8hsxj,02,ui:web:pollResponse,http://fivetran.com/dashboard -forsook_dog,1QMNT_1VQnw376psyuK6aM-ezl8,pp9h6pekqn,79.140.150.86,fivetran.com,2020-12-28 12:04:18.077,"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36",papacy_scaling,2020-12-28 20:11:26.225,,ME,"","","",42.43042,0,19.259364,00092h8cl17m85,16,ui:web:pollResponse,http://fivetran.com/dashboard +account_id,guide_id,poll_id,remote_ip,server_name,timestamp,user_agent,visitor_id,_fivetran_synced,app_id,country,element_path,event_id,guide_step_id,latitude,load_time,longitude,poll_response,region,type,url,_fivetran_id +schedule_possible,1QMNT_1VQnw376psyuK6aM-ezl8,pp9h6pekqn,2001:b07:2ef:8b98:bc1b:ea41:b42:b9e2,fivetran.com,2020-12-11 09:18:16.118,"Mozilla/5.0 (Macintosh; Intel Mac OS X 11_0_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36",infrequently_rolled,2020-12-11 20:27:55.027,,IT,"","","",44.801485,0,10.327904,003isdx53ctwpf,45,ui:web:pollResponse,http://fivetran.com/dashboard, +volcano_antiviral,1QMNT_1VQnw376psyuK6aM-ezl8,pp9h6pekqn,216.241.155.51,fivetran.com,2020-12-15 18:56:25.780,"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36",penalty_curious,2020-12-15 20:34:25.465,,CY,"","","",34.70713,0,33.022617,001qkov3r8hsxj,02,ui:web:pollResponse,http://fivetran.com/dashboard, +forsook_dog,1QMNT_1VQnw376psyuK6aM-ezl8,pp9h6pekqn,79.140.150.86,fivetran.com,2020-12-28 12:04:18.077,"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36",papacy_scaling,2020-12-28 20:11:26.225,,ME,"","","",42.43042,0,19.259364,00092h8cl17m85,16,ui:web:pollResponse,http://fivetran.com/dashboard, diff --git a/macros/get_event_columns.sql b/macros/get_event_columns.sql index 2360e43..79ae282 100644 --- a/macros/get_event_columns.sql +++ b/macros/get_event_columns.sql @@ -11,7 +11,8 @@ {"name": "server_name", "datatype": dbt.type_string()}, {"name": "timestamp", "datatype": dbt.type_timestamp()}, {"name": "user_agent", "datatype": dbt.type_string()}, - {"name": "visitor_id", "datatype": dbt.type_string()} + {"name": "visitor_id", "datatype": dbt.type_string()}, + {"name": "_fivetran_id", "datatype": dbt.type_string()} ] %} {{ fivetran_utils.add_pass_through_columns(columns, var('pendo__event_pass_through_columns')) }} diff --git a/macros/get_guide_event_columns.sql b/macros/get_guide_event_columns.sql index a000293..4ab3617 100644 --- a/macros/get_guide_event_columns.sql +++ b/macros/get_guide_event_columns.sql @@ -18,7 +18,8 @@ {"name": "type", "datatype": dbt.type_string()}, {"name": "url", "datatype": dbt.type_string()}, {"name": "user_agent", "datatype": dbt.type_string()}, - {"name": "visitor_id", "datatype": dbt.type_string()} + {"name": "visitor_id", "datatype": dbt.type_string()}, + {"name": "_fivetran_id", "datatype": dbt.type_string()} ] %} {{ return(columns) }} diff --git a/macros/get_poll_event_columns.sql b/macros/get_poll_event_columns.sql index 0a3c8a5..c644313 100644 --- a/macros/get_poll_event_columns.sql +++ b/macros/get_poll_event_columns.sql @@ -20,7 +20,8 @@ {"name": "type", "datatype": dbt.type_string()}, {"name": "url", "datatype": dbt.type_string()}, {"name": "user_agent", "datatype": dbt.type_string()}, - {"name": "visitor_id", "datatype": dbt.type_string()} + {"name": "visitor_id", "datatype": dbt.type_string()}, + {"name": "_fivetran_id", "datatype": dbt.type_string()} ] %} {{ return(columns) }} diff --git a/models/src_pendo.yml b/models/src_pendo.yml index e88feca..1a0d2b4 100644 --- a/models/src_pendo.yml +++ b/models/src_pendo.yml @@ -131,6 +131,8 @@ sources: description: Foreign key referencing the `VISITOR` who triggered the event. - name: _fivetran_synced description: UTC timestamp that indicates the time when Fivetran last successfully synced the row. + - name: _fivetran_id + description: Fivetran created id hashed on the `property_*` and `param_*` fields. - name: feature_event identifier: "{{ var('pendo_feature_event_identifier', 'feature_event')}}" @@ -158,6 +160,8 @@ sources: description: Foreign key referencing the `VISITOR` who triggered the event. - name: _fivetran_synced description: UTC timestamp that indicates the time when Fivetran last successfully synced the row. + - name: _fivetran_id + description: Fivetran created id hashed on the `property_*` and `param_*` fields. - name: feature_history identifier: "{{ var('pendo_feature_history_identifier', 'feature_history')}}" @@ -267,6 +271,8 @@ sources: description: Foreign key referencing the `VISITOR` who triggered the event. - name: _fivetran_synced description: UTC timestamp that indicates the time when Fivetran last successfully synced the row. + - name: _fivetran_id + description: Fivetran created primary key. - name: guide_history identifier: "{{ var('pendo_guide_history_identifier', 'guide_history')}}" @@ -384,6 +390,8 @@ sources: description: Foreign key referencing the `VISITOR` who triggered the event. - name: _fivetran_synced description: UTC timestamp that indicates the time when Fivetran last successfully synced the row. + - name: _fivetran_id + description: Fivetran created id hashed on the `param_*` fields. - name: page_history identifier: "{{ var('pendo_page_history_identifier', 'page_history')}}" @@ -557,6 +565,8 @@ sources: description: Foreign key referencing the `VISITOR` who triggered the event. - name: _fivetran_synced description: UTC timestamp that indicates the time when Fivetran last successfully synced the row. + - name: _fivetran_id + description: Fivetran created primary key. - name: visitor_account_history identifier: "{{ var('pendo_visitor_account_history_identifier', 'visitor_account_history')}}" diff --git a/models/stg_pendo.yml b/models/stg_pendo.yml index 3c42e57..d344288 100644 --- a/models/stg_pendo.yml +++ b/models/stg_pendo.yml @@ -98,9 +98,11 @@ models: - name: user_agent description: String identifying the browser and operating system on which the event was triggered. - name: visitor_id - description: Foreign key referencing the `VISITOR` who triggered the event. + description: Foreign key referencing the `VISITOR` who triggered the event. + - name: _fivetran_id + description: Fivetran created id hashed on the `property_*` and `param_*` fields. - name: event_key - description: Unique key hashed on ['visitor_id', 'timestamp', 'account_id', 'user_agent', 'server_name', 'remote_ip']. + description: Unique key hashed on ['visitor_id', 'timestamp', 'account_id', 'user_agent', 'server_name', 'remote_ip', '_fivetran_id']. tests: - unique - not_null @@ -239,8 +241,10 @@ models: description: String identifying the browser and operating system on which the event was triggered. - name: visitor_id description: Foreign key referencing the `VISITOR` who triggered the event. + - name: _fivetran_id + description: Fivetran created primary key. - name: guide_event_key - description: Unique key hashed on ['visitor_id', 'timestamp', 'account_id', 'server_name', 'guide_id', 'user_agent', 'remote_ip']. + description: Unique key hashed on ['visitor_id', 'timestamp', 'account_id', 'server_name', 'guide_id', 'user_agent', 'remote_ip', '_fivetran_id'] tests: - unique - not_null @@ -528,8 +532,10 @@ models: description: String identifying the browser and operating system on which the event was triggered. - name: visitor_id description: Foreign key referencing the `VISITOR` who triggered the event. + - name: _fivetran_id + description: Fivetran created primary key. - name: poll_event_key - description: Unique key hashed on ['visitor_id', 'timestamp', 'account_id', 'server_name', 'poll_id', 'guide_id', 'user_agent', 'remote_ip']. + description: Unique key hashed on ['visitor_id', 'timestamp', 'account_id', 'server_name', 'poll_id', 'guide_id', 'user_agent', 'remote_ip', '_fivetran_id']. tests: - unique - not_null diff --git a/models/stg_pendo__event.sql b/models/stg_pendo__event.sql index 8886931..609da3c 100644 --- a/models/stg_pendo__event.sql +++ b/models/stg_pendo__event.sql @@ -33,7 +33,9 @@ final as ( num_events, num_minutes, _fivetran_synced, - {{ dbt_utils.generate_surrogate_key(['visitor_id', 'timestamp', 'account_id', 'server_name', 'user_agent', 'remote_ip']) }} as event_key + _fivetran_id, + {{ dbt_utils.generate_surrogate_key(['visitor_id', 'timestamp', 'account_id', 'server_name', 'user_agent', 'remote_ip', '_fivetran_id']) }} + as event_key --The below macro adds the fields defined within your pendo__event_pass_through_columns variable into the staging model {{ fivetran_utils.fill_pass_through_columns('pendo__event_pass_through_columns') }} diff --git a/models/stg_pendo__guide_event.sql b/models/stg_pendo__guide_event.sql index 4dcefae..655a079 100644 --- a/models/stg_pendo__guide_event.sql +++ b/models/stg_pendo__guide_event.sql @@ -38,8 +38,9 @@ final as ( user_agent, visitor_id, _fivetran_synced, - {{ dbt_utils.generate_surrogate_key(['visitor_id', 'timestamp', 'account_id', 'server_name', 'guide_id', 'user_agent', 'remote_ip']) }} as guide_event_key - + _fivetran_id, + {{ dbt_utils.generate_surrogate_key(['visitor_id', 'timestamp', 'account_id', 'server_name', 'guide_id', 'user_agent', 'remote_ip', '_fivetran_id']) }} + as guide_event_key from fields ) diff --git a/models/stg_pendo__poll_event.sql b/models/stg_pendo__poll_event.sql index 7374089..bacd195 100644 --- a/models/stg_pendo__poll_event.sql +++ b/models/stg_pendo__poll_event.sql @@ -41,7 +41,9 @@ final as ( user_agent, visitor_id, _fivetran_synced, - {{ dbt_utils.generate_surrogate_key(['visitor_id', 'timestamp', 'account_id', 'server_name', 'poll_id', 'guide_id', 'user_agent', 'remote_ip']) }} as poll_event_key + _fivetran_id, + {{ dbt_utils.generate_surrogate_key(['visitor_id', 'timestamp', 'account_id', 'server_name', 'poll_id', 'guide_id', 'user_agent', 'remote_ip', '_fivetran_id']) }} + as poll_event_key from fields )