diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7c9e7cc..2db2ca5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,39 @@
+# dbt_intercom v1.5.0
+
+[PR #75](https://github.com/fivetran/dbt_intercom/pull/75) includes the following updates:
+
+## Schema/Data Change
+**3 total changes • 2 possible breaking change**
+
+| Data Model(s) | Change type | Old | New | Notes |
+| ------------- | ----------- | ----| --- | ----- |
+| `intercom__conversation_enhanced`
`intercom__conversation_metrics` | New field | | `conversation_assignee_id` | The ID of the user assigned to the conversation. This column is an alias of `assignee_id` from `stg_intercom__conversation_history` model. If you also persist `assignee_id` using the `intercom__conversation_history_pass_through_columns` variable, ensure it uses a different alias to avoid duplicate column errors. |
+| `intercom__conversation_enhanced`
`intercom__conversation_metrics` | New field | | `is_assignee_admin` | Boolean field indicating whether the conversation assignee is an admin user, determined by joining `assignee_id` with the admin table. Returns `false` if conversation is unassigned or assigned to a non-admin user |
+| `intercom__conversation_enhanced`
`intercom__conversation_metrics`
`stg_intercom__conversation_history` | Deprecated field | `assignee_type` or `conversation_assignee_type` | Marked as [DEPRECATED] | The `assignee_type` field is no longer supported by Intercom's API. Use `is_assignee_admin` instead to determine if an assignee is an admin |
+
+## Under the Hood
+- Updated `intercom__admin_metrics` to filter conversations using `is_assignee_admin` boolean instead of the deprecated `conversation_assignee_type = 'admin'` string comparison
+- Enhanced `intercom__conversation_enhanced` with a left join to the admin table to determine admin assignee status
+- Updates to the integrity and consistency validation tests to ensure accurate testing of model changes between versions.
+
+# dbt_intercom v1.5.0-a1
+
+[PR #75](https://github.com/fivetran/dbt_intercom/pull/75) includes the following updates:
+
+## Schema/Data Change
+**3 total changes • 2 possible breaking change**
+
+| Data Model(s) | Change type | Old | New | Notes |
+| ------------- | ----------- | ----| --- | ----- |
+| `intercom__conversation_enhanced`
`intercom__conversation_metrics` | New field | | `conversation_assignee_id` | Exposes the conversation assignee ID (the ID of the user assigned to the conversation) from the staging layer for reference and joins. If you persist `assignee_id` via the `intercom__conversation_history_pass_through_columns` variable, ensure its alias does not match `conversation_assignee_id` to avoid duplicate column errors. |
+| `intercom__conversation_enhanced`
`intercom__conversation_metrics` | New field | | `is_assignee_admin` | Boolean field indicating whether the conversation assignee is an admin user, determined by joining `assignee_id` with the admin table. Returns `false` if conversation is unassigned or assigned to a non-admin user |
+| `intercom__conversation_enhanced`
`intercom__conversation_metrics`
`stg_intercom__conversation_history` | Deprecated field | `assignee_type` or `conversation_assignee_type` | Marked as [DEPRECATED] | The `assignee_type` field is no longer supported by Intercom's API. Use `is_assignee_admin` instead to determine if an assignee is an admin |
+
+## Under the Hood
+- Updated `intercom__admin_metrics` to filter conversations using `is_assignee_admin` boolean instead of the deprecated `conversation_assignee_type = 'admin'` string comparison
+- Enhanced `intercom__conversation_enhanced` with a left join to the admin table to determine admin assignee status
+- Updates to the integrity and consistency validation tests to ensure accurate testing of model changes between versions.
+
# dbt_intercom v1.4.0
[PR #74](https://github.com/fivetran/dbt_intercom/pull/74) includes the following updates:
diff --git a/README.md b/README.md
index 7c799ff..b8fbff0 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@ Include the following intercom package version in your `packages.yml` file:
```yaml
packages:
- package: fivetran/intercom
- version: [">=1.4.0", "<1.5.0"]
+ version: [">=1.5.0", "<1.6.0"]
```
### Step 3: Define database and schema variables
diff --git a/dbt_project.yml b/dbt_project.yml
index aaf7455..2d5d986 100644
--- a/dbt_project.yml
+++ b/dbt_project.yml
@@ -1,6 +1,6 @@
config-version: 2
name: 'intercom'
-version: '1.4.0'
+version: '1.5.0'
require-dbt-version: [">=1.3.0", "<3.0.0"]
models:
intercom:
diff --git a/docs/catalog.json b/docs/catalog.json
index cc1904a..0243c75 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.10.15", "generated_at": "2025-12-12T22:58:27.257113Z", "invocation_id": "d3f28db3-9f85-4da8-8155-548c7017d2ba", "invocation_started_at": "2025-12-12T22:58:24.188451Z", "env": {}}, "nodes": {"seed.intercom_integration_tests.admin_data": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "admin_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "character varying(100)", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "job_title": {"type": "integer", "index": 4, "name": "job_title", "comment": null}, "email": {"type": "text", "index": 5, "name": "email", "comment": null}, "name": {"type": "text", "index": 6, "name": "name", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.intercom_integration_tests.admin_data"}, "seed.intercom_integration_tests.article_history_data": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "article_history_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "character varying(100)", "index": 1, "name": "id", "comment": null}, "collection_id": {"type": "character varying(100)", "index": 2, "name": "collection_id", "comment": null}, "section_id": {"type": "character varying(100)", "index": 3, "name": "section_id", "comment": null}, "author_id": {"type": "character varying(100)", "index": 4, "name": "author_id", "comment": null}, "title": {"type": "text", "index": 5, "name": "title", "comment": null}, "description": {"type": "text", "index": 6, "name": "description", "comment": null}, "body": {"type": "text", "index": 7, "name": "body", "comment": null}, "url": {"type": "text", "index": 8, "name": "url", "comment": null}, "type": {"type": "text", "index": 9, "name": "type", "comment": null}, "state": {"type": "text", "index": 10, "name": "state", "comment": null}, "parent_type": {"type": "text", "index": 11, "name": "parent_type", "comment": null}, "default_locale": {"type": "text", "index": 12, "name": "default_locale", "comment": null}, "workspace_id": {"type": "character varying(100)", "index": 13, "name": "workspace_id", "comment": null}, "statistics_type": {"type": "text", "index": 14, "name": "statistics_type", "comment": null}, "statistics_views": {"type": "integer", "index": 15, "name": "statistics_views", "comment": null}, "statistics_conversations": {"type": "integer", "index": 16, "name": "statistics_conversations", "comment": null}, "statistics_reactions": {"type": "integer", "index": 17, "name": "statistics_reactions", "comment": null}, "statistics_happy_reaction_percentage": {"type": "double precision", "index": 18, "name": "statistics_happy_reaction_percentage", "comment": null}, "statistics_neutral_reaction_percentage": {"type": "double precision", "index": 19, "name": "statistics_neutral_reaction_percentage", "comment": null}, "statistics_sad_reaction_percentage": {"type": "double precision", "index": 20, "name": "statistics_sad_reaction_percentage", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 21, "name": "created_at", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 22, "name": "updated_at", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 23, "name": "_fivetran_active", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 24, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 25, "name": "_fivetran_end", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 26, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.intercom_integration_tests.article_history_data"}, "seed.intercom_integration_tests.collection_history_data": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "collection_history_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "character varying(100)", "index": 1, "name": "id", "comment": null}, "help_center_id": {"type": "character varying(100)", "index": 2, "name": "help_center_id", "comment": null}, "parent_id": {"type": "character varying(100)", "index": 3, "name": "parent_id", "comment": null}, "name": {"type": "text", "index": 4, "name": "name", "comment": null}, "description": {"type": "text", "index": 5, "name": "description", "comment": null}, "url": {"type": "text", "index": 6, "name": "url", "comment": null}, "icon": {"type": "text", "index": 7, "name": "icon", "comment": null}, "type": {"type": "text", "index": 8, "name": "type", "comment": null}, "default_locale": {"type": "text", "index": 9, "name": "default_locale", "comment": null}, "workspace_id": {"type": "character varying(100)", "index": 10, "name": "workspace_id", "comment": null}, "order": {"type": "integer", "index": 11, "name": "order", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 12, "name": "created_at", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 13, "name": "updated_at", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 14, "name": "_fivetran_active", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 15, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 16, "name": "_fivetran_end", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 17, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.intercom_integration_tests.collection_history_data"}, "seed.intercom_integration_tests.company_history_data": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "company_history_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 2, "name": "updated_at", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "company_id": {"type": "text", "index": 4, "name": "company_id", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 5, "name": "created_at", "comment": null}, "industry": {"type": "integer", "index": 6, "name": "industry", "comment": null}, "last_request_at": {"type": "timestamp without time zone", "index": 7, "name": "last_request_at", "comment": null}, "monthly_spend": {"type": "integer", "index": 8, "name": "monthly_spend", "comment": null}, "plan_id": {"type": "integer", "index": 9, "name": "plan_id", "comment": null}, "plan_name": {"type": "integer", "index": 10, "name": "plan_name", "comment": null}, "remote_created_at": {"type": "integer", "index": 11, "name": "remote_created_at", "comment": null}, "session_count": {"type": "integer", "index": 12, "name": "session_count", "comment": null}, "size": {"type": "integer", "index": 13, "name": "size", "comment": null}, "user_count": {"type": "integer", "index": 14, "name": "user_count", "comment": null}, "website": {"type": "integer", "index": 15, "name": "website", "comment": null}, "name": {"type": "text", "index": 16, "name": "name", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 17, "name": "_fivetran_active", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 18, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 19, "name": "_fivetran_end", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.intercom_integration_tests.company_history_data"}, "seed.intercom_integration_tests.company_tag_history_data": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "company_tag_history_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"company_id": {"type": "text", "index": 1, "name": "company_id", "comment": null}, "company_updated_at": {"type": "timestamp without time zone", "index": 2, "name": "company_updated_at", "comment": null}, "tag_id": {"type": "bigint", "index": 3, "name": "tag_id", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 4, "name": "_fivetran_active", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 5, "name": "_fivetran_synced", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 6, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 7, "name": "_fivetran_end", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.intercom_integration_tests.company_tag_history_data"}, "seed.intercom_integration_tests.contact_company_history_data": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "contact_company_history_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"company_id": {"type": "text", "index": 1, "name": "company_id", "comment": null}, "contact_id": {"type": "text", "index": 2, "name": "contact_id", "comment": null}, "contact_updated_at": {"type": "timestamp without time zone", "index": 3, "name": "contact_updated_at", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 5, "name": "_fivetran_active", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 6, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 7, "name": "_fivetran_end", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.intercom_integration_tests.contact_company_history_data"}, "seed.intercom_integration_tests.contact_history_data": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "contact_history_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 2, "name": "updated_at", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 3, "name": "_fivetran_active", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}, "admin_id": {"type": "integer", "index": 5, "name": "admin_id", "comment": null}, "android_app_name": {"type": "integer", "index": 6, "name": "android_app_name", "comment": null}, "android_app_version": {"type": "integer", "index": 7, "name": "android_app_version", "comment": null}, "android_device": {"type": "integer", "index": 8, "name": "android_device", "comment": null}, "android_last_seen_at": {"type": "integer", "index": 9, "name": "android_last_seen_at", "comment": null}, "android_os_version": {"type": "integer", "index": 10, "name": "android_os_version", "comment": null}, "android_sdk_version": {"type": "integer", "index": 11, "name": "android_sdk_version", "comment": null}, "browser": {"type": "integer", "index": 12, "name": "browser", "comment": null}, "browser_language": {"type": "integer", "index": 13, "name": "browser_language", "comment": null}, "browser_version": {"type": "integer", "index": 14, "name": "browser_version", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 15, "name": "created_at", "comment": null}, "custom_onboarding_step": {"type": "integer", "index": 16, "name": "custom_onboarding_step", "comment": null}, "custom_organisation_id": {"type": "integer", "index": 17, "name": "custom_organisation_id", "comment": null}, "custom_organisation_name": {"type": "integer", "index": 18, "name": "custom_organisation_name", "comment": null}, "external_id": {"type": "text", "index": 19, "name": "external_id", "comment": null}, "has_hard_bounced": {"type": "boolean", "index": 20, "name": "has_hard_bounced", "comment": null}, "ios_app_name": {"type": "integer", "index": 21, "name": "ios_app_name", "comment": null}, "ios_app_version": {"type": "integer", "index": 22, "name": "ios_app_version", "comment": null}, "ios_device": {"type": "integer", "index": 23, "name": "ios_device", "comment": null}, "ios_last_seen_at": {"type": "integer", "index": 24, "name": "ios_last_seen_at", "comment": null}, "ios_os_version": {"type": "integer", "index": 25, "name": "ios_os_version", "comment": null}, "ios_sdk_version": {"type": "integer", "index": 26, "name": "ios_sdk_version", "comment": null}, "language_override": {"type": "integer", "index": 27, "name": "language_override", "comment": null}, "last_contacted_at": {"type": "timestamp without time zone", "index": 28, "name": "last_contacted_at", "comment": null}, "last_email_clicked_at": {"type": "timestamp without time zone", "index": 29, "name": "last_email_clicked_at", "comment": null}, "last_email_opened_at": {"type": "timestamp without time zone", "index": 30, "name": "last_email_opened_at", "comment": null}, "last_replied_at": {"type": "timestamp without time zone", "index": 31, "name": "last_replied_at", "comment": null}, "last_seen_at": {"type": "integer", "index": 32, "name": "last_seen_at", "comment": null}, "location_city": {"type": "integer", "index": 33, "name": "location_city", "comment": null}, "location_country": {"type": "integer", "index": 34, "name": "location_country", "comment": null}, "location_region": {"type": "integer", "index": 35, "name": "location_region", "comment": null}, "marked_email_as_spam": {"type": "boolean", "index": 36, "name": "marked_email_as_spam", "comment": null}, "os": {"type": "integer", "index": 37, "name": "os", "comment": null}, "phone": {"type": "integer", "index": 38, "name": "phone", "comment": null}, "role": {"type": "text", "index": 39, "name": "role", "comment": null}, "signed_up_at": {"type": "timestamp without time zone", "index": 40, "name": "signed_up_at", "comment": null}, "unsubscribed_from_emails": {"type": "boolean", "index": 41, "name": "unsubscribed_from_emails", "comment": null}, "workspace_id": {"type": "text", "index": 42, "name": "workspace_id", "comment": null}, "avatar": {"type": "integer", "index": 43, "name": "avatar", "comment": null}, "custom_job_title": {"type": "text", "index": 44, "name": "custom_job_title", "comment": null}, "email": {"type": "text", "index": 45, "name": "email", "comment": null}, "name": {"type": "text", "index": 46, "name": "name", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 47, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 48, "name": "_fivetran_end", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.intercom_integration_tests.contact_history_data"}, "seed.intercom_integration_tests.contact_tag_history_data": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "contact_tag_history_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"contact_id": {"type": "text", "index": 1, "name": "contact_id", "comment": null}, "contact_updated_at": {"type": "timestamp without time zone", "index": 2, "name": "contact_updated_at", "comment": null}, "tag_id": {"type": "bigint", "index": 3, "name": "tag_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 5, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 6, "name": "_fivetran_end", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 7, "name": "_fivetran_active", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.intercom_integration_tests.contact_tag_history_data"}, "seed.intercom_integration_tests.conversation_contact_history_data": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "conversation_contact_history_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"contact_id": {"type": "text", "index": 1, "name": "contact_id", "comment": null}, "conversation_id": {"type": "bigint", "index": 2, "name": "conversation_id", "comment": null}, "conversation_updated_at": {"type": "timestamp without time zone", "index": 3, "name": "conversation_updated_at", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 5, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 6, "name": "_fivetran_end", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 7, "name": "_fivetran_active", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.intercom_integration_tests.conversation_contact_history_data"}, "seed.intercom_integration_tests.conversation_history_data": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "conversation_history_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 2, "name": "updated_at", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "assignee_id": {"type": "integer", "index": 4, "name": "assignee_id", "comment": null}, "assignee_type": {"type": "text", "index": 5, "name": "assignee_type", "comment": null}, "conversation_rating_created_at": {"type": "integer", "index": 6, "name": "conversation_rating_created_at", "comment": null}, "conversation_rating_remark": {"type": "integer", "index": 7, "name": "conversation_rating_remark", "comment": null}, "conversation_rating_value": {"type": "integer", "index": 8, "name": "conversation_rating_value", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 9, "name": "created_at", "comment": null}, "first_contact_reply_created_at": {"type": "timestamp without time zone", "index": 10, "name": "first_contact_reply_created_at", "comment": null}, "first_contact_reply_type": {"type": "text", "index": 11, "name": "first_contact_reply_type", "comment": null}, "priority": {"type": "text", "index": 12, "name": "priority", "comment": null}, "read": {"type": "boolean", "index": 13, "name": "read", "comment": null}, "sla_name": {"type": "integer", "index": 14, "name": "sla_name", "comment": null}, "sla_status": {"type": "integer", "index": 15, "name": "sla_status", "comment": null}, "snoozed_until": {"type": "timestamp without time zone", "index": 16, "name": "snoozed_until", "comment": null}, "source_author_id": {"type": "text", "index": 17, "name": "source_author_id", "comment": null}, "source_author_type": {"type": "text", "index": 18, "name": "source_author_type", "comment": null}, "source_delivered_as": {"type": "text", "index": 19, "name": "source_delivered_as", "comment": null}, "source_id": {"type": "integer", "index": 20, "name": "source_id", "comment": null}, "source_type": {"type": "text", "index": 21, "name": "source_type", "comment": null}, "state": {"type": "text", "index": 22, "name": "state", "comment": null}, "waiting_since": {"type": "timestamp without time zone", "index": 23, "name": "waiting_since", "comment": null}, "first_contact_reply_url": {"type": "text", "index": 24, "name": "first_contact_reply_url", "comment": null}, "source_body": {"type": "text", "index": 25, "name": "source_body", "comment": null}, "source_subject": {"type": "text", "index": 26, "name": "source_subject", "comment": null}, "source_url": {"type": "text", "index": 27, "name": "source_url", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 28, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 29, "name": "_fivetran_end", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 30, "name": "_fivetran_active", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.intercom_integration_tests.conversation_history_data"}, "seed.intercom_integration_tests.conversation_part_history_data": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "conversation_part_history_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 2, "name": "updated_at", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "assigned_to_id": {"type": "integer", "index": 4, "name": "assigned_to_id", "comment": null}, "assigned_to_type": {"type": "character varying(100)", "index": 5, "name": "assigned_to_type", "comment": null}, "author_id": {"type": "character varying(100)", "index": 6, "name": "author_id", "comment": null}, "author_type": {"type": "text", "index": 7, "name": "author_type", "comment": null}, "conversation_id": {"type": "bigint", "index": 8, "name": "conversation_id", "comment": null}, "conversation_updated_at": {"type": "timestamp without time zone", "index": 9, "name": "conversation_updated_at", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 10, "name": "created_at", "comment": null}, "notified_at": {"type": "timestamp without time zone", "index": 11, "name": "notified_at", "comment": null}, "part_type": {"type": "text", "index": 12, "name": "part_type", "comment": null}, "body": {"type": "text", "index": 13, "name": "body", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 14, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 15, "name": "_fivetran_end", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 16, "name": "_fivetran_active", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.intercom_integration_tests.conversation_part_history_data"}, "seed.intercom_integration_tests.conversation_tag_history_data": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "conversation_tag_history_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"tag_id": {"type": "bigint", "index": 1, "name": "tag_id", "comment": null}, "conversation_id": {"type": "bigint", "index": 2, "name": "conversation_id", "comment": null}, "conversation_updated_at": {"type": "timestamp without time zone", "index": 3, "name": "conversation_updated_at", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 5, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 6, "name": "_fivetran_end", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 7, "name": "_fivetran_active", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.intercom_integration_tests.conversation_tag_history_data"}, "seed.intercom_integration_tests.help_center_history_data": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "help_center_history_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "character varying(100)", "index": 1, "name": "id", "comment": null}, "display_name": {"type": "text", "index": 2, "name": "display_name", "comment": null}, "identifier": {"type": "text", "index": 3, "name": "identifier", "comment": null}, "workspace_id": {"type": "character varying(100)", "index": 4, "name": "workspace_id", "comment": null}, "website_turned_on": {"type": "boolean", "index": 5, "name": "website_turned_on", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 6, "name": "created_at", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 7, "name": "updated_at", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 8, "name": "_fivetran_active", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 9, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 10, "name": "_fivetran_end", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 11, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.intercom_integration_tests.help_center_history_data"}, "seed.intercom_integration_tests.tag_data": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "tag_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "name": {"type": "text", "index": 4, "name": "name", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.intercom_integration_tests.tag_data"}, "seed.intercom_integration_tests.team_admin_data": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "team_admin_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"admin_id": {"type": "character varying(100)", "index": 1, "name": "admin_id", "comment": null}, "team_id": {"type": "bigint", "index": 2, "name": "team_id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 3, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "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": "seed.intercom_integration_tests.team_admin_data"}, "seed.intercom_integration_tests.team_data": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "team_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 3, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "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": "seed.intercom_integration_tests.team_data"}, "model.intercom.int_intercom__conversation_part_aggregates": {"metadata": {"type": "BASE TABLE", "schema": "public_intercom_dev", "name": "int_intercom__conversation_part_aggregates", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": null}, "conversation_id": {"type": "bigint", "index": 2, "name": "conversation_id", "comment": null}, "conversation_created_at": {"type": "timestamp without time zone", "index": 3, "name": "conversation_created_at", "comment": null}, "count_total_parts": {"type": "bigint", "index": 4, "name": "count_total_parts", "comment": null}, "first_contact_reply_at": {"type": "timestamp without time zone", "index": 5, "name": "first_contact_reply_at", "comment": null}, "first_assignment_at": {"type": "timestamp without time zone", "index": 6, "name": "first_assignment_at", "comment": null}, "first_admin_response_at": {"type": "timestamp without time zone", "index": 7, "name": "first_admin_response_at", "comment": null}, "first_reopen_at": {"type": "timestamp without time zone", "index": 8, "name": "first_reopen_at", "comment": null}, "last_assignment_at": {"type": "timestamp without time zone", "index": 9, "name": "last_assignment_at", "comment": null}, "last_contact_reply_at": {"type": "timestamp without time zone", "index": 10, "name": "last_contact_reply_at", "comment": null}, "last_admin_response_at": {"type": "timestamp without time zone", "index": 11, "name": "last_admin_response_at", "comment": null}, "last_reopen_at": {"type": "timestamp without time zone", "index": 12, "name": "last_reopen_at", "comment": null}, "count_assignments": {"type": "bigint", "index": 13, "name": "count_assignments", "comment": null}, "count_reopens": {"type": "bigint", "index": 14, "name": "count_reopens", "comment": null}}, "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.intercom.int_intercom__conversation_part_aggregates"}, "model.intercom.int_intercom__conversation_part_events": {"metadata": {"type": "BASE TABLE", "schema": "public_intercom_dev", "name": "int_intercom__conversation_part_events", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": null}, "conversation_id": {"type": "bigint", "index": 2, "name": "conversation_id", "comment": null}, "first_close_by_admin_id": {"type": "text", "index": 3, "name": "first_close_by_admin_id", "comment": null}, "last_close_by_admin_id": {"type": "text", "index": 4, "name": "last_close_by_admin_id", "comment": null}, "first_close_by_author_id": {"type": "text", "index": 5, "name": "first_close_by_author_id", "comment": null}, "last_close_by_author_id": {"type": "text", "index": 6, "name": "last_close_by_author_id", "comment": null}, "first_contact_author_id": {"type": "text", "index": 7, "name": "first_contact_author_id", "comment": null}, "last_contact_author_id": {"type": "text", "index": 8, "name": "last_contact_author_id", "comment": null}, "first_team_id": {"type": "text", "index": 9, "name": "first_team_id", "comment": null}, "last_team_id": {"type": "text", "index": 10, "name": "last_team_id", "comment": null}, "first_admin_close_at": {"type": "timestamp without time zone", "index": 11, "name": "first_admin_close_at", "comment": null}, "last_admin_close_at": {"type": "timestamp without time zone", "index": 12, "name": "last_admin_close_at", "comment": null}, "first_close_at": {"type": "timestamp without time zone", "index": 13, "name": "first_close_at", "comment": null}, "last_close_at": {"type": "timestamp without time zone", "index": 14, "name": "last_close_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.intercom.int_intercom__conversation_part_events"}, "model.intercom.int_intercom__conversation_string_aggregates": {"metadata": {"type": "BASE TABLE", "schema": "public_intercom_dev", "name": "int_intercom__conversation_string_aggregates", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": null}, "conversation_id": {"type": "bigint", "index": 2, "name": "conversation_id", "comment": null}, "conversation_admins": {"type": "text", "index": 3, "name": "conversation_admins", "comment": null}, "conversation_contacts": {"type": "text", "index": 4, "name": "conversation_contacts", "comment": null}}, "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.intercom.int_intercom__conversation_string_aggregates"}, "model.intercom.intercom__admin_metrics": {"metadata": {"type": "BASE TABLE", "schema": "public_intercom_dev", "name": "intercom__admin_metrics", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": null}, "admin_id": {"type": "text", "index": 2, "name": "admin_id", "comment": null}, "admin_name": {"type": "text", "index": 3, "name": "admin_name", "comment": null}, "team_id": {"type": "bigint", "index": 4, "name": "team_id", "comment": null}, "team_name": {"type": "text", "index": 5, "name": "team_name", "comment": null}, "job_title": {"type": "integer", "index": 6, "name": "job_title", "comment": null}, "total_conversations_closed": {"type": "bigint", "index": 7, "name": "total_conversations_closed", "comment": null}, "average_conversation_parts": {"type": "numeric", "index": 8, "name": "average_conversation_parts", "comment": null}, "average_conversation_rating": {"type": "numeric", "index": 9, "name": "average_conversation_rating", "comment": null}, "median_conversations_reopened": {"type": "numeric", "index": 10, "name": "median_conversations_reopened", "comment": null}, "median_conversation_assignments": {"type": "numeric", "index": 11, "name": "median_conversation_assignments", "comment": null}, "median_time_to_first_response_time_minutes": {"type": "numeric", "index": 12, "name": "median_time_to_first_response_time_minutes", "comment": null}, "median_time_to_last_close_minutes": {"type": "numeric", "index": 13, "name": "median_time_to_last_close_minutes", "comment": null}}, "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.intercom.intercom__admin_metrics"}, "model.intercom.intercom__article_enhanced": {"metadata": {"type": "BASE TABLE", "schema": "public_intercom_dev", "name": "intercom__article_enhanced", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": null}, "article_id": {"type": "text", "index": 2, "name": "article_id", "comment": null}, "author_id": {"type": "text", "index": 3, "name": "author_id", "comment": null}, "author_name": {"type": "text", "index": 4, "name": "author_name", "comment": null}, "author_job_title": {"type": "integer", "index": 5, "name": "author_job_title", "comment": null}, "article_title": {"type": "text", "index": 6, "name": "article_title", "comment": null}, "article_description": {"type": "text", "index": 7, "name": "article_description", "comment": null}, "article_body": {"type": "text", "index": 8, "name": "article_body", "comment": null}, "article_url": {"type": "text", "index": 9, "name": "article_url", "comment": null}, "article_type": {"type": "text", "index": 10, "name": "article_type", "comment": null}, "article_state": {"type": "text", "index": 11, "name": "article_state", "comment": null}, "default_locale": {"type": "text", "index": 12, "name": "default_locale", "comment": null}, "workspace_id": {"type": "character varying(100)", "index": 13, "name": "workspace_id", "comment": null}, "statistics_views": {"type": "integer", "index": 14, "name": "statistics_views", "comment": null}, "statistics_conversations": {"type": "integer", "index": 15, "name": "statistics_conversations", "comment": null}, "statistics_reactions": {"type": "integer", "index": 16, "name": "statistics_reactions", "comment": null}, "statistics_happy_reaction_percentage": {"type": "double precision", "index": 17, "name": "statistics_happy_reaction_percentage", "comment": null}, "statistics_neutral_reaction_percentage": {"type": "double precision", "index": 18, "name": "statistics_neutral_reaction_percentage", "comment": null}, "statistics_sad_reaction_percentage": {"type": "double precision", "index": 19, "name": "statistics_sad_reaction_percentage", "comment": null}, "collection_id": {"type": "text", "index": 20, "name": "collection_id", "comment": null}, "collection_name": {"type": "text", "index": 21, "name": "collection_name", "comment": null}, "collection_description": {"type": "text", "index": 22, "name": "collection_description", "comment": null}, "collection_url": {"type": "text", "index": 23, "name": "collection_url", "comment": null}, "collection_icon": {"type": "text", "index": 24, "name": "collection_icon", "comment": null}, "collection_display_order": {"type": "integer", "index": 25, "name": "collection_display_order", "comment": null}, "parent_collection_id": {"type": "text", "index": 26, "name": "parent_collection_id", "comment": null}, "parent_collection_name": {"type": "text", "index": 27, "name": "parent_collection_name", "comment": null}, "parent_collection_url": {"type": "text", "index": 28, "name": "parent_collection_url", "comment": null}, "help_center_id": {"type": "text", "index": 29, "name": "help_center_id", "comment": null}, "is_in_nested_section": {"type": "boolean", "index": 30, "name": "is_in_nested_section", "comment": null}, "help_center_name": {"type": "text", "index": 31, "name": "help_center_name", "comment": null}, "help_center_identifier": {"type": "text", "index": 32, "name": "help_center_identifier", "comment": null}, "is_help_center_website_enabled": {"type": "boolean", "index": 33, "name": "is_help_center_website_enabled", "comment": null}, "article_created_at": {"type": "timestamp without time zone", "index": 34, "name": "article_created_at", "comment": null}, "article_updated_at": {"type": "timestamp without time zone", "index": 35, "name": "article_updated_at", "comment": null}, "is_published": {"type": "boolean", "index": 36, "name": "is_published", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 37, "name": "_fivetran_active", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 38, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 39, "name": "_fivetran_end", "comment": null}}, "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.intercom.intercom__article_enhanced"}, "model.intercom.intercom__company_enhanced": {"metadata": {"type": "BASE TABLE", "schema": "public_intercom_dev", "name": "intercom__company_enhanced", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": null}, "company_id": {"type": "text", "index": 2, "name": "company_id", "comment": null}, "company_name": {"type": "text", "index": 3, "name": "company_name", "comment": null}, "website": {"type": "integer", "index": 4, "name": "website", "comment": null}, "industry": {"type": "integer", "index": 5, "name": "industry", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 6, "name": "created_at", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 7, "name": "updated_at", "comment": null}, "user_count": {"type": "integer", "index": 8, "name": "user_count", "comment": null}, "session_count": {"type": "integer", "index": 9, "name": "session_count", "comment": null}, "monthly_spend": {"type": "integer", "index": 10, "name": "monthly_spend", "comment": null}, "plan_id": {"type": "integer", "index": 11, "name": "plan_id", "comment": null}, "plan_name": {"type": "integer", "index": 12, "name": "plan_name", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 13, "name": "_fivetran_active", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 14, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 15, "name": "_fivetran_end", "comment": null}, "all_company_tags": {"type": "text", "index": 16, "name": "all_company_tags", "comment": null}}, "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.intercom.intercom__company_enhanced"}, "model.intercom.intercom__company_metrics": {"metadata": {"type": "BASE TABLE", "schema": "public_intercom_dev", "name": "intercom__company_metrics", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": null}, "company_id": {"type": "text", "index": 2, "name": "company_id", "comment": null}, "company_name": {"type": "text", "index": 3, "name": "company_name", "comment": null}, "website": {"type": "integer", "index": 4, "name": "website", "comment": null}, "industry": {"type": "integer", "index": 5, "name": "industry", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 6, "name": "created_at", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 7, "name": "updated_at", "comment": null}, "user_count": {"type": "integer", "index": 8, "name": "user_count", "comment": null}, "session_count": {"type": "integer", "index": 9, "name": "session_count", "comment": null}, "monthly_spend": {"type": "integer", "index": 10, "name": "monthly_spend", "comment": null}, "plan_id": {"type": "integer", "index": 11, "name": "plan_id", "comment": null}, "plan_name": {"type": "integer", "index": 12, "name": "plan_name", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 13, "name": "_fivetran_active", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 14, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 15, "name": "_fivetran_end", "comment": null}, "all_company_tags": {"type": "text", "index": 16, "name": "all_company_tags", "comment": null}, "total_conversations_closed": {"type": "bigint", "index": 17, "name": "total_conversations_closed", "comment": null}, "average_conversation_parts": {"type": "numeric", "index": 18, "name": "average_conversation_parts", "comment": null}, "average_conversation_rating": {"type": "numeric", "index": 19, "name": "average_conversation_rating", "comment": null}, "median_conversations_reopened": {"type": "numeric", "index": 20, "name": "median_conversations_reopened", "comment": null}, "median_time_to_first_response_time_minutes": {"type": "numeric", "index": 21, "name": "median_time_to_first_response_time_minutes", "comment": null}, "median_time_to_last_close_minutes": {"type": "numeric", "index": 22, "name": "median_time_to_last_close_minutes", "comment": null}}, "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.intercom.intercom__company_metrics"}, "model.intercom.intercom__contact_enhanced": {"metadata": {"type": "BASE TABLE", "schema": "public_intercom_dev", "name": "intercom__contact_enhanced", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": null}, "contact_id": {"type": "text", "index": 2, "name": "contact_id", "comment": null}, "admin_id": {"type": "integer", "index": 3, "name": "admin_id", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 4, "name": "created_at", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 5, "name": "updated_at", "comment": null}, "signed_up_at": {"type": "timestamp without time zone", "index": 6, "name": "signed_up_at", "comment": null}, "contact_name": {"type": "text", "index": 7, "name": "contact_name", "comment": null}, "contact_role": {"type": "text", "index": 8, "name": "contact_role", "comment": null}, "contact_email": {"type": "text", "index": 9, "name": "contact_email", "comment": null}, "last_replied_at": {"type": "timestamp without time zone", "index": 10, "name": "last_replied_at", "comment": null}, "last_email_clicked_at": {"type": "timestamp without time zone", "index": 11, "name": "last_email_clicked_at", "comment": null}, "last_email_opened_at": {"type": "timestamp without time zone", "index": 12, "name": "last_email_opened_at", "comment": null}, "last_contacted_at": {"type": "timestamp without time zone", "index": 13, "name": "last_contacted_at", "comment": null}, "is_unsubscribed_from_emails": {"type": "boolean", "index": 14, "name": "is_unsubscribed_from_emails", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 15, "name": "_fivetran_active", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 16, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 17, "name": "_fivetran_end", "comment": null}, "all_contact_tags": {"type": "text", "index": 18, "name": "all_contact_tags", "comment": null}, "all_contact_company_names": {"type": "text", "index": 19, "name": "all_contact_company_names", "comment": null}}, "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.intercom.intercom__contact_enhanced"}, "model.intercom.intercom__conversation_enhanced": {"metadata": {"type": "BASE TABLE", "schema": "public_intercom_dev", "name": "intercom__conversation_enhanced", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": null}, "conversation_id": {"type": "bigint", "index": 2, "name": "conversation_id", "comment": null}, "conversation_created_at": {"type": "timestamp without time zone", "index": 3, "name": "conversation_created_at", "comment": null}, "conversation_last_updated_at": {"type": "timestamp without time zone", "index": 4, "name": "conversation_last_updated_at", "comment": null}, "conversation_type": {"type": "text", "index": 5, "name": "conversation_type", "comment": null}, "conversation_initiated_type": {"type": "text", "index": 6, "name": "conversation_initiated_type", "comment": null}, "conversation_subject": {"type": "text", "index": 7, "name": "conversation_subject", "comment": null}, "conversation_assignee_type": {"type": "text", "index": 8, "name": "conversation_assignee_type", "comment": null}, "conversation_author_type": {"type": "text", "index": 9, "name": "conversation_author_type", "comment": null}, "conversation_state": {"type": "text", "index": 10, "name": "conversation_state", "comment": null}, "is_read": {"type": "boolean", "index": 11, "name": "is_read", "comment": null}, "waiting_since": {"type": "timestamp without time zone", "index": 12, "name": "waiting_since", "comment": null}, "snoozed_until": {"type": "timestamp without time zone", "index": 13, "name": "snoozed_until", "comment": null}, "sla_name": {"type": "integer", "index": 14, "name": "sla_name", "comment": null}, "sla_status": {"type": "integer", "index": 15, "name": "sla_status", "comment": null}, "conversation_rating": {"type": "integer", "index": 16, "name": "conversation_rating", "comment": null}, "conversation_remark": {"type": "integer", "index": 17, "name": "conversation_remark", "comment": null}, "first_close_at": {"type": "timestamp without time zone", "index": 18, "name": "first_close_at", "comment": null}, "last_close_at": {"type": "timestamp without time zone", "index": 19, "name": "last_close_at", "comment": null}, "first_admin_close_at": {"type": "timestamp without time zone", "index": 20, "name": "first_admin_close_at", "comment": null}, "last_admin_close_at": {"type": "timestamp without time zone", "index": 21, "name": "last_admin_close_at", "comment": null}, "all_conversation_tags": {"type": "text", "index": 22, "name": "all_conversation_tags", "comment": null}, "first_close_by_admin_id": {"type": "text", "index": 23, "name": "first_close_by_admin_id", "comment": null}, "last_close_by_admin_id": {"type": "text", "index": 24, "name": "last_close_by_admin_id", "comment": null}, "first_close_by_author_id": {"type": "text", "index": 25, "name": "first_close_by_author_id", "comment": null}, "last_close_by_author_id": {"type": "text", "index": 26, "name": "last_close_by_author_id", "comment": null}, "first_contact_author_id": {"type": "text", "index": 27, "name": "first_contact_author_id", "comment": null}, "last_contact_author_id": {"type": "text", "index": 28, "name": "last_contact_author_id", "comment": null}, "first_team_id": {"type": "text", "index": 29, "name": "first_team_id", "comment": null}, "last_team_id": {"type": "text", "index": 30, "name": "last_team_id", "comment": null}, "first_team_name": {"type": "text", "index": 31, "name": "first_team_name", "comment": null}, "last_team_name": {"type": "text", "index": 32, "name": "last_team_name", "comment": null}, "all_contact_company_names": {"type": "text", "index": 33, "name": "all_contact_company_names", "comment": null}, "all_conversation_admins": {"type": "text", "index": 34, "name": "all_conversation_admins", "comment": null}, "all_conversation_contacts": {"type": "text", "index": 35, "name": "all_conversation_contacts", "comment": null}}, "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.intercom.intercom__conversation_enhanced"}, "model.intercom.intercom__conversation_metrics": {"metadata": {"type": "BASE TABLE", "schema": "public_intercom_dev", "name": "intercom__conversation_metrics", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": null}, "conversation_id": {"type": "bigint", "index": 2, "name": "conversation_id", "comment": null}, "conversation_created_at": {"type": "timestamp without time zone", "index": 3, "name": "conversation_created_at", "comment": null}, "conversation_last_updated_at": {"type": "timestamp without time zone", "index": 4, "name": "conversation_last_updated_at", "comment": null}, "conversation_type": {"type": "text", "index": 5, "name": "conversation_type", "comment": null}, "conversation_initiated_type": {"type": "text", "index": 6, "name": "conversation_initiated_type", "comment": null}, "conversation_subject": {"type": "text", "index": 7, "name": "conversation_subject", "comment": null}, "conversation_assignee_type": {"type": "text", "index": 8, "name": "conversation_assignee_type", "comment": null}, "conversation_author_type": {"type": "text", "index": 9, "name": "conversation_author_type", "comment": null}, "conversation_state": {"type": "text", "index": 10, "name": "conversation_state", "comment": null}, "is_read": {"type": "boolean", "index": 11, "name": "is_read", "comment": null}, "waiting_since": {"type": "timestamp without time zone", "index": 12, "name": "waiting_since", "comment": null}, "snoozed_until": {"type": "timestamp without time zone", "index": 13, "name": "snoozed_until", "comment": null}, "sla_name": {"type": "integer", "index": 14, "name": "sla_name", "comment": null}, "sla_status": {"type": "integer", "index": 15, "name": "sla_status", "comment": null}, "conversation_rating": {"type": "integer", "index": 16, "name": "conversation_rating", "comment": null}, "conversation_remark": {"type": "integer", "index": 17, "name": "conversation_remark", "comment": null}, "first_close_at": {"type": "timestamp without time zone", "index": 18, "name": "first_close_at", "comment": null}, "last_close_at": {"type": "timestamp without time zone", "index": 19, "name": "last_close_at", "comment": null}, "first_admin_close_at": {"type": "timestamp without time zone", "index": 20, "name": "first_admin_close_at", "comment": null}, "last_admin_close_at": {"type": "timestamp without time zone", "index": 21, "name": "last_admin_close_at", "comment": null}, "all_conversation_tags": {"type": "text", "index": 22, "name": "all_conversation_tags", "comment": null}, "first_close_by_admin_id": {"type": "text", "index": 23, "name": "first_close_by_admin_id", "comment": null}, "last_close_by_admin_id": {"type": "text", "index": 24, "name": "last_close_by_admin_id", "comment": null}, "first_close_by_author_id": {"type": "text", "index": 25, "name": "first_close_by_author_id", "comment": null}, "last_close_by_author_id": {"type": "text", "index": 26, "name": "last_close_by_author_id", "comment": null}, "first_contact_author_id": {"type": "text", "index": 27, "name": "first_contact_author_id", "comment": null}, "last_contact_author_id": {"type": "text", "index": 28, "name": "last_contact_author_id", "comment": null}, "first_team_id": {"type": "text", "index": 29, "name": "first_team_id", "comment": null}, "last_team_id": {"type": "text", "index": 30, "name": "last_team_id", "comment": null}, "first_team_name": {"type": "text", "index": 31, "name": "first_team_name", "comment": null}, "last_team_name": {"type": "text", "index": 32, "name": "last_team_name", "comment": null}, "all_contact_company_names": {"type": "text", "index": 33, "name": "all_contact_company_names", "comment": null}, "all_conversation_admins": {"type": "text", "index": 34, "name": "all_conversation_admins", "comment": null}, "all_conversation_contacts": {"type": "text", "index": 35, "name": "all_conversation_contacts", "comment": null}, "count_reopens": {"type": "bigint", "index": 36, "name": "count_reopens", "comment": null}, "count_total_parts": {"type": "bigint", "index": 37, "name": "count_total_parts", "comment": null}, "count_assignments": {"type": "bigint", "index": 38, "name": "count_assignments", "comment": null}, "first_contact_reply_at": {"type": "timestamp without time zone", "index": 39, "name": "first_contact_reply_at", "comment": null}, "first_assignment_at": {"type": "timestamp without time zone", "index": 40, "name": "first_assignment_at", "comment": null}, "time_to_first_assignment_minutes": {"type": "numeric", "index": 41, "name": "time_to_first_assignment_minutes", "comment": null}, "first_admin_response_at": {"type": "timestamp without time zone", "index": 42, "name": "first_admin_response_at", "comment": null}, "time_to_first_response_minutes": {"type": "numeric", "index": 43, "name": "time_to_first_response_minutes", "comment": null}, "time_to_admin_first_close_minutes": {"type": "numeric", "index": 44, "name": "time_to_admin_first_close_minutes", "comment": null}, "time_to_first_close_minutes": {"type": "numeric", "index": 45, "name": "time_to_first_close_minutes", "comment": null}, "first_reopen_at": {"type": "timestamp without time zone", "index": 46, "name": "first_reopen_at", "comment": null}, "last_assignment_at": {"type": "timestamp without time zone", "index": 47, "name": "last_assignment_at", "comment": null}, "time_to_last_assignment_minutes": {"type": "numeric", "index": 48, "name": "time_to_last_assignment_minutes", "comment": null}, "last_contact_reply_at": {"type": "timestamp without time zone", "index": 49, "name": "last_contact_reply_at", "comment": null}, "last_admin_response_at": {"type": "timestamp without time zone", "index": 50, "name": "last_admin_response_at", "comment": null}, "last_reopen_at": {"type": "timestamp without time zone", "index": 51, "name": "last_reopen_at", "comment": null}, "time_to_admin_last_close_minutes": {"type": "numeric", "index": 52, "name": "time_to_admin_last_close_minutes", "comment": null}, "time_to_last_close_minutes": {"type": "numeric", "index": 53, "name": "time_to_last_close_minutes", "comment": null}}, "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.intercom.intercom__conversation_metrics"}, "model.intercom.stg_intercom__admin": {"metadata": {"type": "BASE TABLE", "schema": "public_intercom_dev", "name": "stg_intercom__admin", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": null}, "admin_id": {"type": "text", "index": 2, "name": "admin_id", "comment": null}, "name": {"type": "text", "index": 3, "name": "name", "comment": null}, "job_title": {"type": "integer", "index": 4, "name": "job_title", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 5, "name": "_fivetran_deleted", "comment": null}}, "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.intercom.stg_intercom__admin"}, "model.intercom.stg_intercom__admin_tmp": {"metadata": {"type": "VIEW", "schema": "public_intercom_dev", "name": "stg_intercom__admin_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "character varying(100)", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "job_title": {"type": "integer", "index": 4, "name": "job_title", "comment": null}, "email": {"type": "text", "index": 5, "name": "email", "comment": null}, "name": {"type": "text", "index": 6, "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.intercom.stg_intercom__admin_tmp"}, "model.intercom.stg_intercom__article_history": {"metadata": {"type": "BASE TABLE", "schema": "public_intercom_dev", "name": "stg_intercom__article_history", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": null}, "article_id": {"type": "text", "index": 2, "name": "article_id", "comment": null}, "collection_id": {"type": "text", "index": 3, "name": "collection_id", "comment": null}, "section_id": {"type": "text", "index": 4, "name": "section_id", "comment": null}, "author_id": {"type": "text", "index": 5, "name": "author_id", "comment": null}, "article_title": {"type": "text", "index": 6, "name": "article_title", "comment": null}, "article_description": {"type": "text", "index": 7, "name": "article_description", "comment": null}, "article_body": {"type": "text", "index": 8, "name": "article_body", "comment": null}, "article_url": {"type": "text", "index": 9, "name": "article_url", "comment": null}, "article_type": {"type": "text", "index": 10, "name": "article_type", "comment": null}, "article_state": {"type": "text", "index": 11, "name": "article_state", "comment": null}, "parent_type": {"type": "text", "index": 12, "name": "parent_type", "comment": null}, "default_locale": {"type": "text", "index": 13, "name": "default_locale", "comment": null}, "workspace_id": {"type": "character varying(100)", "index": 14, "name": "workspace_id", "comment": null}, "statistics_type": {"type": "text", "index": 15, "name": "statistics_type", "comment": null}, "statistics_views": {"type": "integer", "index": 16, "name": "statistics_views", "comment": null}, "statistics_conversations": {"type": "integer", "index": 17, "name": "statistics_conversations", "comment": null}, "statistics_reactions": {"type": "integer", "index": 18, "name": "statistics_reactions", "comment": null}, "statistics_happy_reaction_percentage": {"type": "double precision", "index": 19, "name": "statistics_happy_reaction_percentage", "comment": null}, "statistics_neutral_reaction_percentage": {"type": "double precision", "index": 20, "name": "statistics_neutral_reaction_percentage", "comment": null}, "statistics_sad_reaction_percentage": {"type": "double precision", "index": 21, "name": "statistics_sad_reaction_percentage", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 22, "name": "created_at", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 23, "name": "updated_at", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 24, "name": "_fivetran_active", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 25, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 26, "name": "_fivetran_end", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 27, "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.intercom.stg_intercom__article_history"}, "model.intercom.stg_intercom__article_history_tmp": {"metadata": {"type": "VIEW", "schema": "public_intercom_dev", "name": "stg_intercom__article_history_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "character varying(100)", "index": 1, "name": "id", "comment": null}, "collection_id": {"type": "character varying(100)", "index": 2, "name": "collection_id", "comment": null}, "section_id": {"type": "character varying(100)", "index": 3, "name": "section_id", "comment": null}, "author_id": {"type": "character varying(100)", "index": 4, "name": "author_id", "comment": null}, "title": {"type": "text", "index": 5, "name": "title", "comment": null}, "description": {"type": "text", "index": 6, "name": "description", "comment": null}, "body": {"type": "text", "index": 7, "name": "body", "comment": null}, "url": {"type": "text", "index": 8, "name": "url", "comment": null}, "type": {"type": "text", "index": 9, "name": "type", "comment": null}, "state": {"type": "text", "index": 10, "name": "state", "comment": null}, "parent_type": {"type": "text", "index": 11, "name": "parent_type", "comment": null}, "default_locale": {"type": "text", "index": 12, "name": "default_locale", "comment": null}, "workspace_id": {"type": "character varying(100)", "index": 13, "name": "workspace_id", "comment": null}, "statistics_type": {"type": "text", "index": 14, "name": "statistics_type", "comment": null}, "statistics_views": {"type": "integer", "index": 15, "name": "statistics_views", "comment": null}, "statistics_conversations": {"type": "integer", "index": 16, "name": "statistics_conversations", "comment": null}, "statistics_reactions": {"type": "integer", "index": 17, "name": "statistics_reactions", "comment": null}, "statistics_happy_reaction_percentage": {"type": "double precision", "index": 18, "name": "statistics_happy_reaction_percentage", "comment": null}, "statistics_neutral_reaction_percentage": {"type": "double precision", "index": 19, "name": "statistics_neutral_reaction_percentage", "comment": null}, "statistics_sad_reaction_percentage": {"type": "double precision", "index": 20, "name": "statistics_sad_reaction_percentage", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 21, "name": "created_at", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 22, "name": "updated_at", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 23, "name": "_fivetran_active", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 24, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 25, "name": "_fivetran_end", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 26, "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.intercom.stg_intercom__article_history_tmp"}, "model.intercom.stg_intercom__collection_history": {"metadata": {"type": "BASE TABLE", "schema": "public_intercom_dev", "name": "stg_intercom__collection_history", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": null}, "collection_id": {"type": "text", "index": 2, "name": "collection_id", "comment": null}, "help_center_id": {"type": "text", "index": 3, "name": "help_center_id", "comment": null}, "parent_collection_id": {"type": "text", "index": 4, "name": "parent_collection_id", "comment": null}, "collection_name": {"type": "text", "index": 5, "name": "collection_name", "comment": null}, "collection_description": {"type": "text", "index": 6, "name": "collection_description", "comment": null}, "collection_url": {"type": "text", "index": 7, "name": "collection_url", "comment": null}, "collection_icon": {"type": "text", "index": 8, "name": "collection_icon", "comment": null}, "collection_type": {"type": "text", "index": 9, "name": "collection_type", "comment": null}, "default_locale": {"type": "text", "index": 10, "name": "default_locale", "comment": null}, "workspace_id": {"type": "character varying(100)", "index": 11, "name": "workspace_id", "comment": null}, "display_order": {"type": "integer", "index": 12, "name": "display_order", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 13, "name": "created_at", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 14, "name": "updated_at", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 15, "name": "_fivetran_active", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 16, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 17, "name": "_fivetran_end", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 18, "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.intercom.stg_intercom__collection_history"}, "model.intercom.stg_intercom__collection_history_tmp": {"metadata": {"type": "VIEW", "schema": "public_intercom_dev", "name": "stg_intercom__collection_history_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "character varying(100)", "index": 1, "name": "id", "comment": null}, "help_center_id": {"type": "character varying(100)", "index": 2, "name": "help_center_id", "comment": null}, "parent_id": {"type": "character varying(100)", "index": 3, "name": "parent_id", "comment": null}, "name": {"type": "text", "index": 4, "name": "name", "comment": null}, "description": {"type": "text", "index": 5, "name": "description", "comment": null}, "url": {"type": "text", "index": 6, "name": "url", "comment": null}, "icon": {"type": "text", "index": 7, "name": "icon", "comment": null}, "type": {"type": "text", "index": 8, "name": "type", "comment": null}, "default_locale": {"type": "text", "index": 9, "name": "default_locale", "comment": null}, "workspace_id": {"type": "character varying(100)", "index": 10, "name": "workspace_id", "comment": null}, "order": {"type": "integer", "index": 11, "name": "order", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 12, "name": "created_at", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 13, "name": "updated_at", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 14, "name": "_fivetran_active", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 15, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 16, "name": "_fivetran_end", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 17, "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.intercom.stg_intercom__collection_history_tmp"}, "model.intercom.stg_intercom__company_history": {"metadata": {"type": "BASE TABLE", "schema": "public_intercom_dev", "name": "stg_intercom__company_history", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": null}, "company_id": {"type": "text", "index": 2, "name": "company_id", "comment": null}, "company_name": {"type": "text", "index": 3, "name": "company_name", "comment": null}, "website": {"type": "integer", "index": 4, "name": "website", "comment": null}, "industry": {"type": "integer", "index": 5, "name": "industry", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 6, "name": "created_at", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 7, "name": "updated_at", "comment": null}, "user_count": {"type": "integer", "index": 8, "name": "user_count", "comment": null}, "session_count": {"type": "integer", "index": 9, "name": "session_count", "comment": null}, "monthly_spend": {"type": "integer", "index": 10, "name": "monthly_spend", "comment": null}, "plan_id": {"type": "integer", "index": 11, "name": "plan_id", "comment": null}, "plan_name": {"type": "integer", "index": 12, "name": "plan_name", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 13, "name": "_fivetran_active", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 14, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 15, "name": "_fivetran_end", "comment": null}}, "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.intercom.stg_intercom__company_history"}, "model.intercom.stg_intercom__company_history_tmp": {"metadata": {"type": "VIEW", "schema": "public_intercom_dev", "name": "stg_intercom__company_history_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 2, "name": "updated_at", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "company_id": {"type": "text", "index": 4, "name": "company_id", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 5, "name": "created_at", "comment": null}, "industry": {"type": "integer", "index": 6, "name": "industry", "comment": null}, "last_request_at": {"type": "timestamp without time zone", "index": 7, "name": "last_request_at", "comment": null}, "monthly_spend": {"type": "integer", "index": 8, "name": "monthly_spend", "comment": null}, "plan_id": {"type": "integer", "index": 9, "name": "plan_id", "comment": null}, "plan_name": {"type": "integer", "index": 10, "name": "plan_name", "comment": null}, "remote_created_at": {"type": "integer", "index": 11, "name": "remote_created_at", "comment": null}, "session_count": {"type": "integer", "index": 12, "name": "session_count", "comment": null}, "size": {"type": "integer", "index": 13, "name": "size", "comment": null}, "user_count": {"type": "integer", "index": 14, "name": "user_count", "comment": null}, "website": {"type": "integer", "index": 15, "name": "website", "comment": null}, "name": {"type": "text", "index": 16, "name": "name", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 17, "name": "_fivetran_active", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 18, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 19, "name": "_fivetran_end", "comment": null}}, "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.intercom.stg_intercom__company_history_tmp"}, "model.intercom.stg_intercom__company_tag_history": {"metadata": {"type": "BASE TABLE", "schema": "public_intercom_dev", "name": "stg_intercom__company_tag_history", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": null}, "company_id": {"type": "text", "index": 2, "name": "company_id", "comment": null}, "company_updated_at": {"type": "timestamp without time zone", "index": 3, "name": "company_updated_at", "comment": null}, "tag_id": {"type": "bigint", "index": 4, "name": "tag_id", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 5, "name": "_fivetran_active", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 6, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 7, "name": "_fivetran_end", "comment": null}}, "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.intercom.stg_intercom__company_tag_history"}, "model.intercom.stg_intercom__company_tag_history_tmp": {"metadata": {"type": "VIEW", "schema": "public_intercom_dev", "name": "stg_intercom__company_tag_history_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"company_id": {"type": "text", "index": 1, "name": "company_id", "comment": null}, "company_updated_at": {"type": "timestamp without time zone", "index": 2, "name": "company_updated_at", "comment": null}, "tag_id": {"type": "bigint", "index": 3, "name": "tag_id", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 4, "name": "_fivetran_active", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 5, "name": "_fivetran_synced", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 6, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 7, "name": "_fivetran_end", "comment": null}}, "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.intercom.stg_intercom__company_tag_history_tmp"}, "model.intercom.stg_intercom__contact_company_history": {"metadata": {"type": "BASE TABLE", "schema": "public_intercom_dev", "name": "stg_intercom__contact_company_history", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": null}, "company_id": {"type": "text", "index": 2, "name": "company_id", "comment": null}, "contact_id": {"type": "text", "index": 3, "name": "contact_id", "comment": null}, "contact_updated_at": {"type": "timestamp without time zone", "index": 4, "name": "contact_updated_at", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 5, "name": "_fivetran_active", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 6, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 7, "name": "_fivetran_end", "comment": null}}, "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.intercom.stg_intercom__contact_company_history"}, "model.intercom.stg_intercom__contact_company_history_tmp": {"metadata": {"type": "VIEW", "schema": "public_intercom_dev", "name": "stg_intercom__contact_company_history_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"company_id": {"type": "text", "index": 1, "name": "company_id", "comment": null}, "contact_id": {"type": "text", "index": 2, "name": "contact_id", "comment": null}, "contact_updated_at": {"type": "timestamp without time zone", "index": 3, "name": "contact_updated_at", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 5, "name": "_fivetran_active", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 6, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 7, "name": "_fivetran_end", "comment": null}}, "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.intercom.stg_intercom__contact_company_history_tmp"}, "model.intercom.stg_intercom__contact_history": {"metadata": {"type": "BASE TABLE", "schema": "public_intercom_dev", "name": "stg_intercom__contact_history", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": null}, "contact_id": {"type": "text", "index": 2, "name": "contact_id", "comment": null}, "admin_id": {"type": "integer", "index": 3, "name": "admin_id", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 4, "name": "created_at", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 5, "name": "updated_at", "comment": null}, "signed_up_at": {"type": "timestamp without time zone", "index": 6, "name": "signed_up_at", "comment": null}, "contact_name": {"type": "text", "index": 7, "name": "contact_name", "comment": null}, "contact_role": {"type": "text", "index": 8, "name": "contact_role", "comment": null}, "contact_email": {"type": "text", "index": 9, "name": "contact_email", "comment": null}, "last_replied_at": {"type": "timestamp without time zone", "index": 10, "name": "last_replied_at", "comment": null}, "last_email_clicked_at": {"type": "timestamp without time zone", "index": 11, "name": "last_email_clicked_at", "comment": null}, "last_email_opened_at": {"type": "timestamp without time zone", "index": 12, "name": "last_email_opened_at", "comment": null}, "last_contacted_at": {"type": "timestamp without time zone", "index": 13, "name": "last_contacted_at", "comment": null}, "is_unsubscribed_from_emails": {"type": "boolean", "index": 14, "name": "is_unsubscribed_from_emails", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 15, "name": "_fivetran_active", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 16, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 17, "name": "_fivetran_end", "comment": null}}, "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.intercom.stg_intercom__contact_history"}, "model.intercom.stg_intercom__contact_history_tmp": {"metadata": {"type": "VIEW", "schema": "public_intercom_dev", "name": "stg_intercom__contact_history_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 2, "name": "updated_at", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 3, "name": "_fivetran_active", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}, "admin_id": {"type": "integer", "index": 5, "name": "admin_id", "comment": null}, "android_app_name": {"type": "integer", "index": 6, "name": "android_app_name", "comment": null}, "android_app_version": {"type": "integer", "index": 7, "name": "android_app_version", "comment": null}, "android_device": {"type": "integer", "index": 8, "name": "android_device", "comment": null}, "android_last_seen_at": {"type": "integer", "index": 9, "name": "android_last_seen_at", "comment": null}, "android_os_version": {"type": "integer", "index": 10, "name": "android_os_version", "comment": null}, "android_sdk_version": {"type": "integer", "index": 11, "name": "android_sdk_version", "comment": null}, "browser": {"type": "integer", "index": 12, "name": "browser", "comment": null}, "browser_language": {"type": "integer", "index": 13, "name": "browser_language", "comment": null}, "browser_version": {"type": "integer", "index": 14, "name": "browser_version", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 15, "name": "created_at", "comment": null}, "custom_onboarding_step": {"type": "integer", "index": 16, "name": "custom_onboarding_step", "comment": null}, "custom_organisation_id": {"type": "integer", "index": 17, "name": "custom_organisation_id", "comment": null}, "custom_organisation_name": {"type": "integer", "index": 18, "name": "custom_organisation_name", "comment": null}, "external_id": {"type": "text", "index": 19, "name": "external_id", "comment": null}, "has_hard_bounced": {"type": "boolean", "index": 20, "name": "has_hard_bounced", "comment": null}, "ios_app_name": {"type": "integer", "index": 21, "name": "ios_app_name", "comment": null}, "ios_app_version": {"type": "integer", "index": 22, "name": "ios_app_version", "comment": null}, "ios_device": {"type": "integer", "index": 23, "name": "ios_device", "comment": null}, "ios_last_seen_at": {"type": "integer", "index": 24, "name": "ios_last_seen_at", "comment": null}, "ios_os_version": {"type": "integer", "index": 25, "name": "ios_os_version", "comment": null}, "ios_sdk_version": {"type": "integer", "index": 26, "name": "ios_sdk_version", "comment": null}, "language_override": {"type": "integer", "index": 27, "name": "language_override", "comment": null}, "last_contacted_at": {"type": "timestamp without time zone", "index": 28, "name": "last_contacted_at", "comment": null}, "last_email_clicked_at": {"type": "timestamp without time zone", "index": 29, "name": "last_email_clicked_at", "comment": null}, "last_email_opened_at": {"type": "timestamp without time zone", "index": 30, "name": "last_email_opened_at", "comment": null}, "last_replied_at": {"type": "timestamp without time zone", "index": 31, "name": "last_replied_at", "comment": null}, "last_seen_at": {"type": "integer", "index": 32, "name": "last_seen_at", "comment": null}, "location_city": {"type": "integer", "index": 33, "name": "location_city", "comment": null}, "location_country": {"type": "integer", "index": 34, "name": "location_country", "comment": null}, "location_region": {"type": "integer", "index": 35, "name": "location_region", "comment": null}, "marked_email_as_spam": {"type": "boolean", "index": 36, "name": "marked_email_as_spam", "comment": null}, "os": {"type": "integer", "index": 37, "name": "os", "comment": null}, "phone": {"type": "integer", "index": 38, "name": "phone", "comment": null}, "role": {"type": "text", "index": 39, "name": "role", "comment": null}, "signed_up_at": {"type": "timestamp without time zone", "index": 40, "name": "signed_up_at", "comment": null}, "unsubscribed_from_emails": {"type": "boolean", "index": 41, "name": "unsubscribed_from_emails", "comment": null}, "workspace_id": {"type": "text", "index": 42, "name": "workspace_id", "comment": null}, "avatar": {"type": "integer", "index": 43, "name": "avatar", "comment": null}, "custom_job_title": {"type": "text", "index": 44, "name": "custom_job_title", "comment": null}, "email": {"type": "text", "index": 45, "name": "email", "comment": null}, "name": {"type": "text", "index": 46, "name": "name", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 47, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 48, "name": "_fivetran_end", "comment": null}}, "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.intercom.stg_intercom__contact_history_tmp"}, "model.intercom.stg_intercom__contact_tag_history": {"metadata": {"type": "BASE TABLE", "schema": "public_intercom_dev", "name": "stg_intercom__contact_tag_history", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": null}, "contact_id": {"type": "text", "index": 2, "name": "contact_id", "comment": null}, "contact_updated_at": {"type": "timestamp without time zone", "index": 3, "name": "contact_updated_at", "comment": null}, "tag_id": {"type": "bigint", "index": 4, "name": "tag_id", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 5, "name": "_fivetran_active", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 6, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 7, "name": "_fivetran_end", "comment": null}}, "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.intercom.stg_intercom__contact_tag_history"}, "model.intercom.stg_intercom__contact_tag_history_tmp": {"metadata": {"type": "VIEW", "schema": "public_intercom_dev", "name": "stg_intercom__contact_tag_history_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"contact_id": {"type": "text", "index": 1, "name": "contact_id", "comment": null}, "contact_updated_at": {"type": "timestamp without time zone", "index": 2, "name": "contact_updated_at", "comment": null}, "tag_id": {"type": "bigint", "index": 3, "name": "tag_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 5, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 6, "name": "_fivetran_end", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 7, "name": "_fivetran_active", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.intercom.stg_intercom__contact_tag_history_tmp"}, "model.intercom.stg_intercom__conversation_contact_history": {"metadata": {"type": "BASE TABLE", "schema": "public_intercom_dev", "name": "stg_intercom__conversation_contact_history", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": null}, "contact_id": {"type": "text", "index": 2, "name": "contact_id", "comment": null}, "conversation_id": {"type": "bigint", "index": 3, "name": "conversation_id", "comment": null}, "conversation_updated_at": {"type": "timestamp without time zone", "index": 4, "name": "conversation_updated_at", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 5, "name": "_fivetran_active", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 6, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 7, "name": "_fivetran_end", "comment": null}}, "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.intercom.stg_intercom__conversation_contact_history"}, "model.intercom.stg_intercom__conversation_contact_history_tmp": {"metadata": {"type": "VIEW", "schema": "public_intercom_dev", "name": "stg_intercom__conversation_contact_history_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"contact_id": {"type": "text", "index": 1, "name": "contact_id", "comment": null}, "conversation_id": {"type": "bigint", "index": 2, "name": "conversation_id", "comment": null}, "conversation_updated_at": {"type": "timestamp without time zone", "index": 3, "name": "conversation_updated_at", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 5, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 6, "name": "_fivetran_end", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 7, "name": "_fivetran_active", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.intercom.stg_intercom__conversation_contact_history_tmp"}, "model.intercom.stg_intercom__conversation_history": {"metadata": {"type": "BASE TABLE", "schema": "public_intercom_dev", "name": "stg_intercom__conversation_history", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": null}, "conversation_id": {"type": "bigint", "index": 2, "name": "conversation_id", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 3, "name": "created_at", "comment": null}, "assignee_id": {"type": "integer", "index": 4, "name": "assignee_id", "comment": null}, "assignee_type": {"type": "text", "index": 5, "name": "assignee_type", "comment": null}, "conversation_rating_value": {"type": "integer", "index": 6, "name": "conversation_rating_value", "comment": null}, "conversation_rating_remark": {"type": "integer", "index": 7, "name": "conversation_rating_remark", "comment": null}, "first_contact_reply_created_at": {"type": "timestamp without time zone", "index": 8, "name": "first_contact_reply_created_at", "comment": null}, "first_contact_reply_type": {"type": "text", "index": 9, "name": "first_contact_reply_type", "comment": null}, "is_read": {"type": "boolean", "index": 10, "name": "is_read", "comment": null}, "source_author_id": {"type": "text", "index": 11, "name": "source_author_id", "comment": null}, "source_author_type": {"type": "text", "index": 12, "name": "source_author_type", "comment": null}, "source_delivered_as": {"type": "text", "index": 13, "name": "source_delivered_as", "comment": null}, "source_type": {"type": "text", "index": 14, "name": "source_type", "comment": null}, "source_subject": {"type": "text", "index": 15, "name": "source_subject", "comment": null}, "state": {"type": "text", "index": 16, "name": "state", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 17, "name": "updated_at", "comment": null}, "waiting_since": {"type": "timestamp without time zone", "index": 18, "name": "waiting_since", "comment": null}, "snoozed_until": {"type": "timestamp without time zone", "index": 19, "name": "snoozed_until", "comment": null}, "sla_name": {"type": "integer", "index": 20, "name": "sla_name", "comment": null}, "sla_status": {"type": "integer", "index": 21, "name": "sla_status", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 22, "name": "_fivetran_active", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 23, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 24, "name": "_fivetran_end", "comment": null}}, "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.intercom.stg_intercom__conversation_history"}, "model.intercom.stg_intercom__conversation_history_tmp": {"metadata": {"type": "VIEW", "schema": "public_intercom_dev", "name": "stg_intercom__conversation_history_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 2, "name": "updated_at", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "assignee_id": {"type": "integer", "index": 4, "name": "assignee_id", "comment": null}, "assignee_type": {"type": "text", "index": 5, "name": "assignee_type", "comment": null}, "conversation_rating_created_at": {"type": "integer", "index": 6, "name": "conversation_rating_created_at", "comment": null}, "conversation_rating_remark": {"type": "integer", "index": 7, "name": "conversation_rating_remark", "comment": null}, "conversation_rating_value": {"type": "integer", "index": 8, "name": "conversation_rating_value", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 9, "name": "created_at", "comment": null}, "first_contact_reply_created_at": {"type": "timestamp without time zone", "index": 10, "name": "first_contact_reply_created_at", "comment": null}, "first_contact_reply_type": {"type": "text", "index": 11, "name": "first_contact_reply_type", "comment": null}, "priority": {"type": "text", "index": 12, "name": "priority", "comment": null}, "read": {"type": "boolean", "index": 13, "name": "read", "comment": null}, "sla_name": {"type": "integer", "index": 14, "name": "sla_name", "comment": null}, "sla_status": {"type": "integer", "index": 15, "name": "sla_status", "comment": null}, "snoozed_until": {"type": "timestamp without time zone", "index": 16, "name": "snoozed_until", "comment": null}, "source_author_id": {"type": "text", "index": 17, "name": "source_author_id", "comment": null}, "source_author_type": {"type": "text", "index": 18, "name": "source_author_type", "comment": null}, "source_delivered_as": {"type": "text", "index": 19, "name": "source_delivered_as", "comment": null}, "source_id": {"type": "integer", "index": 20, "name": "source_id", "comment": null}, "source_type": {"type": "text", "index": 21, "name": "source_type", "comment": null}, "state": {"type": "text", "index": 22, "name": "state", "comment": null}, "waiting_since": {"type": "timestamp without time zone", "index": 23, "name": "waiting_since", "comment": null}, "first_contact_reply_url": {"type": "text", "index": 24, "name": "first_contact_reply_url", "comment": null}, "source_body": {"type": "text", "index": 25, "name": "source_body", "comment": null}, "source_subject": {"type": "text", "index": 26, "name": "source_subject", "comment": null}, "source_url": {"type": "text", "index": 27, "name": "source_url", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 28, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 29, "name": "_fivetran_end", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 30, "name": "_fivetran_active", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.intercom.stg_intercom__conversation_history_tmp"}, "model.intercom.stg_intercom__conversation_part_history": {"metadata": {"type": "BASE TABLE", "schema": "public_intercom_dev", "name": "stg_intercom__conversation_part_history", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": null}, "conversation_part_id": {"type": "bigint", "index": 2, "name": "conversation_part_id", "comment": null}, "part_type": {"type": "text", "index": 3, "name": "part_type", "comment": null}, "body": {"type": "text", "index": 4, "name": "body", "comment": null}, "conversation_id": {"type": "bigint", "index": 5, "name": "conversation_id", "comment": null}, "author_id": {"type": "character varying(100)", "index": 6, "name": "author_id", "comment": null}, "author_type": {"type": "text", "index": 7, "name": "author_type", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 8, "name": "created_at", "comment": null}, "assigned_to_id": {"type": "integer", "index": 9, "name": "assigned_to_id", "comment": null}, "assigned_to_type": {"type": "character varying(100)", "index": 10, "name": "assigned_to_type", "comment": null}, "conversation_updated_at": {"type": "timestamp without time zone", "index": 11, "name": "conversation_updated_at", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 12, "name": "updated_at", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 13, "name": "_fivetran_active", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 14, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 15, "name": "_fivetran_end", "comment": null}}, "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.intercom.stg_intercom__conversation_part_history"}, "model.intercom.stg_intercom__conversation_part_history_tmp": {"metadata": {"type": "VIEW", "schema": "public_intercom_dev", "name": "stg_intercom__conversation_part_history_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 2, "name": "updated_at", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "assigned_to_id": {"type": "integer", "index": 4, "name": "assigned_to_id", "comment": null}, "assigned_to_type": {"type": "character varying(100)", "index": 5, "name": "assigned_to_type", "comment": null}, "author_id": {"type": "character varying(100)", "index": 6, "name": "author_id", "comment": null}, "author_type": {"type": "text", "index": 7, "name": "author_type", "comment": null}, "conversation_id": {"type": "bigint", "index": 8, "name": "conversation_id", "comment": null}, "conversation_updated_at": {"type": "timestamp without time zone", "index": 9, "name": "conversation_updated_at", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 10, "name": "created_at", "comment": null}, "notified_at": {"type": "timestamp without time zone", "index": 11, "name": "notified_at", "comment": null}, "part_type": {"type": "text", "index": 12, "name": "part_type", "comment": null}, "body": {"type": "text", "index": 13, "name": "body", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 14, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 15, "name": "_fivetran_end", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 16, "name": "_fivetran_active", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.intercom.stg_intercom__conversation_part_history_tmp"}, "model.intercom.stg_intercom__conversation_tag_history": {"metadata": {"type": "BASE TABLE", "schema": "public_intercom_dev", "name": "stg_intercom__conversation_tag_history", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": null}, "conversation_id": {"type": "bigint", "index": 2, "name": "conversation_id", "comment": null}, "tag_id": {"type": "bigint", "index": 3, "name": "tag_id", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 4, "name": "_fivetran_active", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 5, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 6, "name": "_fivetran_end", "comment": null}}, "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.intercom.stg_intercom__conversation_tag_history"}, "model.intercom.stg_intercom__conversation_tag_history_tmp": {"metadata": {"type": "VIEW", "schema": "public_intercom_dev", "name": "stg_intercom__conversation_tag_history_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"tag_id": {"type": "bigint", "index": 1, "name": "tag_id", "comment": null}, "conversation_id": {"type": "bigint", "index": 2, "name": "conversation_id", "comment": null}, "conversation_updated_at": {"type": "timestamp without time zone", "index": 3, "name": "conversation_updated_at", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 5, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 6, "name": "_fivetran_end", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 7, "name": "_fivetran_active", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.intercom.stg_intercom__conversation_tag_history_tmp"}, "model.intercom.stg_intercom__help_center_history": {"metadata": {"type": "BASE TABLE", "schema": "public_intercom_dev", "name": "stg_intercom__help_center_history", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": null}, "help_center_id": {"type": "text", "index": 2, "name": "help_center_id", "comment": null}, "help_center_name": {"type": "text", "index": 3, "name": "help_center_name", "comment": null}, "help_center_identifier": {"type": "text", "index": 4, "name": "help_center_identifier", "comment": null}, "workspace_id": {"type": "character varying(100)", "index": 5, "name": "workspace_id", "comment": null}, "is_website_enabled": {"type": "boolean", "index": 6, "name": "is_website_enabled", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 7, "name": "created_at", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 8, "name": "updated_at", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 9, "name": "_fivetran_active", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 10, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 11, "name": "_fivetran_end", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 12, "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.intercom.stg_intercom__help_center_history"}, "model.intercom.stg_intercom__help_center_history_tmp": {"metadata": {"type": "VIEW", "schema": "public_intercom_dev", "name": "stg_intercom__help_center_history_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "character varying(100)", "index": 1, "name": "id", "comment": null}, "display_name": {"type": "text", "index": 2, "name": "display_name", "comment": null}, "identifier": {"type": "text", "index": 3, "name": "identifier", "comment": null}, "workspace_id": {"type": "character varying(100)", "index": 4, "name": "workspace_id", "comment": null}, "website_turned_on": {"type": "boolean", "index": 5, "name": "website_turned_on", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 6, "name": "created_at", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 7, "name": "updated_at", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 8, "name": "_fivetran_active", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 9, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 10, "name": "_fivetran_end", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 11, "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.intercom.stg_intercom__help_center_history_tmp"}, "model.intercom.stg_intercom__tag": {"metadata": {"type": "BASE TABLE", "schema": "public_intercom_dev", "name": "stg_intercom__tag", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": null}, "tag_id": {"type": "bigint", "index": 2, "name": "tag_id", "comment": null}, "name": {"type": "text", "index": 3, "name": "name", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 4, "name": "_fivetran_deleted", "comment": null}}, "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.intercom.stg_intercom__tag"}, "model.intercom.stg_intercom__tag_tmp": {"metadata": {"type": "VIEW", "schema": "public_intercom_dev", "name": "stg_intercom__tag_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "name": {"type": "text", "index": 4, "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.intercom.stg_intercom__tag_tmp"}, "model.intercom.stg_intercom__team": {"metadata": {"type": "BASE TABLE", "schema": "public_intercom_dev", "name": "stg_intercom__team", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": null}, "team_id": {"type": "bigint", "index": 2, "name": "team_id", "comment": null}, "name": {"type": "text", "index": 3, "name": "name", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 4, "name": "_fivetran_deleted", "comment": null}}, "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.intercom.stg_intercom__team"}, "model.intercom.stg_intercom__team_admin": {"metadata": {"type": "BASE TABLE", "schema": "public_intercom_dev", "name": "stg_intercom__team_admin", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": null}, "admin_id": {"type": "text", "index": 2, "name": "admin_id", "comment": null}, "team_id": {"type": "bigint", "index": 3, "name": "team_id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 4, "name": "_fivetran_deleted", "comment": null}}, "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.intercom.stg_intercom__team_admin"}, "model.intercom.stg_intercom__team_admin_tmp": {"metadata": {"type": "VIEW", "schema": "public_intercom_dev", "name": "stg_intercom__team_admin_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"admin_id": {"type": "character varying(100)", "index": 1, "name": "admin_id", "comment": null}, "team_id": {"type": "bigint", "index": 2, "name": "team_id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 3, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "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.intercom.stg_intercom__team_admin_tmp"}, "model.intercom.stg_intercom__team_tmp": {"metadata": {"type": "VIEW", "schema": "public_intercom_dev", "name": "stg_intercom__team_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 3, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "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.intercom.stg_intercom__team_tmp"}}, "sources": {"source.intercom.intercom.admin": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "admin_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "character varying(100)", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "job_title": {"type": "integer", "index": 4, "name": "job_title", "comment": null}, "email": {"type": "text", "index": 5, "name": "email", "comment": null}, "name": {"type": "text", "index": 6, "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": "source.intercom.intercom.admin"}, "source.intercom.intercom.article_history": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "article_history_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "character varying(100)", "index": 1, "name": "id", "comment": null}, "collection_id": {"type": "character varying(100)", "index": 2, "name": "collection_id", "comment": null}, "section_id": {"type": "character varying(100)", "index": 3, "name": "section_id", "comment": null}, "author_id": {"type": "character varying(100)", "index": 4, "name": "author_id", "comment": null}, "title": {"type": "text", "index": 5, "name": "title", "comment": null}, "description": {"type": "text", "index": 6, "name": "description", "comment": null}, "body": {"type": "text", "index": 7, "name": "body", "comment": null}, "url": {"type": "text", "index": 8, "name": "url", "comment": null}, "type": {"type": "text", "index": 9, "name": "type", "comment": null}, "state": {"type": "text", "index": 10, "name": "state", "comment": null}, "parent_type": {"type": "text", "index": 11, "name": "parent_type", "comment": null}, "default_locale": {"type": "text", "index": 12, "name": "default_locale", "comment": null}, "workspace_id": {"type": "character varying(100)", "index": 13, "name": "workspace_id", "comment": null}, "statistics_type": {"type": "text", "index": 14, "name": "statistics_type", "comment": null}, "statistics_views": {"type": "integer", "index": 15, "name": "statistics_views", "comment": null}, "statistics_conversations": {"type": "integer", "index": 16, "name": "statistics_conversations", "comment": null}, "statistics_reactions": {"type": "integer", "index": 17, "name": "statistics_reactions", "comment": null}, "statistics_happy_reaction_percentage": {"type": "double precision", "index": 18, "name": "statistics_happy_reaction_percentage", "comment": null}, "statistics_neutral_reaction_percentage": {"type": "double precision", "index": 19, "name": "statistics_neutral_reaction_percentage", "comment": null}, "statistics_sad_reaction_percentage": {"type": "double precision", "index": 20, "name": "statistics_sad_reaction_percentage", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 21, "name": "created_at", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 22, "name": "updated_at", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 23, "name": "_fivetran_active", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 24, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 25, "name": "_fivetran_end", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 26, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.intercom.intercom.article_history"}, "source.intercom.intercom.collection_history": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "collection_history_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "character varying(100)", "index": 1, "name": "id", "comment": null}, "help_center_id": {"type": "character varying(100)", "index": 2, "name": "help_center_id", "comment": null}, "parent_id": {"type": "character varying(100)", "index": 3, "name": "parent_id", "comment": null}, "name": {"type": "text", "index": 4, "name": "name", "comment": null}, "description": {"type": "text", "index": 5, "name": "description", "comment": null}, "url": {"type": "text", "index": 6, "name": "url", "comment": null}, "icon": {"type": "text", "index": 7, "name": "icon", "comment": null}, "type": {"type": "text", "index": 8, "name": "type", "comment": null}, "default_locale": {"type": "text", "index": 9, "name": "default_locale", "comment": null}, "workspace_id": {"type": "character varying(100)", "index": 10, "name": "workspace_id", "comment": null}, "order": {"type": "integer", "index": 11, "name": "order", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 12, "name": "created_at", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 13, "name": "updated_at", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 14, "name": "_fivetran_active", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 15, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 16, "name": "_fivetran_end", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 17, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.intercom.intercom.collection_history"}, "source.intercom.intercom.company_history": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "company_history_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 2, "name": "updated_at", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "company_id": {"type": "text", "index": 4, "name": "company_id", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 5, "name": "created_at", "comment": null}, "industry": {"type": "integer", "index": 6, "name": "industry", "comment": null}, "last_request_at": {"type": "timestamp without time zone", "index": 7, "name": "last_request_at", "comment": null}, "monthly_spend": {"type": "integer", "index": 8, "name": "monthly_spend", "comment": null}, "plan_id": {"type": "integer", "index": 9, "name": "plan_id", "comment": null}, "plan_name": {"type": "integer", "index": 10, "name": "plan_name", "comment": null}, "remote_created_at": {"type": "integer", "index": 11, "name": "remote_created_at", "comment": null}, "session_count": {"type": "integer", "index": 12, "name": "session_count", "comment": null}, "size": {"type": "integer", "index": 13, "name": "size", "comment": null}, "user_count": {"type": "integer", "index": 14, "name": "user_count", "comment": null}, "website": {"type": "integer", "index": 15, "name": "website", "comment": null}, "name": {"type": "text", "index": 16, "name": "name", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 17, "name": "_fivetran_active", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 18, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 19, "name": "_fivetran_end", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.intercom.intercom.company_history"}, "source.intercom.intercom.company_tag_history": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "company_tag_history_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"company_id": {"type": "text", "index": 1, "name": "company_id", "comment": null}, "company_updated_at": {"type": "timestamp without time zone", "index": 2, "name": "company_updated_at", "comment": null}, "tag_id": {"type": "bigint", "index": 3, "name": "tag_id", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 4, "name": "_fivetran_active", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 5, "name": "_fivetran_synced", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 6, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 7, "name": "_fivetran_end", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.intercom.intercom.company_tag_history"}, "source.intercom.intercom.contact_company_history": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "contact_company_history_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"company_id": {"type": "text", "index": 1, "name": "company_id", "comment": null}, "contact_id": {"type": "text", "index": 2, "name": "contact_id", "comment": null}, "contact_updated_at": {"type": "timestamp without time zone", "index": 3, "name": "contact_updated_at", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 5, "name": "_fivetran_active", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 6, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 7, "name": "_fivetran_end", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.intercom.intercom.contact_company_history"}, "source.intercom.intercom.contact_history": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "contact_history_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 2, "name": "updated_at", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 3, "name": "_fivetran_active", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}, "admin_id": {"type": "integer", "index": 5, "name": "admin_id", "comment": null}, "android_app_name": {"type": "integer", "index": 6, "name": "android_app_name", "comment": null}, "android_app_version": {"type": "integer", "index": 7, "name": "android_app_version", "comment": null}, "android_device": {"type": "integer", "index": 8, "name": "android_device", "comment": null}, "android_last_seen_at": {"type": "integer", "index": 9, "name": "android_last_seen_at", "comment": null}, "android_os_version": {"type": "integer", "index": 10, "name": "android_os_version", "comment": null}, "android_sdk_version": {"type": "integer", "index": 11, "name": "android_sdk_version", "comment": null}, "browser": {"type": "integer", "index": 12, "name": "browser", "comment": null}, "browser_language": {"type": "integer", "index": 13, "name": "browser_language", "comment": null}, "browser_version": {"type": "integer", "index": 14, "name": "browser_version", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 15, "name": "created_at", "comment": null}, "custom_onboarding_step": {"type": "integer", "index": 16, "name": "custom_onboarding_step", "comment": null}, "custom_organisation_id": {"type": "integer", "index": 17, "name": "custom_organisation_id", "comment": null}, "custom_organisation_name": {"type": "integer", "index": 18, "name": "custom_organisation_name", "comment": null}, "external_id": {"type": "text", "index": 19, "name": "external_id", "comment": null}, "has_hard_bounced": {"type": "boolean", "index": 20, "name": "has_hard_bounced", "comment": null}, "ios_app_name": {"type": "integer", "index": 21, "name": "ios_app_name", "comment": null}, "ios_app_version": {"type": "integer", "index": 22, "name": "ios_app_version", "comment": null}, "ios_device": {"type": "integer", "index": 23, "name": "ios_device", "comment": null}, "ios_last_seen_at": {"type": "integer", "index": 24, "name": "ios_last_seen_at", "comment": null}, "ios_os_version": {"type": "integer", "index": 25, "name": "ios_os_version", "comment": null}, "ios_sdk_version": {"type": "integer", "index": 26, "name": "ios_sdk_version", "comment": null}, "language_override": {"type": "integer", "index": 27, "name": "language_override", "comment": null}, "last_contacted_at": {"type": "timestamp without time zone", "index": 28, "name": "last_contacted_at", "comment": null}, "last_email_clicked_at": {"type": "timestamp without time zone", "index": 29, "name": "last_email_clicked_at", "comment": null}, "last_email_opened_at": {"type": "timestamp without time zone", "index": 30, "name": "last_email_opened_at", "comment": null}, "last_replied_at": {"type": "timestamp without time zone", "index": 31, "name": "last_replied_at", "comment": null}, "last_seen_at": {"type": "integer", "index": 32, "name": "last_seen_at", "comment": null}, "location_city": {"type": "integer", "index": 33, "name": "location_city", "comment": null}, "location_country": {"type": "integer", "index": 34, "name": "location_country", "comment": null}, "location_region": {"type": "integer", "index": 35, "name": "location_region", "comment": null}, "marked_email_as_spam": {"type": "boolean", "index": 36, "name": "marked_email_as_spam", "comment": null}, "os": {"type": "integer", "index": 37, "name": "os", "comment": null}, "phone": {"type": "integer", "index": 38, "name": "phone", "comment": null}, "role": {"type": "text", "index": 39, "name": "role", "comment": null}, "signed_up_at": {"type": "timestamp without time zone", "index": 40, "name": "signed_up_at", "comment": null}, "unsubscribed_from_emails": {"type": "boolean", "index": 41, "name": "unsubscribed_from_emails", "comment": null}, "workspace_id": {"type": "text", "index": 42, "name": "workspace_id", "comment": null}, "avatar": {"type": "integer", "index": 43, "name": "avatar", "comment": null}, "custom_job_title": {"type": "text", "index": 44, "name": "custom_job_title", "comment": null}, "email": {"type": "text", "index": 45, "name": "email", "comment": null}, "name": {"type": "text", "index": 46, "name": "name", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 47, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 48, "name": "_fivetran_end", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.intercom.intercom.contact_history"}, "source.intercom.intercom.contact_tag_history": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "contact_tag_history_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"contact_id": {"type": "text", "index": 1, "name": "contact_id", "comment": null}, "contact_updated_at": {"type": "timestamp without time zone", "index": 2, "name": "contact_updated_at", "comment": null}, "tag_id": {"type": "bigint", "index": 3, "name": "tag_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 5, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 6, "name": "_fivetran_end", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 7, "name": "_fivetran_active", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.intercom.intercom.contact_tag_history"}, "source.intercom.intercom.conversation_contact_history": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "conversation_contact_history_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"contact_id": {"type": "text", "index": 1, "name": "contact_id", "comment": null}, "conversation_id": {"type": "bigint", "index": 2, "name": "conversation_id", "comment": null}, "conversation_updated_at": {"type": "timestamp without time zone", "index": 3, "name": "conversation_updated_at", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 5, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 6, "name": "_fivetran_end", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 7, "name": "_fivetran_active", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.intercom.intercom.conversation_contact_history"}, "source.intercom.intercom.conversation_history": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "conversation_history_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 2, "name": "updated_at", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "assignee_id": {"type": "integer", "index": 4, "name": "assignee_id", "comment": null}, "assignee_type": {"type": "text", "index": 5, "name": "assignee_type", "comment": null}, "conversation_rating_created_at": {"type": "integer", "index": 6, "name": "conversation_rating_created_at", "comment": null}, "conversation_rating_remark": {"type": "integer", "index": 7, "name": "conversation_rating_remark", "comment": null}, "conversation_rating_value": {"type": "integer", "index": 8, "name": "conversation_rating_value", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 9, "name": "created_at", "comment": null}, "first_contact_reply_created_at": {"type": "timestamp without time zone", "index": 10, "name": "first_contact_reply_created_at", "comment": null}, "first_contact_reply_type": {"type": "text", "index": 11, "name": "first_contact_reply_type", "comment": null}, "priority": {"type": "text", "index": 12, "name": "priority", "comment": null}, "read": {"type": "boolean", "index": 13, "name": "read", "comment": null}, "sla_name": {"type": "integer", "index": 14, "name": "sla_name", "comment": null}, "sla_status": {"type": "integer", "index": 15, "name": "sla_status", "comment": null}, "snoozed_until": {"type": "timestamp without time zone", "index": 16, "name": "snoozed_until", "comment": null}, "source_author_id": {"type": "text", "index": 17, "name": "source_author_id", "comment": null}, "source_author_type": {"type": "text", "index": 18, "name": "source_author_type", "comment": null}, "source_delivered_as": {"type": "text", "index": 19, "name": "source_delivered_as", "comment": null}, "source_id": {"type": "integer", "index": 20, "name": "source_id", "comment": null}, "source_type": {"type": "text", "index": 21, "name": "source_type", "comment": null}, "state": {"type": "text", "index": 22, "name": "state", "comment": null}, "waiting_since": {"type": "timestamp without time zone", "index": 23, "name": "waiting_since", "comment": null}, "first_contact_reply_url": {"type": "text", "index": 24, "name": "first_contact_reply_url", "comment": null}, "source_body": {"type": "text", "index": 25, "name": "source_body", "comment": null}, "source_subject": {"type": "text", "index": 26, "name": "source_subject", "comment": null}, "source_url": {"type": "text", "index": 27, "name": "source_url", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 28, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 29, "name": "_fivetran_end", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 30, "name": "_fivetran_active", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.intercom.intercom.conversation_history"}, "source.intercom.intercom.conversation_part_history": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "conversation_part_history_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 2, "name": "updated_at", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "assigned_to_id": {"type": "integer", "index": 4, "name": "assigned_to_id", "comment": null}, "assigned_to_type": {"type": "character varying(100)", "index": 5, "name": "assigned_to_type", "comment": null}, "author_id": {"type": "character varying(100)", "index": 6, "name": "author_id", "comment": null}, "author_type": {"type": "text", "index": 7, "name": "author_type", "comment": null}, "conversation_id": {"type": "bigint", "index": 8, "name": "conversation_id", "comment": null}, "conversation_updated_at": {"type": "timestamp without time zone", "index": 9, "name": "conversation_updated_at", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 10, "name": "created_at", "comment": null}, "notified_at": {"type": "timestamp without time zone", "index": 11, "name": "notified_at", "comment": null}, "part_type": {"type": "text", "index": 12, "name": "part_type", "comment": null}, "body": {"type": "text", "index": 13, "name": "body", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 14, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 15, "name": "_fivetran_end", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 16, "name": "_fivetran_active", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.intercom.intercom.conversation_part_history"}, "source.intercom.intercom.conversation_tag_history": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "conversation_tag_history_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"tag_id": {"type": "bigint", "index": 1, "name": "tag_id", "comment": null}, "conversation_id": {"type": "bigint", "index": 2, "name": "conversation_id", "comment": null}, "conversation_updated_at": {"type": "timestamp without time zone", "index": 3, "name": "conversation_updated_at", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 5, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 6, "name": "_fivetran_end", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 7, "name": "_fivetran_active", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.intercom.intercom.conversation_tag_history"}, "source.intercom.intercom.help_center_history": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "help_center_history_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "character varying(100)", "index": 1, "name": "id", "comment": null}, "display_name": {"type": "text", "index": 2, "name": "display_name", "comment": null}, "identifier": {"type": "text", "index": 3, "name": "identifier", "comment": null}, "workspace_id": {"type": "character varying(100)", "index": 4, "name": "workspace_id", "comment": null}, "website_turned_on": {"type": "boolean", "index": 5, "name": "website_turned_on", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 6, "name": "created_at", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 7, "name": "updated_at", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 8, "name": "_fivetran_active", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 9, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 10, "name": "_fivetran_end", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 11, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.intercom.intercom.help_center_history"}, "source.intercom.intercom.tag": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "tag_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "name": {"type": "text", "index": 4, "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": "source.intercom.intercom.tag"}, "source.intercom.intercom.team_admin": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "team_admin_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"admin_id": {"type": "character varying(100)", "index": 1, "name": "admin_id", "comment": null}, "team_id": {"type": "bigint", "index": 2, "name": "team_id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 3, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "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": "source.intercom.intercom.team_admin"}, "source.intercom.intercom.team": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "team_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 3, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "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": "source.intercom.intercom.team"}}, "errors": null}
\ No newline at end of file
+{"metadata": {"dbt_schema_version": "https://schemas.getdbt.com/dbt/catalog/v1.json", "dbt_version": "1.10.16", "generated_at": "2025-12-17T17:29:40.840525Z", "invocation_id": "a457650c-10ef-4bec-99be-9852cefbae7b", "invocation_started_at": "2025-12-17T17:29:37.473010Z", "env": {}}, "nodes": {"seed.intercom_integration_tests.admin_data": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "admin_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "character varying(100)", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "job_title": {"type": "integer", "index": 4, "name": "job_title", "comment": null}, "email": {"type": "text", "index": 5, "name": "email", "comment": null}, "name": {"type": "text", "index": 6, "name": "name", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.intercom_integration_tests.admin_data"}, "seed.intercom_integration_tests.article_history_data": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "article_history_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "character varying(100)", "index": 1, "name": "id", "comment": null}, "collection_id": {"type": "character varying(100)", "index": 2, "name": "collection_id", "comment": null}, "section_id": {"type": "character varying(100)", "index": 3, "name": "section_id", "comment": null}, "author_id": {"type": "character varying(100)", "index": 4, "name": "author_id", "comment": null}, "title": {"type": "text", "index": 5, "name": "title", "comment": null}, "description": {"type": "text", "index": 6, "name": "description", "comment": null}, "body": {"type": "text", "index": 7, "name": "body", "comment": null}, "url": {"type": "text", "index": 8, "name": "url", "comment": null}, "type": {"type": "text", "index": 9, "name": "type", "comment": null}, "state": {"type": "text", "index": 10, "name": "state", "comment": null}, "parent_type": {"type": "text", "index": 11, "name": "parent_type", "comment": null}, "default_locale": {"type": "text", "index": 12, "name": "default_locale", "comment": null}, "workspace_id": {"type": "character varying(100)", "index": 13, "name": "workspace_id", "comment": null}, "statistics_type": {"type": "text", "index": 14, "name": "statistics_type", "comment": null}, "statistics_views": {"type": "integer", "index": 15, "name": "statistics_views", "comment": null}, "statistics_conversations": {"type": "integer", "index": 16, "name": "statistics_conversations", "comment": null}, "statistics_reactions": {"type": "integer", "index": 17, "name": "statistics_reactions", "comment": null}, "statistics_happy_reaction_percentage": {"type": "double precision", "index": 18, "name": "statistics_happy_reaction_percentage", "comment": null}, "statistics_neutral_reaction_percentage": {"type": "double precision", "index": 19, "name": "statistics_neutral_reaction_percentage", "comment": null}, "statistics_sad_reaction_percentage": {"type": "double precision", "index": 20, "name": "statistics_sad_reaction_percentage", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 21, "name": "created_at", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 22, "name": "updated_at", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 23, "name": "_fivetran_active", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 24, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 25, "name": "_fivetran_end", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 26, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.intercom_integration_tests.article_history_data"}, "seed.intercom_integration_tests.collection_history_data": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "collection_history_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "character varying(100)", "index": 1, "name": "id", "comment": null}, "help_center_id": {"type": "character varying(100)", "index": 2, "name": "help_center_id", "comment": null}, "parent_id": {"type": "character varying(100)", "index": 3, "name": "parent_id", "comment": null}, "name": {"type": "text", "index": 4, "name": "name", "comment": null}, "description": {"type": "text", "index": 5, "name": "description", "comment": null}, "url": {"type": "text", "index": 6, "name": "url", "comment": null}, "icon": {"type": "text", "index": 7, "name": "icon", "comment": null}, "type": {"type": "text", "index": 8, "name": "type", "comment": null}, "default_locale": {"type": "text", "index": 9, "name": "default_locale", "comment": null}, "workspace_id": {"type": "character varying(100)", "index": 10, "name": "workspace_id", "comment": null}, "order": {"type": "integer", "index": 11, "name": "order", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 12, "name": "created_at", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 13, "name": "updated_at", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 14, "name": "_fivetran_active", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 15, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 16, "name": "_fivetran_end", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 17, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.intercom_integration_tests.collection_history_data"}, "seed.intercom_integration_tests.company_history_data": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "company_history_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 2, "name": "updated_at", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "company_id": {"type": "text", "index": 4, "name": "company_id", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 5, "name": "created_at", "comment": null}, "industry": {"type": "integer", "index": 6, "name": "industry", "comment": null}, "last_request_at": {"type": "timestamp without time zone", "index": 7, "name": "last_request_at", "comment": null}, "monthly_spend": {"type": "integer", "index": 8, "name": "monthly_spend", "comment": null}, "plan_id": {"type": "integer", "index": 9, "name": "plan_id", "comment": null}, "plan_name": {"type": "integer", "index": 10, "name": "plan_name", "comment": null}, "remote_created_at": {"type": "integer", "index": 11, "name": "remote_created_at", "comment": null}, "session_count": {"type": "integer", "index": 12, "name": "session_count", "comment": null}, "size": {"type": "integer", "index": 13, "name": "size", "comment": null}, "user_count": {"type": "integer", "index": 14, "name": "user_count", "comment": null}, "website": {"type": "integer", "index": 15, "name": "website", "comment": null}, "name": {"type": "text", "index": 16, "name": "name", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 17, "name": "_fivetran_active", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 18, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 19, "name": "_fivetran_end", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.intercom_integration_tests.company_history_data"}, "seed.intercom_integration_tests.company_tag_history_data": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "company_tag_history_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"company_id": {"type": "text", "index": 1, "name": "company_id", "comment": null}, "company_updated_at": {"type": "timestamp without time zone", "index": 2, "name": "company_updated_at", "comment": null}, "tag_id": {"type": "bigint", "index": 3, "name": "tag_id", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 4, "name": "_fivetran_active", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 5, "name": "_fivetran_synced", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 6, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 7, "name": "_fivetran_end", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.intercom_integration_tests.company_tag_history_data"}, "seed.intercom_integration_tests.contact_company_history_data": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "contact_company_history_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"company_id": {"type": "text", "index": 1, "name": "company_id", "comment": null}, "contact_id": {"type": "text", "index": 2, "name": "contact_id", "comment": null}, "contact_updated_at": {"type": "timestamp without time zone", "index": 3, "name": "contact_updated_at", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 5, "name": "_fivetran_active", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 6, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 7, "name": "_fivetran_end", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.intercom_integration_tests.contact_company_history_data"}, "seed.intercom_integration_tests.contact_history_data": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "contact_history_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 2, "name": "updated_at", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 3, "name": "_fivetran_active", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}, "admin_id": {"type": "integer", "index": 5, "name": "admin_id", "comment": null}, "android_app_name": {"type": "integer", "index": 6, "name": "android_app_name", "comment": null}, "android_app_version": {"type": "integer", "index": 7, "name": "android_app_version", "comment": null}, "android_device": {"type": "integer", "index": 8, "name": "android_device", "comment": null}, "android_last_seen_at": {"type": "integer", "index": 9, "name": "android_last_seen_at", "comment": null}, "android_os_version": {"type": "integer", "index": 10, "name": "android_os_version", "comment": null}, "android_sdk_version": {"type": "integer", "index": 11, "name": "android_sdk_version", "comment": null}, "browser": {"type": "integer", "index": 12, "name": "browser", "comment": null}, "browser_language": {"type": "integer", "index": 13, "name": "browser_language", "comment": null}, "browser_version": {"type": "integer", "index": 14, "name": "browser_version", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 15, "name": "created_at", "comment": null}, "custom_onboarding_step": {"type": "integer", "index": 16, "name": "custom_onboarding_step", "comment": null}, "custom_organisation_id": {"type": "integer", "index": 17, "name": "custom_organisation_id", "comment": null}, "custom_organisation_name": {"type": "integer", "index": 18, "name": "custom_organisation_name", "comment": null}, "external_id": {"type": "text", "index": 19, "name": "external_id", "comment": null}, "has_hard_bounced": {"type": "boolean", "index": 20, "name": "has_hard_bounced", "comment": null}, "ios_app_name": {"type": "integer", "index": 21, "name": "ios_app_name", "comment": null}, "ios_app_version": {"type": "integer", "index": 22, "name": "ios_app_version", "comment": null}, "ios_device": {"type": "integer", "index": 23, "name": "ios_device", "comment": null}, "ios_last_seen_at": {"type": "integer", "index": 24, "name": "ios_last_seen_at", "comment": null}, "ios_os_version": {"type": "integer", "index": 25, "name": "ios_os_version", "comment": null}, "ios_sdk_version": {"type": "integer", "index": 26, "name": "ios_sdk_version", "comment": null}, "language_override": {"type": "integer", "index": 27, "name": "language_override", "comment": null}, "last_contacted_at": {"type": "timestamp without time zone", "index": 28, "name": "last_contacted_at", "comment": null}, "last_email_clicked_at": {"type": "timestamp without time zone", "index": 29, "name": "last_email_clicked_at", "comment": null}, "last_email_opened_at": {"type": "timestamp without time zone", "index": 30, "name": "last_email_opened_at", "comment": null}, "last_replied_at": {"type": "timestamp without time zone", "index": 31, "name": "last_replied_at", "comment": null}, "last_seen_at": {"type": "integer", "index": 32, "name": "last_seen_at", "comment": null}, "location_city": {"type": "integer", "index": 33, "name": "location_city", "comment": null}, "location_country": {"type": "integer", "index": 34, "name": "location_country", "comment": null}, "location_region": {"type": "integer", "index": 35, "name": "location_region", "comment": null}, "marked_email_as_spam": {"type": "boolean", "index": 36, "name": "marked_email_as_spam", "comment": null}, "os": {"type": "integer", "index": 37, "name": "os", "comment": null}, "phone": {"type": "integer", "index": 38, "name": "phone", "comment": null}, "role": {"type": "text", "index": 39, "name": "role", "comment": null}, "signed_up_at": {"type": "timestamp without time zone", "index": 40, "name": "signed_up_at", "comment": null}, "unsubscribed_from_emails": {"type": "boolean", "index": 41, "name": "unsubscribed_from_emails", "comment": null}, "workspace_id": {"type": "text", "index": 42, "name": "workspace_id", "comment": null}, "avatar": {"type": "integer", "index": 43, "name": "avatar", "comment": null}, "custom_job_title": {"type": "text", "index": 44, "name": "custom_job_title", "comment": null}, "email": {"type": "text", "index": 45, "name": "email", "comment": null}, "name": {"type": "text", "index": 46, "name": "name", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 47, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 48, "name": "_fivetran_end", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.intercom_integration_tests.contact_history_data"}, "seed.intercom_integration_tests.contact_tag_history_data": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "contact_tag_history_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"contact_id": {"type": "text", "index": 1, "name": "contact_id", "comment": null}, "contact_updated_at": {"type": "timestamp without time zone", "index": 2, "name": "contact_updated_at", "comment": null}, "tag_id": {"type": "bigint", "index": 3, "name": "tag_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 5, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 6, "name": "_fivetran_end", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 7, "name": "_fivetran_active", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.intercom_integration_tests.contact_tag_history_data"}, "seed.intercom_integration_tests.conversation_contact_history_data": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "conversation_contact_history_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"contact_id": {"type": "text", "index": 1, "name": "contact_id", "comment": null}, "conversation_id": {"type": "bigint", "index": 2, "name": "conversation_id", "comment": null}, "conversation_updated_at": {"type": "timestamp without time zone", "index": 3, "name": "conversation_updated_at", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 5, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 6, "name": "_fivetran_end", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 7, "name": "_fivetran_active", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.intercom_integration_tests.conversation_contact_history_data"}, "seed.intercom_integration_tests.conversation_history_data": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "conversation_history_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 2, "name": "updated_at", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "assignee_id": {"type": "integer", "index": 4, "name": "assignee_id", "comment": null}, "assignee_type": {"type": "text", "index": 5, "name": "assignee_type", "comment": null}, "conversation_rating_created_at": {"type": "integer", "index": 6, "name": "conversation_rating_created_at", "comment": null}, "conversation_rating_remark": {"type": "integer", "index": 7, "name": "conversation_rating_remark", "comment": null}, "conversation_rating_value": {"type": "integer", "index": 8, "name": "conversation_rating_value", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 9, "name": "created_at", "comment": null}, "first_contact_reply_created_at": {"type": "timestamp without time zone", "index": 10, "name": "first_contact_reply_created_at", "comment": null}, "first_contact_reply_type": {"type": "text", "index": 11, "name": "first_contact_reply_type", "comment": null}, "priority": {"type": "text", "index": 12, "name": "priority", "comment": null}, "read": {"type": "boolean", "index": 13, "name": "read", "comment": null}, "sla_name": {"type": "integer", "index": 14, "name": "sla_name", "comment": null}, "sla_status": {"type": "integer", "index": 15, "name": "sla_status", "comment": null}, "snoozed_until": {"type": "timestamp without time zone", "index": 16, "name": "snoozed_until", "comment": null}, "source_author_id": {"type": "text", "index": 17, "name": "source_author_id", "comment": null}, "source_author_type": {"type": "text", "index": 18, "name": "source_author_type", "comment": null}, "source_delivered_as": {"type": "text", "index": 19, "name": "source_delivered_as", "comment": null}, "source_id": {"type": "integer", "index": 20, "name": "source_id", "comment": null}, "source_type": {"type": "text", "index": 21, "name": "source_type", "comment": null}, "state": {"type": "text", "index": 22, "name": "state", "comment": null}, "waiting_since": {"type": "timestamp without time zone", "index": 23, "name": "waiting_since", "comment": null}, "first_contact_reply_url": {"type": "text", "index": 24, "name": "first_contact_reply_url", "comment": null}, "source_body": {"type": "text", "index": 25, "name": "source_body", "comment": null}, "source_subject": {"type": "text", "index": 26, "name": "source_subject", "comment": null}, "source_url": {"type": "text", "index": 27, "name": "source_url", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 28, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 29, "name": "_fivetran_end", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 30, "name": "_fivetran_active", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.intercom_integration_tests.conversation_history_data"}, "seed.intercom_integration_tests.conversation_part_history_data": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "conversation_part_history_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 2, "name": "updated_at", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "assigned_to_id": {"type": "integer", "index": 4, "name": "assigned_to_id", "comment": null}, "assigned_to_type": {"type": "character varying(100)", "index": 5, "name": "assigned_to_type", "comment": null}, "author_id": {"type": "character varying(100)", "index": 6, "name": "author_id", "comment": null}, "author_type": {"type": "text", "index": 7, "name": "author_type", "comment": null}, "conversation_id": {"type": "bigint", "index": 8, "name": "conversation_id", "comment": null}, "conversation_updated_at": {"type": "timestamp without time zone", "index": 9, "name": "conversation_updated_at", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 10, "name": "created_at", "comment": null}, "notified_at": {"type": "timestamp without time zone", "index": 11, "name": "notified_at", "comment": null}, "part_type": {"type": "text", "index": 12, "name": "part_type", "comment": null}, "body": {"type": "text", "index": 13, "name": "body", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 14, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 15, "name": "_fivetran_end", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 16, "name": "_fivetran_active", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.intercom_integration_tests.conversation_part_history_data"}, "seed.intercom_integration_tests.conversation_tag_history_data": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "conversation_tag_history_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"tag_id": {"type": "bigint", "index": 1, "name": "tag_id", "comment": null}, "conversation_id": {"type": "bigint", "index": 2, "name": "conversation_id", "comment": null}, "conversation_updated_at": {"type": "timestamp without time zone", "index": 3, "name": "conversation_updated_at", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 5, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 6, "name": "_fivetran_end", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 7, "name": "_fivetran_active", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.intercom_integration_tests.conversation_tag_history_data"}, "seed.intercom_integration_tests.help_center_history_data": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "help_center_history_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "character varying(100)", "index": 1, "name": "id", "comment": null}, "display_name": {"type": "text", "index": 2, "name": "display_name", "comment": null}, "identifier": {"type": "text", "index": 3, "name": "identifier", "comment": null}, "workspace_id": {"type": "character varying(100)", "index": 4, "name": "workspace_id", "comment": null}, "website_turned_on": {"type": "boolean", "index": 5, "name": "website_turned_on", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 6, "name": "created_at", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 7, "name": "updated_at", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 8, "name": "_fivetran_active", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 9, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 10, "name": "_fivetran_end", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 11, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.intercom_integration_tests.help_center_history_data"}, "seed.intercom_integration_tests.tag_data": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "tag_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "name": {"type": "text", "index": 4, "name": "name", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.intercom_integration_tests.tag_data"}, "seed.intercom_integration_tests.team_admin_data": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "team_admin_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"admin_id": {"type": "character varying(100)", "index": 1, "name": "admin_id", "comment": null}, "team_id": {"type": "bigint", "index": 2, "name": "team_id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 3, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "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": "seed.intercom_integration_tests.team_admin_data"}, "seed.intercom_integration_tests.team_data": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "team_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 3, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "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": "seed.intercom_integration_tests.team_data"}, "model.intercom.int_intercom__conversation_part_aggregates": {"metadata": {"type": "BASE TABLE", "schema": "public_intercom_dev", "name": "int_intercom__conversation_part_aggregates", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": null}, "conversation_id": {"type": "bigint", "index": 2, "name": "conversation_id", "comment": null}, "conversation_created_at": {"type": "timestamp without time zone", "index": 3, "name": "conversation_created_at", "comment": null}, "count_total_parts": {"type": "bigint", "index": 4, "name": "count_total_parts", "comment": null}, "first_contact_reply_at": {"type": "timestamp without time zone", "index": 5, "name": "first_contact_reply_at", "comment": null}, "first_assignment_at": {"type": "timestamp without time zone", "index": 6, "name": "first_assignment_at", "comment": null}, "first_admin_response_at": {"type": "timestamp without time zone", "index": 7, "name": "first_admin_response_at", "comment": null}, "first_reopen_at": {"type": "timestamp without time zone", "index": 8, "name": "first_reopen_at", "comment": null}, "last_assignment_at": {"type": "timestamp without time zone", "index": 9, "name": "last_assignment_at", "comment": null}, "last_contact_reply_at": {"type": "timestamp without time zone", "index": 10, "name": "last_contact_reply_at", "comment": null}, "last_admin_response_at": {"type": "timestamp without time zone", "index": 11, "name": "last_admin_response_at", "comment": null}, "last_reopen_at": {"type": "timestamp without time zone", "index": 12, "name": "last_reopen_at", "comment": null}, "count_assignments": {"type": "bigint", "index": 13, "name": "count_assignments", "comment": null}, "count_reopens": {"type": "bigint", "index": 14, "name": "count_reopens", "comment": null}}, "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.intercom.int_intercom__conversation_part_aggregates"}, "model.intercom.int_intercom__conversation_part_events": {"metadata": {"type": "BASE TABLE", "schema": "public_intercom_dev", "name": "int_intercom__conversation_part_events", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": null}, "conversation_id": {"type": "bigint", "index": 2, "name": "conversation_id", "comment": null}, "first_close_by_admin_id": {"type": "text", "index": 3, "name": "first_close_by_admin_id", "comment": null}, "last_close_by_admin_id": {"type": "text", "index": 4, "name": "last_close_by_admin_id", "comment": null}, "first_close_by_author_id": {"type": "text", "index": 5, "name": "first_close_by_author_id", "comment": null}, "last_close_by_author_id": {"type": "text", "index": 6, "name": "last_close_by_author_id", "comment": null}, "first_contact_author_id": {"type": "text", "index": 7, "name": "first_contact_author_id", "comment": null}, "last_contact_author_id": {"type": "text", "index": 8, "name": "last_contact_author_id", "comment": null}, "first_team_id": {"type": "text", "index": 9, "name": "first_team_id", "comment": null}, "last_team_id": {"type": "text", "index": 10, "name": "last_team_id", "comment": null}, "first_admin_close_at": {"type": "timestamp without time zone", "index": 11, "name": "first_admin_close_at", "comment": null}, "last_admin_close_at": {"type": "timestamp without time zone", "index": 12, "name": "last_admin_close_at", "comment": null}, "first_close_at": {"type": "timestamp without time zone", "index": 13, "name": "first_close_at", "comment": null}, "last_close_at": {"type": "timestamp without time zone", "index": 14, "name": "last_close_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.intercom.int_intercom__conversation_part_events"}, "model.intercom.int_intercom__conversation_string_aggregates": {"metadata": {"type": "BASE TABLE", "schema": "public_intercom_dev", "name": "int_intercom__conversation_string_aggregates", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": null}, "conversation_id": {"type": "bigint", "index": 2, "name": "conversation_id", "comment": null}, "conversation_admins": {"type": "text", "index": 3, "name": "conversation_admins", "comment": null}, "conversation_contacts": {"type": "text", "index": 4, "name": "conversation_contacts", "comment": null}}, "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.intercom.int_intercom__conversation_string_aggregates"}, "model.intercom.intercom__admin_metrics": {"metadata": {"type": "BASE TABLE", "schema": "public_intercom_dev", "name": "intercom__admin_metrics", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": null}, "admin_id": {"type": "text", "index": 2, "name": "admin_id", "comment": null}, "admin_name": {"type": "text", "index": 3, "name": "admin_name", "comment": null}, "team_id": {"type": "bigint", "index": 4, "name": "team_id", "comment": null}, "team_name": {"type": "text", "index": 5, "name": "team_name", "comment": null}, "job_title": {"type": "integer", "index": 6, "name": "job_title", "comment": null}, "total_conversations_closed": {"type": "bigint", "index": 7, "name": "total_conversations_closed", "comment": null}, "average_conversation_parts": {"type": "numeric", "index": 8, "name": "average_conversation_parts", "comment": null}, "average_conversation_rating": {"type": "numeric", "index": 9, "name": "average_conversation_rating", "comment": null}, "median_conversations_reopened": {"type": "numeric", "index": 10, "name": "median_conversations_reopened", "comment": null}, "median_conversation_assignments": {"type": "numeric", "index": 11, "name": "median_conversation_assignments", "comment": null}, "median_time_to_first_response_time_minutes": {"type": "numeric", "index": 12, "name": "median_time_to_first_response_time_minutes", "comment": null}, "median_time_to_last_close_minutes": {"type": "numeric", "index": 13, "name": "median_time_to_last_close_minutes", "comment": null}}, "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.intercom.intercom__admin_metrics"}, "model.intercom.intercom__article_enhanced": {"metadata": {"type": "BASE TABLE", "schema": "public_intercom_dev", "name": "intercom__article_enhanced", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": null}, "article_id": {"type": "text", "index": 2, "name": "article_id", "comment": null}, "author_id": {"type": "text", "index": 3, "name": "author_id", "comment": null}, "author_name": {"type": "text", "index": 4, "name": "author_name", "comment": null}, "author_job_title": {"type": "integer", "index": 5, "name": "author_job_title", "comment": null}, "article_title": {"type": "text", "index": 6, "name": "article_title", "comment": null}, "article_description": {"type": "text", "index": 7, "name": "article_description", "comment": null}, "article_body": {"type": "text", "index": 8, "name": "article_body", "comment": null}, "article_url": {"type": "text", "index": 9, "name": "article_url", "comment": null}, "article_type": {"type": "text", "index": 10, "name": "article_type", "comment": null}, "article_state": {"type": "text", "index": 11, "name": "article_state", "comment": null}, "default_locale": {"type": "text", "index": 12, "name": "default_locale", "comment": null}, "workspace_id": {"type": "character varying(100)", "index": 13, "name": "workspace_id", "comment": null}, "statistics_views": {"type": "integer", "index": 14, "name": "statistics_views", "comment": null}, "statistics_conversations": {"type": "integer", "index": 15, "name": "statistics_conversations", "comment": null}, "statistics_reactions": {"type": "integer", "index": 16, "name": "statistics_reactions", "comment": null}, "statistics_happy_reaction_percentage": {"type": "double precision", "index": 17, "name": "statistics_happy_reaction_percentage", "comment": null}, "statistics_neutral_reaction_percentage": {"type": "double precision", "index": 18, "name": "statistics_neutral_reaction_percentage", "comment": null}, "statistics_sad_reaction_percentage": {"type": "double precision", "index": 19, "name": "statistics_sad_reaction_percentage", "comment": null}, "collection_id": {"type": "text", "index": 20, "name": "collection_id", "comment": null}, "collection_name": {"type": "text", "index": 21, "name": "collection_name", "comment": null}, "collection_description": {"type": "text", "index": 22, "name": "collection_description", "comment": null}, "collection_url": {"type": "text", "index": 23, "name": "collection_url", "comment": null}, "collection_icon": {"type": "text", "index": 24, "name": "collection_icon", "comment": null}, "collection_display_order": {"type": "integer", "index": 25, "name": "collection_display_order", "comment": null}, "parent_collection_id": {"type": "text", "index": 26, "name": "parent_collection_id", "comment": null}, "parent_collection_name": {"type": "text", "index": 27, "name": "parent_collection_name", "comment": null}, "parent_collection_url": {"type": "text", "index": 28, "name": "parent_collection_url", "comment": null}, "help_center_id": {"type": "text", "index": 29, "name": "help_center_id", "comment": null}, "is_in_nested_section": {"type": "boolean", "index": 30, "name": "is_in_nested_section", "comment": null}, "help_center_name": {"type": "text", "index": 31, "name": "help_center_name", "comment": null}, "help_center_identifier": {"type": "text", "index": 32, "name": "help_center_identifier", "comment": null}, "is_help_center_website_enabled": {"type": "boolean", "index": 33, "name": "is_help_center_website_enabled", "comment": null}, "article_created_at": {"type": "timestamp without time zone", "index": 34, "name": "article_created_at", "comment": null}, "article_updated_at": {"type": "timestamp without time zone", "index": 35, "name": "article_updated_at", "comment": null}, "is_published": {"type": "boolean", "index": 36, "name": "is_published", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 37, "name": "_fivetran_active", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 38, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 39, "name": "_fivetran_end", "comment": null}}, "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.intercom.intercom__article_enhanced"}, "model.intercom.intercom__company_enhanced": {"metadata": {"type": "BASE TABLE", "schema": "public_intercom_dev", "name": "intercom__company_enhanced", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": null}, "company_id": {"type": "text", "index": 2, "name": "company_id", "comment": null}, "company_name": {"type": "text", "index": 3, "name": "company_name", "comment": null}, "website": {"type": "integer", "index": 4, "name": "website", "comment": null}, "industry": {"type": "integer", "index": 5, "name": "industry", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 6, "name": "created_at", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 7, "name": "updated_at", "comment": null}, "user_count": {"type": "integer", "index": 8, "name": "user_count", "comment": null}, "session_count": {"type": "integer", "index": 9, "name": "session_count", "comment": null}, "monthly_spend": {"type": "integer", "index": 10, "name": "monthly_spend", "comment": null}, "plan_id": {"type": "integer", "index": 11, "name": "plan_id", "comment": null}, "plan_name": {"type": "integer", "index": 12, "name": "plan_name", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 13, "name": "_fivetran_active", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 14, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 15, "name": "_fivetran_end", "comment": null}, "all_company_tags": {"type": "text", "index": 16, "name": "all_company_tags", "comment": null}}, "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.intercom.intercom__company_enhanced"}, "model.intercom.intercom__company_metrics": {"metadata": {"type": "BASE TABLE", "schema": "public_intercom_dev", "name": "intercom__company_metrics", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": null}, "company_id": {"type": "text", "index": 2, "name": "company_id", "comment": null}, "company_name": {"type": "text", "index": 3, "name": "company_name", "comment": null}, "website": {"type": "integer", "index": 4, "name": "website", "comment": null}, "industry": {"type": "integer", "index": 5, "name": "industry", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 6, "name": "created_at", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 7, "name": "updated_at", "comment": null}, "user_count": {"type": "integer", "index": 8, "name": "user_count", "comment": null}, "session_count": {"type": "integer", "index": 9, "name": "session_count", "comment": null}, "monthly_spend": {"type": "integer", "index": 10, "name": "monthly_spend", "comment": null}, "plan_id": {"type": "integer", "index": 11, "name": "plan_id", "comment": null}, "plan_name": {"type": "integer", "index": 12, "name": "plan_name", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 13, "name": "_fivetran_active", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 14, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 15, "name": "_fivetran_end", "comment": null}, "all_company_tags": {"type": "text", "index": 16, "name": "all_company_tags", "comment": null}, "total_conversations_closed": {"type": "bigint", "index": 17, "name": "total_conversations_closed", "comment": null}, "average_conversation_parts": {"type": "numeric", "index": 18, "name": "average_conversation_parts", "comment": null}, "average_conversation_rating": {"type": "numeric", "index": 19, "name": "average_conversation_rating", "comment": null}, "median_conversations_reopened": {"type": "numeric", "index": 20, "name": "median_conversations_reopened", "comment": null}, "median_time_to_first_response_time_minutes": {"type": "numeric", "index": 21, "name": "median_time_to_first_response_time_minutes", "comment": null}, "median_time_to_last_close_minutes": {"type": "numeric", "index": 22, "name": "median_time_to_last_close_minutes", "comment": null}}, "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.intercom.intercom__company_metrics"}, "model.intercom.intercom__contact_enhanced": {"metadata": {"type": "BASE TABLE", "schema": "public_intercom_dev", "name": "intercom__contact_enhanced", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": null}, "contact_id": {"type": "text", "index": 2, "name": "contact_id", "comment": null}, "admin_id": {"type": "integer", "index": 3, "name": "admin_id", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 4, "name": "created_at", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 5, "name": "updated_at", "comment": null}, "signed_up_at": {"type": "timestamp without time zone", "index": 6, "name": "signed_up_at", "comment": null}, "contact_name": {"type": "text", "index": 7, "name": "contact_name", "comment": null}, "contact_role": {"type": "text", "index": 8, "name": "contact_role", "comment": null}, "contact_email": {"type": "text", "index": 9, "name": "contact_email", "comment": null}, "last_replied_at": {"type": "timestamp without time zone", "index": 10, "name": "last_replied_at", "comment": null}, "last_email_clicked_at": {"type": "timestamp without time zone", "index": 11, "name": "last_email_clicked_at", "comment": null}, "last_email_opened_at": {"type": "timestamp without time zone", "index": 12, "name": "last_email_opened_at", "comment": null}, "last_contacted_at": {"type": "timestamp without time zone", "index": 13, "name": "last_contacted_at", "comment": null}, "is_unsubscribed_from_emails": {"type": "boolean", "index": 14, "name": "is_unsubscribed_from_emails", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 15, "name": "_fivetran_active", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 16, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 17, "name": "_fivetran_end", "comment": null}, "all_contact_tags": {"type": "text", "index": 18, "name": "all_contact_tags", "comment": null}, "all_contact_company_names": {"type": "text", "index": 19, "name": "all_contact_company_names", "comment": null}}, "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.intercom.intercom__contact_enhanced"}, "model.intercom.intercom__conversation_enhanced": {"metadata": {"type": "BASE TABLE", "schema": "public_intercom_dev", "name": "intercom__conversation_enhanced", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": null}, "conversation_id": {"type": "bigint", "index": 2, "name": "conversation_id", "comment": null}, "conversation_created_at": {"type": "timestamp without time zone", "index": 3, "name": "conversation_created_at", "comment": null}, "conversation_last_updated_at": {"type": "timestamp without time zone", "index": 4, "name": "conversation_last_updated_at", "comment": null}, "conversation_type": {"type": "text", "index": 5, "name": "conversation_type", "comment": null}, "conversation_initiated_type": {"type": "text", "index": 6, "name": "conversation_initiated_type", "comment": null}, "conversation_subject": {"type": "text", "index": 7, "name": "conversation_subject", "comment": null}, "conversation_assignee_id": {"type": "integer", "index": 8, "name": "conversation_assignee_id", "comment": null}, "conversation_assignee_type": {"type": "text", "index": 9, "name": "conversation_assignee_type", "comment": null}, "conversation_author_type": {"type": "text", "index": 10, "name": "conversation_author_type", "comment": null}, "conversation_state": {"type": "text", "index": 11, "name": "conversation_state", "comment": null}, "is_read": {"type": "boolean", "index": 12, "name": "is_read", "comment": null}, "waiting_since": {"type": "timestamp without time zone", "index": 13, "name": "waiting_since", "comment": null}, "snoozed_until": {"type": "timestamp without time zone", "index": 14, "name": "snoozed_until", "comment": null}, "sla_name": {"type": "integer", "index": 15, "name": "sla_name", "comment": null}, "sla_status": {"type": "integer", "index": 16, "name": "sla_status", "comment": null}, "conversation_rating": {"type": "integer", "index": 17, "name": "conversation_rating", "comment": null}, "conversation_remark": {"type": "integer", "index": 18, "name": "conversation_remark", "comment": null}, "is_assignee_admin": {"type": "boolean", "index": 19, "name": "is_assignee_admin", "comment": null}, "first_close_at": {"type": "timestamp without time zone", "index": 20, "name": "first_close_at", "comment": null}, "last_close_at": {"type": "timestamp without time zone", "index": 21, "name": "last_close_at", "comment": null}, "first_admin_close_at": {"type": "timestamp without time zone", "index": 22, "name": "first_admin_close_at", "comment": null}, "last_admin_close_at": {"type": "timestamp without time zone", "index": 23, "name": "last_admin_close_at", "comment": null}, "all_conversation_tags": {"type": "text", "index": 24, "name": "all_conversation_tags", "comment": null}, "first_close_by_admin_id": {"type": "text", "index": 25, "name": "first_close_by_admin_id", "comment": null}, "last_close_by_admin_id": {"type": "text", "index": 26, "name": "last_close_by_admin_id", "comment": null}, "first_close_by_author_id": {"type": "text", "index": 27, "name": "first_close_by_author_id", "comment": null}, "last_close_by_author_id": {"type": "text", "index": 28, "name": "last_close_by_author_id", "comment": null}, "first_contact_author_id": {"type": "text", "index": 29, "name": "first_contact_author_id", "comment": null}, "last_contact_author_id": {"type": "text", "index": 30, "name": "last_contact_author_id", "comment": null}, "first_team_id": {"type": "text", "index": 31, "name": "first_team_id", "comment": null}, "last_team_id": {"type": "text", "index": 32, "name": "last_team_id", "comment": null}, "first_team_name": {"type": "text", "index": 33, "name": "first_team_name", "comment": null}, "last_team_name": {"type": "text", "index": 34, "name": "last_team_name", "comment": null}, "all_contact_company_names": {"type": "text", "index": 35, "name": "all_contact_company_names", "comment": null}, "all_conversation_admins": {"type": "text", "index": 36, "name": "all_conversation_admins", "comment": null}, "all_conversation_contacts": {"type": "text", "index": 37, "name": "all_conversation_contacts", "comment": null}}, "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.intercom.intercom__conversation_enhanced"}, "model.intercom.intercom__conversation_metrics": {"metadata": {"type": "BASE TABLE", "schema": "public_intercom_dev", "name": "intercom__conversation_metrics", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": null}, "conversation_id": {"type": "bigint", "index": 2, "name": "conversation_id", "comment": null}, "conversation_created_at": {"type": "timestamp without time zone", "index": 3, "name": "conversation_created_at", "comment": null}, "conversation_last_updated_at": {"type": "timestamp without time zone", "index": 4, "name": "conversation_last_updated_at", "comment": null}, "conversation_type": {"type": "text", "index": 5, "name": "conversation_type", "comment": null}, "conversation_initiated_type": {"type": "text", "index": 6, "name": "conversation_initiated_type", "comment": null}, "conversation_subject": {"type": "text", "index": 7, "name": "conversation_subject", "comment": null}, "conversation_assignee_id": {"type": "integer", "index": 8, "name": "conversation_assignee_id", "comment": null}, "conversation_assignee_type": {"type": "text", "index": 9, "name": "conversation_assignee_type", "comment": null}, "conversation_author_type": {"type": "text", "index": 10, "name": "conversation_author_type", "comment": null}, "conversation_state": {"type": "text", "index": 11, "name": "conversation_state", "comment": null}, "is_read": {"type": "boolean", "index": 12, "name": "is_read", "comment": null}, "waiting_since": {"type": "timestamp without time zone", "index": 13, "name": "waiting_since", "comment": null}, "snoozed_until": {"type": "timestamp without time zone", "index": 14, "name": "snoozed_until", "comment": null}, "sla_name": {"type": "integer", "index": 15, "name": "sla_name", "comment": null}, "sla_status": {"type": "integer", "index": 16, "name": "sla_status", "comment": null}, "conversation_rating": {"type": "integer", "index": 17, "name": "conversation_rating", "comment": null}, "conversation_remark": {"type": "integer", "index": 18, "name": "conversation_remark", "comment": null}, "is_assignee_admin": {"type": "boolean", "index": 19, "name": "is_assignee_admin", "comment": null}, "first_close_at": {"type": "timestamp without time zone", "index": 20, "name": "first_close_at", "comment": null}, "last_close_at": {"type": "timestamp without time zone", "index": 21, "name": "last_close_at", "comment": null}, "first_admin_close_at": {"type": "timestamp without time zone", "index": 22, "name": "first_admin_close_at", "comment": null}, "last_admin_close_at": {"type": "timestamp without time zone", "index": 23, "name": "last_admin_close_at", "comment": null}, "all_conversation_tags": {"type": "text", "index": 24, "name": "all_conversation_tags", "comment": null}, "first_close_by_admin_id": {"type": "text", "index": 25, "name": "first_close_by_admin_id", "comment": null}, "last_close_by_admin_id": {"type": "text", "index": 26, "name": "last_close_by_admin_id", "comment": null}, "first_close_by_author_id": {"type": "text", "index": 27, "name": "first_close_by_author_id", "comment": null}, "last_close_by_author_id": {"type": "text", "index": 28, "name": "last_close_by_author_id", "comment": null}, "first_contact_author_id": {"type": "text", "index": 29, "name": "first_contact_author_id", "comment": null}, "last_contact_author_id": {"type": "text", "index": 30, "name": "last_contact_author_id", "comment": null}, "first_team_id": {"type": "text", "index": 31, "name": "first_team_id", "comment": null}, "last_team_id": {"type": "text", "index": 32, "name": "last_team_id", "comment": null}, "first_team_name": {"type": "text", "index": 33, "name": "first_team_name", "comment": null}, "last_team_name": {"type": "text", "index": 34, "name": "last_team_name", "comment": null}, "all_contact_company_names": {"type": "text", "index": 35, "name": "all_contact_company_names", "comment": null}, "all_conversation_admins": {"type": "text", "index": 36, "name": "all_conversation_admins", "comment": null}, "all_conversation_contacts": {"type": "text", "index": 37, "name": "all_conversation_contacts", "comment": null}, "count_reopens": {"type": "bigint", "index": 38, "name": "count_reopens", "comment": null}, "count_total_parts": {"type": "bigint", "index": 39, "name": "count_total_parts", "comment": null}, "count_assignments": {"type": "bigint", "index": 40, "name": "count_assignments", "comment": null}, "first_contact_reply_at": {"type": "timestamp without time zone", "index": 41, "name": "first_contact_reply_at", "comment": null}, "first_assignment_at": {"type": "timestamp without time zone", "index": 42, "name": "first_assignment_at", "comment": null}, "time_to_first_assignment_minutes": {"type": "numeric", "index": 43, "name": "time_to_first_assignment_minutes", "comment": null}, "first_admin_response_at": {"type": "timestamp without time zone", "index": 44, "name": "first_admin_response_at", "comment": null}, "time_to_first_response_minutes": {"type": "numeric", "index": 45, "name": "time_to_first_response_minutes", "comment": null}, "time_to_admin_first_close_minutes": {"type": "numeric", "index": 46, "name": "time_to_admin_first_close_minutes", "comment": null}, "time_to_first_close_minutes": {"type": "numeric", "index": 47, "name": "time_to_first_close_minutes", "comment": null}, "first_reopen_at": {"type": "timestamp without time zone", "index": 48, "name": "first_reopen_at", "comment": null}, "last_assignment_at": {"type": "timestamp without time zone", "index": 49, "name": "last_assignment_at", "comment": null}, "time_to_last_assignment_minutes": {"type": "numeric", "index": 50, "name": "time_to_last_assignment_minutes", "comment": null}, "last_contact_reply_at": {"type": "timestamp without time zone", "index": 51, "name": "last_contact_reply_at", "comment": null}, "last_admin_response_at": {"type": "timestamp without time zone", "index": 52, "name": "last_admin_response_at", "comment": null}, "last_reopen_at": {"type": "timestamp without time zone", "index": 53, "name": "last_reopen_at", "comment": null}, "time_to_admin_last_close_minutes": {"type": "numeric", "index": 54, "name": "time_to_admin_last_close_minutes", "comment": null}, "time_to_last_close_minutes": {"type": "numeric", "index": 55, "name": "time_to_last_close_minutes", "comment": null}}, "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.intercom.intercom__conversation_metrics"}, "model.intercom.stg_intercom__admin": {"metadata": {"type": "BASE TABLE", "schema": "public_intercom_dev", "name": "stg_intercom__admin", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": null}, "admin_id": {"type": "text", "index": 2, "name": "admin_id", "comment": null}, "name": {"type": "text", "index": 3, "name": "name", "comment": null}, "job_title": {"type": "integer", "index": 4, "name": "job_title", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 5, "name": "_fivetran_deleted", "comment": null}}, "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.intercom.stg_intercom__admin"}, "model.intercom.stg_intercom__admin_tmp": {"metadata": {"type": "VIEW", "schema": "public_intercom_dev", "name": "stg_intercom__admin_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "character varying(100)", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "job_title": {"type": "integer", "index": 4, "name": "job_title", "comment": null}, "email": {"type": "text", "index": 5, "name": "email", "comment": null}, "name": {"type": "text", "index": 6, "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.intercom.stg_intercom__admin_tmp"}, "model.intercom.stg_intercom__article_history": {"metadata": {"type": "BASE TABLE", "schema": "public_intercom_dev", "name": "stg_intercom__article_history", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": null}, "article_id": {"type": "text", "index": 2, "name": "article_id", "comment": null}, "collection_id": {"type": "text", "index": 3, "name": "collection_id", "comment": null}, "section_id": {"type": "text", "index": 4, "name": "section_id", "comment": null}, "author_id": {"type": "text", "index": 5, "name": "author_id", "comment": null}, "article_title": {"type": "text", "index": 6, "name": "article_title", "comment": null}, "article_description": {"type": "text", "index": 7, "name": "article_description", "comment": null}, "article_body": {"type": "text", "index": 8, "name": "article_body", "comment": null}, "article_url": {"type": "text", "index": 9, "name": "article_url", "comment": null}, "article_type": {"type": "text", "index": 10, "name": "article_type", "comment": null}, "article_state": {"type": "text", "index": 11, "name": "article_state", "comment": null}, "parent_type": {"type": "text", "index": 12, "name": "parent_type", "comment": null}, "default_locale": {"type": "text", "index": 13, "name": "default_locale", "comment": null}, "workspace_id": {"type": "character varying(100)", "index": 14, "name": "workspace_id", "comment": null}, "statistics_type": {"type": "text", "index": 15, "name": "statistics_type", "comment": null}, "statistics_views": {"type": "integer", "index": 16, "name": "statistics_views", "comment": null}, "statistics_conversations": {"type": "integer", "index": 17, "name": "statistics_conversations", "comment": null}, "statistics_reactions": {"type": "integer", "index": 18, "name": "statistics_reactions", "comment": null}, "statistics_happy_reaction_percentage": {"type": "double precision", "index": 19, "name": "statistics_happy_reaction_percentage", "comment": null}, "statistics_neutral_reaction_percentage": {"type": "double precision", "index": 20, "name": "statistics_neutral_reaction_percentage", "comment": null}, "statistics_sad_reaction_percentage": {"type": "double precision", "index": 21, "name": "statistics_sad_reaction_percentage", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 22, "name": "created_at", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 23, "name": "updated_at", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 24, "name": "_fivetran_active", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 25, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 26, "name": "_fivetran_end", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 27, "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.intercom.stg_intercom__article_history"}, "model.intercom.stg_intercom__article_history_tmp": {"metadata": {"type": "VIEW", "schema": "public_intercom_dev", "name": "stg_intercom__article_history_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "character varying(100)", "index": 1, "name": "id", "comment": null}, "collection_id": {"type": "character varying(100)", "index": 2, "name": "collection_id", "comment": null}, "section_id": {"type": "character varying(100)", "index": 3, "name": "section_id", "comment": null}, "author_id": {"type": "character varying(100)", "index": 4, "name": "author_id", "comment": null}, "title": {"type": "text", "index": 5, "name": "title", "comment": null}, "description": {"type": "text", "index": 6, "name": "description", "comment": null}, "body": {"type": "text", "index": 7, "name": "body", "comment": null}, "url": {"type": "text", "index": 8, "name": "url", "comment": null}, "type": {"type": "text", "index": 9, "name": "type", "comment": null}, "state": {"type": "text", "index": 10, "name": "state", "comment": null}, "parent_type": {"type": "text", "index": 11, "name": "parent_type", "comment": null}, "default_locale": {"type": "text", "index": 12, "name": "default_locale", "comment": null}, "workspace_id": {"type": "character varying(100)", "index": 13, "name": "workspace_id", "comment": null}, "statistics_type": {"type": "text", "index": 14, "name": "statistics_type", "comment": null}, "statistics_views": {"type": "integer", "index": 15, "name": "statistics_views", "comment": null}, "statistics_conversations": {"type": "integer", "index": 16, "name": "statistics_conversations", "comment": null}, "statistics_reactions": {"type": "integer", "index": 17, "name": "statistics_reactions", "comment": null}, "statistics_happy_reaction_percentage": {"type": "double precision", "index": 18, "name": "statistics_happy_reaction_percentage", "comment": null}, "statistics_neutral_reaction_percentage": {"type": "double precision", "index": 19, "name": "statistics_neutral_reaction_percentage", "comment": null}, "statistics_sad_reaction_percentage": {"type": "double precision", "index": 20, "name": "statistics_sad_reaction_percentage", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 21, "name": "created_at", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 22, "name": "updated_at", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 23, "name": "_fivetran_active", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 24, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 25, "name": "_fivetran_end", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 26, "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.intercom.stg_intercom__article_history_tmp"}, "model.intercom.stg_intercom__collection_history": {"metadata": {"type": "BASE TABLE", "schema": "public_intercom_dev", "name": "stg_intercom__collection_history", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": null}, "collection_id": {"type": "text", "index": 2, "name": "collection_id", "comment": null}, "help_center_id": {"type": "text", "index": 3, "name": "help_center_id", "comment": null}, "parent_collection_id": {"type": "text", "index": 4, "name": "parent_collection_id", "comment": null}, "collection_name": {"type": "text", "index": 5, "name": "collection_name", "comment": null}, "collection_description": {"type": "text", "index": 6, "name": "collection_description", "comment": null}, "collection_url": {"type": "text", "index": 7, "name": "collection_url", "comment": null}, "collection_icon": {"type": "text", "index": 8, "name": "collection_icon", "comment": null}, "collection_type": {"type": "text", "index": 9, "name": "collection_type", "comment": null}, "default_locale": {"type": "text", "index": 10, "name": "default_locale", "comment": null}, "workspace_id": {"type": "character varying(100)", "index": 11, "name": "workspace_id", "comment": null}, "display_order": {"type": "integer", "index": 12, "name": "display_order", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 13, "name": "created_at", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 14, "name": "updated_at", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 15, "name": "_fivetran_active", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 16, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 17, "name": "_fivetran_end", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 18, "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.intercom.stg_intercom__collection_history"}, "model.intercom.stg_intercom__collection_history_tmp": {"metadata": {"type": "VIEW", "schema": "public_intercom_dev", "name": "stg_intercom__collection_history_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "character varying(100)", "index": 1, "name": "id", "comment": null}, "help_center_id": {"type": "character varying(100)", "index": 2, "name": "help_center_id", "comment": null}, "parent_id": {"type": "character varying(100)", "index": 3, "name": "parent_id", "comment": null}, "name": {"type": "text", "index": 4, "name": "name", "comment": null}, "description": {"type": "text", "index": 5, "name": "description", "comment": null}, "url": {"type": "text", "index": 6, "name": "url", "comment": null}, "icon": {"type": "text", "index": 7, "name": "icon", "comment": null}, "type": {"type": "text", "index": 8, "name": "type", "comment": null}, "default_locale": {"type": "text", "index": 9, "name": "default_locale", "comment": null}, "workspace_id": {"type": "character varying(100)", "index": 10, "name": "workspace_id", "comment": null}, "order": {"type": "integer", "index": 11, "name": "order", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 12, "name": "created_at", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 13, "name": "updated_at", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 14, "name": "_fivetran_active", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 15, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 16, "name": "_fivetran_end", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 17, "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.intercom.stg_intercom__collection_history_tmp"}, "model.intercom.stg_intercom__company_history": {"metadata": {"type": "BASE TABLE", "schema": "public_intercom_dev", "name": "stg_intercom__company_history", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": null}, "company_id": {"type": "text", "index": 2, "name": "company_id", "comment": null}, "company_name": {"type": "text", "index": 3, "name": "company_name", "comment": null}, "website": {"type": "integer", "index": 4, "name": "website", "comment": null}, "industry": {"type": "integer", "index": 5, "name": "industry", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 6, "name": "created_at", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 7, "name": "updated_at", "comment": null}, "user_count": {"type": "integer", "index": 8, "name": "user_count", "comment": null}, "session_count": {"type": "integer", "index": 9, "name": "session_count", "comment": null}, "monthly_spend": {"type": "integer", "index": 10, "name": "monthly_spend", "comment": null}, "plan_id": {"type": "integer", "index": 11, "name": "plan_id", "comment": null}, "plan_name": {"type": "integer", "index": 12, "name": "plan_name", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 13, "name": "_fivetran_active", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 14, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 15, "name": "_fivetran_end", "comment": null}}, "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.intercom.stg_intercom__company_history"}, "model.intercom.stg_intercom__company_history_tmp": {"metadata": {"type": "VIEW", "schema": "public_intercom_dev", "name": "stg_intercom__company_history_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 2, "name": "updated_at", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "company_id": {"type": "text", "index": 4, "name": "company_id", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 5, "name": "created_at", "comment": null}, "industry": {"type": "integer", "index": 6, "name": "industry", "comment": null}, "last_request_at": {"type": "timestamp without time zone", "index": 7, "name": "last_request_at", "comment": null}, "monthly_spend": {"type": "integer", "index": 8, "name": "monthly_spend", "comment": null}, "plan_id": {"type": "integer", "index": 9, "name": "plan_id", "comment": null}, "plan_name": {"type": "integer", "index": 10, "name": "plan_name", "comment": null}, "remote_created_at": {"type": "integer", "index": 11, "name": "remote_created_at", "comment": null}, "session_count": {"type": "integer", "index": 12, "name": "session_count", "comment": null}, "size": {"type": "integer", "index": 13, "name": "size", "comment": null}, "user_count": {"type": "integer", "index": 14, "name": "user_count", "comment": null}, "website": {"type": "integer", "index": 15, "name": "website", "comment": null}, "name": {"type": "text", "index": 16, "name": "name", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 17, "name": "_fivetran_active", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 18, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 19, "name": "_fivetran_end", "comment": null}}, "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.intercom.stg_intercom__company_history_tmp"}, "model.intercom.stg_intercom__company_tag_history": {"metadata": {"type": "BASE TABLE", "schema": "public_intercom_dev", "name": "stg_intercom__company_tag_history", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": null}, "company_id": {"type": "text", "index": 2, "name": "company_id", "comment": null}, "company_updated_at": {"type": "timestamp without time zone", "index": 3, "name": "company_updated_at", "comment": null}, "tag_id": {"type": "bigint", "index": 4, "name": "tag_id", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 5, "name": "_fivetran_active", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 6, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 7, "name": "_fivetran_end", "comment": null}}, "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.intercom.stg_intercom__company_tag_history"}, "model.intercom.stg_intercom__company_tag_history_tmp": {"metadata": {"type": "VIEW", "schema": "public_intercom_dev", "name": "stg_intercom__company_tag_history_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"company_id": {"type": "text", "index": 1, "name": "company_id", "comment": null}, "company_updated_at": {"type": "timestamp without time zone", "index": 2, "name": "company_updated_at", "comment": null}, "tag_id": {"type": "bigint", "index": 3, "name": "tag_id", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 4, "name": "_fivetran_active", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 5, "name": "_fivetran_synced", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 6, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 7, "name": "_fivetran_end", "comment": null}}, "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.intercom.stg_intercom__company_tag_history_tmp"}, "model.intercom.stg_intercom__contact_company_history": {"metadata": {"type": "BASE TABLE", "schema": "public_intercom_dev", "name": "stg_intercom__contact_company_history", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": null}, "company_id": {"type": "text", "index": 2, "name": "company_id", "comment": null}, "contact_id": {"type": "text", "index": 3, "name": "contact_id", "comment": null}, "contact_updated_at": {"type": "timestamp without time zone", "index": 4, "name": "contact_updated_at", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 5, "name": "_fivetran_active", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 6, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 7, "name": "_fivetran_end", "comment": null}}, "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.intercom.stg_intercom__contact_company_history"}, "model.intercom.stg_intercom__contact_company_history_tmp": {"metadata": {"type": "VIEW", "schema": "public_intercom_dev", "name": "stg_intercom__contact_company_history_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"company_id": {"type": "text", "index": 1, "name": "company_id", "comment": null}, "contact_id": {"type": "text", "index": 2, "name": "contact_id", "comment": null}, "contact_updated_at": {"type": "timestamp without time zone", "index": 3, "name": "contact_updated_at", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 5, "name": "_fivetran_active", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 6, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 7, "name": "_fivetran_end", "comment": null}}, "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.intercom.stg_intercom__contact_company_history_tmp"}, "model.intercom.stg_intercom__contact_history": {"metadata": {"type": "BASE TABLE", "schema": "public_intercom_dev", "name": "stg_intercom__contact_history", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": null}, "contact_id": {"type": "text", "index": 2, "name": "contact_id", "comment": null}, "admin_id": {"type": "integer", "index": 3, "name": "admin_id", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 4, "name": "created_at", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 5, "name": "updated_at", "comment": null}, "signed_up_at": {"type": "timestamp without time zone", "index": 6, "name": "signed_up_at", "comment": null}, "contact_name": {"type": "text", "index": 7, "name": "contact_name", "comment": null}, "contact_role": {"type": "text", "index": 8, "name": "contact_role", "comment": null}, "contact_email": {"type": "text", "index": 9, "name": "contact_email", "comment": null}, "last_replied_at": {"type": "timestamp without time zone", "index": 10, "name": "last_replied_at", "comment": null}, "last_email_clicked_at": {"type": "timestamp without time zone", "index": 11, "name": "last_email_clicked_at", "comment": null}, "last_email_opened_at": {"type": "timestamp without time zone", "index": 12, "name": "last_email_opened_at", "comment": null}, "last_contacted_at": {"type": "timestamp without time zone", "index": 13, "name": "last_contacted_at", "comment": null}, "is_unsubscribed_from_emails": {"type": "boolean", "index": 14, "name": "is_unsubscribed_from_emails", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 15, "name": "_fivetran_active", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 16, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 17, "name": "_fivetran_end", "comment": null}}, "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.intercom.stg_intercom__contact_history"}, "model.intercom.stg_intercom__contact_history_tmp": {"metadata": {"type": "VIEW", "schema": "public_intercom_dev", "name": "stg_intercom__contact_history_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 2, "name": "updated_at", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 3, "name": "_fivetran_active", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}, "admin_id": {"type": "integer", "index": 5, "name": "admin_id", "comment": null}, "android_app_name": {"type": "integer", "index": 6, "name": "android_app_name", "comment": null}, "android_app_version": {"type": "integer", "index": 7, "name": "android_app_version", "comment": null}, "android_device": {"type": "integer", "index": 8, "name": "android_device", "comment": null}, "android_last_seen_at": {"type": "integer", "index": 9, "name": "android_last_seen_at", "comment": null}, "android_os_version": {"type": "integer", "index": 10, "name": "android_os_version", "comment": null}, "android_sdk_version": {"type": "integer", "index": 11, "name": "android_sdk_version", "comment": null}, "browser": {"type": "integer", "index": 12, "name": "browser", "comment": null}, "browser_language": {"type": "integer", "index": 13, "name": "browser_language", "comment": null}, "browser_version": {"type": "integer", "index": 14, "name": "browser_version", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 15, "name": "created_at", "comment": null}, "custom_onboarding_step": {"type": "integer", "index": 16, "name": "custom_onboarding_step", "comment": null}, "custom_organisation_id": {"type": "integer", "index": 17, "name": "custom_organisation_id", "comment": null}, "custom_organisation_name": {"type": "integer", "index": 18, "name": "custom_organisation_name", "comment": null}, "external_id": {"type": "text", "index": 19, "name": "external_id", "comment": null}, "has_hard_bounced": {"type": "boolean", "index": 20, "name": "has_hard_bounced", "comment": null}, "ios_app_name": {"type": "integer", "index": 21, "name": "ios_app_name", "comment": null}, "ios_app_version": {"type": "integer", "index": 22, "name": "ios_app_version", "comment": null}, "ios_device": {"type": "integer", "index": 23, "name": "ios_device", "comment": null}, "ios_last_seen_at": {"type": "integer", "index": 24, "name": "ios_last_seen_at", "comment": null}, "ios_os_version": {"type": "integer", "index": 25, "name": "ios_os_version", "comment": null}, "ios_sdk_version": {"type": "integer", "index": 26, "name": "ios_sdk_version", "comment": null}, "language_override": {"type": "integer", "index": 27, "name": "language_override", "comment": null}, "last_contacted_at": {"type": "timestamp without time zone", "index": 28, "name": "last_contacted_at", "comment": null}, "last_email_clicked_at": {"type": "timestamp without time zone", "index": 29, "name": "last_email_clicked_at", "comment": null}, "last_email_opened_at": {"type": "timestamp without time zone", "index": 30, "name": "last_email_opened_at", "comment": null}, "last_replied_at": {"type": "timestamp without time zone", "index": 31, "name": "last_replied_at", "comment": null}, "last_seen_at": {"type": "integer", "index": 32, "name": "last_seen_at", "comment": null}, "location_city": {"type": "integer", "index": 33, "name": "location_city", "comment": null}, "location_country": {"type": "integer", "index": 34, "name": "location_country", "comment": null}, "location_region": {"type": "integer", "index": 35, "name": "location_region", "comment": null}, "marked_email_as_spam": {"type": "boolean", "index": 36, "name": "marked_email_as_spam", "comment": null}, "os": {"type": "integer", "index": 37, "name": "os", "comment": null}, "phone": {"type": "integer", "index": 38, "name": "phone", "comment": null}, "role": {"type": "text", "index": 39, "name": "role", "comment": null}, "signed_up_at": {"type": "timestamp without time zone", "index": 40, "name": "signed_up_at", "comment": null}, "unsubscribed_from_emails": {"type": "boolean", "index": 41, "name": "unsubscribed_from_emails", "comment": null}, "workspace_id": {"type": "text", "index": 42, "name": "workspace_id", "comment": null}, "avatar": {"type": "integer", "index": 43, "name": "avatar", "comment": null}, "custom_job_title": {"type": "text", "index": 44, "name": "custom_job_title", "comment": null}, "email": {"type": "text", "index": 45, "name": "email", "comment": null}, "name": {"type": "text", "index": 46, "name": "name", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 47, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 48, "name": "_fivetran_end", "comment": null}}, "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.intercom.stg_intercom__contact_history_tmp"}, "model.intercom.stg_intercom__contact_tag_history": {"metadata": {"type": "BASE TABLE", "schema": "public_intercom_dev", "name": "stg_intercom__contact_tag_history", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": null}, "contact_id": {"type": "text", "index": 2, "name": "contact_id", "comment": null}, "contact_updated_at": {"type": "timestamp without time zone", "index": 3, "name": "contact_updated_at", "comment": null}, "tag_id": {"type": "bigint", "index": 4, "name": "tag_id", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 5, "name": "_fivetran_active", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 6, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 7, "name": "_fivetran_end", "comment": null}}, "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.intercom.stg_intercom__contact_tag_history"}, "model.intercom.stg_intercom__contact_tag_history_tmp": {"metadata": {"type": "VIEW", "schema": "public_intercom_dev", "name": "stg_intercom__contact_tag_history_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"contact_id": {"type": "text", "index": 1, "name": "contact_id", "comment": null}, "contact_updated_at": {"type": "timestamp without time zone", "index": 2, "name": "contact_updated_at", "comment": null}, "tag_id": {"type": "bigint", "index": 3, "name": "tag_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 5, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 6, "name": "_fivetran_end", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 7, "name": "_fivetran_active", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.intercom.stg_intercom__contact_tag_history_tmp"}, "model.intercom.stg_intercom__conversation_contact_history": {"metadata": {"type": "BASE TABLE", "schema": "public_intercom_dev", "name": "stg_intercom__conversation_contact_history", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": null}, "contact_id": {"type": "text", "index": 2, "name": "contact_id", "comment": null}, "conversation_id": {"type": "bigint", "index": 3, "name": "conversation_id", "comment": null}, "conversation_updated_at": {"type": "timestamp without time zone", "index": 4, "name": "conversation_updated_at", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 5, "name": "_fivetran_active", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 6, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 7, "name": "_fivetran_end", "comment": null}}, "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.intercom.stg_intercom__conversation_contact_history"}, "model.intercom.stg_intercom__conversation_contact_history_tmp": {"metadata": {"type": "VIEW", "schema": "public_intercom_dev", "name": "stg_intercom__conversation_contact_history_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"contact_id": {"type": "text", "index": 1, "name": "contact_id", "comment": null}, "conversation_id": {"type": "bigint", "index": 2, "name": "conversation_id", "comment": null}, "conversation_updated_at": {"type": "timestamp without time zone", "index": 3, "name": "conversation_updated_at", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 5, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 6, "name": "_fivetran_end", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 7, "name": "_fivetran_active", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.intercom.stg_intercom__conversation_contact_history_tmp"}, "model.intercom.stg_intercom__conversation_history": {"metadata": {"type": "BASE TABLE", "schema": "public_intercom_dev", "name": "stg_intercom__conversation_history", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": null}, "conversation_id": {"type": "bigint", "index": 2, "name": "conversation_id", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 3, "name": "created_at", "comment": null}, "assignee_id": {"type": "integer", "index": 4, "name": "assignee_id", "comment": null}, "assignee_type": {"type": "text", "index": 5, "name": "assignee_type", "comment": null}, "conversation_rating_value": {"type": "integer", "index": 6, "name": "conversation_rating_value", "comment": null}, "conversation_rating_remark": {"type": "integer", "index": 7, "name": "conversation_rating_remark", "comment": null}, "first_contact_reply_created_at": {"type": "timestamp without time zone", "index": 8, "name": "first_contact_reply_created_at", "comment": null}, "first_contact_reply_type": {"type": "text", "index": 9, "name": "first_contact_reply_type", "comment": null}, "is_read": {"type": "boolean", "index": 10, "name": "is_read", "comment": null}, "source_author_id": {"type": "text", "index": 11, "name": "source_author_id", "comment": null}, "source_author_type": {"type": "text", "index": 12, "name": "source_author_type", "comment": null}, "source_delivered_as": {"type": "text", "index": 13, "name": "source_delivered_as", "comment": null}, "source_type": {"type": "text", "index": 14, "name": "source_type", "comment": null}, "source_subject": {"type": "text", "index": 15, "name": "source_subject", "comment": null}, "state": {"type": "text", "index": 16, "name": "state", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 17, "name": "updated_at", "comment": null}, "waiting_since": {"type": "timestamp without time zone", "index": 18, "name": "waiting_since", "comment": null}, "snoozed_until": {"type": "timestamp without time zone", "index": 19, "name": "snoozed_until", "comment": null}, "sla_name": {"type": "integer", "index": 20, "name": "sla_name", "comment": null}, "sla_status": {"type": "integer", "index": 21, "name": "sla_status", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 22, "name": "_fivetran_active", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 23, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 24, "name": "_fivetran_end", "comment": null}}, "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.intercom.stg_intercom__conversation_history"}, "model.intercom.stg_intercom__conversation_history_tmp": {"metadata": {"type": "VIEW", "schema": "public_intercom_dev", "name": "stg_intercom__conversation_history_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 2, "name": "updated_at", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "assignee_id": {"type": "integer", "index": 4, "name": "assignee_id", "comment": null}, "assignee_type": {"type": "text", "index": 5, "name": "assignee_type", "comment": null}, "conversation_rating_created_at": {"type": "integer", "index": 6, "name": "conversation_rating_created_at", "comment": null}, "conversation_rating_remark": {"type": "integer", "index": 7, "name": "conversation_rating_remark", "comment": null}, "conversation_rating_value": {"type": "integer", "index": 8, "name": "conversation_rating_value", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 9, "name": "created_at", "comment": null}, "first_contact_reply_created_at": {"type": "timestamp without time zone", "index": 10, "name": "first_contact_reply_created_at", "comment": null}, "first_contact_reply_type": {"type": "text", "index": 11, "name": "first_contact_reply_type", "comment": null}, "priority": {"type": "text", "index": 12, "name": "priority", "comment": null}, "read": {"type": "boolean", "index": 13, "name": "read", "comment": null}, "sla_name": {"type": "integer", "index": 14, "name": "sla_name", "comment": null}, "sla_status": {"type": "integer", "index": 15, "name": "sla_status", "comment": null}, "snoozed_until": {"type": "timestamp without time zone", "index": 16, "name": "snoozed_until", "comment": null}, "source_author_id": {"type": "text", "index": 17, "name": "source_author_id", "comment": null}, "source_author_type": {"type": "text", "index": 18, "name": "source_author_type", "comment": null}, "source_delivered_as": {"type": "text", "index": 19, "name": "source_delivered_as", "comment": null}, "source_id": {"type": "integer", "index": 20, "name": "source_id", "comment": null}, "source_type": {"type": "text", "index": 21, "name": "source_type", "comment": null}, "state": {"type": "text", "index": 22, "name": "state", "comment": null}, "waiting_since": {"type": "timestamp without time zone", "index": 23, "name": "waiting_since", "comment": null}, "first_contact_reply_url": {"type": "text", "index": 24, "name": "first_contact_reply_url", "comment": null}, "source_body": {"type": "text", "index": 25, "name": "source_body", "comment": null}, "source_subject": {"type": "text", "index": 26, "name": "source_subject", "comment": null}, "source_url": {"type": "text", "index": 27, "name": "source_url", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 28, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 29, "name": "_fivetran_end", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 30, "name": "_fivetran_active", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.intercom.stg_intercom__conversation_history_tmp"}, "model.intercom.stg_intercom__conversation_part_history": {"metadata": {"type": "BASE TABLE", "schema": "public_intercom_dev", "name": "stg_intercom__conversation_part_history", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": null}, "conversation_part_id": {"type": "bigint", "index": 2, "name": "conversation_part_id", "comment": null}, "part_type": {"type": "text", "index": 3, "name": "part_type", "comment": null}, "body": {"type": "text", "index": 4, "name": "body", "comment": null}, "conversation_id": {"type": "bigint", "index": 5, "name": "conversation_id", "comment": null}, "author_id": {"type": "character varying(100)", "index": 6, "name": "author_id", "comment": null}, "author_type": {"type": "text", "index": 7, "name": "author_type", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 8, "name": "created_at", "comment": null}, "assigned_to_id": {"type": "integer", "index": 9, "name": "assigned_to_id", "comment": null}, "assigned_to_type": {"type": "character varying(100)", "index": 10, "name": "assigned_to_type", "comment": null}, "conversation_updated_at": {"type": "timestamp without time zone", "index": 11, "name": "conversation_updated_at", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 12, "name": "updated_at", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 13, "name": "_fivetran_active", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 14, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 15, "name": "_fivetran_end", "comment": null}}, "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.intercom.stg_intercom__conversation_part_history"}, "model.intercom.stg_intercom__conversation_part_history_tmp": {"metadata": {"type": "VIEW", "schema": "public_intercom_dev", "name": "stg_intercom__conversation_part_history_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 2, "name": "updated_at", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "assigned_to_id": {"type": "integer", "index": 4, "name": "assigned_to_id", "comment": null}, "assigned_to_type": {"type": "character varying(100)", "index": 5, "name": "assigned_to_type", "comment": null}, "author_id": {"type": "character varying(100)", "index": 6, "name": "author_id", "comment": null}, "author_type": {"type": "text", "index": 7, "name": "author_type", "comment": null}, "conversation_id": {"type": "bigint", "index": 8, "name": "conversation_id", "comment": null}, "conversation_updated_at": {"type": "timestamp without time zone", "index": 9, "name": "conversation_updated_at", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 10, "name": "created_at", "comment": null}, "notified_at": {"type": "timestamp without time zone", "index": 11, "name": "notified_at", "comment": null}, "part_type": {"type": "text", "index": 12, "name": "part_type", "comment": null}, "body": {"type": "text", "index": 13, "name": "body", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 14, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 15, "name": "_fivetran_end", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 16, "name": "_fivetran_active", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.intercom.stg_intercom__conversation_part_history_tmp"}, "model.intercom.stg_intercom__conversation_tag_history": {"metadata": {"type": "BASE TABLE", "schema": "public_intercom_dev", "name": "stg_intercom__conversation_tag_history", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": null}, "conversation_id": {"type": "bigint", "index": 2, "name": "conversation_id", "comment": null}, "tag_id": {"type": "bigint", "index": 3, "name": "tag_id", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 4, "name": "_fivetran_active", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 5, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 6, "name": "_fivetran_end", "comment": null}}, "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.intercom.stg_intercom__conversation_tag_history"}, "model.intercom.stg_intercom__conversation_tag_history_tmp": {"metadata": {"type": "VIEW", "schema": "public_intercom_dev", "name": "stg_intercom__conversation_tag_history_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"tag_id": {"type": "bigint", "index": 1, "name": "tag_id", "comment": null}, "conversation_id": {"type": "bigint", "index": 2, "name": "conversation_id", "comment": null}, "conversation_updated_at": {"type": "timestamp without time zone", "index": 3, "name": "conversation_updated_at", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 5, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 6, "name": "_fivetran_end", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 7, "name": "_fivetran_active", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.intercom.stg_intercom__conversation_tag_history_tmp"}, "model.intercom.stg_intercom__help_center_history": {"metadata": {"type": "BASE TABLE", "schema": "public_intercom_dev", "name": "stg_intercom__help_center_history", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": null}, "help_center_id": {"type": "text", "index": 2, "name": "help_center_id", "comment": null}, "help_center_name": {"type": "text", "index": 3, "name": "help_center_name", "comment": null}, "help_center_identifier": {"type": "text", "index": 4, "name": "help_center_identifier", "comment": null}, "workspace_id": {"type": "character varying(100)", "index": 5, "name": "workspace_id", "comment": null}, "is_website_enabled": {"type": "boolean", "index": 6, "name": "is_website_enabled", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 7, "name": "created_at", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 8, "name": "updated_at", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 9, "name": "_fivetran_active", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 10, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 11, "name": "_fivetran_end", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 12, "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.intercom.stg_intercom__help_center_history"}, "model.intercom.stg_intercom__help_center_history_tmp": {"metadata": {"type": "VIEW", "schema": "public_intercom_dev", "name": "stg_intercom__help_center_history_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "character varying(100)", "index": 1, "name": "id", "comment": null}, "display_name": {"type": "text", "index": 2, "name": "display_name", "comment": null}, "identifier": {"type": "text", "index": 3, "name": "identifier", "comment": null}, "workspace_id": {"type": "character varying(100)", "index": 4, "name": "workspace_id", "comment": null}, "website_turned_on": {"type": "boolean", "index": 5, "name": "website_turned_on", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 6, "name": "created_at", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 7, "name": "updated_at", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 8, "name": "_fivetran_active", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 9, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 10, "name": "_fivetran_end", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 11, "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.intercom.stg_intercom__help_center_history_tmp"}, "model.intercom.stg_intercom__tag": {"metadata": {"type": "BASE TABLE", "schema": "public_intercom_dev", "name": "stg_intercom__tag", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": null}, "tag_id": {"type": "bigint", "index": 2, "name": "tag_id", "comment": null}, "name": {"type": "text", "index": 3, "name": "name", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 4, "name": "_fivetran_deleted", "comment": null}}, "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.intercom.stg_intercom__tag"}, "model.intercom.stg_intercom__tag_tmp": {"metadata": {"type": "VIEW", "schema": "public_intercom_dev", "name": "stg_intercom__tag_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "name": {"type": "text", "index": 4, "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.intercom.stg_intercom__tag_tmp"}, "model.intercom.stg_intercom__team": {"metadata": {"type": "BASE TABLE", "schema": "public_intercom_dev", "name": "stg_intercom__team", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": null}, "team_id": {"type": "bigint", "index": 2, "name": "team_id", "comment": null}, "name": {"type": "text", "index": 3, "name": "name", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 4, "name": "_fivetran_deleted", "comment": null}}, "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.intercom.stg_intercom__team"}, "model.intercom.stg_intercom__team_admin": {"metadata": {"type": "BASE TABLE", "schema": "public_intercom_dev", "name": "stg_intercom__team_admin", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": null}, "admin_id": {"type": "text", "index": 2, "name": "admin_id", "comment": null}, "team_id": {"type": "bigint", "index": 3, "name": "team_id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 4, "name": "_fivetran_deleted", "comment": null}}, "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.intercom.stg_intercom__team_admin"}, "model.intercom.stg_intercom__team_admin_tmp": {"metadata": {"type": "VIEW", "schema": "public_intercom_dev", "name": "stg_intercom__team_admin_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"admin_id": {"type": "character varying(100)", "index": 1, "name": "admin_id", "comment": null}, "team_id": {"type": "bigint", "index": 2, "name": "team_id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 3, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "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.intercom.stg_intercom__team_admin_tmp"}, "model.intercom.stg_intercom__team_tmp": {"metadata": {"type": "VIEW", "schema": "public_intercom_dev", "name": "stg_intercom__team_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 3, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "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.intercom.stg_intercom__team_tmp"}}, "sources": {"source.intercom.intercom.admin": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "admin_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "character varying(100)", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "job_title": {"type": "integer", "index": 4, "name": "job_title", "comment": null}, "email": {"type": "text", "index": 5, "name": "email", "comment": null}, "name": {"type": "text", "index": 6, "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": "source.intercom.intercom.admin"}, "source.intercom.intercom.article_history": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "article_history_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "character varying(100)", "index": 1, "name": "id", "comment": null}, "collection_id": {"type": "character varying(100)", "index": 2, "name": "collection_id", "comment": null}, "section_id": {"type": "character varying(100)", "index": 3, "name": "section_id", "comment": null}, "author_id": {"type": "character varying(100)", "index": 4, "name": "author_id", "comment": null}, "title": {"type": "text", "index": 5, "name": "title", "comment": null}, "description": {"type": "text", "index": 6, "name": "description", "comment": null}, "body": {"type": "text", "index": 7, "name": "body", "comment": null}, "url": {"type": "text", "index": 8, "name": "url", "comment": null}, "type": {"type": "text", "index": 9, "name": "type", "comment": null}, "state": {"type": "text", "index": 10, "name": "state", "comment": null}, "parent_type": {"type": "text", "index": 11, "name": "parent_type", "comment": null}, "default_locale": {"type": "text", "index": 12, "name": "default_locale", "comment": null}, "workspace_id": {"type": "character varying(100)", "index": 13, "name": "workspace_id", "comment": null}, "statistics_type": {"type": "text", "index": 14, "name": "statistics_type", "comment": null}, "statistics_views": {"type": "integer", "index": 15, "name": "statistics_views", "comment": null}, "statistics_conversations": {"type": "integer", "index": 16, "name": "statistics_conversations", "comment": null}, "statistics_reactions": {"type": "integer", "index": 17, "name": "statistics_reactions", "comment": null}, "statistics_happy_reaction_percentage": {"type": "double precision", "index": 18, "name": "statistics_happy_reaction_percentage", "comment": null}, "statistics_neutral_reaction_percentage": {"type": "double precision", "index": 19, "name": "statistics_neutral_reaction_percentage", "comment": null}, "statistics_sad_reaction_percentage": {"type": "double precision", "index": 20, "name": "statistics_sad_reaction_percentage", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 21, "name": "created_at", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 22, "name": "updated_at", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 23, "name": "_fivetran_active", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 24, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 25, "name": "_fivetran_end", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 26, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.intercom.intercom.article_history"}, "source.intercom.intercom.collection_history": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "collection_history_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "character varying(100)", "index": 1, "name": "id", "comment": null}, "help_center_id": {"type": "character varying(100)", "index": 2, "name": "help_center_id", "comment": null}, "parent_id": {"type": "character varying(100)", "index": 3, "name": "parent_id", "comment": null}, "name": {"type": "text", "index": 4, "name": "name", "comment": null}, "description": {"type": "text", "index": 5, "name": "description", "comment": null}, "url": {"type": "text", "index": 6, "name": "url", "comment": null}, "icon": {"type": "text", "index": 7, "name": "icon", "comment": null}, "type": {"type": "text", "index": 8, "name": "type", "comment": null}, "default_locale": {"type": "text", "index": 9, "name": "default_locale", "comment": null}, "workspace_id": {"type": "character varying(100)", "index": 10, "name": "workspace_id", "comment": null}, "order": {"type": "integer", "index": 11, "name": "order", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 12, "name": "created_at", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 13, "name": "updated_at", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 14, "name": "_fivetran_active", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 15, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 16, "name": "_fivetran_end", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 17, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.intercom.intercom.collection_history"}, "source.intercom.intercom.company_history": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "company_history_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 2, "name": "updated_at", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "company_id": {"type": "text", "index": 4, "name": "company_id", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 5, "name": "created_at", "comment": null}, "industry": {"type": "integer", "index": 6, "name": "industry", "comment": null}, "last_request_at": {"type": "timestamp without time zone", "index": 7, "name": "last_request_at", "comment": null}, "monthly_spend": {"type": "integer", "index": 8, "name": "monthly_spend", "comment": null}, "plan_id": {"type": "integer", "index": 9, "name": "plan_id", "comment": null}, "plan_name": {"type": "integer", "index": 10, "name": "plan_name", "comment": null}, "remote_created_at": {"type": "integer", "index": 11, "name": "remote_created_at", "comment": null}, "session_count": {"type": "integer", "index": 12, "name": "session_count", "comment": null}, "size": {"type": "integer", "index": 13, "name": "size", "comment": null}, "user_count": {"type": "integer", "index": 14, "name": "user_count", "comment": null}, "website": {"type": "integer", "index": 15, "name": "website", "comment": null}, "name": {"type": "text", "index": 16, "name": "name", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 17, "name": "_fivetran_active", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 18, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 19, "name": "_fivetran_end", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.intercom.intercom.company_history"}, "source.intercom.intercom.company_tag_history": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "company_tag_history_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"company_id": {"type": "text", "index": 1, "name": "company_id", "comment": null}, "company_updated_at": {"type": "timestamp without time zone", "index": 2, "name": "company_updated_at", "comment": null}, "tag_id": {"type": "bigint", "index": 3, "name": "tag_id", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 4, "name": "_fivetran_active", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 5, "name": "_fivetran_synced", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 6, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 7, "name": "_fivetran_end", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.intercom.intercom.company_tag_history"}, "source.intercom.intercom.contact_company_history": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "contact_company_history_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"company_id": {"type": "text", "index": 1, "name": "company_id", "comment": null}, "contact_id": {"type": "text", "index": 2, "name": "contact_id", "comment": null}, "contact_updated_at": {"type": "timestamp without time zone", "index": 3, "name": "contact_updated_at", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 5, "name": "_fivetran_active", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 6, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 7, "name": "_fivetran_end", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.intercom.intercom.contact_company_history"}, "source.intercom.intercom.contact_history": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "contact_history_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 2, "name": "updated_at", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 3, "name": "_fivetran_active", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}, "admin_id": {"type": "integer", "index": 5, "name": "admin_id", "comment": null}, "android_app_name": {"type": "integer", "index": 6, "name": "android_app_name", "comment": null}, "android_app_version": {"type": "integer", "index": 7, "name": "android_app_version", "comment": null}, "android_device": {"type": "integer", "index": 8, "name": "android_device", "comment": null}, "android_last_seen_at": {"type": "integer", "index": 9, "name": "android_last_seen_at", "comment": null}, "android_os_version": {"type": "integer", "index": 10, "name": "android_os_version", "comment": null}, "android_sdk_version": {"type": "integer", "index": 11, "name": "android_sdk_version", "comment": null}, "browser": {"type": "integer", "index": 12, "name": "browser", "comment": null}, "browser_language": {"type": "integer", "index": 13, "name": "browser_language", "comment": null}, "browser_version": {"type": "integer", "index": 14, "name": "browser_version", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 15, "name": "created_at", "comment": null}, "custom_onboarding_step": {"type": "integer", "index": 16, "name": "custom_onboarding_step", "comment": null}, "custom_organisation_id": {"type": "integer", "index": 17, "name": "custom_organisation_id", "comment": null}, "custom_organisation_name": {"type": "integer", "index": 18, "name": "custom_organisation_name", "comment": null}, "external_id": {"type": "text", "index": 19, "name": "external_id", "comment": null}, "has_hard_bounced": {"type": "boolean", "index": 20, "name": "has_hard_bounced", "comment": null}, "ios_app_name": {"type": "integer", "index": 21, "name": "ios_app_name", "comment": null}, "ios_app_version": {"type": "integer", "index": 22, "name": "ios_app_version", "comment": null}, "ios_device": {"type": "integer", "index": 23, "name": "ios_device", "comment": null}, "ios_last_seen_at": {"type": "integer", "index": 24, "name": "ios_last_seen_at", "comment": null}, "ios_os_version": {"type": "integer", "index": 25, "name": "ios_os_version", "comment": null}, "ios_sdk_version": {"type": "integer", "index": 26, "name": "ios_sdk_version", "comment": null}, "language_override": {"type": "integer", "index": 27, "name": "language_override", "comment": null}, "last_contacted_at": {"type": "timestamp without time zone", "index": 28, "name": "last_contacted_at", "comment": null}, "last_email_clicked_at": {"type": "timestamp without time zone", "index": 29, "name": "last_email_clicked_at", "comment": null}, "last_email_opened_at": {"type": "timestamp without time zone", "index": 30, "name": "last_email_opened_at", "comment": null}, "last_replied_at": {"type": "timestamp without time zone", "index": 31, "name": "last_replied_at", "comment": null}, "last_seen_at": {"type": "integer", "index": 32, "name": "last_seen_at", "comment": null}, "location_city": {"type": "integer", "index": 33, "name": "location_city", "comment": null}, "location_country": {"type": "integer", "index": 34, "name": "location_country", "comment": null}, "location_region": {"type": "integer", "index": 35, "name": "location_region", "comment": null}, "marked_email_as_spam": {"type": "boolean", "index": 36, "name": "marked_email_as_spam", "comment": null}, "os": {"type": "integer", "index": 37, "name": "os", "comment": null}, "phone": {"type": "integer", "index": 38, "name": "phone", "comment": null}, "role": {"type": "text", "index": 39, "name": "role", "comment": null}, "signed_up_at": {"type": "timestamp without time zone", "index": 40, "name": "signed_up_at", "comment": null}, "unsubscribed_from_emails": {"type": "boolean", "index": 41, "name": "unsubscribed_from_emails", "comment": null}, "workspace_id": {"type": "text", "index": 42, "name": "workspace_id", "comment": null}, "avatar": {"type": "integer", "index": 43, "name": "avatar", "comment": null}, "custom_job_title": {"type": "text", "index": 44, "name": "custom_job_title", "comment": null}, "email": {"type": "text", "index": 45, "name": "email", "comment": null}, "name": {"type": "text", "index": 46, "name": "name", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 47, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 48, "name": "_fivetran_end", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.intercom.intercom.contact_history"}, "source.intercom.intercom.contact_tag_history": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "contact_tag_history_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"contact_id": {"type": "text", "index": 1, "name": "contact_id", "comment": null}, "contact_updated_at": {"type": "timestamp without time zone", "index": 2, "name": "contact_updated_at", "comment": null}, "tag_id": {"type": "bigint", "index": 3, "name": "tag_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 5, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 6, "name": "_fivetran_end", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 7, "name": "_fivetran_active", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.intercom.intercom.contact_tag_history"}, "source.intercom.intercom.conversation_contact_history": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "conversation_contact_history_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"contact_id": {"type": "text", "index": 1, "name": "contact_id", "comment": null}, "conversation_id": {"type": "bigint", "index": 2, "name": "conversation_id", "comment": null}, "conversation_updated_at": {"type": "timestamp without time zone", "index": 3, "name": "conversation_updated_at", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 5, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 6, "name": "_fivetran_end", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 7, "name": "_fivetran_active", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.intercom.intercom.conversation_contact_history"}, "source.intercom.intercom.conversation_history": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "conversation_history_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 2, "name": "updated_at", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "assignee_id": {"type": "integer", "index": 4, "name": "assignee_id", "comment": null}, "assignee_type": {"type": "text", "index": 5, "name": "assignee_type", "comment": null}, "conversation_rating_created_at": {"type": "integer", "index": 6, "name": "conversation_rating_created_at", "comment": null}, "conversation_rating_remark": {"type": "integer", "index": 7, "name": "conversation_rating_remark", "comment": null}, "conversation_rating_value": {"type": "integer", "index": 8, "name": "conversation_rating_value", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 9, "name": "created_at", "comment": null}, "first_contact_reply_created_at": {"type": "timestamp without time zone", "index": 10, "name": "first_contact_reply_created_at", "comment": null}, "first_contact_reply_type": {"type": "text", "index": 11, "name": "first_contact_reply_type", "comment": null}, "priority": {"type": "text", "index": 12, "name": "priority", "comment": null}, "read": {"type": "boolean", "index": 13, "name": "read", "comment": null}, "sla_name": {"type": "integer", "index": 14, "name": "sla_name", "comment": null}, "sla_status": {"type": "integer", "index": 15, "name": "sla_status", "comment": null}, "snoozed_until": {"type": "timestamp without time zone", "index": 16, "name": "snoozed_until", "comment": null}, "source_author_id": {"type": "text", "index": 17, "name": "source_author_id", "comment": null}, "source_author_type": {"type": "text", "index": 18, "name": "source_author_type", "comment": null}, "source_delivered_as": {"type": "text", "index": 19, "name": "source_delivered_as", "comment": null}, "source_id": {"type": "integer", "index": 20, "name": "source_id", "comment": null}, "source_type": {"type": "text", "index": 21, "name": "source_type", "comment": null}, "state": {"type": "text", "index": 22, "name": "state", "comment": null}, "waiting_since": {"type": "timestamp without time zone", "index": 23, "name": "waiting_since", "comment": null}, "first_contact_reply_url": {"type": "text", "index": 24, "name": "first_contact_reply_url", "comment": null}, "source_body": {"type": "text", "index": 25, "name": "source_body", "comment": null}, "source_subject": {"type": "text", "index": 26, "name": "source_subject", "comment": null}, "source_url": {"type": "text", "index": 27, "name": "source_url", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 28, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 29, "name": "_fivetran_end", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 30, "name": "_fivetran_active", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.intercom.intercom.conversation_history"}, "source.intercom.intercom.conversation_part_history": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "conversation_part_history_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 2, "name": "updated_at", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "assigned_to_id": {"type": "integer", "index": 4, "name": "assigned_to_id", "comment": null}, "assigned_to_type": {"type": "character varying(100)", "index": 5, "name": "assigned_to_type", "comment": null}, "author_id": {"type": "character varying(100)", "index": 6, "name": "author_id", "comment": null}, "author_type": {"type": "text", "index": 7, "name": "author_type", "comment": null}, "conversation_id": {"type": "bigint", "index": 8, "name": "conversation_id", "comment": null}, "conversation_updated_at": {"type": "timestamp without time zone", "index": 9, "name": "conversation_updated_at", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 10, "name": "created_at", "comment": null}, "notified_at": {"type": "timestamp without time zone", "index": 11, "name": "notified_at", "comment": null}, "part_type": {"type": "text", "index": 12, "name": "part_type", "comment": null}, "body": {"type": "text", "index": 13, "name": "body", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 14, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 15, "name": "_fivetran_end", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 16, "name": "_fivetran_active", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.intercom.intercom.conversation_part_history"}, "source.intercom.intercom.conversation_tag_history": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "conversation_tag_history_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"tag_id": {"type": "bigint", "index": 1, "name": "tag_id", "comment": null}, "conversation_id": {"type": "bigint", "index": 2, "name": "conversation_id", "comment": null}, "conversation_updated_at": {"type": "timestamp without time zone", "index": 3, "name": "conversation_updated_at", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 5, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 6, "name": "_fivetran_end", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 7, "name": "_fivetran_active", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.intercom.intercom.conversation_tag_history"}, "source.intercom.intercom.help_center_history": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "help_center_history_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "character varying(100)", "index": 1, "name": "id", "comment": null}, "display_name": {"type": "text", "index": 2, "name": "display_name", "comment": null}, "identifier": {"type": "text", "index": 3, "name": "identifier", "comment": null}, "workspace_id": {"type": "character varying(100)", "index": 4, "name": "workspace_id", "comment": null}, "website_turned_on": {"type": "boolean", "index": 5, "name": "website_turned_on", "comment": null}, "created_at": {"type": "timestamp without time zone", "index": 6, "name": "created_at", "comment": null}, "updated_at": {"type": "timestamp without time zone", "index": 7, "name": "updated_at", "comment": null}, "_fivetran_active": {"type": "boolean", "index": 8, "name": "_fivetran_active", "comment": null}, "_fivetran_start": {"type": "timestamp without time zone", "index": 9, "name": "_fivetran_start", "comment": null}, "_fivetran_end": {"type": "timestamp without time zone", "index": 10, "name": "_fivetran_end", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 11, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.intercom.intercom.help_center_history"}, "source.intercom.intercom.tag": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "tag_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 2, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "name": {"type": "text", "index": 4, "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": "source.intercom.intercom.tag"}, "source.intercom.intercom.team_admin": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "team_admin_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"admin_id": {"type": "character varying(100)", "index": 1, "name": "admin_id", "comment": null}, "team_id": {"type": "bigint", "index": 2, "name": "team_id", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 3, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "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": "source.intercom.intercom.team_admin"}, "source.intercom.intercom.team": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "team_data", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "name": {"type": "text", "index": 2, "name": "name", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 3, "name": "_fivetran_deleted", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "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": "source.intercom.intercom.team"}}, "errors": null}
\ No newline at end of file
diff --git a/docs/manifest.json b/docs/manifest.json
index 21a055b..42ba059 100644
--- a/docs/manifest.json
+++ b/docs/manifest.json
@@ -1 +1 @@
-{"metadata": {"dbt_schema_version": "https://schemas.getdbt.com/dbt/manifest/v12.json", "dbt_version": "1.10.15", "generated_at": "2025-12-12T22:58:24.862027Z", "invocation_id": "d3f28db3-9f85-4da8-8155-548c7017d2ba", "invocation_started_at": "2025-12-12T22:58:15.119565+00:00", "env": {}, "project_name": "intercom_integration_tests", "project_id": "4bddaef58f0c28dcaa8534de9b8343aa", "user_id": null, "send_anonymous_usage_stats": false, "adapter_type": "postgres", "quoting": {"database": true, "schema": true, "identifier": true, "column": null}}, "nodes": {"seed.intercom_integration_tests.conversation_contact_history_data": {"database": "postgres", "schema": "public", "name": "conversation_contact_history_data", "resource_type": "seed", "package_name": "intercom_integration_tests", "path": "conversation_contact_history_data.csv", "original_file_path": "seeds/conversation_contact_history_data.csv", "unique_id": "seed.intercom_integration_tests.conversation_contact_history_data", "fqn": ["intercom_integration_tests", "conversation_contact_history_data"], "alias": "conversation_contact_history_data", "checksum": {"name": "sha256", "checksum": "30e5960b10a49a4c42f97d6b4b886cecb6047c91e4c21277b29fccd72abbf7f6"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_fivetran_synced": "timestamp", "conversation_id": "bigint", "conversation_updated_at": "timestamp", "_fivetran_start": "timestamp", "_fivetran_end": "timestamp", "_fivetran_active": "boolean"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": false, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "delimiter": ",", "quote_columns": false}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": false, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"docs": {"show": false}, "quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"conversation_id": "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}", "conversation_updated_at": "timestamp", "_fivetran_start": "timestamp", "_fivetran_end": "timestamp", "_fivetran_active": "boolean"}}, "created_at": 1765580297.5466971, "relation_name": "\"postgres\".\"public\".\"conversation_contact_history_data\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_intercom/dbt_intercom/integration_tests", "depends_on": {"macros": []}}, "seed.intercom_integration_tests.company_tag_history_data": {"database": "postgres", "schema": "public", "name": "company_tag_history_data", "resource_type": "seed", "package_name": "intercom_integration_tests", "path": "company_tag_history_data.csv", "original_file_path": "seeds/company_tag_history_data.csv", "unique_id": "seed.intercom_integration_tests.company_tag_history_data", "fqn": ["intercom_integration_tests", "company_tag_history_data"], "alias": "company_tag_history_data", "checksum": {"name": "sha256", "checksum": "629ad4257209f29f06fe59c234ecd12ce7ab91fb65bab6c9427d0f8979f09002"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_fivetran_synced": "timestamp", "company_updated_at": "timestamp", "tag_id": "bigint", "_fivetran_start": "timestamp", "_fivetran_end": "timestamp", "_fivetran_active": "boolean"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": false, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "delimiter": ",", "quote_columns": false}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": false, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"docs": {"show": false}, "quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"company_updated_at": "timestamp", "tag_id": "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}", "_fivetran_start": "timestamp", "_fivetran_end": "timestamp", "_fivetran_active": "boolean"}}, "created_at": 1765580297.5544379, "relation_name": "\"postgres\".\"public\".\"company_tag_history_data\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_intercom/dbt_intercom/integration_tests", "depends_on": {"macros": []}}, "seed.intercom_integration_tests.article_history_data": {"database": "postgres", "schema": "public", "name": "article_history_data", "resource_type": "seed", "package_name": "intercom_integration_tests", "path": "article_history_data.csv", "original_file_path": "seeds/article_history_data.csv", "unique_id": "seed.intercom_integration_tests.article_history_data", "fqn": ["intercom_integration_tests", "article_history_data"], "alias": "article_history_data", "checksum": {"name": "sha256", "checksum": "311608458f5dc470bd5aa9a2603f968e45c9892acb1f46737a94534e749c8e10"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_fivetran_synced": "timestamp", "id": "varchar(100)", "collection_id": "varchar(100)", "section_id": "varchar(100)", "author_id": "varchar(100)", "workspace_id": "varchar(100)", "created_at": "timestamp", "updated_at": "timestamp", "statistics_happy_reaction_percentage": "float", "statistics_neutral_reaction_percentage": "float", "statistics_sad_reaction_percentage": "float", "_fivetran_start": "timestamp", "_fivetran_end": "timestamp", "_fivetran_active": "boolean"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": false, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "delimiter": ",", "quote_columns": false}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": false, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"docs": {"show": false}, "quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"id": "{{ 'varchar(100)' if target.type in ('redshift', 'postgres') else 'string' }}", "collection_id": "{{ 'varchar(100)' if target.type in ('redshift', 'postgres') else 'string' }}", "section_id": "{{ 'varchar(100)' if target.type in ('redshift', 'postgres') else 'string' }}", "author_id": "{{ 'varchar(100)' if target.type in ('redshift', 'postgres') else 'string' }}", "workspace_id": "{{ 'varchar(100)' if target.type in ('redshift', 'postgres') else 'string' }}", "created_at": "timestamp", "updated_at": "timestamp", "statistics_happy_reaction_percentage": "float", "statistics_neutral_reaction_percentage": "float", "statistics_sad_reaction_percentage": "float", "_fivetran_start": "timestamp", "_fivetran_end": "timestamp", "_fivetran_active": "boolean"}}, "created_at": 1765580297.5579128, "relation_name": "\"postgres\".\"public\".\"article_history_data\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_intercom/dbt_intercom/integration_tests", "depends_on": {"macros": []}}, "seed.intercom_integration_tests.conversation_tag_history_data": {"database": "postgres", "schema": "public", "name": "conversation_tag_history_data", "resource_type": "seed", "package_name": "intercom_integration_tests", "path": "conversation_tag_history_data.csv", "original_file_path": "seeds/conversation_tag_history_data.csv", "unique_id": "seed.intercom_integration_tests.conversation_tag_history_data", "fqn": ["intercom_integration_tests", "conversation_tag_history_data"], "alias": "conversation_tag_history_data", "checksum": {"name": "sha256", "checksum": "60856cdbe043bc04eca95484fd46f367d0f704cbd70bd7883fb156ad7a24691c"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_fivetran_synced": "timestamp", "conversation_id": "bigint", "conversation_updated_at": "timestamp", "tag_id": "bigint", "_fivetran_start": "timestamp", "_fivetran_end": "timestamp", "_fivetran_active": "boolean"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": false, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "delimiter": ",", "quote_columns": false}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": false, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"docs": {"show": false}, "quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"conversation_id": "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}", "conversation_updated_at": "timestamp", "tag_id": "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}", "_fivetran_start": "timestamp", "_fivetran_end": "timestamp", "_fivetran_active": "boolean"}}, "created_at": 1765580297.561302, "relation_name": "\"postgres\".\"public\".\"conversation_tag_history_data\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_intercom/dbt_intercom/integration_tests", "depends_on": {"macros": []}}, "seed.intercom_integration_tests.collection_history_data": {"database": "postgres", "schema": "public", "name": "collection_history_data", "resource_type": "seed", "package_name": "intercom_integration_tests", "path": "collection_history_data.csv", "original_file_path": "seeds/collection_history_data.csv", "unique_id": "seed.intercom_integration_tests.collection_history_data", "fqn": ["intercom_integration_tests", "collection_history_data"], "alias": "collection_history_data", "checksum": {"name": "sha256", "checksum": "8d180fd53f996e7ffe35436764cac6bd6baa53e5a06bb3df166a0fb44d99bd5d"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_fivetran_synced": "timestamp", "id": "varchar(100)", "help_center_id": "varchar(100)", "parent_id": "varchar(100)", "workspace_id": "varchar(100)", "created_at": "timestamp", "updated_at": "timestamp", "_fivetran_start": "timestamp", "_fivetran_end": "timestamp", "_fivetran_active": "boolean"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": false, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "delimiter": ",", "quote_columns": true}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": false, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"docs": {"show": false}, "quote_columns": true, "column_types": {"id": "{{ 'varchar(100)' if target.type in ('redshift', 'postgres') else 'string' }}", "help_center_id": "{{ 'varchar(100)' if target.type in ('redshift', 'postgres') else 'string' }}", "parent_id": "{{ 'varchar(100)' if target.type in ('redshift', 'postgres') else 'string' }}", "workspace_id": "{{ 'varchar(100)' if target.type in ('redshift', 'postgres') else 'string' }}", "created_at": "timestamp", "updated_at": "timestamp", "_fivetran_start": "timestamp", "_fivetran_end": "timestamp", "_fivetran_active": "boolean"}, "enabled": "{{ true if target.type != 'snowflake' else false }}"}, "created_at": 1765580297.5648696, "relation_name": "\"postgres\".\"public\".\"collection_history_data\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_intercom/dbt_intercom/integration_tests", "depends_on": {"macros": []}}, "seed.intercom_integration_tests.conversation_part_history_data": {"database": "postgres", "schema": "public", "name": "conversation_part_history_data", "resource_type": "seed", "package_name": "intercom_integration_tests", "path": "conversation_part_history_data.csv", "original_file_path": "seeds/conversation_part_history_data.csv", "unique_id": "seed.intercom_integration_tests.conversation_part_history_data", "fqn": ["intercom_integration_tests", "conversation_part_history_data"], "alias": "conversation_part_history_data", "checksum": {"name": "sha256", "checksum": "e92b1bb9ebb607fe93c255739466d4441a213a7e219969d3c4347abc91f300e1"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_fivetran_synced": "timestamp", "id": "bigint", "author_id": "varchar(100)", "created_at": "timestamp", "conversation_id": "bigint", "conversation_updated_at": "timestamp", "updated_at": "timestamp", "assigned_to_type": "varchar(100)", "_fivetran_start": "timestamp", "_fivetran_end": "timestamp", "_fivetran_active": "boolean"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": false, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "delimiter": ",", "quote_columns": false}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": false, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"docs": {"show": false}, "quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"id": "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}", "author_id": "{{ 'varchar(100)' if target.type in ('redshift', 'postgres') else 'string'}}", "created_at": "timestamp", "conversation_id": "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}", "conversation_updated_at": "timestamp", "updated_at": "timestamp", "assigned_to_type": "{{ 'varchar(100)' if target.type in ('redshift', 'postgres') else 'string'}}", "_fivetran_start": "timestamp", "_fivetran_end": "timestamp", "_fivetran_active": "boolean"}}, "created_at": 1765580297.5682552, "relation_name": "\"postgres\".\"public\".\"conversation_part_history_data\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_intercom/dbt_intercom/integration_tests", "depends_on": {"macros": []}}, "seed.intercom_integration_tests.company_history_data": {"database": "postgres", "schema": "public", "name": "company_history_data", "resource_type": "seed", "package_name": "intercom_integration_tests", "path": "company_history_data.csv", "original_file_path": "seeds/company_history_data.csv", "unique_id": "seed.intercom_integration_tests.company_history_data", "fqn": ["intercom_integration_tests", "company_history_data"], "alias": "company_history_data", "checksum": {"name": "sha256", "checksum": "53100646cf31bada6a856ec0552837a1dcf24a1a43af13dd35b5c7b2ecb79e4e"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_fivetran_synced": "timestamp", "created_at": "timestamp", "updated_at": "timestamp", "_fivetran_start": "timestamp", "_fivetran_end": "timestamp", "_fivetran_active": "boolean"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": false, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "delimiter": ",", "quote_columns": false}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": false, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"docs": {"show": false}, "quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"created_at": "timestamp", "updated_at": "timestamp", "_fivetran_start": "timestamp", "_fivetran_end": "timestamp", "_fivetran_active": "boolean"}}, "created_at": 1765580297.5716646, "relation_name": "\"postgres\".\"public\".\"company_history_data\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_intercom/dbt_intercom/integration_tests", "depends_on": {"macros": []}}, "seed.intercom_integration_tests.admin_data": {"database": "postgres", "schema": "public", "name": "admin_data", "resource_type": "seed", "package_name": "intercom_integration_tests", "path": "admin_data.csv", "original_file_path": "seeds/admin_data.csv", "unique_id": "seed.intercom_integration_tests.admin_data", "fqn": ["intercom_integration_tests", "admin_data"], "alias": "admin_data", "checksum": {"name": "sha256", "checksum": "7ceae66b282563414468905c79316bd140995fc93b71bc3276f6f100b3b14796"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_fivetran_synced": "timestamp", "id": "varchar(100)"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": false, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "delimiter": ",", "quote_columns": false}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": false, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"docs": {"show": false}, "quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"id": "{{ 'varchar(100)' if target.type in ('redshift', 'postgres') else 'string'}}"}}, "created_at": 1765580297.57492, "relation_name": "\"postgres\".\"public\".\"admin_data\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_intercom/dbt_intercom/integration_tests", "depends_on": {"macros": []}}, "seed.intercom_integration_tests.help_center_history_data": {"database": "postgres", "schema": "public", "name": "help_center_history_data", "resource_type": "seed", "package_name": "intercom_integration_tests", "path": "help_center_history_data.csv", "original_file_path": "seeds/help_center_history_data.csv", "unique_id": "seed.intercom_integration_tests.help_center_history_data", "fqn": ["intercom_integration_tests", "help_center_history_data"], "alias": "help_center_history_data", "checksum": {"name": "sha256", "checksum": "81d32b0dee49b53ad6d48f745767e005462e08f8db4c27f929ddf8bb9bf893b8"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_fivetran_synced": "timestamp", "id": "varchar(100)", "workspace_id": "varchar(100)", "created_at": "timestamp", "updated_at": "timestamp", "_fivetran_start": "timestamp", "_fivetran_end": "timestamp", "_fivetran_active": "boolean"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": false, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "delimiter": ",", "quote_columns": false}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": false, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"docs": {"show": false}, "quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"id": "{{ 'varchar(100)' if target.type in ('redshift', 'postgres') else 'string' }}", "workspace_id": "{{ 'varchar(100)' if target.type in ('redshift', 'postgres') else 'string' }}", "created_at": "timestamp", "updated_at": "timestamp", "_fivetran_start": "timestamp", "_fivetran_end": "timestamp", "_fivetran_active": "boolean"}}, "created_at": 1765580297.5816708, "relation_name": "\"postgres\".\"public\".\"help_center_history_data\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_intercom/dbt_intercom/integration_tests", "depends_on": {"macros": []}}, "seed.intercom_integration_tests.contact_company_history_data": {"database": "postgres", "schema": "public", "name": "contact_company_history_data", "resource_type": "seed", "package_name": "intercom_integration_tests", "path": "contact_company_history_data.csv", "original_file_path": "seeds/contact_company_history_data.csv", "unique_id": "seed.intercom_integration_tests.contact_company_history_data", "fqn": ["intercom_integration_tests", "contact_company_history_data"], "alias": "contact_company_history_data", "checksum": {"name": "sha256", "checksum": "0348d6809ad304bc1b6005e762e72441bfa41600fa19df76c5e268f8dc9d2e8b"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_fivetran_synced": "timestamp", "contact_updated_at": "timestamp", "_fivetran_start": "timestamp", "_fivetran_end": "timestamp", "_fivetran_active": "boolean"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": false, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "delimiter": ",", "quote_columns": false}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": false, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"docs": {"show": false}, "quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"contact_updated_at": "timestamp", "_fivetran_start": "timestamp", "_fivetran_end": "timestamp", "_fivetran_active": "boolean"}}, "created_at": 1765580297.5848885, "relation_name": "\"postgres\".\"public\".\"contact_company_history_data\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_intercom/dbt_intercom/integration_tests", "depends_on": {"macros": []}}, "seed.intercom_integration_tests.contact_tag_history_data": {"database": "postgres", "schema": "public", "name": "contact_tag_history_data", "resource_type": "seed", "package_name": "intercom_integration_tests", "path": "contact_tag_history_data.csv", "original_file_path": "seeds/contact_tag_history_data.csv", "unique_id": "seed.intercom_integration_tests.contact_tag_history_data", "fqn": ["intercom_integration_tests", "contact_tag_history_data"], "alias": "contact_tag_history_data", "checksum": {"name": "sha256", "checksum": "34633b609e156f390f2be0aa126f242c099038f73688da1044e1aa8703c60a1a"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_fivetran_synced": "timestamp", "contact_updated_at": "timestamp", "tag_id": "bigint", "_fivetran_start": "timestamp", "_fivetran_end": "timestamp", "_fivetran_active": "boolean"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": false, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "delimiter": ",", "quote_columns": false}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": false, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"docs": {"show": false}, "quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"contact_updated_at": "timestamp", "tag_id": "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}", "_fivetran_start": "timestamp", "_fivetran_end": "timestamp", "_fivetran_active": "boolean"}}, "created_at": 1765580297.5881739, "relation_name": "\"postgres\".\"public\".\"contact_tag_history_data\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_intercom/dbt_intercom/integration_tests", "depends_on": {"macros": []}}, "seed.intercom_integration_tests.conversation_history_data": {"database": "postgres", "schema": "public", "name": "conversation_history_data", "resource_type": "seed", "package_name": "intercom_integration_tests", "path": "conversation_history_data.csv", "original_file_path": "seeds/conversation_history_data.csv", "unique_id": "seed.intercom_integration_tests.conversation_history_data", "fqn": ["intercom_integration_tests", "conversation_history_data"], "alias": "conversation_history_data", "checksum": {"name": "sha256", "checksum": "d0febab82e3423e6da8eab984a543391ed0a2f8dbf77082aecc070ec0bf2a77f"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_fivetran_synced": "timestamp", "id": "bigint", "created_at": "timestamp", "first_contact_reply_created_at": "timestamp", "updated_at": "timestamp", "waiting_since": "timestamp", "snoozed_until": "timestamp", "_fivetran_start": "timestamp", "_fivetran_end": "timestamp", "_fivetran_active": "boolean"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": false, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "delimiter": ",", "quote_columns": false}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": false, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"docs": {"show": false}, "quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"id": "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}", "created_at": "timestamp", "first_contact_reply_created_at": "timestamp", "updated_at": "timestamp", "waiting_since": "timestamp", "snoozed_until": "timestamp", "_fivetran_start": "timestamp", "_fivetran_end": "timestamp", "_fivetran_active": "boolean"}}, "created_at": 1765580297.59158, "relation_name": "\"postgres\".\"public\".\"conversation_history_data\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_intercom/dbt_intercom/integration_tests", "depends_on": {"macros": []}}, "seed.intercom_integration_tests.team_data": {"database": "postgres", "schema": "public", "name": "team_data", "resource_type": "seed", "package_name": "intercom_integration_tests", "path": "team_data.csv", "original_file_path": "seeds/team_data.csv", "unique_id": "seed.intercom_integration_tests.team_data", "fqn": ["intercom_integration_tests", "team_data"], "alias": "team_data", "checksum": {"name": "sha256", "checksum": "1118313097393b4d6df894e327b046003114bc1c82f476dc4f2497b2c9a4fd56"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_fivetran_synced": "timestamp", "id": "bigint"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": false, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "delimiter": ",", "quote_columns": false}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": false, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"docs": {"show": false}, "quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"id": "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"}}, "created_at": 1765580297.594814, "relation_name": "\"postgres\".\"public\".\"team_data\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_intercom/dbt_intercom/integration_tests", "depends_on": {"macros": []}}, "seed.intercom_integration_tests.team_admin_data": {"database": "postgres", "schema": "public", "name": "team_admin_data", "resource_type": "seed", "package_name": "intercom_integration_tests", "path": "team_admin_data.csv", "original_file_path": "seeds/team_admin_data.csv", "unique_id": "seed.intercom_integration_tests.team_admin_data", "fqn": ["intercom_integration_tests", "team_admin_data"], "alias": "team_admin_data", "checksum": {"name": "sha256", "checksum": "52d096fa17442dca6e47c0af2dc4954dcf9e5e0ac0a9a2bc951ab4659304f910"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_fivetran_synced": "timestamp", "admin_id": "varchar(100)", "team_id": "bigint"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": false, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "delimiter": ",", "quote_columns": false}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": false, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"docs": {"show": false}, "quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"admin_id": "{{ 'varchar(100)' if target.type in ('redshift', 'postgres') else 'string'}}", "team_id": "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"}}, "created_at": 1765580297.5979767, "relation_name": "\"postgres\".\"public\".\"team_admin_data\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_intercom/dbt_intercom/integration_tests", "depends_on": {"macros": []}}, "seed.intercom_integration_tests.contact_history_data": {"database": "postgres", "schema": "public", "name": "contact_history_data", "resource_type": "seed", "package_name": "intercom_integration_tests", "path": "contact_history_data.csv", "original_file_path": "seeds/contact_history_data.csv", "unique_id": "seed.intercom_integration_tests.contact_history_data", "fqn": ["intercom_integration_tests", "contact_history_data"], "alias": "contact_history_data", "checksum": {"name": "sha256", "checksum": "be1d20c77d2435c9787ca07b62d6ef9c0e58126a63739f5ad23b49269a4070ce"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_fivetran_synced": "timestamp", "created_at": "timestamp", "signed_up_at": "timestamp", "last_replied_at": "timestamp", "last_contacted_at": "timestamp", "last_email_clicked_at": "timestamp", "last_email_opened_at": "timestamp", "_fivetran_start": "timestamp", "_fivetran_end": "timestamp", "_fivetran_active": "boolean"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": false, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "delimiter": ",", "quote_columns": false}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": false, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"docs": {"show": false}, "quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"created_at": "timestamp", "signed_up_at": "timestamp", "last_replied_at": "timestamp", "last_contacted_at": "timestamp", "last_email_clicked_at": "timestamp", "last_email_opened_at": "timestamp", "_fivetran_start": "timestamp", "_fivetran_end": "timestamp", "_fivetran_active": "boolean"}}, "created_at": 1765580297.6012197, "relation_name": "\"postgres\".\"public\".\"contact_history_data\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_intercom/dbt_intercom/integration_tests", "depends_on": {"macros": []}}, "seed.intercom_integration_tests.tag_data": {"database": "postgres", "schema": "public", "name": "tag_data", "resource_type": "seed", "package_name": "intercom_integration_tests", "path": "tag_data.csv", "original_file_path": "seeds/tag_data.csv", "unique_id": "seed.intercom_integration_tests.tag_data", "fqn": ["intercom_integration_tests", "tag_data"], "alias": "tag_data", "checksum": {"name": "sha256", "checksum": "3258190e4254c382ebc8510862705dc63df4aa4ee4d35f1bc1156e9760650d31"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_fivetran_synced": "timestamp", "id": "bigint"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": false, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "delimiter": ",", "quote_columns": false}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": false, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"docs": {"show": false}, "quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"id": "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"}}, "created_at": 1765580297.6043997, "relation_name": "\"postgres\".\"public\".\"tag_data\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_intercom/dbt_intercom/integration_tests", "depends_on": {"macros": []}}, "model.intercom.intercom__conversation_enhanced": {"database": "postgres", "schema": "public_intercom_dev", "name": "intercom__conversation_enhanced", "resource_type": "model", "package_name": "intercom", "path": "intercom__conversation_enhanced.sql", "original_file_path": "models/intercom__conversation_enhanced.sql", "unique_id": "model.intercom.intercom__conversation_enhanced", "fqn": ["intercom", "intercom__conversation_enhanced"], "alias": "intercom__conversation_enhanced", "checksum": {"name": "sha256", "checksum": "6b4c92f88b4fb25f57065c277ef26a9a5d65725f97d7fcb1f93fee92301805d5"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "Each record represents a single conversation, enriched with data from the multiple conversation parts. The conversation parts provide relevant information such as who was assigned to the conversation, which contact the conversation was with, the current conversation state, who closed the conversation, and the final conversation ratings from the contact.\n", "columns": {"source_relation": {"name": "source_relation", "description": "Identifies the record's source.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.intercom.source_relation"]}, "conversation_id": {"name": "conversation_id", "description": "The id representing the conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation_created_at": {"name": "conversation_created_at", "description": "The time the conversation was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation_last_updated_at": {"name": "conversation_last_updated_at", "description": "The date the conversation was last updated at.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation_type": {"name": "conversation_type", "description": "The type of conversation. This includes conversation push facebook twitter and email.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "all_conversation_tags": {"name": "all_conversation_tags", "description": "String aggregation of all tags associated with the conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation_initiated_type": {"name": "conversation_initiated_type", "description": "How the conversation was initially delivered to the responder.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation_subject": {"name": "conversation_subject", "description": "The subject of the conversation created by the initiator.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation_assignee_type": {"name": "conversation_assignee_type", "description": "The type of user the conversation is assigned to. If it is not assigned to a user it will return null.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation_author_type": {"name": "conversation_author_type", "description": "The type of individual who authored the first message. Will be either contact or admin.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "first_close_by_admin_id": {"name": "first_close_by_admin_id", "description": "The admin_id of the admin who was first assigned to the conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_close_by_admin_id": {"name": "last_close_by_admin_id", "description": "The admin_id of the admin who last closed the conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "first_close_by_author_id": {"name": "first_close_by_author_id", "description": "The author_id of the author (of author_type admin, bot, user, etc.) who was first closed to the conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_close_by_author_id": {"name": "last_close_by_author_id", "description": "The author_id of the author (of author_type admin, bot, user, etc.) who was last closed to the conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "first_contact_author_id": {"name": "first_contact_author_id", "description": "The contact_id of the contact who was first associated with the conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_contact_author_id": {"name": "last_contact_author_id", "description": "The contact_id of the contact who was last associated with the conversation before closing.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation_state": {"name": "conversation_state", "description": "The current state of the conversation (open or close).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_read": {"name": "is_read", "description": "Boolean indicating whether the conversation message has been read.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "waiting_since": {"name": "waiting_since", "description": "The last time a contact responded to an admin. The time a customer started waiting for a response. Set to null if the last reply is from an admin.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "snoozed_until": {"name": "snoozed_until", "description": "If set this is the time in the future when this conversation will be marked as open.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sla_name": {"name": "sla_name", "description": "The name of the SLA as given by the teammate when it was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sla_status": {"name": "sla_status", "description": "One of \u201chit\u201d, \u201dmissed\u201d, or \u201ccancelled\u201d.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "all_conversation_admins": {"name": "all_conversation_admins", "description": "String aggregate of all admins that contributed to the conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "all_conversation_contacts": {"name": "all_conversation_contacts", "description": "String aggregate of all contacts that contributed to the conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "first_admin_close_at": {"name": "first_admin_close_at", "description": "The time of the first conversation part where part_type was 'close' by an admin indicating the conversation was closed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_admin_close_at": {"name": "last_admin_close_at", "description": "The time of the last conversation part where part_type was 'close' by an admin indicating the conversation was closed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "first_close_at": {"name": "first_close_at", "description": "The time of the first conversation part where part_type was 'close' by any author type indicating the conversation was closed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_close_at": {"name": "last_close_at", "description": "The time of the last conversation part where part_type was 'close' by any author type indicating the conversation was closed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "all_contact_company_names": {"name": "all_contact_company_names", "description": "String aggregation of all companies the first_author_contact is associated with.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation_rating": {"name": "conversation_rating", "description": "An optional field for the customer to rate the conversation which will be between 1 and 5.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation_remark": {"name": "conversation_remark", "description": "An optional field to add a remark to correspond to the number rating.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "first_team_id": {"name": "first_team_id", "description": "ID of the team that was first assigned to the conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_team_id": {"name": "last_team_id", "description": "ID of the team that was last assigned to the conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "first_team_name": {"name": "first_team_name", "description": "Name of the team that was first assigned to the conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_team_name": {"name": "last_team_name", "description": "Name of the team that was last assigned to the conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "intercom://models/intercom.yml", "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "table"}, "created_at": 1765580298.6485984, "relation_name": "\"postgres\".\"public_intercom_dev\".\"intercom__conversation_enhanced\"", "raw_code": "with latest_conversation as (\n select *\n from {{ ref('stg_intercom__conversation_history') }}\n where coalesce(_fivetran_active, true)\n),\n\nconversation_string_aggregates as (\n select *\n from {{ ref('int_intercom__conversation_string_aggregates') }}\n),\n\nconversation_part_events as (\n select *\n from {{ ref('int_intercom__conversation_part_events') }}\n),\n\n--If you use the contact company table this will be included, if not it will be ignored.\n{% if var('intercom__using_contact_company', True) %}\ncontact_enhanced as (\n select *\n from {{ ref('intercom__contact_enhanced') }}\n),\n{% endif %} \n\n--If you use conversation tags this will be included, if not it will be ignored.\n{% if var('intercom__using_conversation_tags', True) %}\nconversation_tags as (\n select *\n from {{ ref('stg_intercom__conversation_tag_history') }}\n),\n\ntags as (\n select *\n from {{ ref('stg_intercom__tag') }}\n),\n\n--Aggregates the tags associated with a single conversation into an array.\nconversation_tags_aggregate as (\n select\n latest_conversation.source_relation,\n latest_conversation.conversation_id,\n {{ fivetran_utils.string_agg('distinct tags.name', \"', '\" ) }} as all_conversation_tags\n from latest_conversation\n\n left join conversation_tags\n on conversation_tags.conversation_id = latest_conversation.conversation_id\n and conversation_tags.source_relation = latest_conversation.source_relation\n\n left join tags\n on tags.tag_id = conversation_tags.tag_id\n and tags.source_relation = conversation_tags.source_relation\n\n group by 1, 2\n),\n{% endif %} \n\n--If you use the team table this will be included, if not it will be ignored.\n{% if var('intercom__using_team', True) %}\nteam as (\n select *\n from {{ ref('stg_intercom__team') }}\n),\n{% endif %}\n\nlatest_conversation_enriched as (\n select\n source_relation,\n conversation_id,\n created_at as conversation_created_at,\n updated_at as conversation_last_updated_at,\n source_type as conversation_type,\n source_delivered_as as conversation_initiated_type,\n source_subject as conversation_subject,\n case when (assignee_type is not null) then assignee_type else 'unassigned' end as conversation_assignee_type,\n source_author_type as conversation_author_type,\n state as conversation_state,\n is_read,\n waiting_since,\n snoozed_until,\n sla_name,\n sla_status,\n conversation_rating_value as conversation_rating,\n conversation_rating_remark as conversation_remark\n\n {{ fivetran_utils.fill_pass_through_columns('intercom__conversation_history_pass_through_columns') }}\n\n from latest_conversation\n),\n\n--Enriches the latest conversation model with data from conversation_part_events, conversation_string_aggregates, and conversation_tags_aggregate\nenriched_final as ( \n select\n latest_conversation_enriched.*,\n\n conversation_part_events.first_close_at,\n conversation_part_events.last_close_at,\n conversation_part_events.first_admin_close_at,\n conversation_part_events.last_admin_close_at,\n\n --If you use conversation tags this will be included, if not it will be ignored.\n {% if var('intercom__using_conversation_tags', True) %}\n conversation_tags_aggregate.all_conversation_tags,\n {% endif %} \n\n conversation_part_events.first_close_by_admin_id,\n conversation_part_events.last_close_by_admin_id,\n conversation_part_events.first_close_by_author_id,\n conversation_part_events.last_close_by_author_id,\n conversation_part_events.first_contact_author_id,\n conversation_part_events.last_contact_author_id,\n conversation_part_events.first_team_id,\n conversation_part_events.last_team_id,\n\n {% if var('intercom__using_team', True) %}\n first_team.name as first_team_name,\n last_team.name as last_team_name,\n {% endif %}\n\n {% if var('intercom__using_contact_company', True) %}\n contact_enhanced.all_contact_company_names,\n {% endif %}\n\n conversation_string_aggregates.conversation_admins as all_conversation_admins,\n conversation_string_aggregates.conversation_contacts as all_conversation_contacts\n\n from latest_conversation_enriched\n\n left join conversation_string_aggregates\n on conversation_string_aggregates.conversation_id = latest_conversation_enriched.conversation_id\n and conversation_string_aggregates.source_relation = latest_conversation_enriched.source_relation\n\n left join conversation_part_events\n on conversation_part_events.conversation_id = latest_conversation_enriched.conversation_id\n and conversation_part_events.source_relation = latest_conversation_enriched.source_relation\n\n {% if var('intercom__using_contact_company', True) %}\n left join contact_enhanced\n on contact_enhanced.contact_id = conversation_part_events.first_contact_author_id\n and contact_enhanced.source_relation = conversation_part_events.source_relation\n {% endif %}\n\n --If you use conversation tags this will be included, if not it will be ignored.\n {% if var('intercom__using_conversation_tags', True) %}\n left join conversation_tags_aggregate\n on conversation_tags_aggregate.conversation_id = latest_conversation_enriched.conversation_id\n and conversation_tags_aggregate.source_relation = latest_conversation_enriched.source_relation\n {% endif %}\n\n {% if var('intercom__using_team', True) %}\n left join team as first_team\n on cast(first_team.team_id as {{ dbt.type_string() }}) = conversation_part_events.first_team_id\n and first_team.source_relation = conversation_part_events.source_relation\n\n left join team as last_team\n on cast(last_team.team_id as {{ dbt.type_string() }}) = conversation_part_events.last_team_id\n and last_team.source_relation = conversation_part_events.source_relation\n {% endif %}\n\n)\nselect * \nfrom enriched_final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__conversation_history", "package": null, "version": null}, {"name": "int_intercom__conversation_string_aggregates", "package": null, "version": null}, {"name": "int_intercom__conversation_part_events", "package": null, "version": null}, {"name": "intercom__contact_enhanced", "package": null, "version": null}, {"name": "stg_intercom__conversation_tag_history", "package": null, "version": null}, {"name": "stg_intercom__tag", "package": null, "version": null}, {"name": "stg_intercom__team", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.string_agg", "macro.fivetran_utils.fill_pass_through_columns", "macro.dbt.type_string"], "nodes": ["model.intercom.stg_intercom__conversation_history", "model.intercom.int_intercom__conversation_string_aggregates", "model.intercom.int_intercom__conversation_part_events", "model.intercom.intercom__contact_enhanced", "model.intercom.stg_intercom__conversation_tag_history", "model.intercom.stg_intercom__tag", "model.intercom.stg_intercom__team"]}, "compiled_path": "target/compiled/intercom/models/intercom__conversation_enhanced.sql", "compiled": true, "compiled_code": "with latest_conversation as (\n select *\n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__conversation_history\"\n where coalesce(_fivetran_active, true)\n),\n\nconversation_string_aggregates as (\n select *\n from \"postgres\".\"public_intercom_dev\".\"int_intercom__conversation_string_aggregates\"\n),\n\nconversation_part_events as (\n select *\n from \"postgres\".\"public_intercom_dev\".\"int_intercom__conversation_part_events\"\n),\n\n--If you use the contact company table this will be included, if not it will be ignored.\n\ncontact_enhanced as (\n select *\n from \"postgres\".\"public_intercom_dev\".\"intercom__contact_enhanced\"\n),\n \n\n--If you use conversation tags this will be included, if not it will be ignored.\n\nconversation_tags as (\n select *\n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__conversation_tag_history\"\n),\n\ntags as (\n select *\n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__tag\"\n),\n\n--Aggregates the tags associated with a single conversation into an array.\nconversation_tags_aggregate as (\n select\n latest_conversation.source_relation,\n latest_conversation.conversation_id,\n \n string_agg(distinct tags.name, ', ')\n\n as all_conversation_tags\n from latest_conversation\n\n left join conversation_tags\n on conversation_tags.conversation_id = latest_conversation.conversation_id\n and conversation_tags.source_relation = latest_conversation.source_relation\n\n left join tags\n on tags.tag_id = conversation_tags.tag_id\n and tags.source_relation = conversation_tags.source_relation\n\n group by 1, 2\n),\n \n\n--If you use the team table this will be included, if not it will be ignored.\n\nteam as (\n select *\n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__team\"\n),\n\n\nlatest_conversation_enriched as (\n select\n source_relation,\n conversation_id,\n created_at as conversation_created_at,\n updated_at as conversation_last_updated_at,\n source_type as conversation_type,\n source_delivered_as as conversation_initiated_type,\n source_subject as conversation_subject,\n case when (assignee_type is not null) then assignee_type else 'unassigned' end as conversation_assignee_type,\n source_author_type as conversation_author_type,\n state as conversation_state,\n is_read,\n waiting_since,\n snoozed_until,\n sla_name,\n sla_status,\n conversation_rating_value as conversation_rating,\n conversation_rating_remark as conversation_remark\n\n \n\n\n\n\n\n from latest_conversation\n),\n\n--Enriches the latest conversation model with data from conversation_part_events, conversation_string_aggregates, and conversation_tags_aggregate\nenriched_final as ( \n select\n latest_conversation_enriched.*,\n\n conversation_part_events.first_close_at,\n conversation_part_events.last_close_at,\n conversation_part_events.first_admin_close_at,\n conversation_part_events.last_admin_close_at,\n\n --If you use conversation tags this will be included, if not it will be ignored.\n \n conversation_tags_aggregate.all_conversation_tags,\n \n\n conversation_part_events.first_close_by_admin_id,\n conversation_part_events.last_close_by_admin_id,\n conversation_part_events.first_close_by_author_id,\n conversation_part_events.last_close_by_author_id,\n conversation_part_events.first_contact_author_id,\n conversation_part_events.last_contact_author_id,\n conversation_part_events.first_team_id,\n conversation_part_events.last_team_id,\n\n \n first_team.name as first_team_name,\n last_team.name as last_team_name,\n \n\n \n contact_enhanced.all_contact_company_names,\n \n\n conversation_string_aggregates.conversation_admins as all_conversation_admins,\n conversation_string_aggregates.conversation_contacts as all_conversation_contacts\n\n from latest_conversation_enriched\n\n left join conversation_string_aggregates\n on conversation_string_aggregates.conversation_id = latest_conversation_enriched.conversation_id\n and conversation_string_aggregates.source_relation = latest_conversation_enriched.source_relation\n\n left join conversation_part_events\n on conversation_part_events.conversation_id = latest_conversation_enriched.conversation_id\n and conversation_part_events.source_relation = latest_conversation_enriched.source_relation\n\n \n left join contact_enhanced\n on contact_enhanced.contact_id = conversation_part_events.first_contact_author_id\n and contact_enhanced.source_relation = conversation_part_events.source_relation\n \n\n --If you use conversation tags this will be included, if not it will be ignored.\n \n left join conversation_tags_aggregate\n on conversation_tags_aggregate.conversation_id = latest_conversation_enriched.conversation_id\n and conversation_tags_aggregate.source_relation = latest_conversation_enriched.source_relation\n \n\n \n left join team as first_team\n on cast(first_team.team_id as TEXT) = conversation_part_events.first_team_id\n and first_team.source_relation = conversation_part_events.source_relation\n\n left join team as last_team\n on cast(last_team.team_id as TEXT) = conversation_part_events.last_team_id\n and last_team.source_relation = conversation_part_events.source_relation\n \n\n)\nselect * \nfrom enriched_final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.intercom__conversation_metrics": {"database": "postgres", "schema": "public_intercom_dev", "name": "intercom__conversation_metrics", "resource_type": "model", "package_name": "intercom", "path": "intercom__conversation_metrics.sql", "original_file_path": "models/intercom__conversation_metrics.sql", "unique_id": "model.intercom.intercom__conversation_metrics", "fqn": ["intercom", "intercom__conversation_metrics"], "alias": "intercom__conversation_metrics", "checksum": {"name": "sha256", "checksum": "965cf155e5f192a218f186fc92ca6e04403126ed0776389097e50cfe47793a82"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "Each record represents a single row from intercom__conversation_enhanced, enriched with aggregates which determine time to first response, time to first close, and time to last close.\n", "columns": {"source_relation": {"name": "source_relation", "description": "Identifies the record's source.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.intercom.source_relation"]}, "count_reopens": {"name": "count_reopens", "description": "The count of conversation parts where the part_type value was 'open'. Note, a conversation part_type must be manually opened by an admin.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "count_total_parts": {"name": "count_total_parts", "description": "The count of total conversation parts for a single given conversation. Max parts are 500.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "count_assignments": {"name": "count_assignments", "description": "The count of conversation parts where the part_type value contained 'assignment'.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "first_contact_reply_at": {"name": "first_contact_reply_at", "description": "The time when the conversation author of type user or lead commented in a conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "first_assignment_at": {"name": "first_assignment_at", "description": "The time when the first conversation assignment was made.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "time_to_first_assignment_minutes": {"name": "time_to_first_assignment_minutes", "description": "The time difference (not factoring in business hours) between the conversation creation and the first_assignment_at.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "first_admin_response_at": {"name": "first_admin_response_at", "description": "The time when the conversation part author of type admin first commented in a conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "time_to_first_response_minutes": {"name": "time_to_first_response_minutes", "description": "The time difference (not factoring in business hours) between the conversation creation and the first_admin_response_at.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "first_admin_close_at": {"name": "first_admin_close_at", "description": "The time of the first conversation part where part_type was 'close' by an admin indicating the conversation was closed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "first_close_at": {"name": "first_close_at", "description": "The time of the first conversation part where part_type was 'close' by any author type indicating the conversation was closed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "time_to_admin_first_close_minutes": {"name": "time_to_admin_first_close_minutes", "description": "The time difference (not factoring in business hours) between the first_contact_reply_at and the first_admin_close_at.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "time_to_first_close_minutes": {"name": "time_to_first_close_minutes", "description": "The time difference (not factoring in business hours) between the first_contact_reply_at and the first_close_at.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "first_reopen_at": {"name": "first_reopen_at", "description": "The time of the first conversation part where part_type was 'open' indicating the conversation was reopened.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_assignment_at": {"name": "last_assignment_at", "description": "The time of the last conversation assignment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "time_to_last_assignment_minutes": {"name": "time_to_last_assignment_minutes", "description": "The time difference (not factoring in business hours) between the conversation creation and the last_assignment_at.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_contact_reply_at": {"name": "last_contact_reply_at", "description": "The time of the last contact response within the conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_admin_response_at": {"name": "last_admin_response_at", "description": "The time of the last admin response within the conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_reopen_at": {"name": "last_reopen_at", "description": "The time of the last conversation part where part_type was 'open' indicating the conversation was reopened.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_admin_close_at": {"name": "last_admin_close_at", "description": "The time of the last conversation part where part_type was 'close' by an admin indicating the conversation was closed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_close_at": {"name": "last_close_at", "description": "The time of the last conversation part where part_type was 'close' by any author type indicating the conversation was closed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "time_to_admin_last_close_minutes": {"name": "time_to_admin_last_close_minutes", "description": "The time difference (not factoring in business hours) between the last_admin_close_at and the first_contact_reply.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "time_to_last_close_minutes": {"name": "time_to_last_close_minutes", "description": "The time difference (not factoring in business hours) between the last_close_at and the first_contact_reply.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation_id": {"name": "conversation_id", "description": "The id representing the conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation_created_at": {"name": "conversation_created_at", "description": "The time the conversation was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation_last_updated_at": {"name": "conversation_last_updated_at", "description": "The date the conversation was last updated at.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation_type": {"name": "conversation_type", "description": "The type of conversation. This includes conversation push facebook twitter and email.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "all_conversation_tags": {"name": "all_conversation_tags", "description": "String aggregation of all tags associated with the conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation_initiated_type": {"name": "conversation_initiated_type", "description": "How the conversation was initially delivered to the responder.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation_subject": {"name": "conversation_subject", "description": "The subject of the conversation created by the initiator.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation_assignee_type": {"name": "conversation_assignee_type", "description": "The type of user the conversation is assigned to. If it is not assigned to a user it will return null.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation_author_type": {"name": "conversation_author_type", "description": "The type of individual who authored the first message. Will be either contact or admin.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "first_close_by_admin_id": {"name": "first_close_by_admin_id", "description": "The admin_id of the admin who was first assigned to the conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_close_by_admin_id": {"name": "last_close_by_admin_id", "description": "The admin_id of the admin who last closed the conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "first_close_by_author_id": {"name": "first_close_by_author_id", "description": "The author_id of the author (of author_type admin, bot, user, etc.) who was first closed to the conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_close_by_author_id": {"name": "last_close_by_author_id", "description": "The author_id of the author (of author_type admin, bot, user, etc.) who was last closed to the conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "first_contact_author_id": {"name": "first_contact_author_id", "description": "The contact_id of the contact who was first associated with the conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_contact_author_id": {"name": "last_contact_author_id", "description": "The contact_id of the contact who was last associated with the conversation before closing.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation_state": {"name": "conversation_state", "description": "The current state of the conversation (open or close).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_read": {"name": "is_read", "description": "Boolean indicating whether the conversation message has been read.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "waiting_since": {"name": "waiting_since", "description": "The last time a contact responded to an admin. The time a customer started waiting for a response. Set to null if last reply is from an admin.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "snoozed_until": {"name": "snoozed_until", "description": "If set this is the time in the future when this conversation will be marked as open.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sla_name": {"name": "sla_name", "description": "The name of the SLA as given by the teammate when it was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sla_status": {"name": "sla_status", "description": "One of \"hit\", \"missed\", or \"cancelled\".", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "all_conversation_admins": {"name": "all_conversation_admins", "description": "String aggregate of all admins that contributed to the conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "all_conversation_contacts": {"name": "all_conversation_contacts", "description": "String aggregate of all contacts that contributed to the conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "all_contact_company_names": {"name": "all_contact_company_names", "description": "String aggregation of all companies the first_author_contact is associated with.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation_rating": {"name": "conversation_rating", "description": "An optional field for the customer to rate the conversation which will be between 1 and 5.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation_remark": {"name": "conversation_remark", "description": "An optional field to add a remark to correspond to the number rating.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "intercom://models/intercom.yml", "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "table"}, "created_at": 1765580298.6570315, "relation_name": "\"postgres\".\"public_intercom_dev\".\"intercom__conversation_metrics\"", "raw_code": "with conversation_part_aggregates as (\n select *\n from {{ ref('int_intercom__conversation_part_aggregates') }}\n),\n\nconversation_enhanced as(\n select *\n from {{ ref('intercom__conversation_enhanced') }}\n),\n\n--Returns time difference aggregates to the conversations_enhanced model. All time metrics are broken down to the second, then divided by 60 to reflect minutes without rounding errors.\nfinal as (\n select \n conversation_enhanced.*,\n conversation_part_aggregates.count_reopens,\n conversation_part_aggregates.count_total_parts,\n conversation_part_aggregates.count_assignments,\n conversation_part_aggregates.first_contact_reply_at,\n conversation_part_aggregates.first_assignment_at,\n round(cast(({{ dbt.datediff(\"conversation_enhanced.conversation_created_at\", \"conversation_part_aggregates.first_assignment_at\", 'second') }}/60) as numeric), 2) as time_to_first_assignment_minutes,\n conversation_part_aggregates.first_admin_response_at,\n round(cast(({{ dbt.datediff(\"conversation_enhanced.conversation_created_at\", \"conversation_part_aggregates.first_admin_response_at\", 'second') }}/60) as numeric), 2) as time_to_first_response_minutes,\n round(cast(({{ dbt.datediff(\"conversation_part_aggregates.first_contact_reply_at\", \"conversation_enhanced.first_admin_close_at\", 'second') }} /60) as numeric), 2) as time_to_admin_first_close_minutes,\n round(cast(({{ dbt.datediff(\"conversation_part_aggregates.first_contact_reply_at\", \"conversation_enhanced.first_close_at\", 'second') }} /60) as numeric), 2) as time_to_first_close_minutes,\n conversation_part_aggregates.first_reopen_at,\n conversation_part_aggregates.last_assignment_at,\n round(cast(({{ dbt.datediff(\"conversation_enhanced.conversation_created_at\", \"conversation_part_aggregates.last_assignment_at\", 'second') }} /60) as numeric), 2) as time_to_last_assignment_minutes,\n conversation_part_aggregates.last_contact_reply_at,\n conversation_part_aggregates.last_admin_response_at,\n conversation_part_aggregates.last_reopen_at,\n round(cast(({{ dbt.datediff(\"conversation_part_aggregates.first_contact_reply_at\", \"conversation_enhanced.last_admin_close_at\", 'second') }} /60) as numeric), 2) as time_to_admin_last_close_minutes,\n round(cast(({{ dbt.datediff(\"conversation_part_aggregates.first_contact_reply_at\", \"conversation_enhanced.last_close_at\", 'second') }} /60) as numeric), 2) as time_to_last_close_minutes\n from conversation_part_aggregates\n\n left join conversation_enhanced\n on conversation_enhanced.conversation_id = conversation_part_aggregates.conversation_id\n and conversation_enhanced.source_relation = conversation_part_aggregates.source_relation\n \n)\n\nselect *\nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "int_intercom__conversation_part_aggregates", "package": null, "version": null}, {"name": "intercom__conversation_enhanced", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.datediff"], "nodes": ["model.intercom.int_intercom__conversation_part_aggregates", "model.intercom.intercom__conversation_enhanced"]}, "compiled_path": "target/compiled/intercom/models/intercom__conversation_metrics.sql", "compiled": true, "compiled_code": "with conversation_part_aggregates as (\n select *\n from \"postgres\".\"public_intercom_dev\".\"int_intercom__conversation_part_aggregates\"\n),\n\nconversation_enhanced as(\n select *\n from \"postgres\".\"public_intercom_dev\".\"intercom__conversation_enhanced\"\n),\n\n--Returns time difference aggregates to the conversations_enhanced model. All time metrics are broken down to the second, then divided by 60 to reflect minutes without rounding errors.\nfinal as (\n select \n conversation_enhanced.*,\n conversation_part_aggregates.count_reopens,\n conversation_part_aggregates.count_total_parts,\n conversation_part_aggregates.count_assignments,\n conversation_part_aggregates.first_contact_reply_at,\n conversation_part_aggregates.first_assignment_at,\n round(cast((\n (\n (\n (\n ((conversation_part_aggregates.first_assignment_at)::date - (conversation_enhanced.conversation_created_at)::date)\n * 24 + date_part('hour', (conversation_part_aggregates.first_assignment_at)::timestamp) - date_part('hour', (conversation_enhanced.conversation_created_at)::timestamp))\n * 60 + date_part('minute', (conversation_part_aggregates.first_assignment_at)::timestamp) - date_part('minute', (conversation_enhanced.conversation_created_at)::timestamp))\n * 60 + floor(date_part('second', (conversation_part_aggregates.first_assignment_at)::timestamp)) - floor(date_part('second', (conversation_enhanced.conversation_created_at)::timestamp)))\n /60) as numeric), 2) as time_to_first_assignment_minutes,\n conversation_part_aggregates.first_admin_response_at,\n round(cast((\n (\n (\n (\n ((conversation_part_aggregates.first_admin_response_at)::date - (conversation_enhanced.conversation_created_at)::date)\n * 24 + date_part('hour', (conversation_part_aggregates.first_admin_response_at)::timestamp) - date_part('hour', (conversation_enhanced.conversation_created_at)::timestamp))\n * 60 + date_part('minute', (conversation_part_aggregates.first_admin_response_at)::timestamp) - date_part('minute', (conversation_enhanced.conversation_created_at)::timestamp))\n * 60 + floor(date_part('second', (conversation_part_aggregates.first_admin_response_at)::timestamp)) - floor(date_part('second', (conversation_enhanced.conversation_created_at)::timestamp)))\n /60) as numeric), 2) as time_to_first_response_minutes,\n round(cast((\n (\n (\n (\n ((conversation_enhanced.first_admin_close_at)::date - (conversation_part_aggregates.first_contact_reply_at)::date)\n * 24 + date_part('hour', (conversation_enhanced.first_admin_close_at)::timestamp) - date_part('hour', (conversation_part_aggregates.first_contact_reply_at)::timestamp))\n * 60 + date_part('minute', (conversation_enhanced.first_admin_close_at)::timestamp) - date_part('minute', (conversation_part_aggregates.first_contact_reply_at)::timestamp))\n * 60 + floor(date_part('second', (conversation_enhanced.first_admin_close_at)::timestamp)) - floor(date_part('second', (conversation_part_aggregates.first_contact_reply_at)::timestamp)))\n /60) as numeric), 2) as time_to_admin_first_close_minutes,\n round(cast((\n (\n (\n (\n ((conversation_enhanced.first_close_at)::date - (conversation_part_aggregates.first_contact_reply_at)::date)\n * 24 + date_part('hour', (conversation_enhanced.first_close_at)::timestamp) - date_part('hour', (conversation_part_aggregates.first_contact_reply_at)::timestamp))\n * 60 + date_part('minute', (conversation_enhanced.first_close_at)::timestamp) - date_part('minute', (conversation_part_aggregates.first_contact_reply_at)::timestamp))\n * 60 + floor(date_part('second', (conversation_enhanced.first_close_at)::timestamp)) - floor(date_part('second', (conversation_part_aggregates.first_contact_reply_at)::timestamp)))\n /60) as numeric), 2) as time_to_first_close_minutes,\n conversation_part_aggregates.first_reopen_at,\n conversation_part_aggregates.last_assignment_at,\n round(cast((\n (\n (\n (\n ((conversation_part_aggregates.last_assignment_at)::date - (conversation_enhanced.conversation_created_at)::date)\n * 24 + date_part('hour', (conversation_part_aggregates.last_assignment_at)::timestamp) - date_part('hour', (conversation_enhanced.conversation_created_at)::timestamp))\n * 60 + date_part('minute', (conversation_part_aggregates.last_assignment_at)::timestamp) - date_part('minute', (conversation_enhanced.conversation_created_at)::timestamp))\n * 60 + floor(date_part('second', (conversation_part_aggregates.last_assignment_at)::timestamp)) - floor(date_part('second', (conversation_enhanced.conversation_created_at)::timestamp)))\n /60) as numeric), 2) as time_to_last_assignment_minutes,\n conversation_part_aggregates.last_contact_reply_at,\n conversation_part_aggregates.last_admin_response_at,\n conversation_part_aggregates.last_reopen_at,\n round(cast((\n (\n (\n (\n ((conversation_enhanced.last_admin_close_at)::date - (conversation_part_aggregates.first_contact_reply_at)::date)\n * 24 + date_part('hour', (conversation_enhanced.last_admin_close_at)::timestamp) - date_part('hour', (conversation_part_aggregates.first_contact_reply_at)::timestamp))\n * 60 + date_part('minute', (conversation_enhanced.last_admin_close_at)::timestamp) - date_part('minute', (conversation_part_aggregates.first_contact_reply_at)::timestamp))\n * 60 + floor(date_part('second', (conversation_enhanced.last_admin_close_at)::timestamp)) - floor(date_part('second', (conversation_part_aggregates.first_contact_reply_at)::timestamp)))\n /60) as numeric), 2) as time_to_admin_last_close_minutes,\n round(cast((\n (\n (\n (\n ((conversation_enhanced.last_close_at)::date - (conversation_part_aggregates.first_contact_reply_at)::date)\n * 24 + date_part('hour', (conversation_enhanced.last_close_at)::timestamp) - date_part('hour', (conversation_part_aggregates.first_contact_reply_at)::timestamp))\n * 60 + date_part('minute', (conversation_enhanced.last_close_at)::timestamp) - date_part('minute', (conversation_part_aggregates.first_contact_reply_at)::timestamp))\n * 60 + floor(date_part('second', (conversation_enhanced.last_close_at)::timestamp)) - floor(date_part('second', (conversation_part_aggregates.first_contact_reply_at)::timestamp)))\n /60) as numeric), 2) as time_to_last_close_minutes\n from conversation_part_aggregates\n\n left join conversation_enhanced\n on conversation_enhanced.conversation_id = conversation_part_aggregates.conversation_id\n and conversation_enhanced.source_relation = conversation_part_aggregates.source_relation\n \n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.intercom__article_enhanced": {"database": "postgres", "schema": "public_intercom_dev", "name": "intercom__article_enhanced", "resource_type": "model", "package_name": "intercom", "path": "intercom__article_enhanced.sql", "original_file_path": "models/intercom__article_enhanced.sql", "unique_id": "model.intercom.intercom__article_enhanced", "fqn": ["intercom", "intercom__article_enhanced"], "alias": "intercom__article_enhanced", "checksum": {"name": "sha256", "checksum": "bc47d39981554196bff0d3ed108f453d965ae9d50a7c4d3442a7f7c95bb71268"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "Each record represents a single help center article, enriched with data from collections, parent collections, authors (admins), and help centers. This model provides a denormalized view of articles with all related entity information for easier reporting and analysis on help center content performance.\n", "columns": {"source_relation": {"name": "source_relation", "description": "Identifies the record's source.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.intercom.source_relation"]}, "article_id": {"name": "article_id", "description": "The unique identifier for the article.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "article_title": {"name": "article_title", "description": "The title of the article.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "article_description": {"name": "article_description", "description": "The description or summary of the article.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "article_body": {"name": "article_body", "description": "The full body content of the article (HTML).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "article_url": {"name": "article_url", "description": "The public URL of the article.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "article_type": {"name": "article_type", "description": "The type of the article (e.g., 'article').", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "article_state": {"name": "article_state", "description": "The publication state of the article (draft, published).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "default_locale": {"name": "default_locale", "description": "The default locale/language of the article.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "workspace_id": {"name": "workspace_id", "description": "The Intercom workspace identifier.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "statistics_views": {"name": "statistics_views", "description": "The number of article views.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "statistics_conversations": {"name": "statistics_conversations", "description": "The number of conversations started from this article.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "statistics_reactions": {"name": "statistics_reactions", "description": "The total number of reactions.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "statistics_happy_reaction_percentage": {"name": "statistics_happy_reaction_percentage", "description": "The percentage of happy reactions.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "statistics_neutral_reaction_percentage": {"name": "statistics_neutral_reaction_percentage", "description": "The percentage of neutral reactions.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "statistics_sad_reaction_percentage": {"name": "statistics_sad_reaction_percentage", "description": "The percentage of sad reactions.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "collection_id": {"name": "collection_id", "description": "The unique identifier of the collection this article belongs to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "collection_name": {"name": "collection_name", "description": "The name of the collection containing this article.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "collection_description": {"name": "collection_description", "description": "The description of the collection.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "collection_url": {"name": "collection_url", "description": "The public URL of the collection.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "collection_icon": {"name": "collection_icon", "description": "The icon identifier for the collection.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "collection_display_order": {"name": "collection_display_order", "description": "The display order of the collection within its parent.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "parent_collection_id": {"name": "parent_collection_id", "description": "The unique identifier of the parent collection (for nested sections).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "parent_collection_name": {"name": "parent_collection_name", "description": "The name of the parent collection.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "parent_collection_url": {"name": "parent_collection_url", "description": "The URL of the parent collection.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "author_id": {"name": "author_id", "description": "The unique identifier of the admin who authored the article.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "author_name": {"name": "author_name", "description": "The name of the article author.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "author_job_title": {"name": "author_job_title", "description": "The job title of the article author.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "help_center_id": {"name": "help_center_id", "description": "The unique identifier of the help center.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "help_center_name": {"name": "help_center_name", "description": "The name of the help center.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "help_center_identifier": {"name": "help_center_identifier", "description": "The URL-friendly identifier for the help center.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_help_center_website_enabled": {"name": "is_help_center_website_enabled", "description": "Boolean indicating whether the help center website is enabled.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "article_created_at": {"name": "article_created_at", "description": "The time the article was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "article_updated_at": {"name": "article_updated_at", "description": "The time the article was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_published": {"name": "is_published", "description": "Boolean flag indicating if article state is 'published'.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_in_nested_section": {"name": "is_in_nested_section", "description": "Boolean flag indicating if the article is in a nested section (collection with parent).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_active": {"name": "_fivetran_active", "description": "Boolean to identify an active record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_start": {"name": "_fivetran_start", "description": "Timestamp to record the time that a record is ingested by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_end": {"name": "_fivetran_end", "description": "Timestamp to record the time when a record became inactive in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "intercom://models/intercom.yml", "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "table", "enabled": true}, "created_at": 1765580298.6235945, "relation_name": "\"postgres\".\"public_intercom_dev\".\"intercom__article_enhanced\"", "raw_code": "{% set using_articles = var('intercom__using_articles', True) %}\n{% set using_collection_history = var('intercom__using_collection_history', True) %}\n{% set using_help_center_history = var('intercom__using_help_center_history', True) and using_collection_history %}\n\n--To disable this model, set the intercom__using_articles variable within your dbt_project.yml file to False.\n{{ config(enabled=using_articles) }}\n\nwith articles as (\n select *\n from {{ ref('stg_intercom__article_history') }}\n),\n\nadmins as (\n select *\n from {{ ref('stg_intercom__admin') }}\n),\n\n{% if using_collection_history %}\ncollections as (\n select *\n from {{ ref('stg_intercom__collection_history') }}\n),\n{% endif %}\n\n{% if using_help_center_history %}\nhelp_centers as (\n select *\n from {{ ref('stg_intercom__help_center_history') }}\n),\n{% endif %}\n\nfinal as (\n select\n -- Source relation for multi-connection support\n articles.source_relation,\n \n -- Article identifiers\n articles.article_id,\n\n -- Author details\n articles.author_id,\n admins.name as author_name,\n admins.job_title as author_job_title,\n\n -- Article content\n articles.article_title,\n articles.article_description,\n articles.article_body,\n articles.article_url,\n articles.article_type,\n articles.article_state,\n articles.default_locale,\n articles.workspace_id,\n \n -- Article statistics\n articles.statistics_views,\n articles.statistics_conversations,\n articles.statistics_reactions,\n articles.statistics_happy_reaction_percentage,\n articles.statistics_neutral_reaction_percentage,\n articles.statistics_sad_reaction_percentage,\n \n -- Collection details (direct parent)\n articles.collection_id,\n\n {% if using_collection_history %}\n collections.collection_name,\n collections.collection_description,\n collections.collection_url,\n collections.collection_icon,\n collections.display_order as collection_display_order,\n\n -- Parent collection details (for nested sections)\n collections.parent_collection_id,\n parent_collections.collection_name as parent_collection_name,\n parent_collections.collection_url as parent_collection_url,\n\n -- Help center details\n collections.help_center_id,\n\n -- Derived fields\n case\n when collections.parent_collection_id is not null then true\n else false\n end as is_in_nested_section,\n {% endif %}\n\n {% if using_help_center_history %}\n help_centers.help_center_name,\n help_centers.help_center_identifier,\n help_centers.is_website_enabled as is_help_center_website_enabled,\n {% endif %}\n \n -- Timestamps\n articles.created_at as article_created_at,\n articles.updated_at as article_updated_at,\n \n -- Derived fields\n case \n when lower(articles.article_state) = 'published' then true \n else false \n end as is_published,\n \n -- Fivetran metadata\n articles._fivetran_active,\n articles._fivetran_start,\n articles._fivetran_end\n\n -- Pass-through columns from article_history\n {{ fivetran_utils.persist_pass_through_columns(pass_through_variable='intercom__article_history_pass_through_columns', identifier='articles') }}\n\n from articles\n\n left join admins\n on articles.author_id = admins.admin_id\n and articles.source_relation = admins.source_relation\n\n {% if using_collection_history %}\n left join collections\n on articles.collection_id = collections.collection_id\n and articles.source_relation = collections.source_relation\n\n -- Self-join to get parent collection details for nested sections\n left join collections as parent_collections\n on collections.parent_collection_id = parent_collections.collection_id\n and collections.source_relation = parent_collections.source_relation\n {% endif %}\n\n {% if using_help_center_history %}\n left join help_centers\n on collections.help_center_id = help_centers.help_center_id\n and collections.source_relation = help_centers.source_relation\n {% endif %}\n)\n\nselect * \nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__article_history", "package": null, "version": null}, {"name": "stg_intercom__admin", "package": null, "version": null}, {"name": "stg_intercom__collection_history", "package": null, "version": null}, {"name": "stg_intercom__help_center_history", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.persist_pass_through_columns"], "nodes": ["model.intercom.stg_intercom__article_history", "model.intercom.stg_intercom__admin", "model.intercom.stg_intercom__collection_history", "model.intercom.stg_intercom__help_center_history"]}, "compiled_path": "target/compiled/intercom/models/intercom__article_enhanced.sql", "compiled": true, "compiled_code": "\n\n\n\n--To disable this model, set the intercom__using_articles variable within your dbt_project.yml file to False.\n\n\nwith articles as (\n select *\n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__article_history\"\n),\n\nadmins as (\n select *\n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__admin\"\n),\n\n\ncollections as (\n select *\n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__collection_history\"\n),\n\n\n\nhelp_centers as (\n select *\n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__help_center_history\"\n),\n\n\nfinal as (\n select\n -- Source relation for multi-connection support\n articles.source_relation,\n \n -- Article identifiers\n articles.article_id,\n\n -- Author details\n articles.author_id,\n admins.name as author_name,\n admins.job_title as author_job_title,\n\n -- Article content\n articles.article_title,\n articles.article_description,\n articles.article_body,\n articles.article_url,\n articles.article_type,\n articles.article_state,\n articles.default_locale,\n articles.workspace_id,\n \n -- Article statistics\n articles.statistics_views,\n articles.statistics_conversations,\n articles.statistics_reactions,\n articles.statistics_happy_reaction_percentage,\n articles.statistics_neutral_reaction_percentage,\n articles.statistics_sad_reaction_percentage,\n \n -- Collection details (direct parent)\n articles.collection_id,\n\n \n collections.collection_name,\n collections.collection_description,\n collections.collection_url,\n collections.collection_icon,\n collections.display_order as collection_display_order,\n\n -- Parent collection details (for nested sections)\n collections.parent_collection_id,\n parent_collections.collection_name as parent_collection_name,\n parent_collections.collection_url as parent_collection_url,\n\n -- Help center details\n collections.help_center_id,\n\n -- Derived fields\n case\n when collections.parent_collection_id is not null then true\n else false\n end as is_in_nested_section,\n \n\n \n help_centers.help_center_name,\n help_centers.help_center_identifier,\n help_centers.is_website_enabled as is_help_center_website_enabled,\n \n \n -- Timestamps\n articles.created_at as article_created_at,\n articles.updated_at as article_updated_at,\n \n -- Derived fields\n case \n when lower(articles.article_state) = 'published' then true \n else false \n end as is_published,\n \n -- Fivetran metadata\n articles._fivetran_active,\n articles._fivetran_start,\n articles._fivetran_end\n\n -- Pass-through columns from article_history\n \n\n\n\n\n\n from articles\n\n left join admins\n on articles.author_id = admins.admin_id\n and articles.source_relation = admins.source_relation\n\n \n left join collections\n on articles.collection_id = collections.collection_id\n and articles.source_relation = collections.source_relation\n\n -- Self-join to get parent collection details for nested sections\n left join collections as parent_collections\n on collections.parent_collection_id = parent_collections.collection_id\n and collections.source_relation = parent_collections.source_relation\n \n\n \n left join help_centers\n on collections.help_center_id = help_centers.help_center_id\n and collections.source_relation = help_centers.source_relation\n \n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.intercom__company_metrics": {"database": "postgres", "schema": "public_intercom_dev", "name": "intercom__company_metrics", "resource_type": "model", "package_name": "intercom", "path": "intercom__company_metrics.sql", "original_file_path": "models/intercom__company_metrics.sql", "unique_id": "model.intercom.intercom__company_metrics", "fqn": ["intercom", "intercom__company_metrics"], "alias": "intercom__company_metrics", "checksum": {"name": "sha256", "checksum": "403cd4ad61029a15d5685f6c64459871198a508278a4355a77c06c518690bf50"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "Each record represents a single row from intercom__company_enhanced, enriched with aggregates which determine the total conversation count, average satisfaction rating, median time to first response, and median time to last close with contacts associated to a single company.\n", "columns": {"source_relation": {"name": "source_relation", "description": "Identifies the record's source.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.intercom.source_relation"]}, "total_conversations_closed": {"name": "total_conversations_closed", "description": "The total closed conversations with contacts from that company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "average_conversation_parts": {"name": "average_conversation_parts", "description": "The average number of parts associated to a single conversation with contacts from that company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "average_conversation_rating": {"name": "average_conversation_rating", "description": "The average rating given to conversations from contacts associated with a single company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "median_conversations_reopened": {"name": "median_conversations_reopened", "description": "The median value of times a conversation was reopened with contacts from a single company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "median_time_to_first_response_time_minutes": {"name": "median_time_to_first_response_time_minutes", "description": "The median value of time it took for contacts of a single company to receive their first response on a conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "median_time_to_last_close_minutes": {"name": "median_time_to_last_close_minutes", "description": "The median value of time it took for contacts of a single company to receive their last closure of a conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "company_id": {"name": "company_id", "description": "The unique identifier representing the historical Intercom defined company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "company_name": {"name": "company_name", "description": "The name of the company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "created_at": {"name": "created_at", "description": "The time the company was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "all_company_tags": {"name": "all_company_tags", "description": "String aggregation of all tags associated with the company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "website": {"name": "website", "description": "The website associated with the company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "industry": {"name": "industry", "description": "The defined industry the company operates in.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "monthly_spend": {"name": "monthly_spend", "description": "How much revenue the company generates for your business.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "user_count": {"name": "user_count", "description": "The total count of users associated with the company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "session_count": {"name": "session_count", "description": "The count of sessions the company has recorded.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "plan_id": {"name": "plan_id", "description": "Unique identifier representing the company plan.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "plan_name": {"name": "plan_name", "description": "The name of the plan you have associated with the company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "updated_at": {"name": "updated_at", "description": "The time the company was last updated at.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_active": {"name": "_fivetran_active", "description": "Boolean to identify an active record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_start": {"name": "_fivetran_start", "description": "Timestamp to record the time that a record is ingested by Fivetran. This value may not be identical to the time the record was created in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_end": {"name": "_fivetran_end", "description": "Timestamp to record the time when a record became inactive in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "intercom://models/intercom.yml", "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "table", "enabled": true}, "created_at": 1765580298.6302834, "relation_name": "\"postgres\".\"public_intercom_dev\".\"intercom__company_metrics\"", "raw_code": "--To disable this model, set the intercom__using_contact_company variable within your dbt_project.yml file to False.\n{{ config(enabled=var('intercom__using_contact_company', True)) }}\n\nwith conversation_metrics as (\n select *\n from {{ ref('intercom__conversation_metrics') }}\n),\n\ncompany_enhanced as (\n select *\n from {{ ref('intercom__company_enhanced') }}\n),\n\ncontact_company_history as (\n select *\n from {{ ref('stg_intercom__contact_company_history') }}\n),\n\ncontact_enhanced as (\n select *\n from {{ ref('intercom__contact_enhanced') }}\n),\n\n--Aggregates company specific metrics for companies where a contact from that company was attached to the conversation.\ncompany_metrics as (\n select\n company_enhanced.source_relation,\n company_enhanced.company_id,\n sum(case when conversation_metrics.conversation_state = 'closed' then 1 else 0 end) as total_conversations_closed,\n round(cast(avg(conversation_metrics.count_total_parts) as numeric),2) as average_conversation_parts,\n avg(conversation_metrics.conversation_rating) as average_conversation_rating\n from conversation_metrics\n\n left join contact_enhanced\n on contact_enhanced.contact_id = conversation_metrics.first_contact_author_id\n and contact_enhanced.source_relation = conversation_metrics.source_relation\n\n left join contact_company_history\n on contact_company_history.contact_id = contact_enhanced.contact_id\n and contact_company_history.source_relation = contact_enhanced.source_relation\n\n left join company_enhanced\n on company_enhanced.company_id = contact_company_history.company_id\n and company_enhanced.source_relation = contact_company_history.source_relation\n\n group by 1, 2\n),\n\n--Generates the median values for companies where a contact from that company was attached to the conversation.\nmedian_metrics as (\n select\n company_enhanced.source_relation,\n company_enhanced.company_id,\n round(cast({{ fivetran_utils.percentile(\"conversation_metrics.count_reopens\", \"company_enhanced.company_id\", \"0.5\") }} as numeric), 2) as median_conversations_reopened,\n round(cast({{ fivetran_utils.percentile(\"conversation_metrics.time_to_first_response_minutes\", \"company_enhanced.company_id\", \"0.5\") }} as numeric), 2) as median_time_to_first_response_time_minutes,\n round(cast({{ fivetran_utils.percentile(\"conversation_metrics.time_to_first_close_minutes\", \"company_enhanced.company_id\", \"0.5\") }} as numeric), 2) as median_time_to_first_close_minutes,\n round(cast({{ fivetran_utils.percentile(\"conversation_metrics.time_to_last_close_minutes\", \"company_enhanced.company_id\", \"0.5\") }} as numeric), 2) as median_time_to_last_close_minutes\n from conversation_metrics\n\n left join contact_enhanced\n on contact_enhanced.contact_id = conversation_metrics.first_contact_author_id\n and contact_enhanced.source_relation = conversation_metrics.source_relation\n\n left join contact_company_history\n on contact_company_history.contact_id = contact_enhanced.contact_id\n and contact_company_history.source_relation = contact_enhanced.source_relation\n\n left join company_enhanced\n on company_enhanced.company_id = contact_company_history.company_id\n and company_enhanced.source_relation = contact_company_history.source_relation\n\n--The Postgres warehouse does not allow for a group by argument within the `percentile` function. As such, we will apply the group by for all statements at the end of the query for Postgres only.\n {% if target.type == 'postgres' %}\n group by 1, 2\n {% endif %}\n),\n\n--Joins the aggregate, and median CTEs to the company_enhanced model. Distinct is necessary to keep grain with median values and aggregates.\nfinal as (\n select distinct\n company_enhanced.*,\n company_metrics.total_conversations_closed,\n company_metrics.average_conversation_parts,\n company_metrics.average_conversation_rating,\n median_metrics.median_conversations_reopened,\n median_metrics.median_time_to_first_response_time_minutes,\n median_metrics.median_time_to_last_close_minutes\n from company_enhanced\n\n left join company_metrics\n on company_metrics.company_id = company_enhanced.company_id\n and company_metrics.source_relation = company_enhanced.source_relation\n\n left join median_metrics\n on median_metrics.company_id = company_enhanced.company_id\n and median_metrics.source_relation = company_enhanced.source_relation\n)\n\nselect * \nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "intercom__conversation_metrics", "package": null, "version": null}, {"name": "intercom__company_enhanced", "package": null, "version": null}, {"name": "stg_intercom__contact_company_history", "package": null, "version": null}, {"name": "intercom__contact_enhanced", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.percentile"], "nodes": ["model.intercom.intercom__conversation_metrics", "model.intercom.intercom__company_enhanced", "model.intercom.stg_intercom__contact_company_history", "model.intercom.intercom__contact_enhanced"]}, "compiled_path": "target/compiled/intercom/models/intercom__company_metrics.sql", "compiled": true, "compiled_code": "--To disable this model, set the intercom__using_contact_company variable within your dbt_project.yml file to False.\n\n\nwith conversation_metrics as (\n select *\n from \"postgres\".\"public_intercom_dev\".\"intercom__conversation_metrics\"\n),\n\ncompany_enhanced as (\n select *\n from \"postgres\".\"public_intercom_dev\".\"intercom__company_enhanced\"\n),\n\ncontact_company_history as (\n select *\n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__contact_company_history\"\n),\n\ncontact_enhanced as (\n select *\n from \"postgres\".\"public_intercom_dev\".\"intercom__contact_enhanced\"\n),\n\n--Aggregates company specific metrics for companies where a contact from that company was attached to the conversation.\ncompany_metrics as (\n select\n company_enhanced.source_relation,\n company_enhanced.company_id,\n sum(case when conversation_metrics.conversation_state = 'closed' then 1 else 0 end) as total_conversations_closed,\n round(cast(avg(conversation_metrics.count_total_parts) as numeric),2) as average_conversation_parts,\n avg(conversation_metrics.conversation_rating) as average_conversation_rating\n from conversation_metrics\n\n left join contact_enhanced\n on contact_enhanced.contact_id = conversation_metrics.first_contact_author_id\n and contact_enhanced.source_relation = conversation_metrics.source_relation\n\n left join contact_company_history\n on contact_company_history.contact_id = contact_enhanced.contact_id\n and contact_company_history.source_relation = contact_enhanced.source_relation\n\n left join company_enhanced\n on company_enhanced.company_id = contact_company_history.company_id\n and company_enhanced.source_relation = contact_company_history.source_relation\n\n group by 1, 2\n),\n\n--Generates the median values for companies where a contact from that company was attached to the conversation.\nmedian_metrics as (\n select\n company_enhanced.source_relation,\n company_enhanced.company_id,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by conversation_metrics.count_reopens )\n /* have to group by partition field */\n\n as numeric), 2) as median_conversations_reopened,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by conversation_metrics.time_to_first_response_minutes )\n /* have to group by partition field */\n\n as numeric), 2) as median_time_to_first_response_time_minutes,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by conversation_metrics.time_to_first_close_minutes )\n /* have to group by partition field */\n\n as numeric), 2) as median_time_to_first_close_minutes,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by conversation_metrics.time_to_last_close_minutes )\n /* have to group by partition field */\n\n as numeric), 2) as median_time_to_last_close_minutes\n from conversation_metrics\n\n left join contact_enhanced\n on contact_enhanced.contact_id = conversation_metrics.first_contact_author_id\n and contact_enhanced.source_relation = conversation_metrics.source_relation\n\n left join contact_company_history\n on contact_company_history.contact_id = contact_enhanced.contact_id\n and contact_company_history.source_relation = contact_enhanced.source_relation\n\n left join company_enhanced\n on company_enhanced.company_id = contact_company_history.company_id\n and company_enhanced.source_relation = contact_company_history.source_relation\n\n--The Postgres warehouse does not allow for a group by argument within the `percentile` function. As such, we will apply the group by for all statements at the end of the query for Postgres only.\n \n group by 1, 2\n \n),\n\n--Joins the aggregate, and median CTEs to the company_enhanced model. Distinct is necessary to keep grain with median values and aggregates.\nfinal as (\n select distinct\n company_enhanced.*,\n company_metrics.total_conversations_closed,\n company_metrics.average_conversation_parts,\n company_metrics.average_conversation_rating,\n median_metrics.median_conversations_reopened,\n median_metrics.median_time_to_first_response_time_minutes,\n median_metrics.median_time_to_last_close_minutes\n from company_enhanced\n\n left join company_metrics\n on company_metrics.company_id = company_enhanced.company_id\n and company_metrics.source_relation = company_enhanced.source_relation\n\n left join median_metrics\n on median_metrics.company_id = company_enhanced.company_id\n and median_metrics.source_relation = company_enhanced.source_relation\n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.intercom__admin_metrics": {"database": "postgres", "schema": "public_intercom_dev", "name": "intercom__admin_metrics", "resource_type": "model", "package_name": "intercom", "path": "intercom__admin_metrics.sql", "original_file_path": "models/intercom__admin_metrics.sql", "unique_id": "model.intercom.intercom__admin_metrics", "fqn": ["intercom", "intercom__admin_metrics"], "alias": "intercom__admin_metrics", "checksum": {"name": "sha256", "checksum": "0e8cf12f215e767269fa56a1bd86a2cd1cf7e278e6ac383a807c9b38b656c0a5"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "Each record represents an individual admin (employee) and a unique team they are assigned on, enriched with admin specific conversation aggregates. For example, the admin's total conversations, average rating, and median response times by specific team.\n", "columns": {"source_relation": {"name": "source_relation", "description": "Identifies the record's source.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.intercom.source_relation"]}, "admin_id": {"name": "admin_id", "description": "The unique identifier representing the admin.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "admin_name": {"name": "admin_name", "description": "The name of the admin.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "team_name": {"name": "team_name", "description": "The team the admin is associated with.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "team_id": {"name": "team_id", "description": "The team ID the admin is associated with.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "job_title": {"name": "job_title", "description": "The admin job title.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "total_conversations_closed": {"name": "total_conversations_closed", "description": "The admins sum of total closed conversations.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "average_conversation_parts": {"name": "average_conversation_parts", "description": "The admins average number of parts associated with a single conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "average_conversation_rating": {"name": "average_conversation_rating", "description": "The admins total average rating given to conversations they closed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "median_conversations_reopened": {"name": "median_conversations_reopened", "description": "The admins median value of times they reopened conversations.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "median_conversation_assignments": {"name": "median_conversation_assignments", "description": "The admins median value of times they closed a conversation and had other assignees on the conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "median_time_to_first_response_time_minutes": {"name": "median_time_to_first_response_time_minutes", "description": "The admins median value of time it took for their first response on a conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "median_time_to_last_close_minutes": {"name": "median_time_to_last_close_minutes", "description": "The admins median value of time it took to the last closure of a conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "intercom://models/intercom.yml", "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "table"}, "created_at": 1765580298.609066, "relation_name": "\"postgres\".\"public_intercom_dev\".\"intercom__admin_metrics\"", "raw_code": "with conversation_metrics as (\n select *\n from {{ ref('intercom__conversation_metrics') }}\n where conversation_assignee_type = 'admin'\n),\n\nadmin_table as (\n select *\n from {{ ref('stg_intercom__admin') }}\n),\n\n{% if var('intercom__using_team', True) %}\nteam_admin as (\n select *\n from {{ ref('stg_intercom__team_admin') }}\n),\n\nteam as (\n select *\n from {{ ref('stg_intercom__team') }}\n),\n{% endif %}\n\n--Aggregates admin specific metrics. The admin in question is the one who last closed the conversations.\nadmin_metrics as (\n select\n source_relation,\n last_close_by_admin_id,\n sum(case when conversation_metrics.conversation_state = 'closed' then 1 else 0 end) as total_conversations_closed,\n round(avg(conversation_metrics.count_total_parts),2) as average_conversation_parts,\n avg(conversation_metrics.conversation_rating) as average_conversation_rating\n from conversation_metrics\n\n group by 1, 2\n),\n\n--Generates the median values for admins who last closed conversations.\nmedian_metrics as (\n select\n source_relation,\n last_close_by_admin_id,\n round(cast({{ fivetran_utils.percentile(\"conversation_metrics.count_reopens\", \"last_close_by_admin_id\", \"0.5\") }} as numeric), 2) as median_conversations_reopened,\n round(cast({{ fivetran_utils.percentile(\"conversation_metrics.count_assignments\", \"last_close_by_admin_id\", \"0.5\") }} as numeric), 2) as median_conversation_assignments,\n round(cast({{ fivetran_utils.percentile(\"conversation_metrics.time_to_first_response_minutes\", \"last_close_by_admin_id\", \"0.5\") }} as numeric), 2) as median_time_to_first_response_time_minutes,\n round(cast({{ fivetran_utils.percentile(\"conversation_metrics.time_to_first_close_minutes\", \"last_close_by_admin_id\", \"0.5\") }} as numeric), 2) as median_time_to_first_close_minutes,\n round(cast({{ fivetran_utils.percentile(\"conversation_metrics.time_to_last_close_minutes\", \"last_close_by_admin_id\", \"0.5\") }} as numeric), 2) as median_time_to_last_close_minutes\n from conversation_metrics\n--The Postgres warehouse does not allow for a group by argument within the `percentile` function. As such, we will apply the group by for all statements at the end of the query for Postgres only.\n {% if target.type == 'postgres' %}\n group by 1, 2\n {% endif %}\n),\n\n--Joins the aggregate, and median CTEs to the admin table with team enrichment. Distinct is necessary to keep grain with median values and aggregates.\nfinal as (\n select distinct\n admin_table.source_relation,\n admin_table.admin_id,\n admin_table.name as admin_name,\n\n {% if var('intercom__using_team', True) %}\n team.team_id as team_id,\n team.name as team_name,\n {% endif %}\n\n admin_table.job_title,\n admin_metrics.total_conversations_closed,\n admin_metrics.average_conversation_parts,\n admin_metrics.average_conversation_rating,\n median_metrics.median_conversations_reopened,\n median_metrics.median_conversation_assignments,\n median_metrics.median_time_to_first_response_time_minutes,\n median_metrics.median_time_to_last_close_minutes\n from admin_table\n\n left join admin_metrics\n on admin_metrics.last_close_by_admin_id = admin_table.admin_id\n and admin_metrics.source_relation = admin_table.source_relation\n\n left join median_metrics\n on median_metrics.last_close_by_admin_id = admin_table.admin_id\n and median_metrics.source_relation = admin_table.source_relation\n\n {% if var('intercom__using_team', True) %}\n left join team_admin\n on team_admin.admin_id = admin_table.admin_id\n and team_admin.source_relation = admin_table.source_relation\n\n left join team\n on team.team_id = team_admin.team_id\n and team.source_relation = team_admin.source_relation\n {% endif %}\n)\n\nselect * \nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "intercom__conversation_metrics", "package": null, "version": null}, {"name": "stg_intercom__admin", "package": null, "version": null}, {"name": "stg_intercom__team_admin", "package": null, "version": null}, {"name": "stg_intercom__team", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.percentile"], "nodes": ["model.intercom.intercom__conversation_metrics", "model.intercom.stg_intercom__admin", "model.intercom.stg_intercom__team_admin", "model.intercom.stg_intercom__team"]}, "compiled_path": "target/compiled/intercom/models/intercom__admin_metrics.sql", "compiled": true, "compiled_code": "with conversation_metrics as (\n select *\n from \"postgres\".\"public_intercom_dev\".\"intercom__conversation_metrics\"\n where conversation_assignee_type = 'admin'\n),\n\nadmin_table as (\n select *\n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__admin\"\n),\n\n\nteam_admin as (\n select *\n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__team_admin\"\n),\n\nteam as (\n select *\n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__team\"\n),\n\n\n--Aggregates admin specific metrics. The admin in question is the one who last closed the conversations.\nadmin_metrics as (\n select\n source_relation,\n last_close_by_admin_id,\n sum(case when conversation_metrics.conversation_state = 'closed' then 1 else 0 end) as total_conversations_closed,\n round(avg(conversation_metrics.count_total_parts),2) as average_conversation_parts,\n avg(conversation_metrics.conversation_rating) as average_conversation_rating\n from conversation_metrics\n\n group by 1, 2\n),\n\n--Generates the median values for admins who last closed conversations.\nmedian_metrics as (\n select\n source_relation,\n last_close_by_admin_id,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by conversation_metrics.count_reopens )\n /* have to group by partition field */\n\n as numeric), 2) as median_conversations_reopened,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by conversation_metrics.count_assignments )\n /* have to group by partition field */\n\n as numeric), 2) as median_conversation_assignments,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by conversation_metrics.time_to_first_response_minutes )\n /* have to group by partition field */\n\n as numeric), 2) as median_time_to_first_response_time_minutes,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by conversation_metrics.time_to_first_close_minutes )\n /* have to group by partition field */\n\n as numeric), 2) as median_time_to_first_close_minutes,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by conversation_metrics.time_to_last_close_minutes )\n /* have to group by partition field */\n\n as numeric), 2) as median_time_to_last_close_minutes\n from conversation_metrics\n--The Postgres warehouse does not allow for a group by argument within the `percentile` function. As such, we will apply the group by for all statements at the end of the query for Postgres only.\n \n group by 1, 2\n \n),\n\n--Joins the aggregate, and median CTEs to the admin table with team enrichment. Distinct is necessary to keep grain with median values and aggregates.\nfinal as (\n select distinct\n admin_table.source_relation,\n admin_table.admin_id,\n admin_table.name as admin_name,\n\n \n team.team_id as team_id,\n team.name as team_name,\n \n\n admin_table.job_title,\n admin_metrics.total_conversations_closed,\n admin_metrics.average_conversation_parts,\n admin_metrics.average_conversation_rating,\n median_metrics.median_conversations_reopened,\n median_metrics.median_conversation_assignments,\n median_metrics.median_time_to_first_response_time_minutes,\n median_metrics.median_time_to_last_close_minutes\n from admin_table\n\n left join admin_metrics\n on admin_metrics.last_close_by_admin_id = admin_table.admin_id\n and admin_metrics.source_relation = admin_table.source_relation\n\n left join median_metrics\n on median_metrics.last_close_by_admin_id = admin_table.admin_id\n and median_metrics.source_relation = admin_table.source_relation\n\n \n left join team_admin\n on team_admin.admin_id = admin_table.admin_id\n and team_admin.source_relation = admin_table.source_relation\n\n left join team\n on team.team_id = team_admin.team_id\n and team.source_relation = team_admin.source_relation\n \n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.intercom__company_enhanced": {"database": "postgres", "schema": "public_intercom_dev", "name": "intercom__company_enhanced", "resource_type": "model", "package_name": "intercom", "path": "intercom__company_enhanced.sql", "original_file_path": "models/intercom__company_enhanced.sql", "unique_id": "model.intercom.intercom__company_enhanced", "fqn": ["intercom", "intercom__company_enhanced"], "alias": "intercom__company_enhanced", "checksum": {"name": "sha256", "checksum": "697d474d03b23faced8bb0955f4af7ff3dd42c8d4f8bfdab31a8d5416140422e"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "Each record represents a single company, enriched with data related to the company industry, monthly_spend, and user_count.\n", "columns": {"source_relation": {"name": "source_relation", "description": "Identifies the record's source.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.intercom.source_relation"]}, "company_id": {"name": "company_id", "description": "The unique identifier representing the historical Intercom defined company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "company_name": {"name": "company_name", "description": "The name of the company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "created_at": {"name": "created_at", "description": "The time the company was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "all_company_tags": {"name": "all_company_tags", "description": "String aggregation of all tags associated with the company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "website": {"name": "website", "description": "The website associated with the company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "industry": {"name": "industry", "description": "The defined industry the company operates in.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "monthly_spend": {"name": "monthly_spend", "description": "How much revenue the company generates for your business.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "user_count": {"name": "user_count", "description": "The total count of users associated with the company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "session_count": {"name": "session_count", "description": "The count of sessions the company has recorded.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "plan_id": {"name": "plan_id", "description": "Unique identifier representing the company plan.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "plan_name": {"name": "plan_name", "description": "The name of the plan you have associated with the company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "updated_at": {"name": "updated_at", "description": "The time the company was last updated at.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_active": {"name": "_fivetran_active", "description": "Boolean to identify an active record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_start": {"name": "_fivetran_start", "description": "Timestamp to record the time that a record is ingested by Fivetran. This value may not be identical to the time the record was created in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_end": {"name": "_fivetran_end", "description": "Timestamp to record the time when a record became inactive in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "intercom://models/intercom.yml", "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "table", "enabled": true}, "created_at": 1765580298.6287344, "relation_name": "\"postgres\".\"public_intercom_dev\".\"intercom__company_enhanced\"", "raw_code": "--To disable this model, set the intercom__using_contact_company variable within your dbt_project.yml file to False.\n{{ config(enabled=var('intercom__using_contact_company', True)) }}\n\nwith company_history as (\n select *\n from {{ ref('stg_intercom__company_history') }}\n),\n\n--If you use company tags this will be included, if not it will be ignored.\n{% if var('intercom__using_company_tags', True) %}\ncompany_tags as (\n select *\n from {{ ref('stg_intercom__company_tag_history') }}\n),\n\ntags as (\n select *\n from {{ ref('stg_intercom__tag') }}\n),\n\n--Aggregates the tags associated with a single company into an array.\ncompany_tags_aggregate as (\n select\n company_history.source_relation,\n company_history.company_id,\n {{ fivetran_utils.string_agg('distinct tags.name', \"', '\" ) }} as all_company_tags\n from company_history\n\n left join company_tags\n on company_tags.company_id = company_history.company_id\n and company_tags.source_relation = company_history.source_relation\n\n left join tags\n on tags.tag_id = company_tags.tag_id\n and tags.source_relation = company_tags.source_relation\n\n group by 1, 2\n),\n{% endif %}\n\n--Enriches the base company table with tag details (if company tags are used).\nenhanced as (\n select\n company_history.*\n\n --If you use company tags this will be included, if not it will be ignored.\n {% if var('intercom__using_company_tags', True) %}\n ,company_tags_aggregate.all_company_tags\n {% endif %}\n\n from company_history\n\n --If you use company tags this will be included, if not it will be ignored.\n {% if var('intercom__using_company_tags', True) %}\n left join company_tags_aggregate\n on company_tags_aggregate.company_id = company_history.company_id\n and company_tags_aggregate.source_relation = company_history.source_relation\n {% endif %}\n)\n\nselect * \nfrom enhanced", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__company_history", "package": null, "version": null}, {"name": "stg_intercom__company_tag_history", "package": null, "version": null}, {"name": "stg_intercom__tag", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.string_agg"], "nodes": ["model.intercom.stg_intercom__company_history", "model.intercom.stg_intercom__company_tag_history", "model.intercom.stg_intercom__tag"]}, "compiled_path": "target/compiled/intercom/models/intercom__company_enhanced.sql", "compiled": true, "compiled_code": "--To disable this model, set the intercom__using_contact_company variable within your dbt_project.yml file to False.\n\n\nwith company_history as (\n select *\n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__company_history\"\n),\n\n--If you use company tags this will be included, if not it will be ignored.\n\ncompany_tags as (\n select *\n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__company_tag_history\"\n),\n\ntags as (\n select *\n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__tag\"\n),\n\n--Aggregates the tags associated with a single company into an array.\ncompany_tags_aggregate as (\n select\n company_history.source_relation,\n company_history.company_id,\n \n string_agg(distinct tags.name, ', ')\n\n as all_company_tags\n from company_history\n\n left join company_tags\n on company_tags.company_id = company_history.company_id\n and company_tags.source_relation = company_history.source_relation\n\n left join tags\n on tags.tag_id = company_tags.tag_id\n and tags.source_relation = company_tags.source_relation\n\n group by 1, 2\n),\n\n\n--Enriches the base company table with tag details (if company tags are used).\nenhanced as (\n select\n company_history.*\n\n --If you use company tags this will be included, if not it will be ignored.\n \n ,company_tags_aggregate.all_company_tags\n \n\n from company_history\n\n --If you use company tags this will be included, if not it will be ignored.\n \n left join company_tags_aggregate\n on company_tags_aggregate.company_id = company_history.company_id\n and company_tags_aggregate.source_relation = company_history.source_relation\n \n)\n\nselect * \nfrom enhanced", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.intercom__contact_enhanced": {"database": "postgres", "schema": "public_intercom_dev", "name": "intercom__contact_enhanced", "resource_type": "model", "package_name": "intercom", "path": "intercom__contact_enhanced.sql", "original_file_path": "models/intercom__contact_enhanced.sql", "unique_id": "model.intercom.intercom__contact_enhanced", "fqn": ["intercom", "intercom__contact_enhanced"], "alias": "intercom__contact_enhanced", "checksum": {"name": "sha256", "checksum": "3f4e2f2758d9aa0c3ac9af27064f2c5f44ce8823c3d91ebf70f116ddcf06c3b3"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "Each record represents a single contact, enriched with data identifying the contacts role, if they have unsubscribed from the email list, last contacted information, and which company they belong to.\n", "columns": {"source_relation": {"name": "source_relation", "description": "Identifies the record's source.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.intercom.source_relation"]}, "contact_id": {"name": "contact_id", "description": "The unique identifier for the contact which is given by Intercom.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "contact_name": {"name": "contact_name", "description": "The name of the contact.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "admin_id": {"name": "admin_id", "description": "The unique identifier representing the admin which has been assigned ownership of the contact.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "created_at": {"name": "created_at", "description": "The time when the contact was created within Intercom.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "updated_at": {"name": "updated_at", "description": "The time when the contact was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "signed_up_at": {"name": "signed_up_at", "description": "The time the contact signed up.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "all_contact_tags": {"name": "all_contact_tags", "description": "String aggregation of all tags associated with the contact.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "contact_role": {"name": "contact_role", "description": "The role of the contact (user or lead).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "contact_email": {"name": "contact_email", "description": "The contacts email.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_contacted_at": {"name": "last_contacted_at", "description": "The time when the contact was last messaged.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_email_opened_at": {"name": "last_email_opened_at", "description": "The time when a contact last opened an email.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_email_clicked_at": {"name": "last_email_clicked_at", "description": "The time when the contact last clicked a link in an email.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_replied_at": {"name": "last_replied_at", "description": "The time when the contact last messaged in.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_unsubscribed_from_emails": {"name": "is_unsubscribed_from_emails", "description": "Boolean indicating whether the contact has unsubscribed from emails.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "all_contact_company_names": {"name": "all_contact_company_names", "description": "String aggregation of all companies the contact is associated with.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_active": {"name": "_fivetran_active", "description": "Boolean to identify an active record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_start": {"name": "_fivetran_start", "description": "Timestamp to record the time that a record is ingested by Fivetran. This value may not be identical to the time the record was created in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_end": {"name": "_fivetran_end", "description": "Timestamp to record the time when a record became inactive in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "intercom://models/intercom.yml", "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "table"}, "created_at": 1765580298.6354914, "relation_name": "\"postgres\".\"public_intercom_dev\".\"intercom__contact_enhanced\"", "raw_code": "--take latest contact history to get the last update for the contact\nwith contact_latest as (\n select *\n from {{ ref('stg_intercom__contact_history') }}\n where coalesce(_fivetran_active, true)\n),\n\n--If you use the contact company table this will be included, if not it will be ignored.\n{% if var('intercom__using_contact_company', True) %}\ncontact_company_history as (\n select *\n from {{ ref('stg_intercom__contact_company_history') }}\n),\n\ncompany_history as (\n select *\n from {{ ref('stg_intercom__company_history') }}\n),\n{% endif %} \n\n--If you use contact tags this will be included, if not it will be ignored.\n{% if var('intercom__using_contact_tags', True) %}\ncontact_tags as (\n select *\n from {{ ref('stg_intercom__contact_tag_history') }}\n),\n\ntags as (\n select *\n from {{ ref('stg_intercom__tag') }}\n),\n\n--Aggregates the tags associated with a single contact into an array.\ncontact_tags_aggregate as (\n select\n contact_latest.source_relation,\n contact_latest.contact_id,\n {{ fivetran_utils.string_agg('distinct tags.name', \"', '\" ) }} as all_contact_tags\n from contact_latest\n\n left join contact_tags\n on contact_tags.contact_id = contact_latest.contact_id\n and contact_tags.source_relation = contact_latest.source_relation\n\n left join tags\n on tags.tag_id = contact_tags.tag_id\n and tags.source_relation = contact_tags.source_relation\n\n group by 1, 2\n),\n{% endif %}\n\n--If you use the contact company table this will be included, if not it will be ignored.\n{% if var('intercom__using_contact_company', True) %}\ncontact_company_array as (\n select\n contact_latest.source_relation,\n contact_latest.contact_id,\n {{ fivetran_utils.string_agg('distinct company_history.company_name', \"', '\" ) }} as all_contact_company_names\n\n from contact_latest\n\n left join contact_company_history\n on contact_company_history.contact_id = contact_latest.contact_id\n and contact_company_history.source_relation = contact_latest.source_relation\n\n left join company_history\n on company_history.company_id = contact_company_history.company_id\n and company_history.source_relation = contact_company_history.source_relation\n\n group by 1, 2\n),\n{% endif %}\n\n--Joins the contact table with tags (if used) as well as the contact company (if used).\nfinal as (\n select\n contact_latest.*\n \n --If you use contact tags this will be included, if not it will be ignored.\n {% if var('intercom__using_contact_tags', True) %}\n ,contact_tags_aggregate.all_contact_tags\n {% endif %}\n\n --If you use the contact company table this will be included, if not it will be ignored.\n {% if var('intercom__using_contact_company', True) %}\n ,contact_company_array.all_contact_company_names\n {% endif %}\n\n from contact_latest\n\n --If you use the contact company table this will be included, if not it will be ignored.\n {% if var('intercom__using_contact_company', True) %}\n left join contact_company_array\n on contact_company_array.contact_id = contact_latest.contact_id\n and contact_company_array.source_relation = contact_latest.source_relation\n {% endif %}\n\n --If you use the contact tags table this will be included, if not it will be ignored.\n {% if var('intercom__using_contact_tags', True) %}\n left join contact_tags_aggregate\n on contact_tags_aggregate.contact_id = contact_latest.contact_id\n and contact_tags_aggregate.source_relation = contact_latest.source_relation\n {% endif %}\n)\n\nselect *\nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__contact_history", "package": null, "version": null}, {"name": "stg_intercom__contact_company_history", "package": null, "version": null}, {"name": "stg_intercom__company_history", "package": null, "version": null}, {"name": "stg_intercom__contact_tag_history", "package": null, "version": null}, {"name": "stg_intercom__tag", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.string_agg"], "nodes": ["model.intercom.stg_intercom__contact_history", "model.intercom.stg_intercom__contact_company_history", "model.intercom.stg_intercom__company_history", "model.intercom.stg_intercom__contact_tag_history", "model.intercom.stg_intercom__tag"]}, "compiled_path": "target/compiled/intercom/models/intercom__contact_enhanced.sql", "compiled": true, "compiled_code": "--take latest contact history to get the last update for the contact\nwith contact_latest as (\n select *\n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__contact_history\"\n where coalesce(_fivetran_active, true)\n),\n\n--If you use the contact company table this will be included, if not it will be ignored.\n\ncontact_company_history as (\n select *\n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__contact_company_history\"\n),\n\ncompany_history as (\n select *\n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__company_history\"\n),\n \n\n--If you use contact tags this will be included, if not it will be ignored.\n\ncontact_tags as (\n select *\n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__contact_tag_history\"\n),\n\ntags as (\n select *\n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__tag\"\n),\n\n--Aggregates the tags associated with a single contact into an array.\ncontact_tags_aggregate as (\n select\n contact_latest.source_relation,\n contact_latest.contact_id,\n \n string_agg(distinct tags.name, ', ')\n\n as all_contact_tags\n from contact_latest\n\n left join contact_tags\n on contact_tags.contact_id = contact_latest.contact_id\n and contact_tags.source_relation = contact_latest.source_relation\n\n left join tags\n on tags.tag_id = contact_tags.tag_id\n and tags.source_relation = contact_tags.source_relation\n\n group by 1, 2\n),\n\n\n--If you use the contact company table this will be included, if not it will be ignored.\n\ncontact_company_array as (\n select\n contact_latest.source_relation,\n contact_latest.contact_id,\n \n string_agg(distinct company_history.company_name, ', ')\n\n as all_contact_company_names\n\n from contact_latest\n\n left join contact_company_history\n on contact_company_history.contact_id = contact_latest.contact_id\n and contact_company_history.source_relation = contact_latest.source_relation\n\n left join company_history\n on company_history.company_id = contact_company_history.company_id\n and company_history.source_relation = contact_company_history.source_relation\n\n group by 1, 2\n),\n\n\n--Joins the contact table with tags (if used) as well as the contact company (if used).\nfinal as (\n select\n contact_latest.*\n \n --If you use contact tags this will be included, if not it will be ignored.\n \n ,contact_tags_aggregate.all_contact_tags\n \n\n --If you use the contact company table this will be included, if not it will be ignored.\n \n ,contact_company_array.all_contact_company_names\n \n\n from contact_latest\n\n --If you use the contact company table this will be included, if not it will be ignored.\n \n left join contact_company_array\n on contact_company_array.contact_id = contact_latest.contact_id\n and contact_company_array.source_relation = contact_latest.source_relation\n \n\n --If you use the contact tags table this will be included, if not it will be ignored.\n \n left join contact_tags_aggregate\n on contact_tags_aggregate.contact_id = contact_latest.contact_id\n and contact_tags_aggregate.source_relation = contact_latest.source_relation\n \n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.stg_intercom__contact_history": {"database": "postgres", "schema": "public_intercom_dev", "name": "stg_intercom__contact_history", "resource_type": "model", "package_name": "intercom", "path": "staging/stg_intercom__contact_history.sql", "original_file_path": "models/staging/stg_intercom__contact_history.sql", "unique_id": "model.intercom.stg_intercom__contact_history", "fqn": ["intercom", "staging", "stg_intercom__contact_history"], "alias": "stg_intercom__contact_history", "checksum": {"name": "sha256", "checksum": "841fea79a694b0d473625a699e0c48aee6744b636b833a47bf004b0f4ed409f2"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "Table which provides historical details on contacts within Intercom.", "columns": {"source_relation": {"name": "source_relation", "description": "Identifies the record's source.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.intercom.source_relation"]}, "contact_id": {"name": "contact_id", "description": "The unique identifier for the contact which is given by Intercom.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "admin_id": {"name": "admin_id", "description": "The unique identifier representing the admin which has been assigned ownership of the contact.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "created_at": {"name": "created_at", "description": "The time when the contact was created within Intercom.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "updated_at": {"name": "updated_at", "description": "The time when the contact was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "signed_up_at": {"name": "signed_up_at", "description": "The time the contact signed up.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "contact_name": {"name": "contact_name", "description": "The name of the contact.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "contact_role": {"name": "contact_role", "description": "The role of the contact (will either be user or lead).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "contact_email": {"name": "contact_email", "description": "The contacts email.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_replied_at": {"name": "last_replied_at", "description": "The time when the contact last messaged in.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_contacted_at": {"name": "last_contacted_at", "description": "The time when the contact was last messaged.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_email_clicked_at": {"name": "last_email_clicked_at", "description": "The time when the contact last clicked a link in an email.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_email_opened_at": {"name": "last_email_opened_at", "description": "The time when a contact last opened an email.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_unsubscribed_from_emails": {"name": "is_unsubscribed_from_emails", "description": "Boolean indicating whether the contact has unsubscribed from emails.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_active": {"name": "_fivetran_active", "description": "Boolean to identify an active record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_start": {"name": "_fivetran_start", "description": "Timestamp to record the time that a record is ingested by Fivetran. This value may not be identical to the time the record was created in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_end": {"name": "_fivetran_end", "description": "Timestamp to record the time when a record became inactive in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "intercom://models/staging/stg_intercom.yml", "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "table"}, "created_at": 1765580298.752089, "relation_name": "\"postgres\".\"public_intercom_dev\".\"stg_intercom__contact_history\"", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_intercom__contact_history_tmp') }}\n\n),\n\nfields as (\n\n select\n /*\n The below macro is used to generate the correct SQL for package staging models. It takes a list of columns \n that are expected/needed (staging_columns from dbt_intercom/models/tmp/) and compares it with columns \n in the source (source_columns from dbt_intercom/macros/).\n For more information refer to our dbt_fivetran_utils documentation (https://github.com/fivetran/dbt_fivetran_utils.git).\n */\n \n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_intercom__contact_history_tmp')),\n staging_columns=get_contact_history_columns()\n )\n }}\n {{ intercom.apply_source_relation() }}\n\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n id as contact_id,\n admin_id,\n cast(created_at as {{ dbt.type_timestamp() }}) as created_at,\n cast(updated_at as {{ dbt.type_timestamp() }}) as updated_at,\n cast(signed_up_at as {{ dbt.type_timestamp() }}) as signed_up_at,\n name as contact_name, \n role as contact_role,\n email as contact_email,\n cast(last_replied_at as {{ dbt.type_timestamp() }}) as last_replied_at,\n cast(last_email_clicked_at as {{ dbt.type_timestamp() }}) as last_email_clicked_at,\n cast(last_email_opened_at as {{ dbt.type_timestamp() }}) as last_email_opened_at,\n cast(last_contacted_at as {{ dbt.type_timestamp() }}) as last_contacted_at,\n unsubscribed_from_emails as is_unsubscribed_from_emails,\n _fivetran_active,\n cast(_fivetran_start as {{ dbt.type_timestamp() }}) as _fivetran_start,\n cast(_fivetran_end as {{ dbt.type_timestamp() }}) as _fivetran_end\n\n --The below script allows for pass through columns.\n {{ fivetran_utils.fill_pass_through_columns('intercom__contact_history_pass_through_columns') }}\n from fields\n)\n\nselect * \nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__contact_history_tmp", "package": null, "version": null}, {"name": "stg_intercom__contact_history_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.intercom.get_contact_history_columns", "macro.fivetran_utils.fill_staging_columns", "macro.intercom.apply_source_relation", "macro.dbt.type_timestamp", "macro.fivetran_utils.fill_pass_through_columns"], "nodes": ["model.intercom.stg_intercom__contact_history_tmp"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom__contact_history.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__contact_history_tmp\"\n\n),\n\nfields as (\n\n select\n /*\n The below macro is used to generate the correct SQL for package staging models. It takes a list of columns \n that are expected/needed (staging_columns from dbt_intercom/models/tmp/) and compares it with columns \n in the source (source_columns from dbt_intercom/macros/).\n For more information refer to our dbt_fivetran_utils documentation (https://github.com/fivetran/dbt_fivetran_utils.git).\n */\n \n \n \n \n _fivetran_active\n \n as \n \n _fivetran_active\n \n, \n \n \n _fivetran_start\n \n as \n \n _fivetran_start\n \n, \n \n \n _fivetran_end\n \n as \n \n _fivetran_end\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n admin_id\n \n as \n \n admin_id\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n email\n \n as \n \n email\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n last_contacted_at\n \n as \n \n last_contacted_at\n \n, \n \n \n last_email_clicked_at\n \n as \n \n last_email_clicked_at\n \n, \n \n \n last_email_opened_at\n \n as \n \n last_email_opened_at\n \n, \n \n \n last_replied_at\n \n as \n \n last_replied_at\n \n, \n \n \n name\n \n as \n \n name\n \n, \n \n \n role\n \n as \n \n role\n \n, \n \n \n signed_up_at\n \n as \n \n signed_up_at\n \n, \n \n \n unsubscribed_from_emails\n \n as \n \n unsubscribed_from_emails\n \n, \n \n \n updated_at\n \n as \n \n updated_at\n \n\n\n\n \n, 'postgres' || '.'|| 'public' as source_relation\n\n\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n id as contact_id,\n admin_id,\n cast(created_at as timestamp) as created_at,\n cast(updated_at as timestamp) as updated_at,\n cast(signed_up_at as timestamp) as signed_up_at,\n name as contact_name, \n role as contact_role,\n email as contact_email,\n cast(last_replied_at as timestamp) as last_replied_at,\n cast(last_email_clicked_at as timestamp) as last_email_clicked_at,\n cast(last_email_opened_at as timestamp) as last_email_opened_at,\n cast(last_contacted_at as timestamp) as last_contacted_at,\n unsubscribed_from_emails as is_unsubscribed_from_emails,\n _fivetran_active,\n cast(_fivetran_start as timestamp) as _fivetran_start,\n cast(_fivetran_end as timestamp) as _fivetran_end\n\n --The below script allows for pass through columns.\n \n\n\n\n\n from fields\n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.stg_intercom__conversation_contact_history": {"database": "postgres", "schema": "public_intercom_dev", "name": "stg_intercom__conversation_contact_history", "resource_type": "model", "package_name": "intercom", "path": "staging/stg_intercom__conversation_contact_history.sql", "original_file_path": "models/staging/stg_intercom__conversation_contact_history.sql", "unique_id": "model.intercom.stg_intercom__conversation_contact_history", "fqn": ["intercom", "staging", "stg_intercom__conversation_contact_history"], "alias": "stg_intercom__conversation_contact_history", "checksum": {"name": "sha256", "checksum": "bd25e6a44c6ecf57a465193a8cb0486f3f478db432434a3d86e4225a91ece3b8"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "Mapping table for contacts associated with a conversation.", "columns": {"source_relation": {"name": "source_relation", "description": "Identifies the record's source.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.intercom.source_relation"]}, "contact_id": {"name": "contact_id", "description": "The unique identifier for the contact.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation_id": {"name": "conversation_id", "description": "The unique identifier for the conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation_updated_at": {"name": "conversation_updated_at", "description": "Time the conversation was last updated at.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_active": {"name": "_fivetran_active", "description": "Boolean to identify an active record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_start": {"name": "_fivetran_start", "description": "Timestamp to record the time that a record is ingested by Fivetran. This value may not be identical to the time the record was created in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_end": {"name": "_fivetran_end", "description": "Timestamp to record the time when a record became inactive in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "intercom://models/staging/stg_intercom.yml", "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "table"}, "created_at": 1765580298.7543213, "relation_name": "\"postgres\".\"public_intercom_dev\".\"stg_intercom__conversation_contact_history\"", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_intercom__conversation_contact_history_tmp') }}\n\n),\n\nfields as (\n\n select\n /*\n The below macro is used to generate the correct SQL for package staging models. It takes a list of columns \n that are expected/needed (staging_columns from dbt_intercom/models/tmp/) and compares it with columns \n in the source (source_columns from dbt_intercom/macros/).\n For more information refer to our dbt_fivetran_utils documentation (https://github.com/fivetran/dbt_fivetran_utils.git).\n */\n \n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_intercom__conversation_contact_history_tmp')),\n staging_columns=get_conversation_contact_history_columns()\n )\n }}\n {{ intercom.apply_source_relation() }}\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n contact_id,\n conversation_id,\n cast(conversation_updated_at as {{ dbt.type_timestamp() }}) as conversation_updated_at,\n _fivetran_active,\n cast(_fivetran_start as {{ dbt.type_timestamp() }}) as _fivetran_start,\n cast(_fivetran_end as {{ dbt.type_timestamp() }}) as _fivetran_end\n from fields\n)\n\nselect * \nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__conversation_contact_history_tmp", "package": null, "version": null}, {"name": "stg_intercom__conversation_contact_history_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.intercom.get_conversation_contact_history_columns", "macro.fivetran_utils.fill_staging_columns", "macro.intercom.apply_source_relation", "macro.dbt.type_timestamp"], "nodes": ["model.intercom.stg_intercom__conversation_contact_history_tmp"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom__conversation_contact_history.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__conversation_contact_history_tmp\"\n\n),\n\nfields as (\n\n select\n /*\n The below macro is used to generate the correct SQL for package staging models. It takes a list of columns \n that are expected/needed (staging_columns from dbt_intercom/models/tmp/) and compares it with columns \n in the source (source_columns from dbt_intercom/macros/).\n For more information refer to our dbt_fivetran_utils documentation (https://github.com/fivetran/dbt_fivetran_utils.git).\n */\n \n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n _fivetran_active\n \n as \n \n _fivetran_active\n \n, \n \n \n _fivetran_start\n \n as \n \n _fivetran_start\n \n, \n \n \n _fivetran_end\n \n as \n \n _fivetran_end\n \n, \n \n \n contact_id\n \n as \n \n contact_id\n \n, \n \n \n conversation_id\n \n as \n \n conversation_id\n \n, \n \n \n conversation_updated_at\n \n as \n \n conversation_updated_at\n \n\n\n\n \n, 'postgres' || '.'|| 'public' as source_relation\n\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n contact_id,\n conversation_id,\n cast(conversation_updated_at as timestamp) as conversation_updated_at,\n _fivetran_active,\n cast(_fivetran_start as timestamp) as _fivetran_start,\n cast(_fivetran_end as timestamp) as _fivetran_end\n from fields\n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.stg_intercom__admin": {"database": "postgres", "schema": "public_intercom_dev", "name": "stg_intercom__admin", "resource_type": "model", "package_name": "intercom", "path": "staging/stg_intercom__admin.sql", "original_file_path": "models/staging/stg_intercom__admin.sql", "unique_id": "model.intercom.stg_intercom__admin", "fqn": ["intercom", "staging", "stg_intercom__admin"], "alias": "stg_intercom__admin", "checksum": {"name": "sha256", "checksum": "557c6f0751275ee57aa2d7a6f59537fbf2254333fd1b103e8ad73a24fe57050c"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "Table containing information related to admins. Admins are the teammate accounts that have access to a workspace.", "columns": {"source_relation": {"name": "source_relation", "description": "Identifies the record's source.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.intercom.source_relation"]}, "admin_id": {"name": "admin_id", "description": "The unique identifier representing the admin.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "job_title": {"name": "job_title", "description": "The admin job title.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "name": {"name": "name", "description": "The name of the admin.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean indicating whether the contact is deleted.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "intercom://models/staging/stg_intercom.yml", "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "table"}, "created_at": 1765580298.7457376, "relation_name": "\"postgres\".\"public_intercom_dev\".\"stg_intercom__admin\"", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_intercom__admin_tmp') }}\n\n),\n\nfields as (\n\n select\n /*\n The below macro is used to generate the correct SQL for package staging models. It takes a list of columns \n that are expected/needed (staging_columns from dbt_intercom/models/tmp/) and compares it with columns \n in the source (source_columns from dbt_intercom/macros/).\n For more information refer to our dbt_fivetran_utils documentation (https://github.com/fivetran/dbt_fivetran_utils.git).\n */\n \n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_intercom__admin_tmp')),\n staging_columns=get_admin_columns()\n )\n }}\n {{ intercom.apply_source_relation() }}\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n cast(id as {{ dbt.type_string() }}) as admin_id, \n name,\n job_title,\n _fivetran_deleted \n from fields \n)\n\nselect * \nfrom final\nwhere not coalesce(_fivetran_deleted, false)", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__admin_tmp", "package": null, "version": null}, {"name": "stg_intercom__admin_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.intercom.get_admin_columns", "macro.fivetran_utils.fill_staging_columns", "macro.intercom.apply_source_relation", "macro.dbt.type_string"], "nodes": ["model.intercom.stg_intercom__admin_tmp"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom__admin.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__admin_tmp\"\n\n),\n\nfields as (\n\n select\n /*\n The below macro is used to generate the correct SQL for package staging models. It takes a list of columns \n that are expected/needed (staging_columns from dbt_intercom/models/tmp/) and compares it with columns \n in the source (source_columns from dbt_intercom/macros/).\n For more information refer to our dbt_fivetran_utils documentation (https://github.com/fivetran/dbt_fivetran_utils.git).\n */\n \n \n \n \n _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n job_title\n \n as \n \n job_title\n \n, \n \n \n name\n \n as \n \n name\n \n\n\n\n \n, 'postgres' || '.'|| 'public' as source_relation\n\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n cast(id as TEXT) as admin_id, \n name,\n job_title,\n _fivetran_deleted \n from fields \n)\n\nselect * \nfrom final\nwhere not coalesce(_fivetran_deleted, false)", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.stg_intercom__company_history": {"database": "postgres", "schema": "public_intercom_dev", "name": "stg_intercom__company_history", "resource_type": "model", "package_name": "intercom", "path": "staging/stg_intercom__company_history.sql", "original_file_path": "models/staging/stg_intercom__company_history.sql", "unique_id": "model.intercom.stg_intercom__company_history", "fqn": ["intercom", "staging", "stg_intercom__company_history"], "alias": "stg_intercom__company_history", "checksum": {"name": "sha256", "checksum": "12d5fed4d4b87c7c9202337153f9bd6f9b5ec272b87be3d563a0f4a2ed5d9452"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "Table containing historical information about companies which have been created within Intercom.", "columns": {"source_relation": {"name": "source_relation", "description": "Identifies the record's source.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.intercom.source_relation"]}, "company_id": {"name": "company_id", "description": "The unique identifier representing the Intercom defined company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "company_name": {"name": "company_name", "description": "The name of the company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "website": {"name": "website", "description": "The website associated with the company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "industry": {"name": "industry", "description": "The defined industry the company operates in.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "created_at": {"name": "created_at", "description": "The time the company was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "updated_at": {"name": "updated_at", "description": "The time the company was last updated at.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "user_count": {"name": "user_count", "description": "The total count of users associated with the company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "session_count": {"name": "session_count", "description": "The total count of conversation sessions associated with the company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "monthly_spend": {"name": "monthly_spend", "description": "How much revenue the company generates for your business.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "plan_id": {"name": "plan_id", "description": "Unique identifier representing the company plan.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "plan_name": {"name": "plan_name", "description": "The name of the plan you have associated with the company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_active": {"name": "_fivetran_active", "description": "Boolean to identify an active record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_start": {"name": "_fivetran_start", "description": "Timestamp to record the time that a record is ingested by Fivetran. This value may not be identical to the time the record was created in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_end": {"name": "_fivetran_end", "description": "Timestamp to record the time when a record became inactive in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "intercom://models/staging/stg_intercom.yml", "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "table", "enabled": true}, "created_at": 1765580298.7469895, "relation_name": "\"postgres\".\"public_intercom_dev\".\"stg_intercom__company_history\"", "raw_code": "--To disable this model, set the intercom__using_contact_company variable within your dbt_project.yml file to False.\n{{ config(enabled=var('intercom__using_contact_company', True)) }}\n\nwith base as (\n\n select * \n from {{ ref('stg_intercom__company_history_tmp') }}\n\n),\n\nfields as (\n\n select\n /*\n The below macro is used to generate the correct SQL for package staging models. It takes a list of columns \n that are expected/needed (staging_columns from dbt_intercom/models/tmp/) and compares it with columns \n in the source (source_columns from dbt_intercom/macros/).\n For more information refer to our dbt_fivetran_utils documentation (https://github.com/fivetran/dbt_fivetran_utils.git).\n */\n\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_intercom__company_history_tmp')),\n staging_columns=get_company_history_columns()\n )\n }}\n {{ intercom.apply_source_relation() }}\n\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n id as company_id,\n name as company_name,\n website,\n industry,\n cast(created_at as {{ dbt.type_timestamp() }}) as created_at,\n cast(updated_at as {{ dbt.type_timestamp() }}) as updated_at,\n user_count,\n session_count,\n monthly_spend,\n plan_id,\n plan_name,\n _fivetran_active,\n cast(_fivetran_start as {{ dbt.type_timestamp() }}) as _fivetran_start,\n cast(_fivetran_end as {{ dbt.type_timestamp() }}) as _fivetran_end\n\n --The below script allows for pass through columns.\n {{ fivetran_utils.fill_pass_through_columns('intercom__company_history_pass_through_columns') }}\n from fields\n)\n\nselect * \nfrom final\nwhere coalesce(_fivetran_active, true)", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__company_history_tmp", "package": null, "version": null}, {"name": "stg_intercom__company_history_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.intercom.get_company_history_columns", "macro.fivetran_utils.fill_staging_columns", "macro.intercom.apply_source_relation", "macro.dbt.type_timestamp", "macro.fivetran_utils.fill_pass_through_columns"], "nodes": ["model.intercom.stg_intercom__company_history_tmp"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom__company_history.sql", "compiled": true, "compiled_code": "--To disable this model, set the intercom__using_contact_company variable within your dbt_project.yml file to False.\n\n\nwith base as (\n\n select * \n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__company_history_tmp\"\n\n),\n\nfields as (\n\n select\n /*\n The below macro is used to generate the correct SQL for package staging models. It takes a list of columns \n that are expected/needed (staging_columns from dbt_intercom/models/tmp/) and compares it with columns \n in the source (source_columns from dbt_intercom/macros/).\n For more information refer to our dbt_fivetran_utils documentation (https://github.com/fivetran/dbt_fivetran_utils.git).\n */\n\n \n \n \n _fivetran_active\n \n as \n \n _fivetran_active\n \n, \n \n \n _fivetran_start\n \n as \n \n _fivetran_start\n \n, \n \n \n _fivetran_end\n \n as \n \n _fivetran_end\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n industry\n \n as \n \n industry\n \n, \n \n \n monthly_spend\n \n as \n \n monthly_spend\n \n, \n \n \n name\n \n as \n \n name\n \n, \n \n \n plan_id\n \n as \n \n plan_id\n \n, \n \n \n plan_name\n \n as \n \n plan_name\n \n, \n \n \n session_count\n \n as \n \n session_count\n \n, \n \n \n updated_at\n \n as \n \n updated_at\n \n, \n \n \n user_count\n \n as \n \n user_count\n \n, \n \n \n website\n \n as \n \n website\n \n\n\n\n \n, 'postgres' || '.'|| 'public' as source_relation\n\n\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n id as company_id,\n name as company_name,\n website,\n industry,\n cast(created_at as timestamp) as created_at,\n cast(updated_at as timestamp) as updated_at,\n user_count,\n session_count,\n monthly_spend,\n plan_id,\n plan_name,\n _fivetran_active,\n cast(_fivetran_start as timestamp) as _fivetran_start,\n cast(_fivetran_end as timestamp) as _fivetran_end\n\n --The below script allows for pass through columns.\n \n\n\n\n\n from fields\n)\n\nselect * \nfrom final\nwhere coalesce(_fivetran_active, true)", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.stg_intercom__conversation_part_history": {"database": "postgres", "schema": "public_intercom_dev", "name": "stg_intercom__conversation_part_history", "resource_type": "model", "package_name": "intercom", "path": "staging/stg_intercom__conversation_part_history.sql", "original_file_path": "models/staging/stg_intercom__conversation_part_history.sql", "unique_id": "model.intercom.stg_intercom__conversation_part_history", "fqn": ["intercom", "staging", "stg_intercom__conversation_part_history"], "alias": "stg_intercom__conversation_part_history", "checksum": {"name": "sha256", "checksum": "7cb04d12171e1cc500346959f1a8c8f76ec1bb66de33539b733da13b430f77d7"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "Table containing data related to the individual parts of a single conversation.", "columns": {"source_relation": {"name": "source_relation", "description": "Identifies the record's source.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.intercom.source_relation"]}, "conversation_part_id": {"name": "conversation_part_id", "description": "The id representing the conversation part.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "part_type": {"name": "part_type", "description": "The type of conversation part.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation_id": {"name": "conversation_id", "description": "The id representing the parent conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "author_id": {"name": "author_id", "description": "The id representing the individual that sent the message.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "author_type": {"name": "author_type", "description": "The type of individual that sent the message (user, admin, or bot).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "created_at": {"name": "created_at", "description": "The time the conversation part was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "assigned_to_id": {"name": "assigned_to_id", "description": "The id of the admin that was assigned the conversation by this conversation_part (null if there has been no change in assignment).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "assigned_to_type": {"name": "assigned_to_type", "description": "The type of the individual which the conversation part is assigned.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation_updated_at": {"name": "conversation_updated_at", "description": "The time the parent conversation was last updated at.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "updated_at": {"name": "updated_at", "description": "The time the conversation part was last updated at.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "body": {"name": "body", "description": "Optional field that contains the body of the conversation part. Typically only populated for comment and assignment part_types.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_active": {"name": "_fivetran_active", "description": "Boolean to identify an active record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_start": {"name": "_fivetran_start", "description": "Timestamp to record the time that a record is ingested by Fivetran. This value may not be identical to the time the record was created in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_end": {"name": "_fivetran_end", "description": "Timestamp to record the time when a record became inactive in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "intercom://models/staging/stg_intercom.yml", "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "table"}, "created_at": 1765580298.763058, "relation_name": "\"postgres\".\"public_intercom_dev\".\"stg_intercom__conversation_part_history\"", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_intercom__conversation_part_history_tmp') }}\n\n),\n\nfields as (\n\n select\n /*\n The below macro is used to generate the correct SQL for package staging models. It takes a list of columns \n that are expected/needed (staging_columns from dbt_intercom/models/tmp/) and compares it with columns \n in the source (source_columns from dbt_intercom/macros/).\n For more information refer to our dbt_fivetran_utils documentation (https://github.com/fivetran/dbt_fivetran_utils.git).\n */\n\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_intercom__conversation_part_history_tmp')),\n staging_columns=get_conversation_part_history_columns()\n )\n }}\n {{ intercom.apply_source_relation() }}\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n id as conversation_part_id,\n part_type,\n body,\n conversation_id,\n author_id,\n author_type,\n cast(created_at as {{ dbt.type_timestamp() }}) as created_at,\n assigned_to_id,\n assigned_to_type,\n cast(conversation_updated_at as {{ dbt.type_timestamp() }}) as conversation_updated_at,\n cast(updated_at as {{ dbt.type_timestamp() }}) as updated_at,\n _fivetran_active,\n cast(_fivetran_start as {{ dbt.type_timestamp() }}) as _fivetran_start,\n cast(_fivetran_end as {{ dbt.type_timestamp() }}) as _fivetran_end\n from fields\n)\n\nselect * \nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__conversation_part_history_tmp", "package": null, "version": null}, {"name": "stg_intercom__conversation_part_history_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.intercom.get_conversation_part_history_columns", "macro.fivetran_utils.fill_staging_columns", "macro.intercom.apply_source_relation", "macro.dbt.type_timestamp"], "nodes": ["model.intercom.stg_intercom__conversation_part_history_tmp"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom__conversation_part_history.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__conversation_part_history_tmp\"\n\n),\n\nfields as (\n\n select\n /*\n The below macro is used to generate the correct SQL for package staging models. It takes a list of columns \n that are expected/needed (staging_columns from dbt_intercom/models/tmp/) and compares it with columns \n in the source (source_columns from dbt_intercom/macros/).\n For more information refer to our dbt_fivetran_utils documentation (https://github.com/fivetran/dbt_fivetran_utils.git).\n */\n\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n _fivetran_active\n \n as \n \n _fivetran_active\n \n, \n \n \n _fivetran_start\n \n as \n \n _fivetran_start\n \n, \n \n \n _fivetran_end\n \n as \n \n _fivetran_end\n \n, \n \n \n assigned_to_id\n \n as \n \n assigned_to_id\n \n, \n \n \n assigned_to_type\n \n as \n \n assigned_to_type\n \n, \n \n \n author_id\n \n as \n \n author_id\n \n, \n \n \n body\n \n as \n \n body\n \n, \n \n \n author_type\n \n as \n \n author_type\n \n, \n \n \n conversation_id\n \n as \n \n conversation_id\n \n, \n \n \n conversation_updated_at\n \n as \n \n conversation_updated_at\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n part_type\n \n as \n \n part_type\n \n, \n \n \n updated_at\n \n as \n \n updated_at\n \n\n\n\n \n, 'postgres' || '.'|| 'public' as source_relation\n\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n id as conversation_part_id,\n part_type,\n body,\n conversation_id,\n author_id,\n author_type,\n cast(created_at as timestamp) as created_at,\n assigned_to_id,\n assigned_to_type,\n cast(conversation_updated_at as timestamp) as conversation_updated_at,\n cast(updated_at as timestamp) as updated_at,\n _fivetran_active,\n cast(_fivetran_start as timestamp) as _fivetran_start,\n cast(_fivetran_end as timestamp) as _fivetran_end\n from fields\n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.stg_intercom__conversation_tag_history": {"database": "postgres", "schema": "public_intercom_dev", "name": "stg_intercom__conversation_tag_history", "resource_type": "model", "package_name": "intercom", "path": "staging/stg_intercom__conversation_tag_history.sql", "original_file_path": "models/staging/stg_intercom__conversation_tag_history.sql", "unique_id": "model.intercom.stg_intercom__conversation_tag_history", "fqn": ["intercom", "staging", "stg_intercom__conversation_tag_history"], "alias": "stg_intercom__conversation_tag_history", "checksum": {"name": "sha256", "checksum": "707bdd8b2c52e995b4ca5965d5b82396211ae0fcd5f7b19f9f3e32ac21de7e08"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "Mapping table for tags associated with conversations.", "columns": {"source_relation": {"name": "source_relation", "description": "Identifies the record's source.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.intercom.source_relation"]}, "conversation_id": {"name": "conversation_id", "description": "The unique identifier related to the conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "tag_id": {"name": "tag_id", "description": "The unique identifier related to the tag.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_active": {"name": "_fivetran_active", "description": "Boolean to identify an active record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_start": {"name": "_fivetran_start", "description": "Timestamp to record the time that a record is ingested by Fivetran. This value may not be identical to the time the record was created in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_end": {"name": "_fivetran_end", "description": "Timestamp to record the time when a record became inactive in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "intercom://models/staging/stg_intercom.yml", "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "table", "enabled": true}, "created_at": 1765580298.7639716, "relation_name": "\"postgres\".\"public_intercom_dev\".\"stg_intercom__conversation_tag_history\"", "raw_code": "--To disable this model, set the intercom__using_conversation_tags variable within your dbt_project.yml file to False.\n{{ config(enabled=var('intercom__using_conversation_tags', True)) }}\n\nwith base as (\n\n select * \n from {{ ref('stg_intercom__conversation_tag_history_tmp') }}\n\n),\n\nfields as (\n\n select\n /*\n The below macro is used to generate the correct SQL for package staging models. It takes a list of columns \n that are expected/needed (staging_columns from dbt_intercom/models/tmp/) and compares it with columns \n in the source (source_columns from dbt_intercom/macros/).\n For more information refer to our dbt_fivetran_utils documentation (https://github.com/fivetran/dbt_fivetran_utils.git).\n */\n\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_intercom__conversation_tag_history_tmp')),\n staging_columns=get_conversation_tag_history_columns()\n )\n }}\n {{ intercom.apply_source_relation() }}\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n conversation_id,\n tag_id,\n _fivetran_active,\n cast(_fivetran_start as {{ dbt.type_timestamp() }}) as _fivetran_start,\n cast(_fivetran_end as {{ dbt.type_timestamp() }}) as _fivetran_end\n from fields\n)\n\nselect * \nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__conversation_tag_history_tmp", "package": null, "version": null}, {"name": "stg_intercom__conversation_tag_history_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.intercom.get_conversation_tag_history_columns", "macro.fivetran_utils.fill_staging_columns", "macro.intercom.apply_source_relation", "macro.dbt.type_timestamp"], "nodes": ["model.intercom.stg_intercom__conversation_tag_history_tmp"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom__conversation_tag_history.sql", "compiled": true, "compiled_code": "--To disable this model, set the intercom__using_conversation_tags variable within your dbt_project.yml file to False.\n\n\nwith base as (\n\n select * \n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__conversation_tag_history_tmp\"\n\n),\n\nfields as (\n\n select\n /*\n The below macro is used to generate the correct SQL for package staging models. It takes a list of columns \n that are expected/needed (staging_columns from dbt_intercom/models/tmp/) and compares it with columns \n in the source (source_columns from dbt_intercom/macros/).\n For more information refer to our dbt_fivetran_utils documentation (https://github.com/fivetran/dbt_fivetran_utils.git).\n */\n\n \n \n \n _fivetran_active\n \n as \n \n _fivetran_active\n \n, \n \n \n _fivetran_start\n \n as \n \n _fivetran_start\n \n, \n \n \n _fivetran_end\n \n as \n \n _fivetran_end\n \n, \n \n \n conversation_id\n \n as \n \n conversation_id\n \n, \n \n \n conversation_updated_at\n \n as \n \n conversation_updated_at\n \n, \n \n \n tag_id\n \n as \n \n tag_id\n \n\n\n\n \n, 'postgres' || '.'|| 'public' as source_relation\n\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n conversation_id,\n tag_id,\n _fivetran_active,\n cast(_fivetran_start as timestamp) as _fivetran_start,\n cast(_fivetran_end as timestamp) as _fivetran_end\n from fields\n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.stg_intercom__conversation_history": {"database": "postgres", "schema": "public_intercom_dev", "name": "stg_intercom__conversation_history", "resource_type": "model", "package_name": "intercom", "path": "staging/stg_intercom__conversation_history.sql", "original_file_path": "models/staging/stg_intercom__conversation_history.sql", "unique_id": "model.intercom.stg_intercom__conversation_history", "fqn": ["intercom", "staging", "stg_intercom__conversation_history"], "alias": "stg_intercom__conversation_history", "checksum": {"name": "sha256", "checksum": "28a3f7a783e9b29edb3c90ac3bd8ebeed576dca1516a21e84a86bf84f98b2cb1"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "Table containing the historical records of each conversation. Conversations are created when a contact replies to an outbound message, or when one admin directly sends a message to a single contact.", "columns": {"source_relation": {"name": "source_relation", "description": "Identifies the record's source.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.intercom.source_relation"]}, "conversation_id": {"name": "conversation_id", "description": "The id representing the conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "created_at": {"name": "created_at", "description": "The time the conversation was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "assignee_id": {"name": "assignee_id", "description": "The id of the user assigned to the conversation. If it is not assigned to a user it will return null.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "assignee_type": {"name": "assignee_type", "description": "The type of user the conversation is assigned to. If it is not assigned to a user it will return null.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation_rating_value": {"name": "conversation_rating_value", "description": "An optional field for the customer to rate the conversation which will be between 1 and 5.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation_rating_remark": {"name": "conversation_rating_remark", "description": "An optional field to add a remark to correspond to the number rating.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "first_contact_reply_created_at": {"name": "first_contact_reply_created_at", "description": "Time of the first text conversation part from a contact.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "first_contact_reply_type": {"name": "first_contact_reply_type", "description": "The type of communication in which the first contact reply was.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_read": {"name": "is_read", "description": "Boolean indicating whether the conversation message has been read.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "source_author_id": {"name": "source_author_id", "description": "id of the individual who authored the first message.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "source_author_type": {"name": "source_author_type", "description": "The type of individual who authored the first message.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "source_delivered_as": {"name": "source_delivered_as", "description": "How the conversation was initially delivered to the responder.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "source_type": {"name": "source_type", "description": "The type of conversation. This includes conversation, push, facebook, twitter and email.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "source_subject": {"name": "source_subject", "description": "The subject of the conversation created by the initiator.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "state": {"name": "state", "description": "The current state of the conversation (open or close).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "updated_at": {"name": "updated_at", "description": "The date the conversation was last updated at.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "waiting_since": {"name": "waiting_since", "description": "The last time a contact responded to an admin. The time a customer started waiting for a response. Set to null if the last reply is from an admin.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "snoozed_until": {"name": "snoozed_until", "description": "If set, this is the time in the future when this conversation will be marked as open.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sla_name": {"name": "sla_name", "description": "The name of the SLA as given by the teammate when it was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sla_status": {"name": "sla_status", "description": "One of \u201chit\u201d, \u201dmissed\u201d, or \u201ccancelled\u201d.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_active": {"name": "_fivetran_active", "description": "Boolean to identify an active record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_start": {"name": "_fivetran_start", "description": "Timestamp to record the time that a record is ingested by Fivetran. This value may not be identical to the time the record was created in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_end": {"name": "_fivetran_end", "description": "Timestamp to record the time when a record became inactive in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "intercom://models/staging/stg_intercom.yml", "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "table"}, "created_at": 1765580298.7597637, "relation_name": "\"postgres\".\"public_intercom_dev\".\"stg_intercom__conversation_history\"", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_intercom__conversation_history_tmp') }}\n\n),\n\nfields as (\n\n select\n /*\n The below macro is used to generate the correct SQL for package staging models. It takes a list of columns \n that are expected/needed (staging_columns from dbt_intercom/models/tmp/) and compares it with columns \n in the source (source_columns from dbt_intercom/macros/).\n For more information refer to our dbt_fivetran_utils documentation (https://github.com/fivetran/dbt_fivetran_utils.git).\n */\n\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_intercom__conversation_history_tmp')),\n staging_columns=get_conversation_history_columns()\n )\n }}\n {{ intercom.apply_source_relation() }}\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n id as conversation_id,\n cast(created_at as {{ dbt.type_timestamp() }}) as created_at,\n assignee_id,\n assignee_type,\n conversation_rating_value,\n conversation_rating_remark,\n cast(first_contact_reply_created_at as {{ dbt.type_timestamp() }}) as first_contact_reply_created_at,\n first_contact_reply_type,\n read as is_read,\n source_author_id,\n source_author_type,\n source_delivered_as,\n source_type,\n source_subject,\n state,\n cast(updated_at as {{ dbt.type_timestamp() }}) as updated_at,\n cast(waiting_since as {{ dbt.type_timestamp() }}) as waiting_since,\n cast(snoozed_until as {{ dbt.type_timestamp() }}) as snoozed_until,\n sla_name,\n sla_status,\n _fivetran_active,\n cast(_fivetran_start as {{ dbt.type_timestamp() }}) as _fivetran_start,\n cast(_fivetran_end as {{ dbt.type_timestamp() }}) as _fivetran_end\n\n --The below script allows for pass through columns.\n {{ fivetran_utils.fill_pass_through_columns('intercom__conversation_history_pass_through_columns') }}\n from fields\n)\n\nselect * \nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__conversation_history_tmp", "package": null, "version": null}, {"name": "stg_intercom__conversation_history_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.intercom.get_conversation_history_columns", "macro.fivetran_utils.fill_staging_columns", "macro.intercom.apply_source_relation", "macro.dbt.type_timestamp", "macro.fivetran_utils.fill_pass_through_columns"], "nodes": ["model.intercom.stg_intercom__conversation_history_tmp"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom__conversation_history.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__conversation_history_tmp\"\n\n),\n\nfields as (\n\n select\n /*\n The below macro is used to generate the correct SQL for package staging models. It takes a list of columns \n that are expected/needed (staging_columns from dbt_intercom/models/tmp/) and compares it with columns \n in the source (source_columns from dbt_intercom/macros/).\n For more information refer to our dbt_fivetran_utils documentation (https://github.com/fivetran/dbt_fivetran_utils.git).\n */\n\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n _fivetran_active\n \n as \n \n _fivetran_active\n \n, \n \n \n _fivetran_start\n \n as \n \n _fivetran_start\n \n, \n \n \n _fivetran_end\n \n as \n \n _fivetran_end\n \n, \n \n \n assignee_id\n \n as \n \n assignee_id\n \n, \n \n \n assignee_type\n \n as \n \n assignee_type\n \n, \n \n \n conversation_rating_remark\n \n as \n \n conversation_rating_remark\n \n, \n \n \n conversation_rating_value\n \n as \n \n conversation_rating_value\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n first_contact_reply_created_at\n \n as \n \n first_contact_reply_created_at\n \n, \n \n \n first_contact_reply_type\n \n as \n \n first_contact_reply_type\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n read\n \n as \n \n read\n \n, \n \n \n sla_name\n \n as \n \n sla_name\n \n, \n \n \n sla_status\n \n as \n \n sla_status\n \n, \n \n \n snoozed_until\n \n as \n \n snoozed_until\n \n, \n \n \n source_author_id\n \n as \n \n source_author_id\n \n, \n \n \n source_author_type\n \n as \n \n source_author_type\n \n, \n \n \n source_body\n \n as \n \n source_body\n \n, \n \n \n source_delivered_as\n \n as \n \n source_delivered_as\n \n, \n \n \n source_subject\n \n as \n \n source_subject\n \n, \n \n \n source_type\n \n as \n \n source_type\n \n, \n \n \n state\n \n as \n \n state\n \n, \n \n \n updated_at\n \n as \n \n updated_at\n \n, \n \n \n waiting_since\n \n as \n \n waiting_since\n \n\n\n\n \n, 'postgres' || '.'|| 'public' as source_relation\n\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n id as conversation_id,\n cast(created_at as timestamp) as created_at,\n assignee_id,\n assignee_type,\n conversation_rating_value,\n conversation_rating_remark,\n cast(first_contact_reply_created_at as timestamp) as first_contact_reply_created_at,\n first_contact_reply_type,\n read as is_read,\n source_author_id,\n source_author_type,\n source_delivered_as,\n source_type,\n source_subject,\n state,\n cast(updated_at as timestamp) as updated_at,\n cast(waiting_since as timestamp) as waiting_since,\n cast(snoozed_until as timestamp) as snoozed_until,\n sla_name,\n sla_status,\n _fivetran_active,\n cast(_fivetran_start as timestamp) as _fivetran_start,\n cast(_fivetran_end as timestamp) as _fivetran_end\n\n --The below script allows for pass through columns.\n \n\n\n\n\n from fields\n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.stg_intercom__help_center_history": {"database": "postgres", "schema": "public_intercom_dev", "name": "stg_intercom__help_center_history", "resource_type": "model", "package_name": "intercom", "path": "staging/stg_intercom__help_center_history.sql", "original_file_path": "models/staging/stg_intercom__help_center_history.sql", "unique_id": "model.intercom.stg_intercom__help_center_history", "fqn": ["intercom", "staging", "stg_intercom__help_center_history"], "alias": "stg_intercom__help_center_history", "checksum": {"name": "sha256", "checksum": "30701d59376dd3a54e1aac4b13883cfcff74dd435d780a0693fd15c986914ec2"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "Table containing historical information about help centers within Intercom.", "columns": {"source_relation": {"name": "source_relation", "description": "Identifies the record's source.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.intercom.source_relation"]}, "help_center_id": {"name": "help_center_id", "description": "The unique identifier for the help center.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "help_center_name": {"name": "help_center_name", "description": "The display name of the help center.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "help_center_identifier": {"name": "help_center_identifier", "description": "The URL-friendly identifier for the help center.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "workspace_id": {"name": "workspace_id", "description": "The Intercom workspace identifier.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_website_enabled": {"name": "is_website_enabled", "description": "Boolean indicating whether the help center website is enabled.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "created_at": {"name": "created_at", "description": "The time the help center was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "updated_at": {"name": "updated_at", "description": "The time the help center was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_active": {"name": "_fivetran_active", "description": "Boolean to identify an active record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_start": {"name": "_fivetran_start", "description": "Timestamp to record the time that a record is ingested by Fivetran. This value may not be identical to the time the record was created in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_end": {"name": "_fivetran_end", "description": "Timestamp to record the time when a record became inactive in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.intercom._fivetran_synced"]}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "intercom://models/staging/stg_intercom.yml", "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "table", "enabled": true}, "created_at": 1765580298.7729146, "relation_name": "\"postgres\".\"public_intercom_dev\".\"stg_intercom__help_center_history\"", "raw_code": "--To disable this model, set the intercom__using_help_center_history variable within your dbt_project.yml file to False.\n{{ config(enabled=var('intercom__using_articles', True) and var('intercom__using_collection_history', True) and var('intercom__using_help_center_history', True)) }}\n\nwith base as (\n\n select * \n from {{ ref('stg_intercom__help_center_history_tmp') }}\n\n),\n\nfields as (\n\n select\n /*\n The below macro is used to generate the correct SQL for package staging models. It takes a list of columns \n that are expected/needed (staging_columns from dbt_intercom/models/tmp/) and compares it with columns \n in the source (source_columns from dbt_intercom/macros/).\n For more information refer to our dbt_fivetran_utils documentation (https://github.com/fivetran/dbt_fivetran_utils.git).\n */\n\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_intercom__help_center_history_tmp')),\n staging_columns=get_help_center_history_columns()\n )\n }}\n {{ intercom.apply_source_relation() }}\n\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n cast(id as {{ dbt.type_string() }}) as help_center_id,\n display_name as help_center_name,\n identifier as help_center_identifier,\n workspace_id,\n website_turned_on as is_website_enabled,\n cast(created_at as {{ dbt.type_timestamp() }}) as created_at,\n cast(updated_at as {{ dbt.type_timestamp() }}) as updated_at,\n _fivetran_active,\n cast(_fivetran_start as {{ dbt.type_timestamp() }}) as _fivetran_start,\n cast(_fivetran_end as {{ dbt.type_timestamp() }}) as _fivetran_end,\n cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced\n from fields\n)\n\nselect * \nfrom final\nwhere coalesce(_fivetran_active, true)", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__help_center_history_tmp", "package": null, "version": null}, {"name": "stg_intercom__help_center_history_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.intercom.get_help_center_history_columns", "macro.fivetran_utils.fill_staging_columns", "macro.intercom.apply_source_relation", "macro.dbt.type_string", "macro.dbt.type_timestamp"], "nodes": ["model.intercom.stg_intercom__help_center_history_tmp"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom__help_center_history.sql", "compiled": true, "compiled_code": "--To disable this model, set the intercom__using_help_center_history variable within your dbt_project.yml file to False.\n\n\nwith base as (\n\n select * \n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__help_center_history_tmp\"\n\n),\n\nfields as (\n\n select\n /*\n The below macro is used to generate the correct SQL for package staging models. It takes a list of columns \n that are expected/needed (staging_columns from dbt_intercom/models/tmp/) and compares it with columns \n in the source (source_columns from dbt_intercom/macros/).\n For more information refer to our dbt_fivetran_utils documentation (https://github.com/fivetran/dbt_fivetran_utils.git).\n */\n\n \n \n \n _fivetran_active\n \n as \n \n _fivetran_active\n \n, \n \n \n _fivetran_start\n \n as \n \n _fivetran_start\n \n, \n \n \n _fivetran_end\n \n as \n \n _fivetran_end\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n display_name\n \n as \n \n display_name\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n identifier\n \n as \n \n identifier\n \n, \n \n \n updated_at\n \n as \n \n updated_at\n \n, \n \n \n website_turned_on\n \n as \n \n website_turned_on\n \n, \n \n \n workspace_id\n \n as \n \n workspace_id\n \n\n\n\n \n, 'postgres' || '.'|| 'public' as source_relation\n\n\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n cast(id as TEXT) as help_center_id,\n display_name as help_center_name,\n identifier as help_center_identifier,\n workspace_id,\n website_turned_on as is_website_enabled,\n cast(created_at as timestamp) as created_at,\n cast(updated_at as timestamp) as updated_at,\n _fivetran_active,\n cast(_fivetran_start as timestamp) as _fivetran_start,\n cast(_fivetran_end as timestamp) as _fivetran_end,\n cast(_fivetran_synced as timestamp) as _fivetran_synced\n from fields\n)\n\nselect * \nfrom final\nwhere coalesce(_fivetran_active, true)", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.stg_intercom__tag": {"database": "postgres", "schema": "public_intercom_dev", "name": "stg_intercom__tag", "resource_type": "model", "package_name": "intercom", "path": "staging/stg_intercom__tag.sql", "original_file_path": "models/staging/stg_intercom__tag.sql", "unique_id": "model.intercom.stg_intercom__tag", "fqn": ["intercom", "staging", "stg_intercom__tag"], "alias": "stg_intercom__tag", "checksum": {"name": "sha256", "checksum": "4caa903a489946be8ab99a211e22c6abff1e146ce966a26db65003d07f32dfd1"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "Table consisting of tags which allow you to label your contacts, companies, or conversations.", "columns": {"source_relation": {"name": "source_relation", "description": "Identifies the record's source.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.intercom.source_relation"]}, "tag_id": {"name": "tag_id", "description": "The unique identifier related to the tag.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "name": {"name": "name", "description": "The name of the tag.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean indicating whether the contact is deleted.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "intercom://models/staging/stg_intercom.yml", "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "table"}, "created_at": 1765580298.7646909, "relation_name": "\"postgres\".\"public_intercom_dev\".\"stg_intercom__tag\"", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_intercom__tag_tmp') }}\n\n),\n\nfields as (\n\n select\n /*\n The below macro is used to generate the correct SQL for package staging models. It takes a list of columns \n that are expected/needed (staging_columns from dbt_intercom/models/tmp/) and compares it with columns \n in the source (source_columns from dbt_intercom/macros/).\n For more information refer to our dbt_fivetran_utils documentation (https://github.com/fivetran/dbt_fivetran_utils.git).\n */\n\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_intercom__tag_tmp')),\n staging_columns=get_tag_columns()\n )\n }}\n {{ intercom.apply_source_relation() }}\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n id as tag_id,\n trim(name) as name,\n _fivetran_deleted\n from fields\n)\n\nselect *\nfrom final\nwhere not coalesce(_fivetran_deleted, false)", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__tag_tmp", "package": null, "version": null}, {"name": "stg_intercom__tag_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.intercom.get_tag_columns", "macro.fivetran_utils.fill_staging_columns", "macro.intercom.apply_source_relation"], "nodes": ["model.intercom.stg_intercom__tag_tmp"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom__tag.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__tag_tmp\"\n\n),\n\nfields as (\n\n select\n /*\n The below macro is used to generate the correct SQL for package staging models. It takes a list of columns \n that are expected/needed (staging_columns from dbt_intercom/models/tmp/) and compares it with columns \n in the source (source_columns from dbt_intercom/macros/).\n For more information refer to our dbt_fivetran_utils documentation (https://github.com/fivetran/dbt_fivetran_utils.git).\n */\n\n \n \n \n _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n name\n \n as \n \n name\n \n\n\n\n \n, 'postgres' || '.'|| 'public' as source_relation\n\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n id as tag_id,\n trim(name) as name,\n _fivetran_deleted\n from fields\n)\n\nselect *\nfrom final\nwhere not coalesce(_fivetran_deleted, false)", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.stg_intercom__company_tag_history": {"database": "postgres", "schema": "public_intercom_dev", "name": "stg_intercom__company_tag_history", "resource_type": "model", "package_name": "intercom", "path": "staging/stg_intercom__company_tag_history.sql", "original_file_path": "models/staging/stg_intercom__company_tag_history.sql", "unique_id": "model.intercom.stg_intercom__company_tag_history", "fqn": ["intercom", "staging", "stg_intercom__company_tag_history"], "alias": "stg_intercom__company_tag_history", "checksum": {"name": "sha256", "checksum": "1fc8249c30ada01a58c183f71557e403ea46a0b195dd4a0876caa9f3f92417fa"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "Mapping table for tags associated with companies.", "columns": {"source_relation": {"name": "source_relation", "description": "Identifies the record's source.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.intercom.source_relation"]}, "company_id": {"name": "company_id", "description": "The unique identifier related to the company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "company_updated_at": {"name": "company_updated_at", "description": "The date the company was last updated at.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "tag_id": {"name": "tag_id", "description": "The unique identifier related to the tag.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_active": {"name": "_fivetran_active", "description": "Boolean to identify an active record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_start": {"name": "_fivetran_start", "description": "Timestamp to record the time that a record is ingested by Fivetran. This value may not be identical to the time the record was created in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_end": {"name": "_fivetran_end", "description": "Timestamp to record the time when a record became inactive in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "intercom://models/staging/stg_intercom.yml", "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "table", "enabled": true}, "created_at": 1765580298.7494042, "relation_name": "\"postgres\".\"public_intercom_dev\".\"stg_intercom__company_tag_history\"", "raw_code": "--To disable this model, set the intercom__using_company_tags variable within your dbt_project.yml file to False.\n{{ config(enabled=var('intercom__using_company_tags', True)) }}\n\nwith base as (\n\n select * \n from {{ ref('stg_intercom__company_tag_history_tmp') }}\n\n),\n\nfields as (\n\n select\n /*\n The below macro is used to generate the correct SQL for package staging models. It takes a list of columns \n that are expected/needed (staging_columns from dbt_intercom/models/tmp/) and compares it with columns \n in the source (source_columns from dbt_intercom/macros/).\n For more information refer to our dbt_fivetran_utils documentation (https://github.com/fivetran/dbt_fivetran_utils.git).\n */\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_intercom__company_tag_history_tmp')),\n staging_columns=get_company_tag_history_columns()\n )\n }}\n {{ intercom.apply_source_relation() }}\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n company_id,\n cast(company_updated_at as {{ dbt.type_timestamp() }}) as company_updated_at,\n tag_id,\n _fivetran_active,\n cast(_fivetran_start as {{ dbt.type_timestamp() }}) as _fivetran_start,\n cast(_fivetran_end as {{ dbt.type_timestamp() }}) as _fivetran_end\n from fields\n)\n\nselect * \nfrom final\nwhere coalesce(_fivetran_active, true)", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__company_tag_history_tmp", "package": null, "version": null}, {"name": "stg_intercom__company_tag_history_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.intercom.get_company_tag_history_columns", "macro.fivetran_utils.fill_staging_columns", "macro.intercom.apply_source_relation", "macro.dbt.type_timestamp"], "nodes": ["model.intercom.stg_intercom__company_tag_history_tmp"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom__company_tag_history.sql", "compiled": true, "compiled_code": "--To disable this model, set the intercom__using_company_tags variable within your dbt_project.yml file to False.\n\n\nwith base as (\n\n select * \n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__company_tag_history_tmp\"\n\n),\n\nfields as (\n\n select\n /*\n The below macro is used to generate the correct SQL for package staging models. It takes a list of columns \n that are expected/needed (staging_columns from dbt_intercom/models/tmp/) and compares it with columns \n in the source (source_columns from dbt_intercom/macros/).\n For more information refer to our dbt_fivetran_utils documentation (https://github.com/fivetran/dbt_fivetran_utils.git).\n */\n \n \n \n _fivetran_active\n \n as \n \n _fivetran_active\n \n, \n \n \n _fivetran_start\n \n as \n \n _fivetran_start\n \n, \n \n \n _fivetran_end\n \n as \n \n _fivetran_end\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n company_id\n \n as \n \n company_id\n \n, \n \n \n company_updated_at\n \n as \n \n company_updated_at\n \n, \n \n \n tag_id\n \n as \n \n tag_id\n \n\n\n\n \n, 'postgres' || '.'|| 'public' as source_relation\n\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n company_id,\n cast(company_updated_at as timestamp) as company_updated_at,\n tag_id,\n _fivetran_active,\n cast(_fivetran_start as timestamp) as _fivetran_start,\n cast(_fivetran_end as timestamp) as _fivetran_end\n from fields\n)\n\nselect * \nfrom final\nwhere coalesce(_fivetran_active, true)", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.stg_intercom__team_admin": {"database": "postgres", "schema": "public_intercom_dev", "name": "stg_intercom__team_admin", "resource_type": "model", "package_name": "intercom", "path": "staging/stg_intercom__team_admin.sql", "original_file_path": "models/staging/stg_intercom__team_admin.sql", "unique_id": "model.intercom.stg_intercom__team_admin", "fqn": ["intercom", "staging", "stg_intercom__team_admin"], "alias": "stg_intercom__team_admin", "checksum": {"name": "sha256", "checksum": "a3ab558b38f145b5cd18c2034760cbd0cd40384b93795884ac7598d826c553b9"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "Mapping table for admins associated with teams.", "columns": {"source_relation": {"name": "source_relation", "description": "Identifies the record's source.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.intercom.source_relation"]}, "team_id": {"name": "team_id", "description": "The unique identifier of the team.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "admin_id": {"name": "admin_id", "description": "The unique identifier of the admin associate with the team.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean indicating whether the contact is deleted.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "intercom://models/staging/stg_intercom.yml", "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "table", "enabled": true}, "created_at": 1765580298.7655523, "relation_name": "\"postgres\".\"public_intercom_dev\".\"stg_intercom__team_admin\"", "raw_code": "--To disable this model, set the intercom__using_team variable within your dbt_project.yml file to False.\n{{ config(enabled=var('intercom__using_team', True)) }}\n\nwith base as (\n\n select * \n from {{ ref('stg_intercom__team_admin_tmp') }}\n\n),\n\nfields as (\n\n select\n /*\n The below macro is used to generate the correct SQL for package staging models. It takes a list of columns \n that are expected/needed (staging_columns from dbt_intercom/models/tmp/) and compares it with columns \n in the source (source_columns from dbt_intercom/macros/).\n For more information refer to our dbt_fivetran_utils documentation (https://github.com/fivetran/dbt_fivetran_utils.git).\n */\n\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_intercom__team_admin_tmp')),\n staging_columns=get_team_admin_columns()\n )\n }}\n {{ intercom.apply_source_relation() }}\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n cast(admin_id as {{ dbt.type_string() }}) as admin_id,\n team_id,\n _fivetran_deleted\n from fields\n)\n\nselect * \nfrom final\nwhere not coalesce(_fivetran_deleted, false)", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__team_admin_tmp", "package": null, "version": null}, {"name": "stg_intercom__team_admin_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.intercom.get_team_admin_columns", "macro.fivetran_utils.fill_staging_columns", "macro.intercom.apply_source_relation", "macro.dbt.type_string"], "nodes": ["model.intercom.stg_intercom__team_admin_tmp"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom__team_admin.sql", "compiled": true, "compiled_code": "--To disable this model, set the intercom__using_team variable within your dbt_project.yml file to False.\n\n\nwith base as (\n\n select * \n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__team_admin_tmp\"\n\n),\n\nfields as (\n\n select\n /*\n The below macro is used to generate the correct SQL for package staging models. It takes a list of columns \n that are expected/needed (staging_columns from dbt_intercom/models/tmp/) and compares it with columns \n in the source (source_columns from dbt_intercom/macros/).\n For more information refer to our dbt_fivetran_utils documentation (https://github.com/fivetran/dbt_fivetran_utils.git).\n */\n\n \n \n \n _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n admin_id\n \n as \n \n admin_id\n \n, \n \n \n team_id\n \n as \n \n team_id\n \n\n\n\n \n, 'postgres' || '.'|| 'public' as source_relation\n\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n cast(admin_id as TEXT) as admin_id,\n team_id,\n _fivetran_deleted\n from fields\n)\n\nselect * \nfrom final\nwhere not coalesce(_fivetran_deleted, false)", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.stg_intercom__team": {"database": "postgres", "schema": "public_intercom_dev", "name": "stg_intercom__team", "resource_type": "model", "package_name": "intercom", "path": "staging/stg_intercom__team.sql", "original_file_path": "models/staging/stg_intercom__team.sql", "unique_id": "model.intercom.stg_intercom__team", "fqn": ["intercom", "staging", "stg_intercom__team"], "alias": "stg_intercom__team", "checksum": {"name": "sha256", "checksum": "1eb3d0e5ec7cc73987ad99342cb13485db7a384cb3047369a4c2617d7530fa86"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "Table containing teams which are made up of groups of admin in Intercom.", "columns": {"source_relation": {"name": "source_relation", "description": "Identifies the record's source.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.intercom.source_relation"]}, "team_id": {"name": "team_id", "description": "The unique identifier of the team.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "name": {"name": "name", "description": "The name of the team.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean indicating whether the contact is deleted.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "intercom://models/staging/stg_intercom.yml", "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "table", "enabled": true}, "created_at": 1765580298.766301, "relation_name": "\"postgres\".\"public_intercom_dev\".\"stg_intercom__team\"", "raw_code": "--To disable this model, set the intercom__using_team variable within your dbt_project.yml file to False.\n{{ config(enabled=var('intercom__using_team', True)) }}\n\nwith base as (\n\n select * \n from {{ ref('stg_intercom__team_tmp') }}\n\n),\n\nfields as (\n\n select\n /*\n The below macro is used to generate the correct SQL for package staging models. It takes a list of columns \n that are expected/needed (staging_columns from dbt_intercom/models/tmp/) and compares it with columns \n in the source (source_columns from dbt_intercom/macros/).\n For more information refer to our dbt_fivetran_utils documentation (https://github.com/fivetran/dbt_fivetran_utils.git).\n */\n\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_intercom__team_tmp')),\n staging_columns=get_team_columns()\n )\n }}\n {{ intercom.apply_source_relation() }}\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n id as team_id,\n name,\n _fivetran_deleted\n from fields\n)\n\nselect * \nfrom final\nwhere not coalesce(_fivetran_deleted, false)", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__team_tmp", "package": null, "version": null}, {"name": "stg_intercom__team_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.intercom.get_team_columns", "macro.fivetran_utils.fill_staging_columns", "macro.intercom.apply_source_relation"], "nodes": ["model.intercom.stg_intercom__team_tmp"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom__team.sql", "compiled": true, "compiled_code": "--To disable this model, set the intercom__using_team variable within your dbt_project.yml file to False.\n\n\nwith base as (\n\n select * \n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__team_tmp\"\n\n),\n\nfields as (\n\n select\n /*\n The below macro is used to generate the correct SQL for package staging models. It takes a list of columns \n that are expected/needed (staging_columns from dbt_intercom/models/tmp/) and compares it with columns \n in the source (source_columns from dbt_intercom/macros/).\n For more information refer to our dbt_fivetran_utils documentation (https://github.com/fivetran/dbt_fivetran_utils.git).\n */\n\n \n \n \n _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n name\n \n as \n \n name\n \n\n\n\n \n, 'postgres' || '.'|| 'public' as source_relation\n\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n id as team_id,\n name,\n _fivetran_deleted\n from fields\n)\n\nselect * \nfrom final\nwhere not coalesce(_fivetran_deleted, false)", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.stg_intercom__collection_history": {"database": "postgres", "schema": "public_intercom_dev", "name": "stg_intercom__collection_history", "resource_type": "model", "package_name": "intercom", "path": "staging/stg_intercom__collection_history.sql", "original_file_path": "models/staging/stg_intercom__collection_history.sql", "unique_id": "model.intercom.stg_intercom__collection_history", "fqn": ["intercom", "staging", "stg_intercom__collection_history"], "alias": "stg_intercom__collection_history", "checksum": {"name": "sha256", "checksum": "db1f0547625f811de07814b89a0cc99056cd9a2256778045ca7a27a6b10ae500"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "Table containing historical information about help center collections (categories/sections) within Intercom.", "columns": {"source_relation": {"name": "source_relation", "description": "Identifies the record's source.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.intercom.source_relation"]}, "collection_id": {"name": "collection_id", "description": "The unique identifier for the collection.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "help_center_id": {"name": "help_center_id", "description": "The unique identifier of the help center this collection belongs to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "parent_collection_id": {"name": "parent_collection_id", "description": "The unique identifier of the parent collection (for nested sections).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "collection_name": {"name": "collection_name", "description": "The name of the collection.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "collection_description": {"name": "collection_description", "description": "The description of the collection.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "collection_url": {"name": "collection_url", "description": "The public URL of the collection.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "collection_icon": {"name": "collection_icon", "description": "The icon identifier for the collection.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "collection_type": {"name": "collection_type", "description": "The type of collection (e.g., 'collection').", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "default_locale": {"name": "default_locale", "description": "The default locale/language of the collection.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "workspace_id": {"name": "workspace_id", "description": "The Intercom workspace identifier.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "display_order": {"name": "display_order", "description": "The display order within the parent.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "created_at": {"name": "created_at", "description": "The time the collection was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "updated_at": {"name": "updated_at", "description": "The time the collection was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_active": {"name": "_fivetran_active", "description": "Boolean to identify an active record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_start": {"name": "_fivetran_start", "description": "Timestamp to record the time that a record is ingested by Fivetran. This value may not be identical to the time the record was created in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_end": {"name": "_fivetran_end", "description": "Timestamp to record the time when a record became inactive in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.intercom._fivetran_synced"]}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "intercom://models/staging/stg_intercom.yml", "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "table", "enabled": true}, "created_at": 1765580298.7713974, "relation_name": "\"postgres\".\"public_intercom_dev\".\"stg_intercom__collection_history\"", "raw_code": "--To disable this model, set the intercom__using_collection_history variable within your dbt_project.yml file to False.\n{{ config(enabled=var('intercom__using_articles', True) and var('intercom__using_collection_history', True)) }}\n\nwith base as (\n\n select * \n from {{ ref('stg_intercom__collection_history_tmp') }}\n\n),\n\nfields as (\n\n select\n /*\n The below macro is used to generate the correct SQL for package staging models. It takes a list of columns \n that are expected/needed (staging_columns from dbt_intercom/models/tmp/) and compares it with columns \n in the source (source_columns from dbt_intercom/macros/).\n For more information refer to our dbt_fivetran_utils documentation (https://github.com/fivetran/dbt_fivetran_utils.git).\n */\n\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_intercom__collection_history_tmp')),\n staging_columns=get_collection_history_columns()\n )\n }}\n {{ intercom.apply_source_relation() }}\n\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n cast(id as {{ dbt.type_string() }}) as collection_id,\n cast(help_center_id as {{ dbt.type_string() }}) as help_center_id,\n cast(parent_id as {{ dbt.type_string() }}) as parent_collection_id,\n name as collection_name,\n description as collection_description,\n url as collection_url,\n icon as collection_icon,\n type as collection_type,\n default_locale,\n workspace_id,\n display_order,\n cast(created_at as {{ dbt.type_timestamp() }}) as created_at,\n cast(updated_at as {{ dbt.type_timestamp() }}) as updated_at,\n _fivetran_active,\n cast(_fivetran_start as {{ dbt.type_timestamp() }}) as _fivetran_start,\n cast(_fivetran_end as {{ dbt.type_timestamp() }}) as _fivetran_end,\n cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced\n from fields\n)\n\nselect * \nfrom final\nwhere coalesce(_fivetran_active, true)", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__collection_history_tmp", "package": null, "version": null}, {"name": "stg_intercom__collection_history_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.intercom.get_collection_history_columns", "macro.fivetran_utils.fill_staging_columns", "macro.intercom.apply_source_relation", "macro.dbt.type_string", "macro.dbt.type_timestamp"], "nodes": ["model.intercom.stg_intercom__collection_history_tmp"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom__collection_history.sql", "compiled": true, "compiled_code": "--To disable this model, set the intercom__using_collection_history variable within your dbt_project.yml file to False.\n\n\nwith base as (\n\n select * \n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__collection_history_tmp\"\n\n),\n\nfields as (\n\n select\n /*\n The below macro is used to generate the correct SQL for package staging models. It takes a list of columns \n that are expected/needed (staging_columns from dbt_intercom/models/tmp/) and compares it with columns \n in the source (source_columns from dbt_intercom/macros/).\n For more information refer to our dbt_fivetran_utils documentation (https://github.com/fivetran/dbt_fivetran_utils.git).\n */\n\n \n \n \n _fivetran_active\n \n as \n \n _fivetran_active\n \n, \n \n \n _fivetran_start\n \n as \n \n _fivetran_start\n \n, \n \n \n _fivetran_end\n \n as \n \n _fivetran_end\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n default_locale\n \n as \n \n default_locale\n \n, \n \n \n description\n \n as \n \n description\n \n, \n \n \n help_center_id\n \n as \n \n help_center_id\n \n, \n \n \n icon\n \n as \n \n icon\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n name\n \n as \n \n name\n \n, \n \n \n \n \n \"order\"\n \n \n \n as display_order , \n \n \n parent_id\n \n as \n \n parent_id\n \n, \n \n \n type\n \n as \n \n type\n \n, \n \n \n updated_at\n \n as \n \n updated_at\n \n, \n \n \n url\n \n as \n \n url\n \n, \n \n \n workspace_id\n \n as \n \n workspace_id\n \n\n\n\n \n, 'postgres' || '.'|| 'public' as source_relation\n\n\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n cast(id as TEXT) as collection_id,\n cast(help_center_id as TEXT) as help_center_id,\n cast(parent_id as TEXT) as parent_collection_id,\n name as collection_name,\n description as collection_description,\n url as collection_url,\n icon as collection_icon,\n type as collection_type,\n default_locale,\n workspace_id,\n display_order,\n cast(created_at as timestamp) as created_at,\n cast(updated_at as timestamp) as updated_at,\n _fivetran_active,\n cast(_fivetran_start as timestamp) as _fivetran_start,\n cast(_fivetran_end as timestamp) as _fivetran_end,\n cast(_fivetran_synced as timestamp) as _fivetran_synced\n from fields\n)\n\nselect * \nfrom final\nwhere coalesce(_fivetran_active, true)", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.stg_intercom__article_history": {"database": "postgres", "schema": "public_intercom_dev", "name": "stg_intercom__article_history", "resource_type": "model", "package_name": "intercom", "path": "staging/stg_intercom__article_history.sql", "original_file_path": "models/staging/stg_intercom__article_history.sql", "unique_id": "model.intercom.stg_intercom__article_history", "fqn": ["intercom", "staging", "stg_intercom__article_history"], "alias": "stg_intercom__article_history", "checksum": {"name": "sha256", "checksum": "b381c25802e15d2377c87968713e33303109a24e0e95ce13934c7687d20a70f7"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "Table containing historical information about help center articles within Intercom.", "columns": {"source_relation": {"name": "source_relation", "description": "Identifies the record's source.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.intercom.source_relation"]}, "article_id": {"name": "article_id", "description": "The unique identifier for the article.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "collection_id": {"name": "collection_id", "description": "The unique identifier of the collection this article belongs to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "section_id": {"name": "section_id", "description": "The unique identifier of the section (nested collection) if applicable.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "author_id": {"name": "author_id", "description": "The unique identifier of the admin who authored the article.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "article_title": {"name": "article_title", "description": "The title of the article.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "article_description": {"name": "article_description", "description": "The description or summary of the article.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "article_body": {"name": "article_body", "description": "The full body content of the article (HTML).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "article_url": {"name": "article_url", "description": "The public URL of the article.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "article_type": {"name": "article_type", "description": "The type of the article (e.g., 'article').", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "article_state": {"name": "article_state", "description": "The publication state of the article (draft, published).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "parent_type": {"name": "parent_type", "description": "The type of parent container (collection, section).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "default_locale": {"name": "default_locale", "description": "The default locale/language of the article.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "workspace_id": {"name": "workspace_id", "description": "The Intercom workspace identifier.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "statistics_type": {"name": "statistics_type", "description": "The type of statistics tracking.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "statistics_views": {"name": "statistics_views", "description": "The number of article views.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "statistics_conversations": {"name": "statistics_conversations", "description": "The number of conversations started from this article.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "statistics_reactions": {"name": "statistics_reactions", "description": "The total number of reactions.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "statistics_happy_reaction_percentage": {"name": "statistics_happy_reaction_percentage", "description": "The percentage of happy reactions.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "statistics_neutral_reaction_percentage": {"name": "statistics_neutral_reaction_percentage", "description": "The percentage of neutral reactions.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "statistics_sad_reaction_percentage": {"name": "statistics_sad_reaction_percentage", "description": "The percentage of sad reactions.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "created_at": {"name": "created_at", "description": "The time the article was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "updated_at": {"name": "updated_at", "description": "The time the article was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_active": {"name": "_fivetran_active", "description": "Boolean to identify an active record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_start": {"name": "_fivetran_start", "description": "Timestamp to record the time that a record is ingested by Fivetran. This value may not be identical to the time the record was created in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_end": {"name": "_fivetran_end", "description": "Timestamp to record the time when a record became inactive in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.intercom._fivetran_synced"]}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "intercom://models/staging/stg_intercom.yml", "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "table", "enabled": true}, "created_at": 1765580298.76937, "relation_name": "\"postgres\".\"public_intercom_dev\".\"stg_intercom__article_history\"", "raw_code": "--To disable this model, set the intercom__using_articles variable within your dbt_project.yml file to False.\n{{ config(enabled=var('intercom__using_articles', True)) }}\n\nwith base as (\n\n select * \n from {{ ref('stg_intercom__article_history_tmp') }}\n\n),\n\nfields as (\n\n select\n /*\n The below macro is used to generate the correct SQL for package staging models. It takes a list of columns \n that are expected/needed (staging_columns from dbt_intercom/models/tmp/) and compares it with columns \n in the source (source_columns from dbt_intercom/macros/).\n For more information refer to our dbt_fivetran_utils documentation (https://github.com/fivetran/dbt_fivetran_utils.git).\n */\n\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_intercom__article_history_tmp')),\n staging_columns=get_article_history_columns()\n )\n }}\n {{ intercom.apply_source_relation() }}\n\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n cast(id as {{ dbt.type_string() }}) as article_id,\n cast(collection_id as {{ dbt.type_string() }}) as collection_id,\n cast(section_id as {{ dbt.type_string() }}) as section_id,\n cast(author_id as {{ dbt.type_string() }}) as author_id,\n title as article_title,\n description as article_description,\n body as article_body,\n url as article_url,\n type as article_type,\n state as article_state,\n parent_type,\n default_locale,\n workspace_id,\n statistics_type,\n statistics_views,\n statistics_conversations,\n statistics_reactions,\n statistics_happy_reaction_percentage,\n statistics_neutral_reaction_percentage,\n statistics_sad_reaction_percentage,\n cast(created_at as {{ dbt.type_timestamp() }}) as created_at,\n cast(updated_at as {{ dbt.type_timestamp() }}) as updated_at,\n _fivetran_active,\n cast(_fivetran_start as {{ dbt.type_timestamp() }}) as _fivetran_start,\n cast(_fivetran_end as {{ dbt.type_timestamp() }}) as _fivetran_end,\n cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced\n\n --The below script allows for pass through columns.\n {{ fivetran_utils.fill_pass_through_columns('intercom__article_history_pass_through_columns') }}\n from fields\n)\n\nselect * \nfrom final\nwhere coalesce(_fivetran_active, true)", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__article_history_tmp", "package": null, "version": null}, {"name": "stg_intercom__article_history_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.intercom.get_article_history_columns", "macro.fivetran_utils.fill_staging_columns", "macro.intercom.apply_source_relation", "macro.dbt.type_string", "macro.dbt.type_timestamp", "macro.fivetran_utils.fill_pass_through_columns"], "nodes": ["model.intercom.stg_intercom__article_history_tmp"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom__article_history.sql", "compiled": true, "compiled_code": "--To disable this model, set the intercom__using_articles variable within your dbt_project.yml file to False.\n\n\nwith base as (\n\n select * \n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__article_history_tmp\"\n\n),\n\nfields as (\n\n select\n /*\n The below macro is used to generate the correct SQL for package staging models. It takes a list of columns \n that are expected/needed (staging_columns from dbt_intercom/models/tmp/) and compares it with columns \n in the source (source_columns from dbt_intercom/macros/).\n For more information refer to our dbt_fivetran_utils documentation (https://github.com/fivetran/dbt_fivetran_utils.git).\n */\n\n \n \n \n _fivetran_active\n \n as \n \n _fivetran_active\n \n, \n \n \n _fivetran_start\n \n as \n \n _fivetran_start\n \n, \n \n \n _fivetran_end\n \n as \n \n _fivetran_end\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n author_id\n \n as \n \n author_id\n \n, \n \n \n body\n \n as \n \n body\n \n, \n \n \n collection_id\n \n as \n \n collection_id\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n default_locale\n \n as \n \n default_locale\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 parent_type\n \n as \n \n parent_type\n \n, \n \n \n section_id\n \n as \n \n section_id\n \n, \n \n \n state\n \n as \n \n state\n \n, \n \n \n statistics_conversations\n \n as \n \n statistics_conversations\n \n, \n \n \n statistics_happy_reaction_percentage\n \n as \n \n statistics_happy_reaction_percentage\n \n, \n \n \n statistics_neutral_reaction_percentage\n \n as \n \n statistics_neutral_reaction_percentage\n \n, \n \n \n statistics_reactions\n \n as \n \n statistics_reactions\n \n, \n \n \n statistics_sad_reaction_percentage\n \n as \n \n statistics_sad_reaction_percentage\n \n, \n \n \n statistics_type\n \n as \n \n statistics_type\n \n, \n \n \n statistics_views\n \n as \n \n statistics_views\n \n, \n \n \n title\n \n as \n \n title\n \n, \n \n \n type\n \n as \n \n type\n \n, \n \n \n updated_at\n \n as \n \n updated_at\n \n, \n \n \n url\n \n as \n \n url\n \n, \n \n \n workspace_id\n \n as \n \n workspace_id\n \n\n\n\n \n, 'postgres' || '.'|| 'public' as source_relation\n\n\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n cast(id as TEXT) as article_id,\n cast(collection_id as TEXT) as collection_id,\n cast(section_id as TEXT) as section_id,\n cast(author_id as TEXT) as author_id,\n title as article_title,\n description as article_description,\n body as article_body,\n url as article_url,\n type as article_type,\n state as article_state,\n parent_type,\n default_locale,\n workspace_id,\n statistics_type,\n statistics_views,\n statistics_conversations,\n statistics_reactions,\n statistics_happy_reaction_percentage,\n statistics_neutral_reaction_percentage,\n statistics_sad_reaction_percentage,\n cast(created_at as timestamp) as created_at,\n cast(updated_at as timestamp) as updated_at,\n _fivetran_active,\n cast(_fivetran_start as timestamp) as _fivetran_start,\n cast(_fivetran_end as timestamp) as _fivetran_end,\n cast(_fivetran_synced as timestamp) as _fivetran_synced\n\n --The below script allows for pass through columns.\n \n\n\n\n\n from fields\n)\n\nselect * \nfrom final\nwhere coalesce(_fivetran_active, true)", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.stg_intercom__contact_tag_history": {"database": "postgres", "schema": "public_intercom_dev", "name": "stg_intercom__contact_tag_history", "resource_type": "model", "package_name": "intercom", "path": "staging/stg_intercom__contact_tag_history.sql", "original_file_path": "models/staging/stg_intercom__contact_tag_history.sql", "unique_id": "model.intercom.stg_intercom__contact_tag_history", "fqn": ["intercom", "staging", "stg_intercom__contact_tag_history"], "alias": "stg_intercom__contact_tag_history", "checksum": {"name": "sha256", "checksum": "fef355b2cde100689ec11c46dcca53689eb15bc0d1bf07dcce66fd8617e79dbb"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "Mapping table for tags associated with contacts.", "columns": {"source_relation": {"name": "source_relation", "description": "Identifies the record's source.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.intercom.source_relation"]}, "contact_id": {"name": "contact_id", "description": "The unique identifier related to the contact.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "contact_updated_at": {"name": "contact_updated_at", "description": "The date the contact was last updated at.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "tag_id": {"name": "tag_id", "description": "The unique identifier related to the tag.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_active": {"name": "_fivetran_active", "description": "Boolean to identify an active record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_start": {"name": "_fivetran_start", "description": "Timestamp to record the time that a record is ingested by Fivetran. This value may not be identical to the time the record was created in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_end": {"name": "_fivetran_end", "description": "Timestamp to record the time when a record became inactive in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "intercom://models/staging/stg_intercom.yml", "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "table", "enabled": true}, "created_at": 1765580298.7530472, "relation_name": "\"postgres\".\"public_intercom_dev\".\"stg_intercom__contact_tag_history\"", "raw_code": "--To disable this model, set the intercom__using_contact_tags variable within your dbt_project.yml file to False. \n{{ config(enabled=var('intercom__using_contact_tags', True)) }}\n\nwith base as (\n\n select * \n from {{ ref('stg_intercom__contact_tag_history_tmp') }}\n\n),\n\nfields as (\n\n select\n /*\n The below macro is used to generate the correct SQL for package staging models. It takes a list of columns \n that are expected/needed (staging_columns from dbt_intercom/models/tmp/) and compares it with columns \n in the source (source_columns from dbt_intercom/macros/).\n For more information refer to our dbt_fivetran_utils documentation (https://github.com/fivetran/dbt_fivetran_utils.git).\n */\n\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_intercom__contact_tag_history_tmp')),\n staging_columns=get_contact_tag_history_columns()\n )\n }}\n {{ intercom.apply_source_relation() }}\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n contact_id,\n cast(contact_updated_at as {{ dbt.type_timestamp() }}) as contact_updated_at,\n tag_id,\n _fivetran_active,\n cast(_fivetran_start as {{ dbt.type_timestamp() }}) as _fivetran_start,\n cast(_fivetran_end as {{ dbt.type_timestamp() }}) as _fivetran_end\n from fields\n)\n\nselect * \nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__contact_tag_history_tmp", "package": null, "version": null}, {"name": "stg_intercom__contact_tag_history_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.intercom.get_contact_tag_history_columns", "macro.fivetran_utils.fill_staging_columns", "macro.intercom.apply_source_relation", "macro.dbt.type_timestamp"], "nodes": ["model.intercom.stg_intercom__contact_tag_history_tmp"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom__contact_tag_history.sql", "compiled": true, "compiled_code": "--To disable this model, set the intercom__using_contact_tags variable within your dbt_project.yml file to False. \n\n\nwith base as (\n\n select * \n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__contact_tag_history_tmp\"\n\n),\n\nfields as (\n\n select\n /*\n The below macro is used to generate the correct SQL for package staging models. It takes a list of columns \n that are expected/needed (staging_columns from dbt_intercom/models/tmp/) and compares it with columns \n in the source (source_columns from dbt_intercom/macros/).\n For more information refer to our dbt_fivetran_utils documentation (https://github.com/fivetran/dbt_fivetran_utils.git).\n */\n\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n _fivetran_active\n \n as \n \n _fivetran_active\n \n, \n \n \n _fivetran_start\n \n as \n \n _fivetran_start\n \n, \n \n \n _fivetran_end\n \n as \n \n _fivetran_end\n \n, \n \n \n contact_id\n \n as \n \n contact_id\n \n, \n \n \n contact_updated_at\n \n as \n \n contact_updated_at\n \n, \n \n \n tag_id\n \n as \n \n tag_id\n \n\n\n\n \n, 'postgres' || '.'|| 'public' as source_relation\n\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n contact_id,\n cast(contact_updated_at as timestamp) as contact_updated_at,\n tag_id,\n _fivetran_active,\n cast(_fivetran_start as timestamp) as _fivetran_start,\n cast(_fivetran_end as timestamp) as _fivetran_end\n from fields\n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.stg_intercom__contact_company_history": {"database": "postgres", "schema": "public_intercom_dev", "name": "stg_intercom__contact_company_history", "resource_type": "model", "package_name": "intercom", "path": "staging/stg_intercom__contact_company_history.sql", "original_file_path": "models/staging/stg_intercom__contact_company_history.sql", "unique_id": "model.intercom.stg_intercom__contact_company_history", "fqn": ["intercom", "staging", "stg_intercom__contact_company_history"], "alias": "stg_intercom__contact_company_history", "checksum": {"name": "sha256", "checksum": "8608be6515a5278c24743d78f271d0eeaaeab65d21797d62a86ba5b5ec5a6987"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "Mapping table for contacts associated with companies.", "columns": {"source_relation": {"name": "source_relation", "description": "Identifies the record's source.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.intercom.source_relation"]}, "company_id": {"name": "company_id", "description": "The unique identifier related to the company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "contact_id": {"name": "contact_id", "description": "The unique identifier related to the contact.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "contact_updated_at": {"name": "contact_updated_at", "description": "The time the contact was last updated at.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_active": {"name": "_fivetran_active", "description": "Boolean to identify an active record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_start": {"name": "_fivetran_start", "description": "Timestamp to record the time that a record is ingested by Fivetran. This value may not be identical to the time the record was created in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_end": {"name": "_fivetran_end", "description": "Timestamp to record the time when a record became inactive in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "intercom://models/staging/stg_intercom.yml", "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "table", "enabled": true}, "created_at": 1765580298.7507074, "relation_name": "\"postgres\".\"public_intercom_dev\".\"stg_intercom__contact_company_history\"", "raw_code": "--To disable this model, set the intercom__using_contact_company variable within your dbt_project.yml file to False.\n{{ config(enabled=var('intercom__using_contact_company', True)) }}\n\nwith base as (\n\n select * \n from {{ ref('stg_intercom__contact_company_history_tmp') }}\n\n),\n\nfields as (\n\n select\n /*\n The below macro is used to generate the correct SQL for package staging models. It takes a list of columns \n that are expected/needed (staging_columns from dbt_intercom/models/tmp/) and compares it with columns \n in the source (source_columns from dbt_intercom/macros/).\n For more information refer to our dbt_fivetran_utils documentation (https://github.com/fivetran/dbt_fivetran_utils.git).\n */\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_intercom__contact_company_history_tmp')),\n staging_columns=get_contact_company_history_columns()\n )\n }}\n {{ intercom.apply_source_relation() }}\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n company_id,\n contact_id,\n cast(contact_updated_at as {{ dbt.type_timestamp() }}) as contact_updated_at,\n _fivetran_active,\n cast(_fivetran_start as {{ dbt.type_timestamp() }}) as _fivetran_start,\n cast(_fivetran_end as {{ dbt.type_timestamp() }}) as _fivetran_end\n from fields\n)\n\nselect * \nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__contact_company_history_tmp", "package": null, "version": null}, {"name": "stg_intercom__contact_company_history_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.intercom.get_contact_company_history_columns", "macro.fivetran_utils.fill_staging_columns", "macro.intercom.apply_source_relation", "macro.dbt.type_timestamp"], "nodes": ["model.intercom.stg_intercom__contact_company_history_tmp"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom__contact_company_history.sql", "compiled": true, "compiled_code": "--To disable this model, set the intercom__using_contact_company variable within your dbt_project.yml file to False.\n\n\nwith base as (\n\n select * \n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__contact_company_history_tmp\"\n\n),\n\nfields as (\n\n select\n /*\n The below macro is used to generate the correct SQL for package staging models. It takes a list of columns \n that are expected/needed (staging_columns from dbt_intercom/models/tmp/) and compares it with columns \n in the source (source_columns from dbt_intercom/macros/).\n For more information refer to our dbt_fivetran_utils documentation (https://github.com/fivetran/dbt_fivetran_utils.git).\n */\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n _fivetran_active\n \n as \n \n _fivetran_active\n \n, \n \n \n _fivetran_start\n \n as \n \n _fivetran_start\n \n, \n \n \n _fivetran_end\n \n as \n \n _fivetran_end\n \n, \n \n \n company_id\n \n as \n \n company_id\n \n, \n \n \n contact_id\n \n as \n \n contact_id\n \n, \n \n \n contact_updated_at\n \n as \n \n contact_updated_at\n \n\n\n\n \n, 'postgres' || '.'|| 'public' as source_relation\n\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n company_id,\n contact_id,\n cast(contact_updated_at as timestamp) as contact_updated_at,\n _fivetran_active,\n cast(_fivetran_start as timestamp) as _fivetran_start,\n cast(_fivetran_end as timestamp) as _fivetran_end\n from fields\n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.stg_intercom__company_history_tmp": {"database": "postgres", "schema": "public_intercom_dev", "name": "stg_intercom__company_history_tmp", "resource_type": "model", "package_name": "intercom", "path": "staging/tmp/stg_intercom__company_history_tmp.sql", "original_file_path": "models/staging/tmp/stg_intercom__company_history_tmp.sql", "unique_id": "model.intercom.stg_intercom__company_history_tmp", "fqn": ["intercom", "staging", "tmp", "stg_intercom__company_history_tmp"], "alias": "stg_intercom__company_history_tmp", "checksum": {"name": "sha256", "checksum": "4311a1f4e22de56e3cdfc6aacee021845e1329d4384b0dd68d2c80ce80008dee"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "view", "enabled": true}, "created_at": 1765580298.2680705, "relation_name": "\"postgres\".\"public_intercom_dev\".\"stg_intercom__company_history_tmp\"", "raw_code": "--To disable this model, set the intercom__using_contact_company variable within your dbt_project.yml file to False.\n{{ config(enabled=var('intercom__using_contact_company', True)) }}\n\n{{\n intercom.intercom_union_connections(\n connection_dictionary='intercom_sources',\n single_source_name='intercom',\n single_table_name='company_history'\n )\n}}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["intercom", "company_history"], ["intercom", "company_history"], ["intercom", "company_history"]], "metrics": [], "depends_on": {"macros": ["macro.intercom.intercom_union_connections"], "nodes": ["source.intercom.intercom.company_history"]}, "compiled_path": "target/compiled/intercom/models/staging/tmp/stg_intercom__company_history_tmp.sql", "compiled": true, "compiled_code": "--To disable this model, set the intercom__using_contact_company variable within your dbt_project.yml file to False.\n\n\n\n\n\n\n\n -- ** Values passed to adapter.get_relation:\n -- full-identifier_var: intercom_company_history_identifier\n -- database: postgres \n -- schema: public\n -- identifier: company_history_data\n\n\n select\n \"id\",\n \"updated_at\",\n \"_fivetran_synced\",\n \"company_id\",\n \"created_at\",\n \"industry\",\n \"last_request_at\",\n \"monthly_spend\",\n \"plan_id\",\n \"plan_name\",\n \"remote_created_at\",\n \"session_count\",\n \"size\",\n \"user_count\",\n \"website\",\n \"name\",\n \"_fivetran_active\",\n \"_fivetran_start\",\n \"_fivetran_end\"\n from \"postgres\".\"public\".\"company_history_data\" as source_table\n\n ", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.stg_intercom__tag_tmp": {"database": "postgres", "schema": "public_intercom_dev", "name": "stg_intercom__tag_tmp", "resource_type": "model", "package_name": "intercom", "path": "staging/tmp/stg_intercom__tag_tmp.sql", "original_file_path": "models/staging/tmp/stg_intercom__tag_tmp.sql", "unique_id": "model.intercom.stg_intercom__tag_tmp", "fqn": ["intercom", "staging", "tmp", "stg_intercom__tag_tmp"], "alias": "stg_intercom__tag_tmp", "checksum": {"name": "sha256", "checksum": "ab3941ee141bd879763326428ae054c047794af149c5c5ae37833456cde9c269"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "view"}, "created_at": 1765580298.2920704, "relation_name": "\"postgres\".\"public_intercom_dev\".\"stg_intercom__tag_tmp\"", "raw_code": "{{\n intercom.intercom_union_connections(\n connection_dictionary='intercom_sources',\n single_source_name='intercom',\n single_table_name='tag'\n )\n}}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["intercom", "tag"], ["intercom", "tag"], ["intercom", "tag"]], "metrics": [], "depends_on": {"macros": ["macro.intercom.intercom_union_connections"], "nodes": ["source.intercom.intercom.tag"]}, "compiled_path": "target/compiled/intercom/models/staging/tmp/stg_intercom__tag_tmp.sql", "compiled": true, "compiled_code": "\n\n\n\n\n -- ** Values passed to adapter.get_relation:\n -- full-identifier_var: intercom_tag_identifier\n -- database: postgres \n -- schema: public\n -- identifier: tag_data\n\n\n select\n \"id\",\n \"_fivetran_deleted\",\n \"_fivetran_synced\",\n \"name\"\n from \"postgres\".\"public\".\"tag_data\" as source_table\n\n ", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.stg_intercom__contact_history_tmp": {"database": "postgres", "schema": "public_intercom_dev", "name": "stg_intercom__contact_history_tmp", "resource_type": "model", "package_name": "intercom", "path": "staging/tmp/stg_intercom__contact_history_tmp.sql", "original_file_path": "models/staging/tmp/stg_intercom__contact_history_tmp.sql", "unique_id": "model.intercom.stg_intercom__contact_history_tmp", "fqn": ["intercom", "staging", "tmp", "stg_intercom__contact_history_tmp"], "alias": "stg_intercom__contact_history_tmp", "checksum": {"name": "sha256", "checksum": "512d905379208181933ef879c9b31b049983686df72e00fdb90958ce3b5b62bc"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "view"}, "created_at": 1765580298.2991781, "relation_name": "\"postgres\".\"public_intercom_dev\".\"stg_intercom__contact_history_tmp\"", "raw_code": "{{\n intercom.intercom_union_connections(\n connection_dictionary='intercom_sources',\n single_source_name='intercom',\n single_table_name='contact_history'\n )\n}}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["intercom", "contact_history"], ["intercom", "contact_history"], ["intercom", "contact_history"]], "metrics": [], "depends_on": {"macros": ["macro.intercom.intercom_union_connections"], "nodes": ["source.intercom.intercom.contact_history"]}, "compiled_path": "target/compiled/intercom/models/staging/tmp/stg_intercom__contact_history_tmp.sql", "compiled": true, "compiled_code": "\n\n\n\n\n -- ** Values passed to adapter.get_relation:\n -- full-identifier_var: intercom_contact_history_identifier\n -- database: postgres \n -- schema: public\n -- identifier: contact_history_data\n\n\n select\n \"id\",\n \"updated_at\",\n \"_fivetran_active\",\n \"_fivetran_synced\",\n \"admin_id\",\n \"android_app_name\",\n \"android_app_version\",\n \"android_device\",\n \"android_last_seen_at\",\n \"android_os_version\",\n \"android_sdk_version\",\n \"browser\",\n \"browser_language\",\n \"browser_version\",\n \"created_at\",\n \"custom_onboarding_step\",\n \"custom_organisation_id\",\n \"custom_organisation_name\",\n \"external_id\",\n \"has_hard_bounced\",\n \"ios_app_name\",\n \"ios_app_version\",\n \"ios_device\",\n \"ios_last_seen_at\",\n \"ios_os_version\",\n \"ios_sdk_version\",\n \"language_override\",\n \"last_contacted_at\",\n \"last_email_clicked_at\",\n \"last_email_opened_at\",\n \"last_replied_at\",\n \"last_seen_at\",\n \"location_city\",\n \"location_country\",\n \"location_region\",\n \"marked_email_as_spam\",\n \"os\",\n \"phone\",\n \"role\",\n \"signed_up_at\",\n \"unsubscribed_from_emails\",\n \"workspace_id\",\n \"avatar\",\n \"custom_job_title\",\n \"email\",\n \"name\",\n \"_fivetran_start\",\n \"_fivetran_end\"\n from \"postgres\".\"public\".\"contact_history_data\" as source_table\n\n ", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.stg_intercom__contact_tag_history_tmp": {"database": "postgres", "schema": "public_intercom_dev", "name": "stg_intercom__contact_tag_history_tmp", "resource_type": "model", "package_name": "intercom", "path": "staging/tmp/stg_intercom__contact_tag_history_tmp.sql", "original_file_path": "models/staging/tmp/stg_intercom__contact_tag_history_tmp.sql", "unique_id": "model.intercom.stg_intercom__contact_tag_history_tmp", "fqn": ["intercom", "staging", "tmp", "stg_intercom__contact_tag_history_tmp"], "alias": "stg_intercom__contact_tag_history_tmp", "checksum": {"name": "sha256", "checksum": "cf1f54ea444d3050ddae8f128363ed0be90603d5c5c2bfbf4dab80b7128670fa"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "view", "enabled": true}, "created_at": 1765580298.306396, "relation_name": "\"postgres\".\"public_intercom_dev\".\"stg_intercom__contact_tag_history_tmp\"", "raw_code": "--To disable this model, set the intercom__using_contact_tags variable within your dbt_project.yml file to False.\n{{ config(enabled=var('intercom__using_contact_tags', True)) }}\n\n{{\n intercom.intercom_union_connections(\n connection_dictionary='intercom_sources',\n single_source_name='intercom',\n single_table_name='contact_tag_history'\n )\n}}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["intercom", "contact_tag_history"], ["intercom", "contact_tag_history"], ["intercom", "contact_tag_history"]], "metrics": [], "depends_on": {"macros": ["macro.intercom.intercom_union_connections"], "nodes": ["source.intercom.intercom.contact_tag_history"]}, "compiled_path": "target/compiled/intercom/models/staging/tmp/stg_intercom__contact_tag_history_tmp.sql", "compiled": true, "compiled_code": "--To disable this model, set the intercom__using_contact_tags variable within your dbt_project.yml file to False.\n\n\n\n\n\n\n\n -- ** Values passed to adapter.get_relation:\n -- full-identifier_var: intercom_contact_tag_history_identifier\n -- database: postgres \n -- schema: public\n -- identifier: contact_tag_history_data\n\n\n select\n \"contact_id\",\n \"contact_updated_at\",\n \"tag_id\",\n \"_fivetran_synced\",\n \"_fivetran_start\",\n \"_fivetran_end\",\n \"_fivetran_active\"\n from \"postgres\".\"public\".\"contact_tag_history_data\" as source_table\n\n ", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.stg_intercom__help_center_history_tmp": {"database": "postgres", "schema": "public_intercom_dev", "name": "stg_intercom__help_center_history_tmp", "resource_type": "model", "package_name": "intercom", "path": "staging/tmp/stg_intercom__help_center_history_tmp.sql", "original_file_path": "models/staging/tmp/stg_intercom__help_center_history_tmp.sql", "unique_id": "model.intercom.stg_intercom__help_center_history_tmp", "fqn": ["intercom", "staging", "tmp", "stg_intercom__help_center_history_tmp"], "alias": "stg_intercom__help_center_history_tmp", "checksum": {"name": "sha256", "checksum": "08e5016cc9e7bd8711416e963cbc5b798eef889b047d3d3cdd2366689dfc86a8"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "view", "enabled": true}, "created_at": 1765580298.3150344, "relation_name": "\"postgres\".\"public_intercom_dev\".\"stg_intercom__help_center_history_tmp\"", "raw_code": "--To disable this model, set the intercom__using_help_center_history variable within your dbt_project.yml file to False.\n{{ config(enabled=var('intercom__using_articles', True) and var('intercom__using_collection_history', True) and var('intercom__using_help_center_history', True)) }}\n\n{{\n intercom.intercom_union_connections(\n connection_dictionary='intercom_sources',\n single_source_name='intercom',\n single_table_name='help_center_history'\n )\n}}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["intercom", "help_center_history"], ["intercom", "help_center_history"], ["intercom", "help_center_history"]], "metrics": [], "depends_on": {"macros": ["macro.intercom.intercom_union_connections"], "nodes": ["source.intercom.intercom.help_center_history"]}, "compiled_path": "target/compiled/intercom/models/staging/tmp/stg_intercom__help_center_history_tmp.sql", "compiled": true, "compiled_code": "--To disable this model, set the intercom__using_help_center_history variable within your dbt_project.yml file to False.\n\n\n\n\n\n\n\n -- ** Values passed to adapter.get_relation:\n -- full-identifier_var: intercom_help_center_history_identifier\n -- database: postgres \n -- schema: public\n -- identifier: help_center_history_data\n\n\n select\n \"id\",\n \"display_name\",\n \"identifier\",\n \"workspace_id\",\n \"website_turned_on\",\n \"created_at\",\n \"updated_at\",\n \"_fivetran_active\",\n \"_fivetran_start\",\n \"_fivetran_end\",\n \"_fivetran_synced\"\n from \"postgres\".\"public\".\"help_center_history_data\" as source_table\n\n ", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.stg_intercom__conversation_history_tmp": {"database": "postgres", "schema": "public_intercom_dev", "name": "stg_intercom__conversation_history_tmp", "resource_type": "model", "package_name": "intercom", "path": "staging/tmp/stg_intercom__conversation_history_tmp.sql", "original_file_path": "models/staging/tmp/stg_intercom__conversation_history_tmp.sql", "unique_id": "model.intercom.stg_intercom__conversation_history_tmp", "fqn": ["intercom", "staging", "tmp", "stg_intercom__conversation_history_tmp"], "alias": "stg_intercom__conversation_history_tmp", "checksum": {"name": "sha256", "checksum": "582610819677a90feeb8053aec38f22e6f999d4628298edc0e44171a7b6bcdfa"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "view"}, "created_at": 1765580298.3233035, "relation_name": "\"postgres\".\"public_intercom_dev\".\"stg_intercom__conversation_history_tmp\"", "raw_code": "{{\n intercom.intercom_union_connections(\n connection_dictionary='intercom_sources',\n single_source_name='intercom',\n single_table_name='conversation_history'\n )\n}}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["intercom", "conversation_history"], ["intercom", "conversation_history"], ["intercom", "conversation_history"]], "metrics": [], "depends_on": {"macros": ["macro.intercom.intercom_union_connections"], "nodes": ["source.intercom.intercom.conversation_history"]}, "compiled_path": "target/compiled/intercom/models/staging/tmp/stg_intercom__conversation_history_tmp.sql", "compiled": true, "compiled_code": "\n\n\n\n\n -- ** Values passed to adapter.get_relation:\n -- full-identifier_var: intercom_conversation_history_identifier\n -- database: postgres \n -- schema: public\n -- identifier: conversation_history_data\n\n\n select\n \"id\",\n \"updated_at\",\n \"_fivetran_synced\",\n \"assignee_id\",\n \"assignee_type\",\n \"conversation_rating_created_at\",\n \"conversation_rating_remark\",\n \"conversation_rating_value\",\n \"created_at\",\n \"first_contact_reply_created_at\",\n \"first_contact_reply_type\",\n \"priority\",\n \"read\",\n \"sla_name\",\n \"sla_status\",\n \"snoozed_until\",\n \"source_author_id\",\n \"source_author_type\",\n \"source_delivered_as\",\n \"source_id\",\n \"source_type\",\n \"state\",\n \"waiting_since\",\n \"first_contact_reply_url\",\n \"source_body\",\n \"source_subject\",\n \"source_url\",\n \"_fivetran_start\",\n \"_fivetran_end\",\n \"_fivetran_active\"\n from \"postgres\".\"public\".\"conversation_history_data\" as source_table\n\n ", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.stg_intercom__conversation_part_history_tmp": {"database": "postgres", "schema": "public_intercom_dev", "name": "stg_intercom__conversation_part_history_tmp", "resource_type": "model", "package_name": "intercom", "path": "staging/tmp/stg_intercom__conversation_part_history_tmp.sql", "original_file_path": "models/staging/tmp/stg_intercom__conversation_part_history_tmp.sql", "unique_id": "model.intercom.stg_intercom__conversation_part_history_tmp", "fqn": ["intercom", "staging", "tmp", "stg_intercom__conversation_part_history_tmp"], "alias": "stg_intercom__conversation_part_history_tmp", "checksum": {"name": "sha256", "checksum": "51fcba3c5d37775f99c6487674dafde42d794dc3e2b2278cb65b22ed1d01be03"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "view"}, "created_at": 1765580298.3306317, "relation_name": "\"postgres\".\"public_intercom_dev\".\"stg_intercom__conversation_part_history_tmp\"", "raw_code": "{{\n intercom.intercom_union_connections(\n connection_dictionary='intercom_sources',\n single_source_name='intercom',\n single_table_name='conversation_part_history'\n )\n}}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["intercom", "conversation_part_history"], ["intercom", "conversation_part_history"], ["intercom", "conversation_part_history"]], "metrics": [], "depends_on": {"macros": ["macro.intercom.intercom_union_connections"], "nodes": ["source.intercom.intercom.conversation_part_history"]}, "compiled_path": "target/compiled/intercom/models/staging/tmp/stg_intercom__conversation_part_history_tmp.sql", "compiled": true, "compiled_code": "\n\n\n\n\n -- ** Values passed to adapter.get_relation:\n -- full-identifier_var: intercom_conversation_part_history_identifier\n -- database: postgres \n -- schema: public\n -- identifier: conversation_part_history_data\n\n\n select\n \"id\",\n \"updated_at\",\n \"_fivetran_synced\",\n \"assigned_to_id\",\n \"assigned_to_type\",\n \"author_id\",\n \"author_type\",\n \"conversation_id\",\n \"conversation_updated_at\",\n \"created_at\",\n \"notified_at\",\n \"part_type\",\n \"body\",\n \"_fivetran_start\",\n \"_fivetran_end\",\n \"_fivetran_active\"\n from \"postgres\".\"public\".\"conversation_part_history_data\" as source_table\n\n ", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.stg_intercom__conversation_tag_history_tmp": {"database": "postgres", "schema": "public_intercom_dev", "name": "stg_intercom__conversation_tag_history_tmp", "resource_type": "model", "package_name": "intercom", "path": "staging/tmp/stg_intercom__conversation_tag_history_tmp.sql", "original_file_path": "models/staging/tmp/stg_intercom__conversation_tag_history_tmp.sql", "unique_id": "model.intercom.stg_intercom__conversation_tag_history_tmp", "fqn": ["intercom", "staging", "tmp", "stg_intercom__conversation_tag_history_tmp"], "alias": "stg_intercom__conversation_tag_history_tmp", "checksum": {"name": "sha256", "checksum": "9d599f406b8c497a379f0dc6e39fc3493ff574ad22f5f422a6d09d37f17ba6b4"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "view", "enabled": true}, "created_at": 1765580298.3378727, "relation_name": "\"postgres\".\"public_intercom_dev\".\"stg_intercom__conversation_tag_history_tmp\"", "raw_code": "--To disable this model, set the intercom__using_conversation_tags variable within your dbt_project.yml file to False.\n{{ config(enabled=var('intercom__using_conversation_tags', True)) }}\n\n{{\n intercom.intercom_union_connections(\n connection_dictionary='intercom_sources',\n single_source_name='intercom',\n single_table_name='conversation_tag_history'\n )\n}}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["intercom", "conversation_tag_history"], ["intercom", "conversation_tag_history"], ["intercom", "conversation_tag_history"]], "metrics": [], "depends_on": {"macros": ["macro.intercom.intercom_union_connections"], "nodes": ["source.intercom.intercom.conversation_tag_history"]}, "compiled_path": "target/compiled/intercom/models/staging/tmp/stg_intercom__conversation_tag_history_tmp.sql", "compiled": true, "compiled_code": "--To disable this model, set the intercom__using_conversation_tags variable within your dbt_project.yml file to False.\n\n\n\n\n\n\n\n -- ** Values passed to adapter.get_relation:\n -- full-identifier_var: intercom_conversation_tag_history_identifier\n -- database: postgres \n -- schema: public\n -- identifier: conversation_tag_history_data\n\n\n select\n \"tag_id\",\n \"conversation_id\",\n \"conversation_updated_at\",\n \"_fivetran_synced\",\n \"_fivetran_start\",\n \"_fivetran_end\",\n \"_fivetran_active\"\n from \"postgres\".\"public\".\"conversation_tag_history_data\" as source_table\n\n ", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.stg_intercom__collection_history_tmp": {"database": "postgres", "schema": "public_intercom_dev", "name": "stg_intercom__collection_history_tmp", "resource_type": "model", "package_name": "intercom", "path": "staging/tmp/stg_intercom__collection_history_tmp.sql", "original_file_path": "models/staging/tmp/stg_intercom__collection_history_tmp.sql", "unique_id": "model.intercom.stg_intercom__collection_history_tmp", "fqn": ["intercom", "staging", "tmp", "stg_intercom__collection_history_tmp"], "alias": "stg_intercom__collection_history_tmp", "checksum": {"name": "sha256", "checksum": "4a30a80e9530a95c96c3f8f965931d04a723d0d0a2d3a1ebaef3bc9d9c71915c"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "view", "enabled": true}, "created_at": 1765580298.3457403, "relation_name": "\"postgres\".\"public_intercom_dev\".\"stg_intercom__collection_history_tmp\"", "raw_code": "--To disable this model, set the intercom__using_collection_history variable within your dbt_project.yml file to False.\n{{ config(enabled=var('intercom__using_articles', True) and var('intercom__using_collection_history', True)) }}\n\n{{\n intercom.intercom_union_connections(\n connection_dictionary='intercom_sources',\n single_source_name='intercom',\n single_table_name='collection_history'\n )\n}}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["intercom", "collection_history"], ["intercom", "collection_history"], ["intercom", "collection_history"]], "metrics": [], "depends_on": {"macros": ["macro.intercom.intercom_union_connections"], "nodes": ["source.intercom.intercom.collection_history"]}, "compiled_path": "target/compiled/intercom/models/staging/tmp/stg_intercom__collection_history_tmp.sql", "compiled": true, "compiled_code": "--To disable this model, set the intercom__using_collection_history variable within your dbt_project.yml file to False.\n\n\n\n\n\n\n\n -- ** Values passed to adapter.get_relation:\n -- full-identifier_var: intercom_collection_history_identifier\n -- database: postgres \n -- schema: public\n -- identifier: collection_history_data\n\n\n select\n \"id\",\n \"help_center_id\",\n \"parent_id\",\n \"name\",\n \"description\",\n \"url\",\n \"icon\",\n \"type\",\n \"default_locale\",\n \"workspace_id\",\n \"order\",\n \"created_at\",\n \"updated_at\",\n \"_fivetran_active\",\n \"_fivetran_start\",\n \"_fivetran_end\",\n \"_fivetran_synced\"\n from \"postgres\".\"public\".\"collection_history_data\" as source_table\n\n ", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.stg_intercom__team_admin_tmp": {"database": "postgres", "schema": "public_intercom_dev", "name": "stg_intercom__team_admin_tmp", "resource_type": "model", "package_name": "intercom", "path": "staging/tmp/stg_intercom__team_admin_tmp.sql", "original_file_path": "models/staging/tmp/stg_intercom__team_admin_tmp.sql", "unique_id": "model.intercom.stg_intercom__team_admin_tmp", "fqn": ["intercom", "staging", "tmp", "stg_intercom__team_admin_tmp"], "alias": "stg_intercom__team_admin_tmp", "checksum": {"name": "sha256", "checksum": "b6863861711b444a19dc69b8b01bc1cfa7f4b2f8c12f9d41644521c556a218a5"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "view", "enabled": true}, "created_at": 1765580298.4156013, "relation_name": "\"postgres\".\"public_intercom_dev\".\"stg_intercom__team_admin_tmp\"", "raw_code": "--To disable this model, set the intercom__using_team variable within your dbt_project.yml file to False.\n{{ config(enabled=var('intercom__using_team', True)) }}\n\n{{\n intercom.intercom_union_connections(\n connection_dictionary='intercom_sources',\n single_source_name='intercom',\n single_table_name='team_admin'\n )\n}}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["intercom", "team_admin"], ["intercom", "team_admin"], ["intercom", "team_admin"]], "metrics": [], "depends_on": {"macros": ["macro.intercom.intercom_union_connections"], "nodes": ["source.intercom.intercom.team_admin"]}, "compiled_path": "target/compiled/intercom/models/staging/tmp/stg_intercom__team_admin_tmp.sql", "compiled": true, "compiled_code": "--To disable this model, set the intercom__using_team variable within your dbt_project.yml file to False.\n\n\n\n\n\n\n\n -- ** Values passed to adapter.get_relation:\n -- full-identifier_var: intercom_team_admin_identifier\n -- database: postgres \n -- schema: public\n -- identifier: team_admin_data\n\n\n select\n \"admin_id\",\n \"team_id\",\n \"_fivetran_deleted\",\n \"_fivetran_synced\"\n from \"postgres\".\"public\".\"team_admin_data\" as source_table\n\n ", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.stg_intercom__company_tag_history_tmp": {"database": "postgres", "schema": "public_intercom_dev", "name": "stg_intercom__company_tag_history_tmp", "resource_type": "model", "package_name": "intercom", "path": "staging/tmp/stg_intercom__company_tag_history_tmp.sql", "original_file_path": "models/staging/tmp/stg_intercom__company_tag_history_tmp.sql", "unique_id": "model.intercom.stg_intercom__company_tag_history_tmp", "fqn": ["intercom", "staging", "tmp", "stg_intercom__company_tag_history_tmp"], "alias": "stg_intercom__company_tag_history_tmp", "checksum": {"name": "sha256", "checksum": "1a39d9b8a264cdcf7fdaf29d4daad039440ecda438ad213dd736e61e779d650e"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "view", "enabled": true}, "created_at": 1765580298.4235036, "relation_name": "\"postgres\".\"public_intercom_dev\".\"stg_intercom__company_tag_history_tmp\"", "raw_code": "--To disable this model, set the intercom__using_company_tags variable within your dbt_project.yml file to False.\n{{ config(enabled=var('intercom__using_company_tags', True)) }}\n\n{{\n intercom.intercom_union_connections(\n connection_dictionary='intercom_sources',\n single_source_name='intercom',\n single_table_name='company_tag_history'\n )\n}}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["intercom", "company_tag_history"], ["intercom", "company_tag_history"], ["intercom", "company_tag_history"]], "metrics": [], "depends_on": {"macros": ["macro.intercom.intercom_union_connections"], "nodes": ["source.intercom.intercom.company_tag_history"]}, "compiled_path": "target/compiled/intercom/models/staging/tmp/stg_intercom__company_tag_history_tmp.sql", "compiled": true, "compiled_code": "--To disable this model, set the intercom__using_company_tags variable within your dbt_project.yml file to False.\n\n\n\n\n\n\n\n -- ** Values passed to adapter.get_relation:\n -- full-identifier_var: intercom_company_tag_history_identifier\n -- database: postgres \n -- schema: public\n -- identifier: company_tag_history_data\n\n\n select\n \"company_id\",\n \"company_updated_at\",\n \"tag_id\",\n \"_fivetran_active\",\n \"_fivetran_synced\",\n \"_fivetran_start\",\n \"_fivetran_end\"\n from \"postgres\".\"public\".\"company_tag_history_data\" as source_table\n\n ", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.stg_intercom__conversation_contact_history_tmp": {"database": "postgres", "schema": "public_intercom_dev", "name": "stg_intercom__conversation_contact_history_tmp", "resource_type": "model", "package_name": "intercom", "path": "staging/tmp/stg_intercom__conversation_contact_history_tmp.sql", "original_file_path": "models/staging/tmp/stg_intercom__conversation_contact_history_tmp.sql", "unique_id": "model.intercom.stg_intercom__conversation_contact_history_tmp", "fqn": ["intercom", "staging", "tmp", "stg_intercom__conversation_contact_history_tmp"], "alias": "stg_intercom__conversation_contact_history_tmp", "checksum": {"name": "sha256", "checksum": "adce61a54a88381874e24da87d5ef46675851db0d8f37134d669e1c97d3f9714"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "view"}, "created_at": 1765580298.4313035, "relation_name": "\"postgres\".\"public_intercom_dev\".\"stg_intercom__conversation_contact_history_tmp\"", "raw_code": "{{\n intercom.intercom_union_connections(\n connection_dictionary='intercom_sources',\n single_source_name='intercom',\n single_table_name='conversation_contact_history'\n )\n}}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["intercom", "conversation_contact_history"], ["intercom", "conversation_contact_history"], ["intercom", "conversation_contact_history"]], "metrics": [], "depends_on": {"macros": ["macro.intercom.intercom_union_connections"], "nodes": ["source.intercom.intercom.conversation_contact_history"]}, "compiled_path": "target/compiled/intercom/models/staging/tmp/stg_intercom__conversation_contact_history_tmp.sql", "compiled": true, "compiled_code": "\n\n\n\n\n -- ** Values passed to adapter.get_relation:\n -- full-identifier_var: intercom_conversation_contact_history_identifier\n -- database: postgres \n -- schema: public\n -- identifier: conversation_contact_history_data\n\n\n select\n \"contact_id\",\n \"conversation_id\",\n \"conversation_updated_at\",\n \"_fivetran_synced\",\n \"_fivetran_start\",\n \"_fivetran_end\",\n \"_fivetran_active\"\n from \"postgres\".\"public\".\"conversation_contact_history_data\" as source_table\n\n ", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.stg_intercom__team_tmp": {"database": "postgres", "schema": "public_intercom_dev", "name": "stg_intercom__team_tmp", "resource_type": "model", "package_name": "intercom", "path": "staging/tmp/stg_intercom__team_tmp.sql", "original_file_path": "models/staging/tmp/stg_intercom__team_tmp.sql", "unique_id": "model.intercom.stg_intercom__team_tmp", "fqn": ["intercom", "staging", "tmp", "stg_intercom__team_tmp"], "alias": "stg_intercom__team_tmp", "checksum": {"name": "sha256", "checksum": "5df5ea8cb45d9436728ef6b117380fa89da73f3aab05b67a3dfc9a22ece7771e"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "view", "enabled": true}, "created_at": 1765580298.4384975, "relation_name": "\"postgres\".\"public_intercom_dev\".\"stg_intercom__team_tmp\"", "raw_code": "--To disable this model, set the intercom__using_team variable within your dbt_project.yml file to False.\n{{ config(enabled=var('intercom__using_team', True)) }}\n\n{{\n intercom.intercom_union_connections(\n connection_dictionary='intercom_sources',\n single_source_name='intercom',\n single_table_name='team'\n )\n}}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["intercom", "team"], ["intercom", "team"], ["intercom", "team"]], "metrics": [], "depends_on": {"macros": ["macro.intercom.intercom_union_connections"], "nodes": ["source.intercom.intercom.team"]}, "compiled_path": "target/compiled/intercom/models/staging/tmp/stg_intercom__team_tmp.sql", "compiled": true, "compiled_code": "--To disable this model, set the intercom__using_team variable within your dbt_project.yml file to False.\n\n\n\n\n\n\n\n -- ** Values passed to adapter.get_relation:\n -- full-identifier_var: intercom_team_identifier\n -- database: postgres \n -- schema: public\n -- identifier: team_data\n\n\n select\n \"id\",\n \"name\",\n \"_fivetran_deleted\",\n \"_fivetran_synced\"\n from \"postgres\".\"public\".\"team_data\" as source_table\n\n ", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.stg_intercom__contact_company_history_tmp": {"database": "postgres", "schema": "public_intercom_dev", "name": "stg_intercom__contact_company_history_tmp", "resource_type": "model", "package_name": "intercom", "path": "staging/tmp/stg_intercom__contact_company_history_tmp.sql", "original_file_path": "models/staging/tmp/stg_intercom__contact_company_history_tmp.sql", "unique_id": "model.intercom.stg_intercom__contact_company_history_tmp", "fqn": ["intercom", "staging", "tmp", "stg_intercom__contact_company_history_tmp"], "alias": "stg_intercom__contact_company_history_tmp", "checksum": {"name": "sha256", "checksum": "19ae8ec61b71ad4d1f027007fd2a96896e1ad084a9075b4f060320a945cb57eb"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "view", "enabled": true}, "created_at": 1765580298.447212, "relation_name": "\"postgres\".\"public_intercom_dev\".\"stg_intercom__contact_company_history_tmp\"", "raw_code": "--To disable this model, set the intercom__using_contact_company variable within your dbt_project.yml file to False.\n{{ config(enabled=var('intercom__using_contact_company', True)) }}\n\n{{\n intercom.intercom_union_connections(\n connection_dictionary='intercom_sources',\n single_source_name='intercom',\n single_table_name='contact_company_history'\n )\n}}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["intercom", "contact_company_history"], ["intercom", "contact_company_history"], ["intercom", "contact_company_history"]], "metrics": [], "depends_on": {"macros": ["macro.intercom.intercom_union_connections"], "nodes": ["source.intercom.intercom.contact_company_history"]}, "compiled_path": "target/compiled/intercom/models/staging/tmp/stg_intercom__contact_company_history_tmp.sql", "compiled": true, "compiled_code": "--To disable this model, set the intercom__using_contact_company variable within your dbt_project.yml file to False.\n\n\n\n\n\n\n\n -- ** Values passed to adapter.get_relation:\n -- full-identifier_var: intercom_contact_company_history_identifier\n -- database: postgres \n -- schema: public\n -- identifier: contact_company_history_data\n\n\n select\n \"company_id\",\n \"contact_id\",\n \"contact_updated_at\",\n \"_fivetran_synced\",\n \"_fivetran_active\",\n \"_fivetran_start\",\n \"_fivetran_end\"\n from \"postgres\".\"public\".\"contact_company_history_data\" as source_table\n\n ", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.stg_intercom__article_history_tmp": {"database": "postgres", "schema": "public_intercom_dev", "name": "stg_intercom__article_history_tmp", "resource_type": "model", "package_name": "intercom", "path": "staging/tmp/stg_intercom__article_history_tmp.sql", "original_file_path": "models/staging/tmp/stg_intercom__article_history_tmp.sql", "unique_id": "model.intercom.stg_intercom__article_history_tmp", "fqn": ["intercom", "staging", "tmp", "stg_intercom__article_history_tmp"], "alias": "stg_intercom__article_history_tmp", "checksum": {"name": "sha256", "checksum": "92ebd2910662f60fabcab3f0a4a829ace222260e5ef716259d3915d22f29b339"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "view", "enabled": true}, "created_at": 1765580298.4550812, "relation_name": "\"postgres\".\"public_intercom_dev\".\"stg_intercom__article_history_tmp\"", "raw_code": "--To disable this model, set the intercom__using_articles variable within your dbt_project.yml file to False.\n{{ config(enabled=var('intercom__using_articles', True)) }}\n\n{{\n intercom.intercom_union_connections(\n connection_dictionary='intercom_sources',\n single_source_name='intercom',\n single_table_name='article_history'\n )\n}}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["intercom", "article_history"], ["intercom", "article_history"], ["intercom", "article_history"]], "metrics": [], "depends_on": {"macros": ["macro.intercom.intercom_union_connections"], "nodes": ["source.intercom.intercom.article_history"]}, "compiled_path": "target/compiled/intercom/models/staging/tmp/stg_intercom__article_history_tmp.sql", "compiled": true, "compiled_code": "--To disable this model, set the intercom__using_articles variable within your dbt_project.yml file to False.\n\n\n\n\n\n\n\n -- ** Values passed to adapter.get_relation:\n -- full-identifier_var: intercom_article_history_identifier\n -- database: postgres \n -- schema: public\n -- identifier: article_history_data\n\n\n select\n \"id\",\n \"collection_id\",\n \"section_id\",\n \"author_id\",\n \"title\",\n \"description\",\n \"body\",\n \"url\",\n \"type\",\n \"state\",\n \"parent_type\",\n \"default_locale\",\n \"workspace_id\",\n \"statistics_type\",\n \"statistics_views\",\n \"statistics_conversations\",\n \"statistics_reactions\",\n \"statistics_happy_reaction_percentage\",\n \"statistics_neutral_reaction_percentage\",\n \"statistics_sad_reaction_percentage\",\n \"created_at\",\n \"updated_at\",\n \"_fivetran_active\",\n \"_fivetran_start\",\n \"_fivetran_end\",\n \"_fivetran_synced\"\n from \"postgres\".\"public\".\"article_history_data\" as source_table\n\n ", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.stg_intercom__admin_tmp": {"database": "postgres", "schema": "public_intercom_dev", "name": "stg_intercom__admin_tmp", "resource_type": "model", "package_name": "intercom", "path": "staging/tmp/stg_intercom__admin_tmp.sql", "original_file_path": "models/staging/tmp/stg_intercom__admin_tmp.sql", "unique_id": "model.intercom.stg_intercom__admin_tmp", "fqn": ["intercom", "staging", "tmp", "stg_intercom__admin_tmp"], "alias": "stg_intercom__admin_tmp", "checksum": {"name": "sha256", "checksum": "c9b1d11725347689e82fe611738db5842a0206d0ac6246b99695d35a34655d17"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "view"}, "created_at": 1765580298.4627638, "relation_name": "\"postgres\".\"public_intercom_dev\".\"stg_intercom__admin_tmp\"", "raw_code": "{{\n intercom.intercom_union_connections(\n connection_dictionary='intercom_sources',\n single_source_name='intercom',\n single_table_name='admin'\n )\n}}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["intercom", "admin"], ["intercom", "admin"], ["intercom", "admin"]], "metrics": [], "depends_on": {"macros": ["macro.intercom.intercom_union_connections"], "nodes": ["source.intercom.intercom.admin"]}, "compiled_path": "target/compiled/intercom/models/staging/tmp/stg_intercom__admin_tmp.sql", "compiled": true, "compiled_code": "\n\n\n\n\n -- ** Values passed to adapter.get_relation:\n -- full-identifier_var: intercom_admin_identifier\n -- database: postgres \n -- schema: public\n -- identifier: admin_data\n\n\n select\n \"id\",\n \"_fivetran_deleted\",\n \"_fivetran_synced\",\n \"job_title\",\n \"email\",\n \"name\"\n from \"postgres\".\"public\".\"admin_data\" as source_table\n\n ", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.int_intercom__conversation_string_aggregates": {"database": "postgres", "schema": "public_intercom_dev", "name": "int_intercom__conversation_string_aggregates", "resource_type": "model", "package_name": "intercom", "path": "intermediate/int_intercom__conversation_string_aggregates.sql", "original_file_path": "models/intermediate/int_intercom__conversation_string_aggregates.sql", "unique_id": "model.intercom.int_intercom__conversation_string_aggregates", "fqn": ["intercom", "intermediate", "int_intercom__conversation_string_aggregates"], "alias": "int_intercom__conversation_string_aggregates", "checksum": {"name": "sha256", "checksum": "08c4b57250f8e934634a2d0fa8677808fb9abba34b048a69928e03b5bf0fc493"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "table"}, "created_at": 1765580298.4700491, "relation_name": "\"postgres\".\"public_intercom_dev\".\"int_intercom__conversation_string_aggregates\"", "raw_code": "with conversation_part_history as (\n select *\n from {{ ref('stg_intercom__conversation_part_history') }}\n),\n\n--Returns each distinct admin author(s) that were associated with a single conversation.\nadmin_conversation_parts as (\n select distinct\n source_relation,\n conversation_id,\n author_id\n from conversation_part_history\n\n where author_type = 'admin'\n\n),\n\n--Aggregates the admin_conversation_parts author_ids into an array to show all admins associated with a single conversation within one cell.\nadmin_conversation_aggregates as (\n select\n source_relation,\n conversation_id,\n {{ fivetran_utils.string_agg('distinct author_id', \"', '\" ) }} as conversation_admins\n from admin_conversation_parts\n\n group by 1, 2\n),\n\n--Returns each distinct contact (as either a user or lead) author(s) that were associated with a single conversation.\ncontact_conversation_parts as (\n select distinct\n source_relation,\n conversation_id,\n author_id\n from conversation_part_history\n\n where author_type in ('user', 'lead')\n\n),\n\n--Aggregates the contact_conversation_parts author_ids into an array to show all contacts associated with a single conversation within one cell.\ncontact_conversation_aggregates as (\n select\n source_relation,\n conversation_id,\n {{ fivetran_utils.string_agg('distinct author_id', \"', '\" ) }} as conversation_contacts\n from contact_conversation_parts\n\n group by 1, 2\n),\n\n--Joins the admin and contact author aggregate CTEs on the conversation_id.\nfinal as (\n select\n admin_conversation_aggregates.source_relation,\n admin_conversation_aggregates.conversation_id,\n admin_conversation_aggregates.conversation_admins,\n contact_conversation_aggregates.conversation_contacts\n from admin_conversation_aggregates\n\n left join contact_conversation_aggregates\n on contact_conversation_aggregates.conversation_id = admin_conversation_aggregates.conversation_id\n and contact_conversation_aggregates.source_relation = admin_conversation_aggregates.source_relation\n)\n\nselect *\nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__conversation_part_history", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.string_agg"], "nodes": ["model.intercom.stg_intercom__conversation_part_history"]}, "compiled_path": "target/compiled/intercom/models/intermediate/int_intercom__conversation_string_aggregates.sql", "compiled": true, "compiled_code": "with conversation_part_history as (\n select *\n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__conversation_part_history\"\n),\n\n--Returns each distinct admin author(s) that were associated with a single conversation.\nadmin_conversation_parts as (\n select distinct\n source_relation,\n conversation_id,\n author_id\n from conversation_part_history\n\n where author_type = 'admin'\n\n),\n\n--Aggregates the admin_conversation_parts author_ids into an array to show all admins associated with a single conversation within one cell.\nadmin_conversation_aggregates as (\n select\n source_relation,\n conversation_id,\n \n string_agg(distinct author_id, ', ')\n\n as conversation_admins\n from admin_conversation_parts\n\n group by 1, 2\n),\n\n--Returns each distinct contact (as either a user or lead) author(s) that were associated with a single conversation.\ncontact_conversation_parts as (\n select distinct\n source_relation,\n conversation_id,\n author_id\n from conversation_part_history\n\n where author_type in ('user', 'lead')\n\n),\n\n--Aggregates the contact_conversation_parts author_ids into an array to show all contacts associated with a single conversation within one cell.\ncontact_conversation_aggregates as (\n select\n source_relation,\n conversation_id,\n \n string_agg(distinct author_id, ', ')\n\n as conversation_contacts\n from contact_conversation_parts\n\n group by 1, 2\n),\n\n--Joins the admin and contact author aggregate CTEs on the conversation_id.\nfinal as (\n select\n admin_conversation_aggregates.source_relation,\n admin_conversation_aggregates.conversation_id,\n admin_conversation_aggregates.conversation_admins,\n contact_conversation_aggregates.conversation_contacts\n from admin_conversation_aggregates\n\n left join contact_conversation_aggregates\n on contact_conversation_aggregates.conversation_id = admin_conversation_aggregates.conversation_id\n and contact_conversation_aggregates.source_relation = admin_conversation_aggregates.source_relation\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.int_intercom__conversation_part_events": {"database": "postgres", "schema": "public_intercom_dev", "name": "int_intercom__conversation_part_events", "resource_type": "model", "package_name": "intercom", "path": "intermediate/int_intercom__conversation_part_events.sql", "original_file_path": "models/intermediate/int_intercom__conversation_part_events.sql", "unique_id": "model.intercom.int_intercom__conversation_part_events", "fqn": ["intercom", "intermediate", "int_intercom__conversation_part_events"], "alias": "int_intercom__conversation_part_events", "checksum": {"name": "sha256", "checksum": "c40030213bbbfbff42c3ced92036d80010e44a782a555dd5ac8941334b8e06cc"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "table"}, "created_at": 1765580298.477761, "relation_name": "\"postgres\".\"public_intercom_dev\".\"int_intercom__conversation_part_events\"", "raw_code": "with conversation_part_history as (\n \n select *\n from {{ ref('stg_intercom__conversation_part_history') }}\n),\n\nconversation_events as (\n\n select distinct\n source_relation,\n conversation_id,\n -- Admin close events: Captures the first and last admin-authored close events for each conversation\n -- The window function uses a custom ordering: admin close events (0) are prioritized over others (1),\n -- then ordered by created_at. This ensures first_value() returns only admin close events if they exist.\n first_value(case when part_type = 'close' and author_type = 'admin' then author_id end)\n over (partition by conversation_id {{ intercom.partition_by_source_relation() }} order by case when part_type = 'close' and author_type = 'admin' then 0 else 1 end,\n created_at asc rows between unbounded preceding and unbounded following) as first_close_by_admin_id,\n first_value(case when part_type = 'close' and author_type = 'admin' then author_id end)\n over (partition by conversation_id {{ intercom.partition_by_source_relation() }} order by case when part_type = 'close' and author_type = 'admin' then 0 else 1 end,\n created_at desc rows between unbounded preceding and unbounded following) as last_close_by_admin_id,\n first_value(case when part_type = 'close' and author_type = 'admin' then created_at end)\n over (partition by conversation_id {{ intercom.partition_by_source_relation() }} order by case when part_type = 'close' and author_type = 'admin' then 0 else 1 end,\n created_at asc rows between unbounded preceding and unbounded following) as first_admin_close_at,\n first_value(case when part_type = 'close' and author_type = 'admin' then created_at end)\n over (partition by conversation_id {{ intercom.partition_by_source_relation() }} order by case when part_type = 'close' and author_type = 'admin' then 0 else 1 end,\n created_at desc rows between unbounded preceding and unbounded following) as last_admin_close_at,\n -- All close events: Captures the first and last close events regardless of author type\n -- Similar window function logic: close events (0) are prioritized, then ordered by created_at\n -- This includes closes by admins, users, or any other author type\n first_value(case when part_type = 'close' then author_id end)\n over (partition by conversation_id {{ intercom.partition_by_source_relation() }} order by case when part_type = 'close' then 0 else 1 end,\n created_at asc rows between unbounded preceding and unbounded following) as first_close_by_author_id,\n first_value(case when part_type = 'close' then author_id end)\n over (partition by conversation_id {{ intercom.partition_by_source_relation() }} order by case when part_type = 'close' then 0 else 1 end,\n created_at desc rows between unbounded preceding and unbounded following) as last_close_by_author_id,\n first_value(case when part_type = 'close' then created_at end)\n over (partition by conversation_id {{ intercom.partition_by_source_relation() }} order by case when part_type = 'close' then 0 else 1 end,\n created_at asc rows between unbounded preceding and unbounded following) as first_close_at,\n first_value(case when part_type = 'close' then created_at end)\n over (partition by conversation_id {{ intercom.partition_by_source_relation() }} order by case when part_type = 'close' then 0 else 1 end,\n created_at desc rows between unbounded preceding and unbounded following) as last_close_at,\n -- Contact author events: Captures the first and last events authored by contacts (users or leads)\n -- Window function prioritizes contact-authored events (0) over others (1), then orders by created_at\n -- This identifies which contacts initiated and last participated in the conversation\n first_value(case when author_type in ('user','lead') then author_id end)\n over (partition by conversation_id {{ intercom.partition_by_source_relation() }} order by case when author_type in ('user','lead') then 0 else 1 end,\n created_at asc rows between unbounded preceding and unbounded following) as first_contact_author_id,\n first_value(case when author_type in ('user','lead') then author_id end)\n over (partition by conversation_id {{ intercom.partition_by_source_relation() }} order by case when author_type in ('user','lead') then 0 else 1 end,\n created_at desc rows between unbounded preceding and unbounded following) as last_contact_author_id,\n -- Team assignment events: Captures the first and last team assignments for each conversation\n -- Window function prioritizes team assignments (0) over others (1), then orders by created_at\n -- This tracks conversation ownership and routing through different teams\n first_value(case when assigned_to_type = 'team' then assigned_to_id end)\n over (partition by conversation_id {{ intercom.partition_by_source_relation() }} order by case when assigned_to_type = 'team' then 0 else 1 end,\n created_at asc rows between unbounded preceding and unbounded following) as first_team_id,\n first_value(case when assigned_to_type = 'team' then assigned_to_id end)\n over (partition by conversation_id {{ intercom.partition_by_source_relation() }} order by case when assigned_to_type = 'team' then 0 else 1 end,\n created_at desc rows between unbounded preceding and unbounded following) as last_team_id\n from conversation_part_history\n),\n\nfinal as (\n select\n source_relation,\n conversation_id,\n cast(first_close_by_admin_id as {{ dbt.type_string() }}) as first_close_by_admin_id,\n cast(last_close_by_admin_id as {{ dbt.type_string() }}) as last_close_by_admin_id,\n cast(first_close_by_author_id as {{ dbt.type_string() }}) as first_close_by_author_id,\n cast(last_close_by_author_id as {{ dbt.type_string() }}) as last_close_by_author_id,\n cast(first_contact_author_id as {{ dbt.type_string() }}) as first_contact_author_id,\n cast(last_contact_author_id as {{ dbt.type_string() }}) as last_contact_author_id,\n cast(first_team_id as {{ dbt.type_string() }}) as first_team_id,\n cast(last_team_id as {{ dbt.type_string() }}) as last_team_id,\n first_admin_close_at,\n last_admin_close_at,\n first_close_at,\n last_close_at\n from conversation_events\n)\n\nselect *\nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__conversation_part_history", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.intercom.partition_by_source_relation", "macro.dbt.type_string"], "nodes": ["model.intercom.stg_intercom__conversation_part_history"]}, "compiled_path": "target/compiled/intercom/models/intermediate/int_intercom__conversation_part_events.sql", "compiled": true, "compiled_code": "with conversation_part_history as (\n \n select *\n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__conversation_part_history\"\n),\n\nconversation_events as (\n\n select distinct\n source_relation,\n conversation_id,\n -- Admin close events: Captures the first and last admin-authored close events for each conversation\n -- The window function uses a custom ordering: admin close events (0) are prioritized over others (1),\n -- then ordered by created_at. This ensures first_value() returns only admin close events if they exist.\n first_value(case when part_type = 'close' and author_type = 'admin' then author_id end)\n over (partition by conversation_id order by case when part_type = 'close' and author_type = 'admin' then 0 else 1 end,\n created_at asc rows between unbounded preceding and unbounded following) as first_close_by_admin_id,\n first_value(case when part_type = 'close' and author_type = 'admin' then author_id end)\n over (partition by conversation_id order by case when part_type = 'close' and author_type = 'admin' then 0 else 1 end,\n created_at desc rows between unbounded preceding and unbounded following) as last_close_by_admin_id,\n first_value(case when part_type = 'close' and author_type = 'admin' then created_at end)\n over (partition by conversation_id order by case when part_type = 'close' and author_type = 'admin' then 0 else 1 end,\n created_at asc rows between unbounded preceding and unbounded following) as first_admin_close_at,\n first_value(case when part_type = 'close' and author_type = 'admin' then created_at end)\n over (partition by conversation_id order by case when part_type = 'close' and author_type = 'admin' then 0 else 1 end,\n created_at desc rows between unbounded preceding and unbounded following) as last_admin_close_at,\n -- All close events: Captures the first and last close events regardless of author type\n -- Similar window function logic: close events (0) are prioritized, then ordered by created_at\n -- This includes closes by admins, users, or any other author type\n first_value(case when part_type = 'close' then author_id end)\n over (partition by conversation_id order by case when part_type = 'close' then 0 else 1 end,\n created_at asc rows between unbounded preceding and unbounded following) as first_close_by_author_id,\n first_value(case when part_type = 'close' then author_id end)\n over (partition by conversation_id order by case when part_type = 'close' then 0 else 1 end,\n created_at desc rows between unbounded preceding and unbounded following) as last_close_by_author_id,\n first_value(case when part_type = 'close' then created_at end)\n over (partition by conversation_id order by case when part_type = 'close' then 0 else 1 end,\n created_at asc rows between unbounded preceding and unbounded following) as first_close_at,\n first_value(case when part_type = 'close' then created_at end)\n over (partition by conversation_id order by case when part_type = 'close' then 0 else 1 end,\n created_at desc rows between unbounded preceding and unbounded following) as last_close_at,\n -- Contact author events: Captures the first and last events authored by contacts (users or leads)\n -- Window function prioritizes contact-authored events (0) over others (1), then orders by created_at\n -- This identifies which contacts initiated and last participated in the conversation\n first_value(case when author_type in ('user','lead') then author_id end)\n over (partition by conversation_id order by case when author_type in ('user','lead') then 0 else 1 end,\n created_at asc rows between unbounded preceding and unbounded following) as first_contact_author_id,\n first_value(case when author_type in ('user','lead') then author_id end)\n over (partition by conversation_id order by case when author_type in ('user','lead') then 0 else 1 end,\n created_at desc rows between unbounded preceding and unbounded following) as last_contact_author_id,\n -- Team assignment events: Captures the first and last team assignments for each conversation\n -- Window function prioritizes team assignments (0) over others (1), then orders by created_at\n -- This tracks conversation ownership and routing through different teams\n first_value(case when assigned_to_type = 'team' then assigned_to_id end)\n over (partition by conversation_id order by case when assigned_to_type = 'team' then 0 else 1 end,\n created_at asc rows between unbounded preceding and unbounded following) as first_team_id,\n first_value(case when assigned_to_type = 'team' then assigned_to_id end)\n over (partition by conversation_id order by case when assigned_to_type = 'team' then 0 else 1 end,\n created_at desc rows between unbounded preceding and unbounded following) as last_team_id\n from conversation_part_history\n),\n\nfinal as (\n select\n source_relation,\n conversation_id,\n cast(first_close_by_admin_id as TEXT) as first_close_by_admin_id,\n cast(last_close_by_admin_id as TEXT) as last_close_by_admin_id,\n cast(first_close_by_author_id as TEXT) as first_close_by_author_id,\n cast(last_close_by_author_id as TEXT) as last_close_by_author_id,\n cast(first_contact_author_id as TEXT) as first_contact_author_id,\n cast(last_contact_author_id as TEXT) as last_contact_author_id,\n cast(first_team_id as TEXT) as first_team_id,\n cast(last_team_id as TEXT) as last_team_id,\n first_admin_close_at,\n last_admin_close_at,\n first_close_at,\n last_close_at\n from conversation_events\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.int_intercom__conversation_part_aggregates": {"database": "postgres", "schema": "public_intercom_dev", "name": "int_intercom__conversation_part_aggregates", "resource_type": "model", "package_name": "intercom", "path": "intermediate/int_intercom__conversation_part_aggregates.sql", "original_file_path": "models/intermediate/int_intercom__conversation_part_aggregates.sql", "unique_id": "model.intercom.int_intercom__conversation_part_aggregates", "fqn": ["intercom", "intermediate", "int_intercom__conversation_part_aggregates"], "alias": "int_intercom__conversation_part_aggregates", "checksum": {"name": "sha256", "checksum": "d8cb5fdc107f3755c22d71b8206625436447a1ddd074f0eaea078659eaccfd76"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "table"}, "created_at": 1765580298.500402, "relation_name": "\"postgres\".\"public_intercom_dev\".\"int_intercom__conversation_part_aggregates\"", "raw_code": "with latest_conversation_part as (\n select *\n from {{ ref('stg_intercom__conversation_part_history') }}\n where coalesce(_fivetran_active, true)\n),\n\nlatest_conversation as (\n select *\n from {{ ref('stg_intercom__conversation_history') }}\n where coalesce(_fivetran_active, true)\n),\n\n--Aggregates conversation part data related to a single conversation from the int_intercom__latest_conversation model. See below for specific aggregates.\nfinal as (\n select\n latest_conversation.source_relation,\n latest_conversation.conversation_id,\n latest_conversation.created_at as conversation_created_at,\n count(latest_conversation_part.conversation_part_id) as count_total_parts,\n min(case when latest_conversation_part.part_type = 'comment' and latest_conversation_part.author_type in ('lead','user') then latest_conversation_part.created_at else null end) as first_contact_reply_at,\n min(case when latest_conversation_part.part_type like '%assignment%' then latest_conversation_part.created_at else null end) as first_assignment_at,\n min(case when latest_conversation_part.part_type in ('comment','assignment') and latest_conversation_part.author_type = 'admin' and latest_conversation_part.body is not null then latest_conversation_part.created_at else null end) as first_admin_response_at,\n min(case when latest_conversation_part.part_type = 'open' then latest_conversation_part.created_at else null end) as first_reopen_at,\n max(case when latest_conversation_part.part_type like '%assignment%' then latest_conversation_part.created_at else null end) as last_assignment_at,\n max(case when latest_conversation_part.part_type = 'comment' and latest_conversation_part.author_type in ('lead','user') then latest_conversation_part.created_at else null end) as last_contact_reply_at,\n max(case when latest_conversation_part.part_type in ('comment','assignment') and latest_conversation_part.author_type = 'admin' and latest_conversation_part.body is not null then latest_conversation_part.created_at else null end) as last_admin_response_at,\n max(case when latest_conversation_part.part_type = 'open' then latest_conversation_part.created_at else null end) as last_reopen_at,\n sum(case when latest_conversation_part.part_type like '%assignment%' then 1 else 0 end) as count_assignments,\n sum(case when latest_conversation_part.part_type = 'open' then 1 else 0 end) as count_reopens\n from latest_conversation\n\n left join latest_conversation_part\n on latest_conversation.conversation_id = latest_conversation_part.conversation_id\n and latest_conversation.source_relation = latest_conversation_part.source_relation\n\n group by 1, 2, 3\n \n)\n\nselect * \nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__conversation_part_history", "package": null, "version": null}, {"name": "stg_intercom__conversation_history", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": [], "nodes": ["model.intercom.stg_intercom__conversation_part_history", "model.intercom.stg_intercom__conversation_history"]}, "compiled_path": "target/compiled/intercom/models/intermediate/int_intercom__conversation_part_aggregates.sql", "compiled": true, "compiled_code": "with latest_conversation_part as (\n select *\n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__conversation_part_history\"\n where coalesce(_fivetran_active, true)\n),\n\nlatest_conversation as (\n select *\n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__conversation_history\"\n where coalesce(_fivetran_active, true)\n),\n\n--Aggregates conversation part data related to a single conversation from the int_intercom__latest_conversation model. See below for specific aggregates.\nfinal as (\n select\n latest_conversation.source_relation,\n latest_conversation.conversation_id,\n latest_conversation.created_at as conversation_created_at,\n count(latest_conversation_part.conversation_part_id) as count_total_parts,\n min(case when latest_conversation_part.part_type = 'comment' and latest_conversation_part.author_type in ('lead','user') then latest_conversation_part.created_at else null end) as first_contact_reply_at,\n min(case when latest_conversation_part.part_type like '%assignment%' then latest_conversation_part.created_at else null end) as first_assignment_at,\n min(case when latest_conversation_part.part_type in ('comment','assignment') and latest_conversation_part.author_type = 'admin' and latest_conversation_part.body is not null then latest_conversation_part.created_at else null end) as first_admin_response_at,\n min(case when latest_conversation_part.part_type = 'open' then latest_conversation_part.created_at else null end) as first_reopen_at,\n max(case when latest_conversation_part.part_type like '%assignment%' then latest_conversation_part.created_at else null end) as last_assignment_at,\n max(case when latest_conversation_part.part_type = 'comment' and latest_conversation_part.author_type in ('lead','user') then latest_conversation_part.created_at else null end) as last_contact_reply_at,\n max(case when latest_conversation_part.part_type in ('comment','assignment') and latest_conversation_part.author_type = 'admin' and latest_conversation_part.body is not null then latest_conversation_part.created_at else null end) as last_admin_response_at,\n max(case when latest_conversation_part.part_type = 'open' then latest_conversation_part.created_at else null end) as last_reopen_at,\n sum(case when latest_conversation_part.part_type like '%assignment%' then 1 else 0 end) as count_assignments,\n sum(case when latest_conversation_part.part_type = 'open' then 1 else 0 end) as count_reopens\n from latest_conversation\n\n left join latest_conversation_part\n on latest_conversation.conversation_id = latest_conversation_part.conversation_id\n and latest_conversation.source_relation = latest_conversation_part.source_relation\n\n group by 1, 2, 3\n \n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "test.intercom.not_null_intercom__article_enhanced_article_id.078725de64": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_intercom__article_enhanced_article_id", "resource_type": "test", "package_name": "intercom", "path": "not_null_intercom__article_enhanced_article_id.sql", "original_file_path": "models/intercom.yml", "unique_id": "test.intercom.not_null_intercom__article_enhanced_article_id.078725de64", "fqn": ["intercom", "not_null_intercom__article_enhanced_article_id"], "alias": "not_null_intercom__article_enhanced_article_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {}, "created_at": 1765580298.729574, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "intercom__article_enhanced", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.intercom.intercom__article_enhanced"]}, "compiled_path": "target/compiled/intercom/models/intercom.yml/not_null_intercom__article_enhanced_article_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect article_id\nfrom \"postgres\".\"public_intercom_dev\".\"intercom__article_enhanced\"\nwhere article_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "article_id", "file_key_name": "models.intercom__article_enhanced", "attached_node": "model.intercom.intercom__article_enhanced", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "article_id", "model": "{{ get_where_subquery(ref('intercom__article_enhanced')) }}"}, "namespace": null}}, "test.intercom.not_null_intercom__company_enhanced_company_id.4c66b4c17c": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_intercom__company_enhanced_company_id", "resource_type": "test", "package_name": "intercom", "path": "not_null_intercom__company_enhanced_company_id.sql", "original_file_path": "models/intercom.yml", "unique_id": "test.intercom.not_null_intercom__company_enhanced_company_id.4c66b4c17c", "fqn": ["intercom", "not_null_intercom__company_enhanced_company_id"], "alias": "not_null_intercom__company_enhanced_company_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {}, "created_at": 1765580298.732366, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "intercom__company_enhanced", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.intercom.intercom__company_enhanced"]}, "compiled_path": "target/compiled/intercom/models/intercom.yml/not_null_intercom__company_enhanced_company_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect company_id\nfrom \"postgres\".\"public_intercom_dev\".\"intercom__company_enhanced\"\nwhere company_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "company_id", "file_key_name": "models.intercom__company_enhanced", "attached_node": "model.intercom.intercom__company_enhanced", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "company_id", "model": "{{ get_where_subquery(ref('intercom__company_enhanced')) }}"}, "namespace": null}}, "test.intercom.not_null_intercom__company_metrics_company_id.2b20c82594": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_intercom__company_metrics_company_id", "resource_type": "test", "package_name": "intercom", "path": "not_null_intercom__company_metrics_company_id.sql", "original_file_path": "models/intercom.yml", "unique_id": "test.intercom.not_null_intercom__company_metrics_company_id.2b20c82594", "fqn": ["intercom", "not_null_intercom__company_metrics_company_id"], "alias": "not_null_intercom__company_metrics_company_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {}, "created_at": 1765580298.7348347, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "intercom__company_metrics", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.intercom.intercom__company_metrics"]}, "compiled_path": "target/compiled/intercom/models/intercom.yml/not_null_intercom__company_metrics_company_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect company_id\nfrom \"postgres\".\"public_intercom_dev\".\"intercom__company_metrics\"\nwhere company_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "company_id", "file_key_name": "models.intercom__company_metrics", "attached_node": "model.intercom.intercom__company_metrics", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "company_id", "model": "{{ get_where_subquery(ref('intercom__company_metrics')) }}"}, "namespace": null}}, "test.intercom.not_null_intercom__contact_enhanced_contact_id.24abe88e7a": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_intercom__contact_enhanced_contact_id", "resource_type": "test", "package_name": "intercom", "path": "not_null_intercom__contact_enhanced_contact_id.sql", "original_file_path": "models/intercom.yml", "unique_id": "test.intercom.not_null_intercom__contact_enhanced_contact_id.24abe88e7a", "fqn": ["intercom", "not_null_intercom__contact_enhanced_contact_id"], "alias": "not_null_intercom__contact_enhanced_contact_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {}, "created_at": 1765580298.7372441, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "intercom__contact_enhanced", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.intercom.intercom__contact_enhanced"]}, "compiled_path": "target/compiled/intercom/models/intercom.yml/not_null_intercom__contact_enhanced_contact_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect contact_id\nfrom \"postgres\".\"public_intercom_dev\".\"intercom__contact_enhanced\"\nwhere contact_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "contact_id", "file_key_name": "models.intercom__contact_enhanced", "attached_node": "model.intercom.intercom__contact_enhanced", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "contact_id", "model": "{{ get_where_subquery(ref('intercom__contact_enhanced')) }}"}, "namespace": null}}, "test.intercom.not_null_intercom__conversation_enhanced_conversation_id.8620076fcc": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_intercom__conversation_enhanced_conversation_id", "resource_type": "test", "package_name": "intercom", "path": "not_null_intercom__conversation_enhanced_conversation_id.sql", "original_file_path": "models/intercom.yml", "unique_id": "test.intercom.not_null_intercom__conversation_enhanced_conversation_id.8620076fcc", "fqn": ["intercom", "not_null_intercom__conversation_enhanced_conversation_id"], "alias": "not_null_intercom__conversation_enhanced_conversation_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {}, "created_at": 1765580298.7396796, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "intercom__conversation_enhanced", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.intercom.intercom__conversation_enhanced"]}, "compiled_path": "target/compiled/intercom/models/intercom.yml/not_null_intercom__conversation_enhanced_conversation_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect conversation_id\nfrom \"postgres\".\"public_intercom_dev\".\"intercom__conversation_enhanced\"\nwhere conversation_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "conversation_id", "file_key_name": "models.intercom__conversation_enhanced", "attached_node": "model.intercom.intercom__conversation_enhanced", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "conversation_id", "model": "{{ get_where_subquery(ref('intercom__conversation_enhanced')) }}"}, "namespace": null}}, "test.intercom.not_null_intercom__conversation_metrics_conversation_id.edb60f27d3": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_intercom__conversation_metrics_conversation_id", "resource_type": "test", "package_name": "intercom", "path": "not_null_intercom__conversation_metrics_conversation_id.sql", "original_file_path": "models/intercom.yml", "unique_id": "test.intercom.not_null_intercom__conversation_metrics_conversation_id.edb60f27d3", "fqn": ["intercom", "not_null_intercom__conversation_metrics_conversation_id"], "alias": "not_null_intercom__conversation_metrics_conversation_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {}, "created_at": 1765580298.7422657, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "intercom__conversation_metrics", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.intercom.intercom__conversation_metrics"]}, "compiled_path": "target/compiled/intercom/models/intercom.yml/not_null_intercom__conversation_metrics_conversation_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect conversation_id\nfrom \"postgres\".\"public_intercom_dev\".\"intercom__conversation_metrics\"\nwhere conversation_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "conversation_id", "file_key_name": "models.intercom__conversation_metrics", "attached_node": "model.intercom.intercom__conversation_metrics", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "conversation_id", "model": "{{ get_where_subquery(ref('intercom__conversation_metrics')) }}"}, "namespace": null}}, "test.intercom.not_null_stg_intercom__admin_admin_id.8630313ad7": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_intercom__admin_admin_id", "resource_type": "test", "package_name": "intercom", "path": "not_null_stg_intercom__admin_admin_id.sql", "original_file_path": "models/staging/stg_intercom.yml", "unique_id": "test.intercom.not_null_stg_intercom__admin_admin_id.8630313ad7", "fqn": ["intercom", "staging", "not_null_stg_intercom__admin_admin_id"], "alias": "not_null_stg_intercom__admin_admin_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {}, "created_at": 1765580298.7740052, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__admin", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.intercom.stg_intercom__admin"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom.yml/not_null_stg_intercom__admin_admin_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect admin_id\nfrom \"postgres\".\"public_intercom_dev\".\"stg_intercom__admin\"\nwhere admin_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "admin_id", "file_key_name": "models.stg_intercom__admin", "attached_node": "model.intercom.stg_intercom__admin", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "admin_id", "model": "{{ get_where_subquery(ref('stg_intercom__admin')) }}"}, "namespace": null}}, "test.intercom.not_null_stg_intercom__company_history_company_id.29e68d8641": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_intercom__company_history_company_id", "resource_type": "test", "package_name": "intercom", "path": "not_null_stg_intercom__company_history_company_id.sql", "original_file_path": "models/staging/stg_intercom.yml", "unique_id": "test.intercom.not_null_stg_intercom__company_history_company_id.29e68d8641", "fqn": ["intercom", "staging", "not_null_stg_intercom__company_history_company_id"], "alias": "not_null_stg_intercom__company_history_company_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {}, "created_at": 1765580298.776456, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__company_history", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.intercom.stg_intercom__company_history"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom.yml/not_null_stg_intercom__company_history_company_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect company_id\nfrom \"postgres\".\"public_intercom_dev\".\"stg_intercom__company_history\"\nwhere company_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "company_id", "file_key_name": "models.stg_intercom__company_history", "attached_node": "model.intercom.stg_intercom__company_history", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "company_id", "model": "{{ get_where_subquery(ref('stg_intercom__company_history')) }}"}, "namespace": null}}, "test.intercom.not_null_stg_intercom__company_tag_history_company_id.7ce26b3077": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_intercom__company_tag_history_company_id", "resource_type": "test", "package_name": "intercom", "path": "not_null_stg_intercom__company_tag_history_company_id.sql", "original_file_path": "models/staging/stg_intercom.yml", "unique_id": "test.intercom.not_null_stg_intercom__company_tag_history_company_id.7ce26b3077", "fqn": ["intercom", "staging", "not_null_stg_intercom__company_tag_history_company_id"], "alias": "not_null_stg_intercom__company_tag_history_company_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {}, "created_at": 1765580298.778895, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__company_tag_history", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.intercom.stg_intercom__company_tag_history"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom.yml/not_null_stg_intercom__company_tag_history_company_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect company_id\nfrom \"postgres\".\"public_intercom_dev\".\"stg_intercom__company_tag_history\"\nwhere company_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "company_id", "file_key_name": "models.stg_intercom__company_tag_history", "attached_node": "model.intercom.stg_intercom__company_tag_history", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "company_id", "model": "{{ get_where_subquery(ref('stg_intercom__company_tag_history')) }}"}, "namespace": null}}, "test.intercom.not_null_stg_intercom__company_tag_history_tag_id.a71b043180": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_intercom__company_tag_history_tag_id", "resource_type": "test", "package_name": "intercom", "path": "not_null_stg_intercom__company_tag_history_tag_id.sql", "original_file_path": "models/staging/stg_intercom.yml", "unique_id": "test.intercom.not_null_stg_intercom__company_tag_history_tag_id.a71b043180", "fqn": ["intercom", "staging", "not_null_stg_intercom__company_tag_history_tag_id"], "alias": "not_null_stg_intercom__company_tag_history_tag_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {}, "created_at": 1765580298.7813714, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__company_tag_history", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.intercom.stg_intercom__company_tag_history"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom.yml/not_null_stg_intercom__company_tag_history_tag_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect tag_id\nfrom \"postgres\".\"public_intercom_dev\".\"stg_intercom__company_tag_history\"\nwhere tag_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "tag_id", "file_key_name": "models.stg_intercom__company_tag_history", "attached_node": "model.intercom.stg_intercom__company_tag_history", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "tag_id", "model": "{{ get_where_subquery(ref('stg_intercom__company_tag_history')) }}"}, "namespace": null}}, "test.intercom.not_null_stg_intercom__contact_company_history_company_id.ba3e617037": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_intercom__contact_company_history_company_id", "resource_type": "test", "package_name": "intercom", "path": "not_null_stg_intercom__contact_company_history_company_id.sql", "original_file_path": "models/staging/stg_intercom.yml", "unique_id": "test.intercom.not_null_stg_intercom__contact_company_history_company_id.ba3e617037", "fqn": ["intercom", "staging", "not_null_stg_intercom__contact_company_history_company_id"], "alias": "not_null_stg_intercom__contact_company_history_company_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {}, "created_at": 1765580298.7837877, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__contact_company_history", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.intercom.stg_intercom__contact_company_history"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom.yml/not_null_stg_intercom__contact_company_history_company_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect company_id\nfrom \"postgres\".\"public_intercom_dev\".\"stg_intercom__contact_company_history\"\nwhere company_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "company_id", "file_key_name": "models.stg_intercom__contact_company_history", "attached_node": "model.intercom.stg_intercom__contact_company_history", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "company_id", "model": "{{ get_where_subquery(ref('stg_intercom__contact_company_history')) }}"}, "namespace": null}}, "test.intercom.not_null_stg_intercom__contact_company_history_contact_id.5e389a0d84": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_intercom__contact_company_history_contact_id", "resource_type": "test", "package_name": "intercom", "path": "not_null_stg_intercom__contact_company_history_contact_id.sql", "original_file_path": "models/staging/stg_intercom.yml", "unique_id": "test.intercom.not_null_stg_intercom__contact_company_history_contact_id.5e389a0d84", "fqn": ["intercom", "staging", "not_null_stg_intercom__contact_company_history_contact_id"], "alias": "not_null_stg_intercom__contact_company_history_contact_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {}, "created_at": 1765580298.786142, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__contact_company_history", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.intercom.stg_intercom__contact_company_history"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom.yml/not_null_stg_intercom__contact_company_history_contact_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect contact_id\nfrom \"postgres\".\"public_intercom_dev\".\"stg_intercom__contact_company_history\"\nwhere contact_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "contact_id", "file_key_name": "models.stg_intercom__contact_company_history", "attached_node": "model.intercom.stg_intercom__contact_company_history", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "contact_id", "model": "{{ get_where_subquery(ref('stg_intercom__contact_company_history')) }}"}, "namespace": null}}, "test.intercom.not_null_stg_intercom__contact_history_contact_id.433f831acf": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_intercom__contact_history_contact_id", "resource_type": "test", "package_name": "intercom", "path": "not_null_stg_intercom__contact_history_contact_id.sql", "original_file_path": "models/staging/stg_intercom.yml", "unique_id": "test.intercom.not_null_stg_intercom__contact_history_contact_id.433f831acf", "fqn": ["intercom", "staging", "not_null_stg_intercom__contact_history_contact_id"], "alias": "not_null_stg_intercom__contact_history_contact_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {}, "created_at": 1765580298.7884924, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__contact_history", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.intercom.stg_intercom__contact_history"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom.yml/not_null_stg_intercom__contact_history_contact_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect contact_id\nfrom \"postgres\".\"public_intercom_dev\".\"stg_intercom__contact_history\"\nwhere contact_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "contact_id", "file_key_name": "models.stg_intercom__contact_history", "attached_node": "model.intercom.stg_intercom__contact_history", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "contact_id", "model": "{{ get_where_subquery(ref('stg_intercom__contact_history')) }}"}, "namespace": null}}, "test.intercom.not_null_stg_intercom__contact_tag_history_contact_id.80f3693f49": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_intercom__contact_tag_history_contact_id", "resource_type": "test", "package_name": "intercom", "path": "not_null_stg_intercom__contact_tag_history_contact_id.sql", "original_file_path": "models/staging/stg_intercom.yml", "unique_id": "test.intercom.not_null_stg_intercom__contact_tag_history_contact_id.80f3693f49", "fqn": ["intercom", "staging", "not_null_stg_intercom__contact_tag_history_contact_id"], "alias": "not_null_stg_intercom__contact_tag_history_contact_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {}, "created_at": 1765580298.790937, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__contact_tag_history", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.intercom.stg_intercom__contact_tag_history"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom.yml/not_null_stg_intercom__contact_tag_history_contact_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect contact_id\nfrom \"postgres\".\"public_intercom_dev\".\"stg_intercom__contact_tag_history\"\nwhere contact_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "contact_id", "file_key_name": "models.stg_intercom__contact_tag_history", "attached_node": "model.intercom.stg_intercom__contact_tag_history", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "contact_id", "model": "{{ get_where_subquery(ref('stg_intercom__contact_tag_history')) }}"}, "namespace": null}}, "test.intercom.not_null_stg_intercom__contact_tag_history_tag_id.24a4c9df63": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_intercom__contact_tag_history_tag_id", "resource_type": "test", "package_name": "intercom", "path": "not_null_stg_intercom__contact_tag_history_tag_id.sql", "original_file_path": "models/staging/stg_intercom.yml", "unique_id": "test.intercom.not_null_stg_intercom__contact_tag_history_tag_id.24a4c9df63", "fqn": ["intercom", "staging", "not_null_stg_intercom__contact_tag_history_tag_id"], "alias": "not_null_stg_intercom__contact_tag_history_tag_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {}, "created_at": 1765580298.7932854, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__contact_tag_history", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.intercom.stg_intercom__contact_tag_history"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom.yml/not_null_stg_intercom__contact_tag_history_tag_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect tag_id\nfrom \"postgres\".\"public_intercom_dev\".\"stg_intercom__contact_tag_history\"\nwhere tag_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "tag_id", "file_key_name": "models.stg_intercom__contact_tag_history", "attached_node": "model.intercom.stg_intercom__contact_tag_history", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "tag_id", "model": "{{ get_where_subquery(ref('stg_intercom__contact_tag_history')) }}"}, "namespace": null}}, "test.intercom.not_null_stg_intercom__conversation_contact_history_contact_id.faa2dd69f0": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_intercom__conversation_contact_history_contact_id", "resource_type": "test", "package_name": "intercom", "path": "not_null_stg_intercom__conversation_contact_history_contact_id.sql", "original_file_path": "models/staging/stg_intercom.yml", "unique_id": "test.intercom.not_null_stg_intercom__conversation_contact_history_contact_id.faa2dd69f0", "fqn": ["intercom", "staging", "not_null_stg_intercom__conversation_contact_history_contact_id"], "alias": "not_null_stg_intercom__conversation_contact_history_contact_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {}, "created_at": 1765580298.7956607, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__conversation_contact_history", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.intercom.stg_intercom__conversation_contact_history"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom.yml/not_null_stg_intercom__conversation_contact_history_contact_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect contact_id\nfrom \"postgres\".\"public_intercom_dev\".\"stg_intercom__conversation_contact_history\"\nwhere contact_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "contact_id", "file_key_name": "models.stg_intercom__conversation_contact_history", "attached_node": "model.intercom.stg_intercom__conversation_contact_history", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "contact_id", "model": "{{ get_where_subquery(ref('stg_intercom__conversation_contact_history')) }}"}, "namespace": null}}, "test.intercom.not_null_stg_intercom__conversation_contact_history_conversation_id.6619b609cf": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_intercom__conversation_contact_history_conversation_id", "resource_type": "test", "package_name": "intercom", "path": "not_null_stg_intercom__convers_d02c0924e7c5ab61bbeabd18aede5b2a.sql", "original_file_path": "models/staging/stg_intercom.yml", "unique_id": "test.intercom.not_null_stg_intercom__conversation_contact_history_conversation_id.6619b609cf", "fqn": ["intercom", "staging", "not_null_stg_intercom__conversation_contact_history_conversation_id"], "alias": "not_null_stg_intercom__convers_d02c0924e7c5ab61bbeabd18aede5b2a", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "not_null_stg_intercom__convers_d02c0924e7c5ab61bbeabd18aede5b2a", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"alias": "not_null_stg_intercom__convers_d02c0924e7c5ab61bbeabd18aede5b2a"}, "created_at": 1765580298.7980497, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}{{ config(alias=\"not_null_stg_intercom__convers_d02c0924e7c5ab61bbeabd18aede5b2a\") }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__conversation_contact_history", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.intercom.stg_intercom__conversation_contact_history"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom.yml/not_null_stg_intercom__convers_d02c0924e7c5ab61bbeabd18aede5b2a.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect conversation_id\nfrom \"postgres\".\"public_intercom_dev\".\"stg_intercom__conversation_contact_history\"\nwhere conversation_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "conversation_id", "file_key_name": "models.stg_intercom__conversation_contact_history", "attached_node": "model.intercom.stg_intercom__conversation_contact_history", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "conversation_id", "model": "{{ get_where_subquery(ref('stg_intercom__conversation_contact_history')) }}"}, "namespace": null}}, "test.intercom.not_null_stg_intercom__conversation_history_conversation_id.947be5d87e": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_intercom__conversation_history_conversation_id", "resource_type": "test", "package_name": "intercom", "path": "not_null_stg_intercom__conversation_history_conversation_id.sql", "original_file_path": "models/staging/stg_intercom.yml", "unique_id": "test.intercom.not_null_stg_intercom__conversation_history_conversation_id.947be5d87e", "fqn": ["intercom", "staging", "not_null_stg_intercom__conversation_history_conversation_id"], "alias": "not_null_stg_intercom__conversation_history_conversation_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {}, "created_at": 1765580298.800366, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__conversation_history", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.intercom.stg_intercom__conversation_history"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom.yml/not_null_stg_intercom__conversation_history_conversation_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect conversation_id\nfrom \"postgres\".\"public_intercom_dev\".\"stg_intercom__conversation_history\"\nwhere conversation_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "conversation_id", "file_key_name": "models.stg_intercom__conversation_history", "attached_node": "model.intercom.stg_intercom__conversation_history", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "conversation_id", "model": "{{ get_where_subquery(ref('stg_intercom__conversation_history')) }}"}, "namespace": null}}, "test.intercom.not_null_stg_intercom__conversation_part_history_conversation_part_id.53df1b68d4": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_intercom__conversation_part_history_conversation_part_id", "resource_type": "test", "package_name": "intercom", "path": "not_null_stg_intercom__convers_7d7e8ffe4c2506ce9378da1e8358c385.sql", "original_file_path": "models/staging/stg_intercom.yml", "unique_id": "test.intercom.not_null_stg_intercom__conversation_part_history_conversation_part_id.53df1b68d4", "fqn": ["intercom", "staging", "not_null_stg_intercom__conversation_part_history_conversation_part_id"], "alias": "not_null_stg_intercom__convers_7d7e8ffe4c2506ce9378da1e8358c385", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "not_null_stg_intercom__convers_7d7e8ffe4c2506ce9378da1e8358c385", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"alias": "not_null_stg_intercom__convers_7d7e8ffe4c2506ce9378da1e8358c385"}, "created_at": 1765580298.8028967, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}{{ config(alias=\"not_null_stg_intercom__convers_7d7e8ffe4c2506ce9378da1e8358c385\") }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__conversation_part_history", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.intercom.stg_intercom__conversation_part_history"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom.yml/not_null_stg_intercom__convers_7d7e8ffe4c2506ce9378da1e8358c385.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect conversation_part_id\nfrom \"postgres\".\"public_intercom_dev\".\"stg_intercom__conversation_part_history\"\nwhere conversation_part_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "conversation_part_id", "file_key_name": "models.stg_intercom__conversation_part_history", "attached_node": "model.intercom.stg_intercom__conversation_part_history", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "conversation_part_id", "model": "{{ get_where_subquery(ref('stg_intercom__conversation_part_history')) }}"}, "namespace": null}}, "test.intercom.not_null_stg_intercom__conversation_part_history_created_at.7f5a7ff8d7": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_intercom__conversation_part_history_created_at", "resource_type": "test", "package_name": "intercom", "path": "not_null_stg_intercom__conversation_part_history_created_at.sql", "original_file_path": "models/staging/stg_intercom.yml", "unique_id": "test.intercom.not_null_stg_intercom__conversation_part_history_created_at.7f5a7ff8d7", "fqn": ["intercom", "staging", "not_null_stg_intercom__conversation_part_history_created_at"], "alias": "not_null_stg_intercom__conversation_part_history_created_at", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {}, "created_at": 1765580298.8052423, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__conversation_part_history", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.intercom.stg_intercom__conversation_part_history"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom.yml/not_null_stg_intercom__conversation_part_history_created_at.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect created_at\nfrom \"postgres\".\"public_intercom_dev\".\"stg_intercom__conversation_part_history\"\nwhere created_at is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "created_at", "file_key_name": "models.stg_intercom__conversation_part_history", "attached_node": "model.intercom.stg_intercom__conversation_part_history", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "created_at", "model": "{{ get_where_subquery(ref('stg_intercom__conversation_part_history')) }}"}, "namespace": null}}, "test.intercom.not_null_stg_intercom__conversation_tag_history_conversation_id.2b897a1922": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_intercom__conversation_tag_history_conversation_id", "resource_type": "test", "package_name": "intercom", "path": "not_null_stg_intercom__conversation_tag_history_conversation_id.sql", "original_file_path": "models/staging/stg_intercom.yml", "unique_id": "test.intercom.not_null_stg_intercom__conversation_tag_history_conversation_id.2b897a1922", "fqn": ["intercom", "staging", "not_null_stg_intercom__conversation_tag_history_conversation_id"], "alias": "not_null_stg_intercom__conversation_tag_history_conversation_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {}, "created_at": 1765580298.8076162, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__conversation_tag_history", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.intercom.stg_intercom__conversation_tag_history"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom.yml/not_null_stg_intercom__conversation_tag_history_conversation_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect conversation_id\nfrom \"postgres\".\"public_intercom_dev\".\"stg_intercom__conversation_tag_history\"\nwhere conversation_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "conversation_id", "file_key_name": "models.stg_intercom__conversation_tag_history", "attached_node": "model.intercom.stg_intercom__conversation_tag_history", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "conversation_id", "model": "{{ get_where_subquery(ref('stg_intercom__conversation_tag_history')) }}"}, "namespace": null}}, "test.intercom.not_null_stg_intercom__conversation_tag_history_tag_id.11ffc3e16e": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_intercom__conversation_tag_history_tag_id", "resource_type": "test", "package_name": "intercom", "path": "not_null_stg_intercom__conversation_tag_history_tag_id.sql", "original_file_path": "models/staging/stg_intercom.yml", "unique_id": "test.intercom.not_null_stg_intercom__conversation_tag_history_tag_id.11ffc3e16e", "fqn": ["intercom", "staging", "not_null_stg_intercom__conversation_tag_history_tag_id"], "alias": "not_null_stg_intercom__conversation_tag_history_tag_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {}, "created_at": 1765580298.8099797, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__conversation_tag_history", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.intercom.stg_intercom__conversation_tag_history"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom.yml/not_null_stg_intercom__conversation_tag_history_tag_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect tag_id\nfrom \"postgres\".\"public_intercom_dev\".\"stg_intercom__conversation_tag_history\"\nwhere tag_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "tag_id", "file_key_name": "models.stg_intercom__conversation_tag_history", "attached_node": "model.intercom.stg_intercom__conversation_tag_history", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "tag_id", "model": "{{ get_where_subquery(ref('stg_intercom__conversation_tag_history')) }}"}, "namespace": null}}, "test.intercom.not_null_stg_intercom__team_admin_team_id.11bddbf17b": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_intercom__team_admin_team_id", "resource_type": "test", "package_name": "intercom", "path": "not_null_stg_intercom__team_admin_team_id.sql", "original_file_path": "models/staging/stg_intercom.yml", "unique_id": "test.intercom.not_null_stg_intercom__team_admin_team_id.11bddbf17b", "fqn": ["intercom", "staging", "not_null_stg_intercom__team_admin_team_id"], "alias": "not_null_stg_intercom__team_admin_team_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {}, "created_at": 1765580298.8125362, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__team_admin", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.intercom.stg_intercom__team_admin"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom.yml/not_null_stg_intercom__team_admin_team_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect team_id\nfrom \"postgres\".\"public_intercom_dev\".\"stg_intercom__team_admin\"\nwhere team_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "team_id", "file_key_name": "models.stg_intercom__team_admin", "attached_node": "model.intercom.stg_intercom__team_admin", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "team_id", "model": "{{ get_where_subquery(ref('stg_intercom__team_admin')) }}"}, "namespace": null}}, "test.intercom.not_null_stg_intercom__team_team_id.f6f47bb6ae": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_intercom__team_team_id", "resource_type": "test", "package_name": "intercom", "path": "not_null_stg_intercom__team_team_id.sql", "original_file_path": "models/staging/stg_intercom.yml", "unique_id": "test.intercom.not_null_stg_intercom__team_team_id.f6f47bb6ae", "fqn": ["intercom", "staging", "not_null_stg_intercom__team_team_id"], "alias": "not_null_stg_intercom__team_team_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {}, "created_at": 1765580298.8149166, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__team", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.intercom.stg_intercom__team"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom.yml/not_null_stg_intercom__team_team_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect team_id\nfrom \"postgres\".\"public_intercom_dev\".\"stg_intercom__team\"\nwhere team_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "team_id", "file_key_name": "models.stg_intercom__team", "attached_node": "model.intercom.stg_intercom__team", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "team_id", "model": "{{ get_where_subquery(ref('stg_intercom__team')) }}"}, "namespace": null}}, "test.intercom.not_null_stg_intercom__article_history_article_id.15bcfdb2d9": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_intercom__article_history_article_id", "resource_type": "test", "package_name": "intercom", "path": "not_null_stg_intercom__article_history_article_id.sql", "original_file_path": "models/staging/stg_intercom.yml", "unique_id": "test.intercom.not_null_stg_intercom__article_history_article_id.15bcfdb2d9", "fqn": ["intercom", "staging", "not_null_stg_intercom__article_history_article_id"], "alias": "not_null_stg_intercom__article_history_article_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {}, "created_at": 1765580298.8172867, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__article_history", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.intercom.stg_intercom__article_history"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom.yml/not_null_stg_intercom__article_history_article_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect article_id\nfrom \"postgres\".\"public_intercom_dev\".\"stg_intercom__article_history\"\nwhere article_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "article_id", "file_key_name": "models.stg_intercom__article_history", "attached_node": "model.intercom.stg_intercom__article_history", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "article_id", "model": "{{ get_where_subquery(ref('stg_intercom__article_history')) }}"}, "namespace": null}}, "test.intercom.not_null_stg_intercom__collection_history_collection_id.349ec418dd": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_intercom__collection_history_collection_id", "resource_type": "test", "package_name": "intercom", "path": "not_null_stg_intercom__collection_history_collection_id.sql", "original_file_path": "models/staging/stg_intercom.yml", "unique_id": "test.intercom.not_null_stg_intercom__collection_history_collection_id.349ec418dd", "fqn": ["intercom", "staging", "not_null_stg_intercom__collection_history_collection_id"], "alias": "not_null_stg_intercom__collection_history_collection_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {}, "created_at": 1765580298.8196616, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__collection_history", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.intercom.stg_intercom__collection_history"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom.yml/not_null_stg_intercom__collection_history_collection_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect collection_id\nfrom \"postgres\".\"public_intercom_dev\".\"stg_intercom__collection_history\"\nwhere collection_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "collection_id", "file_key_name": "models.stg_intercom__collection_history", "attached_node": "model.intercom.stg_intercom__collection_history", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "collection_id", "model": "{{ get_where_subquery(ref('stg_intercom__collection_history')) }}"}, "namespace": null}}, "test.intercom.not_null_stg_intercom__help_center_history_help_center_id.0224959596": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_intercom__help_center_history_help_center_id", "resource_type": "test", "package_name": "intercom", "path": "not_null_stg_intercom__help_center_history_help_center_id.sql", "original_file_path": "models/staging/stg_intercom.yml", "unique_id": "test.intercom.not_null_stg_intercom__help_center_history_help_center_id.0224959596", "fqn": ["intercom", "staging", "not_null_stg_intercom__help_center_history_help_center_id"], "alias": "not_null_stg_intercom__help_center_history_help_center_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {}, "created_at": 1765580298.822028, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__help_center_history", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.intercom.stg_intercom__help_center_history"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom.yml/not_null_stg_intercom__help_center_history_help_center_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect help_center_id\nfrom \"postgres\".\"public_intercom_dev\".\"stg_intercom__help_center_history\"\nwhere help_center_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "help_center_id", "file_key_name": "models.stg_intercom__help_center_history", "attached_node": "model.intercom.stg_intercom__help_center_history", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "help_center_id", "model": "{{ get_where_subquery(ref('stg_intercom__help_center_history')) }}"}, "namespace": null}}}, "sources": {"source.intercom.intercom.article_history": {"database": "postgres", "schema": "public", "name": "article_history", "resource_type": "source", "package_name": "intercom", "path": "models/staging/src_intercom.yml", "original_file_path": "models/staging/src_intercom.yml", "unique_id": "source.intercom.intercom.article_history", "fqn": ["intercom", "staging", "intercom", "article_history"], "source_name": "intercom", "source_description": "", "loader": "fivetran", "identifier": "article_history_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "external": null, "description": "Table containing historical information about help center articles within Intercom.", "columns": {"id": {"name": "id", "description": "The unique identifier for the article.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "collection_id": {"name": "collection_id", "description": "The unique identifier of the collection this article belongs to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "section_id": {"name": "section_id", "description": "The unique identifier of the section (nested collection) if applicable.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "author_id": {"name": "author_id", "description": "The unique identifier of the admin who authored the article.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "title": {"name": "title", "description": "The title of the article.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "description": {"name": "description", "description": "The description or summary of the article.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "body": {"name": "body", "description": "The full body content of the article (HTML).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "url": {"name": "url", "description": "The public URL of the article.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "type": {"name": "type", "description": "The type of the article (e.g., 'article').", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "state": {"name": "state", "description": "The publication state of the article (draft, published).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "parent_type": {"name": "parent_type", "description": "The type of parent container (collection, section).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "default_locale": {"name": "default_locale", "description": "The default locale/language of the article.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "workspace_id": {"name": "workspace_id", "description": "The Intercom workspace identifier.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "statistics_type": {"name": "statistics_type", "description": "The type of statistics tracking.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "statistics_views": {"name": "statistics_views", "description": "The number of article views.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "statistics_conversations": {"name": "statistics_conversations", "description": "The number of conversations started from this article.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "statistics_reactions": {"name": "statistics_reactions", "description": "The total number of reactions.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "statistics_happy_reaction_percentage": {"name": "statistics_happy_reaction_percentage", "description": "The percentage of happy reactions.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "statistics_neutral_reaction_percentage": {"name": "statistics_neutral_reaction_percentage", "description": "The percentage of neutral reactions.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "statistics_sad_reaction_percentage": {"name": "statistics_sad_reaction_percentage", "description": "The percentage of sad reactions.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "created_at": {"name": "created_at", "description": "The time the article was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "updated_at": {"name": "updated_at", "description": "The time the article was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_active": {"name": "_fivetran_active", "description": "Boolean to identify an active record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_start": {"name": "_fivetran_start", "description": "Timestamp to record the time that a record is ingested by Fivetran. This value may not be identical to the time the record was created in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_end": {"name": "_fivetran_end", "description": "Timestamp to record the time when a record became inactive in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true, "event_time": null, "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "meta": {}, "tags": []}, "patch_path": null, "unrendered_config": {"enabled": true, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "loaded_at_query": null, "meta": {}, "tags": []}, "relation_name": "\"postgres\".\"public\".\"article_history_data\"", "created_at": 1765580298.9849753, "unrendered_database": "{% if target.type != 'spark' %}{{ var('intercom_database', target.database)}}{% endif %}", "unrendered_schema": "{{ var('intercom_schema', 'intercom') }}", "doc_blocks": []}, "source.intercom.intercom.admin": {"database": "postgres", "schema": "public", "name": "admin", "resource_type": "source", "package_name": "intercom", "path": "models/staging/src_intercom.yml", "original_file_path": "models/staging/src_intercom.yml", "unique_id": "source.intercom.intercom.admin", "fqn": ["intercom", "staging", "intercom", "admin"], "source_name": "intercom", "source_description": "", "loader": "fivetran", "identifier": "admin_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": null, "external": null, "description": "Table containing information related to admins. Admins are the teammate accounts that have access to a workspace.", "columns": {"id": {"name": "id", "description": "The unique identifier representing the admin.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "job_title": {"name": "job_title", "description": "The admin job title.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "name": {"name": "name", "description": "The name of the admin.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean indicating whether the contact is deleted.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true, "event_time": null, "freshness": null, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "meta": {}, "tags": []}, "patch_path": null, "unrendered_config": {"enabled": true, "loaded_at_field": "_fivetran_synced", "freshness": null, "loaded_at_query": null, "meta": {}, "tags": []}, "relation_name": "\"postgres\".\"public\".\"admin_data\"", "created_at": 1765580298.986821, "unrendered_database": "{% if target.type != 'spark' %}{{ var('intercom_database', target.database)}}{% endif %}", "unrendered_schema": "{{ var('intercom_schema', 'intercom') }}", "doc_blocks": []}, "source.intercom.intercom.collection_history": {"database": "postgres", "schema": "public", "name": "collection_history", "resource_type": "source", "package_name": "intercom", "path": "models/staging/src_intercom.yml", "original_file_path": "models/staging/src_intercom.yml", "unique_id": "source.intercom.intercom.collection_history", "fqn": ["intercom", "staging", "intercom", "collection_history"], "source_name": "intercom", "source_description": "", "loader": "fivetran", "identifier": "collection_history_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "external": null, "description": "Table containing historical information about help center collections (categories/sections) within Intercom.", "columns": {"id": {"name": "id", "description": "The unique identifier for the collection.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "help_center_id": {"name": "help_center_id", "description": "The unique identifier of the help center this collection belongs to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "parent_id": {"name": "parent_id", "description": "The unique identifier of the parent collection (for nested sections).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "name": {"name": "name", "description": "The name of the collection.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "description": {"name": "description", "description": "The description of the collection.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "url": {"name": "url", "description": "The public URL of the collection.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "icon": {"name": "icon", "description": "The icon identifier for the collection.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "type": {"name": "type", "description": "The type of collection (e.g., 'collection').", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "default_locale": {"name": "default_locale", "description": "The default locale/language of the collection.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "workspace_id": {"name": "workspace_id", "description": "The Intercom workspace identifier.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "order": {"name": "order", "description": "The display order within the parent.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "created_at": {"name": "created_at", "description": "The time the collection was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "updated_at": {"name": "updated_at", "description": "The time the collection was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_active": {"name": "_fivetran_active", "description": "Boolean to identify an active record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_start": {"name": "_fivetran_start", "description": "Timestamp to record the time that a record is ingested by Fivetran. This value may not be identical to the time the record was created in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_end": {"name": "_fivetran_end", "description": "Timestamp to record the time when a record became inactive in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true, "event_time": null, "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "meta": {}, "tags": []}, "patch_path": null, "unrendered_config": {"enabled": true, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "loaded_at_query": null, "meta": {}, "tags": []}, "relation_name": "\"postgres\".\"public\".\"collection_history_data\"", "created_at": 1765580298.9876413, "unrendered_database": "{% if target.type != 'spark' %}{{ var('intercom_database', target.database)}}{% endif %}", "unrendered_schema": "{{ var('intercom_schema', 'intercom') }}", "doc_blocks": []}, "source.intercom.intercom.company_history": {"database": "postgres", "schema": "public", "name": "company_history", "resource_type": "source", "package_name": "intercom", "path": "models/staging/src_intercom.yml", "original_file_path": "models/staging/src_intercom.yml", "unique_id": "source.intercom.intercom.company_history", "fqn": ["intercom", "staging", "intercom", "company_history"], "source_name": "intercom", "source_description": "", "loader": "fivetran", "identifier": "company_history_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "external": null, "description": "Table containing historical information about companies which have been created within Intercom.", "columns": {"id": {"name": "id", "description": "The unique identifier representing the Intercom defined company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "company_id": {"name": "company_id", "description": "The custom identifier representing the Intercom defined company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "name": {"name": "name", "description": "The name of the company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "website": {"name": "website", "description": "The website associated with the company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "industry": {"name": "industry", "description": "The defined industry the company operates in.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "created_at": {"name": "created_at", "description": "The time the company was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "updated_at": {"name": "updated_at", "description": "The time the company was last updated at.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "user_count": {"name": "user_count", "description": "The total count of users associated with the company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "session_count": {"name": "session_count", "description": "The total count of conversation sessions associated with the company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "monthly_spend": {"name": "monthly_spend", "description": "How much revenue the company generates for your business.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "plan_id": {"name": "plan_id", "description": "Unique identifier representing the company plan.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "plan_name": {"name": "plan_name", "description": "The name of the plan you have associated with the company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_active": {"name": "_fivetran_active", "description": "Boolean to identify an active record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_start": {"name": "_fivetran_start", "description": "Timestamp to record the time that a record is ingested by Fivetran. This value may not be identical to the time the record was created in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_end": {"name": "_fivetran_end", "description": "Timestamp to record the time when a record became inactive in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true, "event_time": null, "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "meta": {}, "tags": []}, "patch_path": null, "unrendered_config": {"enabled": true, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "loaded_at_query": null, "meta": {}, "tags": []}, "relation_name": "\"postgres\".\"public\".\"company_history_data\"", "created_at": 1765580298.9883215, "unrendered_database": "{% if target.type != 'spark' %}{{ var('intercom_database', target.database)}}{% endif %}", "unrendered_schema": "{{ var('intercom_schema', 'intercom') }}", "doc_blocks": []}, "source.intercom.intercom.company_tag_history": {"database": "postgres", "schema": "public", "name": "company_tag_history", "resource_type": "source", "package_name": "intercom", "path": "models/staging/src_intercom.yml", "original_file_path": "models/staging/src_intercom.yml", "unique_id": "source.intercom.intercom.company_tag_history", "fqn": ["intercom", "staging", "intercom", "company_tag_history"], "source_name": "intercom", "source_description": "", "loader": "fivetran", "identifier": "company_tag_history_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "external": null, "description": "Mapping table for tags associated with companies.", "columns": {"company_id": {"name": "company_id", "description": "The unique identifier related to the company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "company_updated_at": {"name": "company_updated_at", "description": "The date the company was last updated at.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "tag_id": {"name": "tag_id", "description": "The unique identifier related to the tag.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_active": {"name": "_fivetran_active", "description": "Boolean to identify an active record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_start": {"name": "_fivetran_start", "description": "Timestamp to record the time that a record is ingested by Fivetran. This value may not be identical to the time the record was created in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_end": {"name": "_fivetran_end", "description": "Timestamp to record the time when a record became inactive in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true, "event_time": null, "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "meta": {}, "tags": []}, "patch_path": null, "unrendered_config": {"enabled": true, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "loaded_at_query": null, "meta": {}, "tags": []}, "relation_name": "\"postgres\".\"public\".\"company_tag_history_data\"", "created_at": 1765580298.9889677, "unrendered_database": "{% if target.type != 'spark' %}{{ var('intercom_database', target.database)}}{% endif %}", "unrendered_schema": "{{ var('intercom_schema', 'intercom') }}", "doc_blocks": []}, "source.intercom.intercom.contact_company_history": {"database": "postgres", "schema": "public", "name": "contact_company_history", "resource_type": "source", "package_name": "intercom", "path": "models/staging/src_intercom.yml", "original_file_path": "models/staging/src_intercom.yml", "unique_id": "source.intercom.intercom.contact_company_history", "fqn": ["intercom", "staging", "intercom", "contact_company_history"], "source_name": "intercom", "source_description": "", "loader": "fivetran", "identifier": "contact_company_history_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "external": null, "description": "Mapping table for contacts associated with companies.", "columns": {"company_id": {"name": "company_id", "description": "The unique identifier related to the company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "contact_id": {"name": "contact_id", "description": "The unique identifier related to the contact.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "contact_updated_at": {"name": "contact_updated_at", "description": "The time the contact was last updated at.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_active": {"name": "_fivetran_active", "description": "Boolean to identify an active record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_start": {"name": "_fivetran_start", "description": "Timestamp to record the time that a record is ingested by Fivetran. This value may not be identical to the time the record was created in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_end": {"name": "_fivetran_end", "description": "Timestamp to record the time when a record became inactive in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true, "event_time": null, "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "meta": {}, "tags": []}, "patch_path": null, "unrendered_config": {"enabled": true, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "loaded_at_query": null, "meta": {}, "tags": []}, "relation_name": "\"postgres\".\"public\".\"contact_company_history_data\"", "created_at": 1765580298.9896202, "unrendered_database": "{% if target.type != 'spark' %}{{ var('intercom_database', target.database)}}{% endif %}", "unrendered_schema": "{{ var('intercom_schema', 'intercom') }}", "doc_blocks": []}, "source.intercom.intercom.contact_history": {"database": "postgres", "schema": "public", "name": "contact_history", "resource_type": "source", "package_name": "intercom", "path": "models/staging/src_intercom.yml", "original_file_path": "models/staging/src_intercom.yml", "unique_id": "source.intercom.intercom.contact_history", "fqn": ["intercom", "staging", "intercom", "contact_history"], "source_name": "intercom", "source_description": "", "loader": "fivetran", "identifier": "contact_history_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "external": null, "description": "Table which provides historical details on contacts within Intercom.", "columns": {"id": {"name": "id", "description": "The unique identifier for the contact which is given by Intercom.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "admin_id": {"name": "admin_id", "description": "The unique identifier representing the admin which has been assigned ownership of the contact.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "created_at": {"name": "created_at", "description": "The time when the contact was created within Intercom.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "signed_up_at": {"name": "signed_up_at", "description": "The time the contact signed up.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "name": {"name": "name", "description": "The name of the contact.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "role": {"name": "role", "description": "The role of the contact (user or lead).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "email": {"name": "email", "description": "The contacts email.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_replied_at": {"name": "last_replied_at", "description": "The time when the contact last messaged in.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_contacted_at": {"name": "last_contacted_at", "description": "The time when the contact was last messaged.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_email_clicked_at": {"name": "last_email_clicked_at", "description": "The time when the contact last clicked a link in an email.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_email_opened_at": {"name": "last_email_opened_at", "description": "The time when a contact last opened an email.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "unsubscribed_from_emails": {"name": "unsubscribed_from_emails", "description": "Boolean indicating whether the contact has unsubscribed from emails.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_active": {"name": "_fivetran_active", "description": "Boolean to identify an active record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_start": {"name": "_fivetran_start", "description": "Timestamp to record the time that a record is ingested by Fivetran. This value may not be identical to the time the record was created in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_end": {"name": "_fivetran_end", "description": "Timestamp to record the time when a record became inactive in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true, "event_time": null, "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "meta": {}, "tags": []}, "patch_path": null, "unrendered_config": {"enabled": true, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "loaded_at_query": null, "meta": {}, "tags": []}, "relation_name": "\"postgres\".\"public\".\"contact_history_data\"", "created_at": 1765580298.9902713, "unrendered_database": "{% if target.type != 'spark' %}{{ var('intercom_database', target.database)}}{% endif %}", "unrendered_schema": "{{ var('intercom_schema', 'intercom') }}", "doc_blocks": []}, "source.intercom.intercom.contact_tag_history": {"database": "postgres", "schema": "public", "name": "contact_tag_history", "resource_type": "source", "package_name": "intercom", "path": "models/staging/src_intercom.yml", "original_file_path": "models/staging/src_intercom.yml", "unique_id": "source.intercom.intercom.contact_tag_history", "fqn": ["intercom", "staging", "intercom", "contact_tag_history"], "source_name": "intercom", "source_description": "", "loader": "fivetran", "identifier": "contact_tag_history_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "external": null, "description": "Mapping table for tags associated with contacts.", "columns": {"contact_id": {"name": "contact_id", "description": "The unique identifier related to the contact.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "contact_updated_at": {"name": "contact_updated_at", "description": "The date the contact was last updated at.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "tag_id": {"name": "tag_id", "description": "The unique identifier related to the tag.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_active": {"name": "_fivetran_active", "description": "Boolean to identify an active record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_start": {"name": "_fivetran_start", "description": "Timestamp to record the time that a record is ingested by Fivetran. This value may not be identical to the time the record was created in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_end": {"name": "_fivetran_end", "description": "Timestamp to record the time when a record became inactive in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true, "event_time": null, "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "meta": {}, "tags": []}, "patch_path": null, "unrendered_config": {"enabled": true, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "loaded_at_query": null, "meta": {}, "tags": []}, "relation_name": "\"postgres\".\"public\".\"contact_tag_history_data\"", "created_at": 1765580298.9909074, "unrendered_database": "{% if target.type != 'spark' %}{{ var('intercom_database', target.database)}}{% endif %}", "unrendered_schema": "{{ var('intercom_schema', 'intercom') }}", "doc_blocks": []}, "source.intercom.intercom.conversation_contact_history": {"database": "postgres", "schema": "public", "name": "conversation_contact_history", "resource_type": "source", "package_name": "intercom", "path": "models/staging/src_intercom.yml", "original_file_path": "models/staging/src_intercom.yml", "unique_id": "source.intercom.intercom.conversation_contact_history", "fqn": ["intercom", "staging", "intercom", "conversation_contact_history"], "source_name": "intercom", "source_description": "", "loader": "fivetran", "identifier": "conversation_contact_history_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "external": null, "description": "Mapping table for contacts associated with a conversation.", "columns": {"contact_id": {"name": "contact_id", "description": "The unique identifier for the contact.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation_id": {"name": "conversation_id", "description": "The unique identifier for the conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation_updated_at": {"name": "conversation_updated_at", "description": "Time the conversation was last updated at.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_active": {"name": "_fivetran_active", "description": "Boolean to identify an active record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_start": {"name": "_fivetran_start", "description": "Timestamp to record the time that a record is ingested by Fivetran. This value may not be identical to the time the record was created in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_end": {"name": "_fivetran_end", "description": "Timestamp to record the time when a record became inactive in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true, "event_time": null, "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "meta": {}, "tags": []}, "patch_path": null, "unrendered_config": {"enabled": true, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "loaded_at_query": null, "meta": {}, "tags": []}, "relation_name": "\"postgres\".\"public\".\"conversation_contact_history_data\"", "created_at": 1765580298.9915817, "unrendered_database": "{% if target.type != 'spark' %}{{ var('intercom_database', target.database)}}{% endif %}", "unrendered_schema": "{{ var('intercom_schema', 'intercom') }}", "doc_blocks": []}, "source.intercom.intercom.conversation_history": {"database": "postgres", "schema": "public", "name": "conversation_history", "resource_type": "source", "package_name": "intercom", "path": "models/staging/src_intercom.yml", "original_file_path": "models/staging/src_intercom.yml", "unique_id": "source.intercom.intercom.conversation_history", "fqn": ["intercom", "staging", "intercom", "conversation_history"], "source_name": "intercom", "source_description": "", "loader": "fivetran", "identifier": "conversation_history_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "external": null, "description": "Table containing the historical records of each conversation. Conversations are created when a contact replies to an outbound message, or when one admin directly sends a message to a single contact.", "columns": {"id": {"name": "id", "description": "The id representing the conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "created_at": {"name": "created_at", "description": "The time the conversation was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "assignee_id": {"name": "assignee_id", "description": "The id of the user assigned to the conversation. If it is not assigned to a user it will return null.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "assignee_type": {"name": "assignee_type", "description": "The type of user the conversation is assigned to. If it is not assigned to a user it will return null.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation_rating_value": {"name": "conversation_rating_value", "description": "An optional field for the customer to rate the conversation which will be between 1 and 5.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation_rating_remark": {"name": "conversation_rating_remark", "description": "An optional field to add a remark to correspond to the number rating.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "first_contact_reply_created_at": {"name": "first_contact_reply_created_at", "description": "Time of the first text conversation part from a contact.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "first_contact_reply_type": {"name": "first_contact_reply_type", "description": "The type of communication in which the first contact reply was.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_read": {"name": "is_read", "description": "Boolean indicating whether the conversation message has been read.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "source_author_id": {"name": "source_author_id", "description": "id of the individual who authored the first message.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "source_author_type": {"name": "source_author_type", "description": "The type of individual who authored the first message.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "source_delivered_as": {"name": "source_delivered_as", "description": "How the conversation was initially delivered to the responder.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "source_type": {"name": "source_type", "description": "The type of conversation. This includes conversation, push, facebook, twitter and email.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "source_subject": {"name": "source_subject", "description": "The subject of the conversation created by the initiator.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "state": {"name": "state", "description": "The current state of the conversation (open or close).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "updated_at": {"name": "updated_at", "description": "The date the conversation was last updated at.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "waiting_since": {"name": "waiting_since", "description": "The last time a contact responded to an admin. The time a customer started waiting for a response. Set to null if the last reply is from an admin.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "snoozed_until": {"name": "snoozed_until", "description": "If set, this is the time in the future when this conversation will be marked as open.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sla_name": {"name": "sla_name", "description": "The name of the SLA as given by the teammate when it was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sla_status": {"name": "sla_status", "description": "One of \u201chit\u201d, \u201dmissed\u201d, or \u201ccancelled\u201d.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_active": {"name": "_fivetran_active", "description": "Boolean to identify an active record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_start": {"name": "_fivetran_start", "description": "Timestamp to record the time that a record is ingested by Fivetran. This value may not be identical to the time the record was created in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_end": {"name": "_fivetran_end", "description": "Timestamp to record the time when a record became inactive in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true, "event_time": null, "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "meta": {}, "tags": []}, "patch_path": null, "unrendered_config": {"enabled": true, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "loaded_at_query": null, "meta": {}, "tags": []}, "relation_name": "\"postgres\".\"public\".\"conversation_history_data\"", "created_at": 1765580298.992261, "unrendered_database": "{% if target.type != 'spark' %}{{ var('intercom_database', target.database)}}{% endif %}", "unrendered_schema": "{{ var('intercom_schema', 'intercom') }}", "doc_blocks": []}, "source.intercom.intercom.conversation_part_history": {"database": "postgres", "schema": "public", "name": "conversation_part_history", "resource_type": "source", "package_name": "intercom", "path": "models/staging/src_intercom.yml", "original_file_path": "models/staging/src_intercom.yml", "unique_id": "source.intercom.intercom.conversation_part_history", "fqn": ["intercom", "staging", "intercom", "conversation_part_history"], "source_name": "intercom", "source_description": "", "loader": "fivetran", "identifier": "conversation_part_history_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "external": null, "description": "Table containing data related to the individual parts of a single conversation.", "columns": {"id": {"name": "id", "description": "The id representing the conversation part.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "part_type": {"name": "part_type", "description": "The type of conversation part.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation_id": {"name": "conversation_id", "description": "The id representing the parent conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "author_id": {"name": "author_id", "description": "The id representing the individual that sent the message.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "author_type": {"name": "author_type", "description": "The type of individual that sent the message (user, admin, or bot).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "created_at": {"name": "created_at", "description": "The time the conversation part was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "assigned_to_id": {"name": "assigned_to_id", "description": "The id of the admin that was assigned the conversation by this conversation_part (null if there has been no change in assignment).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "assigned_to_type": {"name": "assigned_to_type", "description": "The type of the individual which the conversation part is assigned.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation_updated_at": {"name": "conversation_updated_at", "description": "The time the parent conversation was last updated at.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "updated_at": {"name": "updated_at", "description": "The time the conversation part was last updated at.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "body": {"name": "body", "description": "Optional field that contains the body of the conversation part. Typically only populated for comment and assignment part_types.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_active": {"name": "_fivetran_active", "description": "Boolean to identify an active record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_start": {"name": "_fivetran_start", "description": "Timestamp to record the time that a record is ingested by Fivetran. This value may not be identical to the time the record was created in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_end": {"name": "_fivetran_end", "description": "Timestamp to record the time when a record became inactive in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true, "event_time": null, "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "meta": {}, "tags": []}, "patch_path": null, "unrendered_config": {"enabled": true, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "loaded_at_query": null, "meta": {}, "tags": []}, "relation_name": "\"postgres\".\"public\".\"conversation_part_history_data\"", "created_at": 1765580298.9929194, "unrendered_database": "{% if target.type != 'spark' %}{{ var('intercom_database', target.database)}}{% endif %}", "unrendered_schema": "{{ var('intercom_schema', 'intercom') }}", "doc_blocks": []}, "source.intercom.intercom.conversation_tag_history": {"database": "postgres", "schema": "public", "name": "conversation_tag_history", "resource_type": "source", "package_name": "intercom", "path": "models/staging/src_intercom.yml", "original_file_path": "models/staging/src_intercom.yml", "unique_id": "source.intercom.intercom.conversation_tag_history", "fqn": ["intercom", "staging", "intercom", "conversation_tag_history"], "source_name": "intercom", "source_description": "", "loader": "fivetran", "identifier": "conversation_tag_history_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "external": null, "description": "Mapping table for tags associated with conversations.", "columns": {"conversation_id": {"name": "conversation_id", "description": "The unique identifier related to the conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "tag_id": {"name": "tag_id", "description": "The unique identifier related to the tag.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_active": {"name": "_fivetran_active", "description": "Boolean to identify an active record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_start": {"name": "_fivetran_start", "description": "Timestamp to record the time that a record is ingested by Fivetran. This value may not be identical to the time the record was created in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_end": {"name": "_fivetran_end", "description": "Timestamp to record the time when a record became inactive in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true, "event_time": null, "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "meta": {}, "tags": []}, "patch_path": null, "unrendered_config": {"enabled": true, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "loaded_at_query": null, "meta": {}, "tags": []}, "relation_name": "\"postgres\".\"public\".\"conversation_tag_history_data\"", "created_at": 1765580298.993544, "unrendered_database": "{% if target.type != 'spark' %}{{ var('intercom_database', target.database)}}{% endif %}", "unrendered_schema": "{{ var('intercom_schema', 'intercom') }}", "doc_blocks": []}, "source.intercom.intercom.help_center_history": {"database": "postgres", "schema": "public", "name": "help_center_history", "resource_type": "source", "package_name": "intercom", "path": "models/staging/src_intercom.yml", "original_file_path": "models/staging/src_intercom.yml", "unique_id": "source.intercom.intercom.help_center_history", "fqn": ["intercom", "staging", "intercom", "help_center_history"], "source_name": "intercom", "source_description": "", "loader": "fivetran", "identifier": "help_center_history_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "external": null, "description": "Table containing historical information about help centers within Intercom.", "columns": {"id": {"name": "id", "description": "The unique identifier for the help center.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "display_name": {"name": "display_name", "description": "The display name of the help center.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "identifier": {"name": "identifier", "description": "The URL-friendly identifier for the help center.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "workspace_id": {"name": "workspace_id", "description": "The Intercom workspace identifier.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "website_turned_on": {"name": "website_turned_on", "description": "Boolean indicating whether the help center website is enabled.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "created_at": {"name": "created_at", "description": "The time the help center was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "updated_at": {"name": "updated_at", "description": "The time the help center was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_active": {"name": "_fivetran_active", "description": "Boolean to identify an active record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_start": {"name": "_fivetran_start", "description": "Timestamp to record the time that a record is ingested by Fivetran. This value may not be identical to the time the record was created in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_end": {"name": "_fivetran_end", "description": "Timestamp to record the time when a record became inactive in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true, "event_time": null, "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "meta": {}, "tags": []}, "patch_path": null, "unrendered_config": {"enabled": true, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "loaded_at_query": null, "meta": {}, "tags": []}, "relation_name": "\"postgres\".\"public\".\"help_center_history_data\"", "created_at": 1765580298.994164, "unrendered_database": "{% if target.type != 'spark' %}{{ var('intercom_database', target.database)}}{% endif %}", "unrendered_schema": "{{ var('intercom_schema', 'intercom') }}", "doc_blocks": []}, "source.intercom.intercom.tag": {"database": "postgres", "schema": "public", "name": "tag", "resource_type": "source", "package_name": "intercom", "path": "models/staging/src_intercom.yml", "original_file_path": "models/staging/src_intercom.yml", "unique_id": "source.intercom.intercom.tag", "fqn": ["intercom", "staging", "intercom", "tag"], "source_name": "intercom", "source_description": "", "loader": "fivetran", "identifier": "tag_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "external": null, "description": "Table consisting of tags which allow you to label your contacts, companies, or conversations.", "columns": {"id": {"name": "id", "description": "The unique identifier related to the tag.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "name": {"name": "name", "description": "The name of the tag.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean indicating whether the contact is deleted.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true, "event_time": null, "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "meta": {}, "tags": []}, "patch_path": null, "unrendered_config": {"enabled": true, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "loaded_at_query": null, "meta": {}, "tags": []}, "relation_name": "\"postgres\".\"public\".\"tag_data\"", "created_at": 1765580298.9948163, "unrendered_database": "{% if target.type != 'spark' %}{{ var('intercom_database', target.database)}}{% endif %}", "unrendered_schema": "{{ var('intercom_schema', 'intercom') }}", "doc_blocks": []}, "source.intercom.intercom.team_admin": {"database": "postgres", "schema": "public", "name": "team_admin", "resource_type": "source", "package_name": "intercom", "path": "models/staging/src_intercom.yml", "original_file_path": "models/staging/src_intercom.yml", "unique_id": "source.intercom.intercom.team_admin", "fqn": ["intercom", "staging", "intercom", "team_admin"], "source_name": "intercom", "source_description": "", "loader": "fivetran", "identifier": "team_admin_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "external": null, "description": "Mapping table for admins associated with teams.", "columns": {"team_id": {"name": "team_id", "description": "The unique identifier of the team.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "admin_id": {"name": "admin_id", "description": "The unique identifier of the admin associate with the team.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean indicating whether the contact is deleted.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true, "event_time": null, "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "meta": {}, "tags": []}, "patch_path": null, "unrendered_config": {"enabled": true, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "loaded_at_query": null, "meta": {}, "tags": []}, "relation_name": "\"postgres\".\"public\".\"team_admin_data\"", "created_at": 1765580298.9954178, "unrendered_database": "{% if target.type != 'spark' %}{{ var('intercom_database', target.database)}}{% endif %}", "unrendered_schema": "{{ var('intercom_schema', 'intercom') }}", "doc_blocks": []}, "source.intercom.intercom.team": {"database": "postgres", "schema": "public", "name": "team", "resource_type": "source", "package_name": "intercom", "path": "models/staging/src_intercom.yml", "original_file_path": "models/staging/src_intercom.yml", "unique_id": "source.intercom.intercom.team", "fqn": ["intercom", "staging", "intercom", "team"], "source_name": "intercom", "source_description": "", "loader": "fivetran", "identifier": "team_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "external": null, "description": "Table containing teams which are made up of groups of admin in Intercom.", "columns": {"id": {"name": "id", "description": "The unique identifier of the team.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "name": {"name": "name", "description": "The name of the team.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean indicating whether the contact is deleted.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true, "event_time": null, "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "meta": {}, "tags": []}, "patch_path": null, "unrendered_config": {"enabled": true, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "loaded_at_query": null, "meta": {}, "tags": []}, "relation_name": "\"postgres\".\"public\".\"team_data\"", "created_at": 1765580298.9960313, "unrendered_database": "{% if target.type != 'spark' %}{{ var('intercom_database', target.database)}}{% endif %}", "unrendered_schema": "{{ var('intercom_schema', 'intercom') }}", "doc_blocks": []}}, "macros": {"macro.dbt_postgres.postgres__get_catalog_relations": {"name": "postgres__get_catalog_relations", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/catalog.sql", "original_file_path": "macros/catalog.sql", "unique_id": "macro.dbt_postgres.postgres__get_catalog_relations", "macro_sql": "{% macro postgres__get_catalog_relations(information_schema, relations) -%}\n {%- call statement('catalog', fetch_result=True) -%}\n\n {#\n If the user has multiple databases set and the first one is wrong, this will fail.\n But we won't fail in the case where there are multiple quoting-difference-only dbs, which is better.\n #}\n {% set database = information_schema.database %}\n {{ adapter.verify_database(database) }}\n\n select\n '{{ database }}' as table_database,\n sch.nspname as table_schema,\n tbl.relname as table_name,\n case tbl.relkind\n when 'v' then 'VIEW'\n when 'm' then 'MATERIALIZED VIEW'\n else 'BASE TABLE'\n end as table_type,\n tbl_desc.description as table_comment,\n col.attname as column_name,\n col.attnum as column_index,\n pg_catalog.format_type(col.atttypid, col.atttypmod) as column_type,\n col_desc.description as column_comment,\n pg_get_userbyid(tbl.relowner) as table_owner\n\n from pg_catalog.pg_namespace sch\n join pg_catalog.pg_class tbl on tbl.relnamespace = sch.oid\n join pg_catalog.pg_attribute col on col.attrelid = tbl.oid\n left outer join pg_catalog.pg_description tbl_desc on (tbl_desc.objoid = tbl.oid and tbl_desc.objsubid = 0)\n left outer join pg_catalog.pg_description col_desc on (col_desc.objoid = tbl.oid and col_desc.objsubid = col.attnum)\n where (\n {%- for relation in relations -%}\n {%- if relation.identifier -%}\n (upper(sch.nspname) = upper('{{ relation.schema }}') and\n upper(tbl.relname) = upper('{{ relation.identifier }}'))\n {%- else-%}\n upper(sch.nspname) = upper('{{ relation.schema }}')\n {%- endif -%}\n {%- if not loop.last %} or {% endif -%}\n {%- endfor -%}\n )\n and not pg_is_other_temp_schema(sch.oid) -- not a temporary schema belonging to another session\n and tbl.relpersistence in ('p', 'u') -- [p]ermanent table or [u]nlogged table. Exclude [t]emporary tables\n and tbl.relkind in ('r', 'v', 'f', 'p', 'm') -- o[r]dinary table, [v]iew, [f]oreign table, [p]artitioned table, [m]aterialized view. Other values are [i]ndex, [S]equence, [c]omposite type, [t]OAST table\n and col.attnum > 0 -- negative numbers are used for system columns such as oid\n and not col.attisdropped -- column as not been dropped\n\n order by\n sch.nspname,\n tbl.relname,\n col.attnum\n\n {%- endcall -%}\n\n {{ return(load_result('catalog').table) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580295.8485556, "supported_languages": null}, "macro.dbt_postgres.postgres__get_catalog": {"name": "postgres__get_catalog", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/catalog.sql", "original_file_path": "macros/catalog.sql", "unique_id": "macro.dbt_postgres.postgres__get_catalog", "macro_sql": "{% macro postgres__get_catalog(information_schema, schemas) -%}\n {%- set relations = [] -%}\n {%- for schema in schemas -%}\n {%- set dummy = relations.append({'schema': schema}) -%}\n {%- endfor -%}\n {{ return(postgres__get_catalog_relations(information_schema, relations)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__get_catalog_relations"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580295.8493063, "supported_languages": null}, "macro.dbt_postgres.postgres__create_table_as": {"name": "postgres__create_table_as", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_postgres.postgres__create_table_as", "macro_sql": "{% macro postgres__create_table_as(temporary, relation, sql) -%}\n {%- set unlogged = config.get('unlogged', default=false) -%}\n {%- set sql_header = config.get('sql_header', none) -%}\n\n {{ sql_header if sql_header is not none }}\n\n create {% if temporary -%}\n temporary\n {%- elif unlogged -%}\n unlogged\n {%- endif %} table {{ relation }}\n {% set contract_config = config.get('contract') %}\n {% if contract_config.enforced %}\n {{ get_assert_columns_equivalent(sql) }}\n {% endif -%}\n {% if contract_config.enforced and (not temporary) -%}\n {{ get_table_columns_and_constraints() }} ;\n insert into {{ relation }} (\n {{ adapter.dispatch('get_column_names', 'dbt')() }}\n )\n {%- set sql = get_select_subquery(sql) %}\n {% else %}\n as\n {% endif %}\n (\n {{ sql }}\n );\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.get_assert_columns_equivalent", "macro.dbt.get_table_columns_and_constraints", "macro.dbt.default__get_column_names", "macro.dbt.get_select_subquery"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580295.8538637, "supported_languages": null}, "macro.dbt_postgres.postgres__get_create_index_sql": {"name": "postgres__get_create_index_sql", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_postgres.postgres__get_create_index_sql", "macro_sql": "{% macro postgres__get_create_index_sql(relation, index_dict) -%}\n {%- set index_config = adapter.parse_index(index_dict) -%}\n {%- set comma_separated_columns = \", \".join(index_config.columns) -%}\n {%- set index_name = index_config.render(relation) -%}\n\n create {% if index_config.unique -%}\n unique\n {%- endif %} index if not exists\n \"{{ index_name }}\"\n on {{ relation }} {% if index_config.type -%}\n using {{ index_config.type }}\n {%- endif %}\n ({{ comma_separated_columns }})\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580295.8548923, "supported_languages": null}, "macro.dbt_postgres.postgres__create_schema": {"name": "postgres__create_schema", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_postgres.postgres__create_schema", "macro_sql": "{% macro postgres__create_schema(relation) -%}\n {% if relation.database -%}\n {{ adapter.verify_database(relation.database) }}\n {%- endif -%}\n {%- call statement('create_schema') -%}\n create schema if not exists {{ relation.without_identifier().include(database=False) }}\n {%- endcall -%}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580295.8555372, "supported_languages": null}, "macro.dbt_postgres.postgres__drop_schema": {"name": "postgres__drop_schema", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_postgres.postgres__drop_schema", "macro_sql": "{% macro postgres__drop_schema(relation) -%}\n {% if relation.database -%}\n {{ adapter.verify_database(relation.database) }}\n {%- endif -%}\n {%- call statement('drop_schema') -%}\n drop schema if exists {{ relation.without_identifier().include(database=False) }} cascade\n {%- endcall -%}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580295.856154, "supported_languages": null}, "macro.dbt_postgres.postgres__get_columns_in_relation": {"name": "postgres__get_columns_in_relation", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_postgres.postgres__get_columns_in_relation", "macro_sql": "{% macro postgres__get_columns_in_relation(relation) -%}\n {% call statement('get_columns_in_relation', fetch_result=True) %}\n select\n column_name,\n data_type,\n character_maximum_length,\n numeric_precision,\n numeric_scale\n\n from {{ relation.information_schema('columns') }}\n where table_name = '{{ relation.identifier }}'\n {% if relation.schema %}\n and table_schema = '{{ relation.schema }}'\n {% endif %}\n order by ordinal_position\n\n {% endcall %}\n {% set table = load_result('get_columns_in_relation').table %}\n {{ return(sql_convert_columns_in_relation(table)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement", "macro.dbt.sql_convert_columns_in_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580295.8570838, "supported_languages": null}, "macro.dbt_postgres.postgres__list_relations_without_caching": {"name": "postgres__list_relations_without_caching", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_postgres.postgres__list_relations_without_caching", "macro_sql": "{% macro postgres__list_relations_without_caching(schema_relation) %}\n {% call statement('list_relations_without_caching', fetch_result=True) -%}\n select\n '{{ schema_relation.database }}' as database,\n tablename as name,\n schemaname as schema,\n 'table' as type\n from pg_tables\n where schemaname ilike '{{ schema_relation.schema }}'\n union all\n select\n '{{ schema_relation.database }}' as database,\n viewname as name,\n schemaname as schema,\n 'view' as type\n from pg_views\n where schemaname ilike '{{ schema_relation.schema }}'\n union all\n select\n '{{ schema_relation.database }}' as database,\n matviewname as name,\n schemaname as schema,\n 'materialized_view' as type\n from pg_matviews\n where schemaname ilike '{{ schema_relation.schema }}'\n {% endcall %}\n {{ return(load_result('list_relations_without_caching').table) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580295.8579483, "supported_languages": null}, "macro.dbt_postgres.postgres__information_schema_name": {"name": "postgres__information_schema_name", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_postgres.postgres__information_schema_name", "macro_sql": "{% macro postgres__information_schema_name(database) -%}\n {% if database_name -%}\n {{ adapter.verify_database(database_name) }}\n {%- endif -%}\n information_schema\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580295.8582978, "supported_languages": null}, "macro.dbt_postgres.postgres__list_schemas": {"name": "postgres__list_schemas", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_postgres.postgres__list_schemas", "macro_sql": "{% macro postgres__list_schemas(database) %}\n {% if database -%}\n {{ adapter.verify_database(database) }}\n {%- endif -%}\n {% call statement('list_schemas', fetch_result=True, auto_begin=False) %}\n select distinct nspname from pg_namespace\n {% endcall %}\n {{ return(load_result('list_schemas').table) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580295.8589904, "supported_languages": null}, "macro.dbt_postgres.postgres__check_schema_exists": {"name": "postgres__check_schema_exists", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_postgres.postgres__check_schema_exists", "macro_sql": "{% macro postgres__check_schema_exists(information_schema, schema) -%}\n {% if information_schema.database -%}\n {{ adapter.verify_database(information_schema.database) }}\n {%- endif -%}\n {% call statement('check_schema_exists', fetch_result=True, auto_begin=False) %}\n select count(*) from pg_namespace where nspname = '{{ schema }}'\n {% endcall %}\n {{ return(load_result('check_schema_exists').table) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580295.8599236, "supported_languages": null}, "macro.dbt_postgres.postgres__make_relation_with_suffix": {"name": "postgres__make_relation_with_suffix", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_postgres.postgres__make_relation_with_suffix", "macro_sql": "{% macro postgres__make_relation_with_suffix(base_relation, suffix, dstring) %}\n {% if dstring %}\n {% set dt = modules.datetime.datetime.now() %}\n {% set dtstring = dt.strftime(\"%H%M%S%f\") %}\n {% set suffix = suffix ~ dtstring %}\n {% endif %}\n {% set suffix_length = suffix|length %}\n {% set relation_max_name_length = base_relation.relation_max_name_length() %}\n {% if suffix_length > relation_max_name_length %}\n {% do exceptions.raise_compiler_error('Relation suffix is too long (' ~ suffix_length ~ ' characters). Maximum length is ' ~ relation_max_name_length ~ ' characters.') %}\n {% endif %}\n {% set identifier = base_relation.identifier[:relation_max_name_length - suffix_length] ~ suffix %}\n\n {{ return(base_relation.incorporate(path={\"identifier\": identifier })) }}\n\n {% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580295.861581, "supported_languages": null}, "macro.dbt_postgres.postgres__make_intermediate_relation": {"name": "postgres__make_intermediate_relation", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_postgres.postgres__make_intermediate_relation", "macro_sql": "{% macro postgres__make_intermediate_relation(base_relation, suffix) %}\n {{ return(postgres__make_relation_with_suffix(base_relation, suffix, dstring=False)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__make_relation_with_suffix"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580295.8619971, "supported_languages": null}, "macro.dbt_postgres.postgres__make_temp_relation": {"name": "postgres__make_temp_relation", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_postgres.postgres__make_temp_relation", "macro_sql": "{% macro postgres__make_temp_relation(base_relation, suffix) %}\n {% set temp_relation = postgres__make_relation_with_suffix(base_relation, suffix, dstring=True) %}\n {{ return(temp_relation.incorporate(path={\"schema\": none,\n \"database\": none})) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__make_relation_with_suffix"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580295.862647, "supported_languages": null}, "macro.dbt_postgres.postgres__make_backup_relation": {"name": "postgres__make_backup_relation", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_postgres.postgres__make_backup_relation", "macro_sql": "{% macro postgres__make_backup_relation(base_relation, backup_relation_type, suffix) %}\n {% set backup_relation = postgres__make_relation_with_suffix(base_relation, suffix, dstring=False) %}\n {{ return(backup_relation.incorporate(type=backup_relation_type)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__make_relation_with_suffix"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580295.8631892, "supported_languages": null}, "macro.dbt_postgres.postgres_escape_comment": {"name": "postgres_escape_comment", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_postgres.postgres_escape_comment", "macro_sql": "{% macro postgres_escape_comment(comment) -%}\n {% if comment is not string %}\n {% do exceptions.raise_compiler_error('cannot escape a non-string: ' ~ comment) %}\n {% endif %}\n {%- set magic = '$dbt_comment_literal_block$' -%}\n {%- if magic in comment -%}\n {%- do exceptions.raise_compiler_error('The string ' ~ magic ~ ' is not allowed in comments.') -%}\n {%- endif -%}\n {{ magic }}{{ comment }}{{ magic }}\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580295.864051, "supported_languages": null}, "macro.dbt_postgres.postgres__alter_relation_comment": {"name": "postgres__alter_relation_comment", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_postgres.postgres__alter_relation_comment", "macro_sql": "{% macro postgres__alter_relation_comment(relation, comment) %}\n {% set escaped_comment = postgres_escape_comment(comment) %}\n {% if relation.type == 'materialized_view' -%}\n {% set relation_type = \"materialized view\" %}\n {%- else -%}\n {%- set relation_type = relation.type -%}\n {%- endif -%}\n comment on {{ relation_type }} {{ relation }} is {{ escaped_comment }};\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres_escape_comment"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580295.864823, "supported_languages": null}, "macro.dbt_postgres.postgres__alter_column_comment": {"name": "postgres__alter_column_comment", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_postgres.postgres__alter_column_comment", "macro_sql": "{% macro postgres__alter_column_comment(relation, column_dict) %}\n {% set existing_columns = adapter.get_columns_in_relation(relation) | map(attribute=\"name\") | list %}\n {% for column_name in column_dict if (column_name in existing_columns) %}\n {% set comment = column_dict[column_name]['description'] %}\n {% set escaped_comment = postgres_escape_comment(comment) %}\n comment on column {{ relation }}.{{ adapter.quote(column_name) if column_dict[column_name]['quote'] else column_name }} is {{ escaped_comment }};\n {% endfor %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres_escape_comment"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580295.8659947, "supported_languages": null}, "macro.dbt_postgres.postgres__get_show_grant_sql": {"name": "postgres__get_show_grant_sql", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_postgres.postgres__get_show_grant_sql", "macro_sql": "\n\n{%- macro postgres__get_show_grant_sql(relation) -%}\n select grantee, privilege_type\n from {{ relation.information_schema('role_table_grants') }}\n where grantor = current_role\n and grantee != current_role\n and table_schema = '{{ relation.schema }}'\n and table_name = '{{ relation.identifier }}'\n{%- endmacro -%}\n\n", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580295.866393, "supported_languages": null}, "macro.dbt_postgres.postgres__copy_grants": {"name": "postgres__copy_grants", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_postgres.postgres__copy_grants", "macro_sql": "{% macro postgres__copy_grants() %}\n {{ return(False) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580295.866651, "supported_languages": null}, "macro.dbt_postgres.postgres__get_show_indexes_sql": {"name": "postgres__get_show_indexes_sql", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_postgres.postgres__get_show_indexes_sql", "macro_sql": "{% macro postgres__get_show_indexes_sql(relation) %}\n select\n i.relname as name,\n m.amname as method,\n ix.indisunique as \"unique\",\n array_to_string(array_agg(a.attname), ',') as column_names\n from pg_index ix\n join pg_class i\n on i.oid = ix.indexrelid\n join pg_am m\n on m.oid=i.relam\n join pg_class t\n on t.oid = ix.indrelid\n join pg_namespace n\n on n.oid = t.relnamespace\n join pg_attribute a\n on a.attrelid = t.oid\n and a.attnum = ANY(ix.indkey)\n where t.relname = '{{ relation.identifier }}'\n and n.nspname = '{{ relation.schema }}'\n and t.relkind in ('r', 'm')\n group by 1, 2, 3\n order by 1, 2, 3\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580295.866993, "supported_languages": null}, "macro.dbt_postgres.postgres__get_drop_index_sql": {"name": "postgres__get_drop_index_sql", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_postgres.postgres__get_drop_index_sql", "macro_sql": "\n\n\n{%- macro postgres__get_drop_index_sql(relation, index_name) -%}\n drop index if exists \"{{ relation.schema }}\".\"{{ index_name }}\"\n{%- endmacro -%}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580295.8672764, "supported_languages": null}, "macro.dbt_postgres.postgres__current_timestamp": {"name": "postgres__current_timestamp", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/timestamps.sql", "original_file_path": "macros/timestamps.sql", "unique_id": "macro.dbt_postgres.postgres__current_timestamp", "macro_sql": "{% macro postgres__current_timestamp() -%}\n now()\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580295.8677104, "supported_languages": null}, "macro.dbt_postgres.postgres__snapshot_string_as_time": {"name": "postgres__snapshot_string_as_time", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/timestamps.sql", "original_file_path": "macros/timestamps.sql", "unique_id": "macro.dbt_postgres.postgres__snapshot_string_as_time", "macro_sql": "{% macro postgres__snapshot_string_as_time(timestamp) -%}\n {%- set result = \"'\" ~ timestamp ~ \"'::timestamp without time zone\" -%}\n {{ return(result) }}\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580295.8680851, "supported_languages": null}, "macro.dbt_postgres.postgres__snapshot_get_time": {"name": "postgres__snapshot_get_time", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/timestamps.sql", "original_file_path": "macros/timestamps.sql", "unique_id": "macro.dbt_postgres.postgres__snapshot_get_time", "macro_sql": "{% macro postgres__snapshot_get_time() -%}\n {{ current_timestamp() }}::timestamp without time zone\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.current_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580295.8683057, "supported_languages": null}, "macro.dbt_postgres.postgres__current_timestamp_backcompat": {"name": "postgres__current_timestamp_backcompat", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/timestamps.sql", "original_file_path": "macros/timestamps.sql", "unique_id": "macro.dbt_postgres.postgres__current_timestamp_backcompat", "macro_sql": "{% macro postgres__current_timestamp_backcompat() %}\n current_timestamp::{{ type_timestamp() }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580295.8685493, "supported_languages": null}, "macro.dbt_postgres.postgres__current_timestamp_in_utc_backcompat": {"name": "postgres__current_timestamp_in_utc_backcompat", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/timestamps.sql", "original_file_path": "macros/timestamps.sql", "unique_id": "macro.dbt_postgres.postgres__current_timestamp_in_utc_backcompat", "macro_sql": "{% macro postgres__current_timestamp_in_utc_backcompat() %}\n (current_timestamp at time zone 'utc')::{{ type_timestamp() }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580295.8687756, "supported_languages": null}, "macro.dbt_postgres.postgres__get_relations": {"name": "postgres__get_relations", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/relations.sql", "original_file_path": "macros/relations.sql", "unique_id": "macro.dbt_postgres.postgres__get_relations", "macro_sql": "{% macro postgres__get_relations() -%}\n\n {#\n -- in pg_depend, objid is the dependent, refobjid is the referenced object\n -- > a pg_depend entry indicates that the referenced object cannot be\n -- > dropped without also dropping the dependent object.\n #}\n\n {%- call statement('relations', fetch_result=True) -%}\n select distinct\n dependent_namespace.nspname as dependent_schema,\n dependent_class.relname as dependent_name,\n referenced_namespace.nspname as referenced_schema,\n referenced_class.relname as referenced_name\n\n -- Query for views: views are entries in pg_class with an entry in pg_rewrite, but we avoid\n -- a seq scan on pg_rewrite by leveraging the fact there is an \"internal\" row in pg_depend for\n -- the view...\n from pg_class as dependent_class\n join pg_namespace as dependent_namespace on dependent_namespace.oid = dependent_class.relnamespace\n join pg_depend as dependent_depend on dependent_depend.refobjid = dependent_class.oid\n and dependent_depend.classid = 'pg_rewrite'::regclass\n and dependent_depend.refclassid = 'pg_class'::regclass\n and dependent_depend.deptype = 'i'\n\n -- ... and via pg_depend (that has a row per column, hence the need for \"distinct\" above, and\n -- making sure to exclude the internal row to avoid a view appearing to depend on itself)...\n join pg_depend as joining_depend on joining_depend.objid = dependent_depend.objid\n and joining_depend.classid = 'pg_rewrite'::regclass\n and joining_depend.refclassid = 'pg_class'::regclass\n and joining_depend.refobjid != dependent_depend.refobjid\n\n -- ... we can find the tables they query from in pg_class, but excluding system tables. Note we\n -- don't need need to exclude _dependent_ system tables, because they only query from other\n -- system tables, and so are automatically excluded by excluding _referenced_ system tables\n join pg_class as referenced_class on referenced_class.oid = joining_depend.refobjid\n join pg_namespace as referenced_namespace on referenced_namespace.oid = referenced_class.relnamespace\n and referenced_namespace.nspname != 'information_schema'\n and referenced_namespace.nspname not like 'pg\\_%'\n\n order by\n dependent_schema, dependent_name, referenced_schema, referenced_name;\n\n {%- endcall -%}\n\n {{ return(load_result('relations').table) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580295.8697357, "supported_languages": null}, "macro.dbt_postgres.postgres_get_relations": {"name": "postgres_get_relations", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/relations.sql", "original_file_path": "macros/relations.sql", "unique_id": "macro.dbt_postgres.postgres_get_relations", "macro_sql": "{% macro postgres_get_relations() %}\n {{ return(postgres__get_relations()) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__get_relations"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580295.8700042, "supported_languages": null}, "macro.dbt_postgres.postgres__snapshot_merge_sql": {"name": "postgres__snapshot_merge_sql", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/materializations/snapshot_merge.sql", "original_file_path": "macros/materializations/snapshot_merge.sql", "unique_id": "macro.dbt_postgres.postgres__snapshot_merge_sql", "macro_sql": "{% macro postgres__snapshot_merge_sql(target, source, insert_cols) -%}\n {%- set insert_cols_csv = insert_cols | join(', ') -%}\n\n {%- set columns = config.get(\"snapshot_table_column_names\") or get_snapshot_table_column_names() -%}\n\n update {{ target }}\n set {{ columns.dbt_valid_to }} = DBT_INTERNAL_SOURCE.{{ columns.dbt_valid_to }}\n from {{ source }} as DBT_INTERNAL_SOURCE\n where DBT_INTERNAL_SOURCE.{{ columns.dbt_scd_id }}::text = {{ target }}.{{ columns.dbt_scd_id }}::text\n and DBT_INTERNAL_SOURCE.dbt_change_type::text in ('update'::text, 'delete'::text)\n {% if config.get(\"dbt_valid_to_current\") %}\n and ({{ target }}.{{ columns.dbt_valid_to }} = {{ config.get('dbt_valid_to_current') }} or {{ target }}.{{ columns.dbt_valid_to }} is null);\n {% else %}\n and {{ target }}.{{ columns.dbt_valid_to }} is null;\n {% endif %}\n\n\n insert into {{ target }} ({{ insert_cols_csv }})\n select {% for column in insert_cols -%}\n DBT_INTERNAL_SOURCE.{{ column }} {%- if not loop.last %}, {%- endif %}\n {%- endfor %}\n from {{ source }} as DBT_INTERNAL_SOURCE\n where DBT_INTERNAL_SOURCE.dbt_change_type::text = 'insert'::text;\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_snapshot_table_column_names"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580295.8723948, "supported_languages": null}, "macro.dbt_postgres.postgres__get_incremental_default_sql": {"name": "postgres__get_incremental_default_sql", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/materializations/incremental_strategies.sql", "original_file_path": "macros/materializations/incremental_strategies.sql", "unique_id": "macro.dbt_postgres.postgres__get_incremental_default_sql", "macro_sql": "{% macro postgres__get_incremental_default_sql(arg_dict) %}\n\n {% if arg_dict[\"unique_key\"] %}\n {% do return(get_incremental_delete_insert_sql(arg_dict)) %}\n {% else %}\n {% do return(get_incremental_append_sql(arg_dict)) %}\n {% endif %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_incremental_delete_insert_sql", "macro.dbt.get_incremental_append_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580295.873303, "supported_languages": null}, "macro.dbt_postgres.postgres__get_incremental_microbatch_sql": {"name": "postgres__get_incremental_microbatch_sql", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/materializations/incremental_strategies.sql", "original_file_path": "macros/materializations/incremental_strategies.sql", "unique_id": "macro.dbt_postgres.postgres__get_incremental_microbatch_sql", "macro_sql": "{% macro postgres__get_incremental_microbatch_sql(arg_dict) %}\n\n {% if arg_dict[\"unique_key\"] %}\n {% do return(adapter.dispatch('get_incremental_merge_sql', 'dbt')(arg_dict)) %}\n {% else %}\n {{ exceptions.raise_compiler_error(\"dbt-postgres 'microbatch' requires a `unique_key` config\") }}\n {% endif %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_incremental_merge_sql", "macro.dbt.default__get_incremental_merge_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580295.8739815, "supported_languages": null}, "macro.dbt_postgres.postgres__last_day": {"name": "postgres__last_day", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/utils/last_day.sql", "original_file_path": "macros/utils/last_day.sql", "unique_id": "macro.dbt_postgres.postgres__last_day", "macro_sql": "{% macro postgres__last_day(date, datepart) -%}\n\n {%- if datepart == 'quarter' -%}\n -- postgres dateadd does not support quarter interval.\n cast(\n {{dbt.dateadd('day', '-1',\n dbt.dateadd('month', '3', dbt.date_trunc(datepart, date))\n )}}\n as date)\n {%- else -%}\n {{dbt.default_last_day(date, datepart)}}\n {%- endif -%}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.dateadd", "macro.dbt.date_trunc", "macro.dbt.default_last_day"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580295.87497, "supported_languages": null}, "macro.dbt_postgres.postgres__split_part": {"name": "postgres__split_part", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/utils/split_part.sql", "original_file_path": "macros/utils/split_part.sql", "unique_id": "macro.dbt_postgres.postgres__split_part", "macro_sql": "{% macro postgres__split_part(string_text, delimiter_text, part_number) %}\n\n {% if part_number >= 0 %}\n {{ dbt.default__split_part(string_text, delimiter_text, part_number) }}\n {% else %}\n {{ dbt._split_part_negative(string_text, delimiter_text, part_number) }}\n {% endif %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__split_part", "macro.dbt._split_part_negative"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580295.8757875, "supported_languages": null}, "macro.dbt_postgres.postgres__datediff": {"name": "postgres__datediff", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/utils/datediff.sql", "original_file_path": "macros/utils/datediff.sql", "unique_id": "macro.dbt_postgres.postgres__datediff", "macro_sql": "{% macro postgres__datediff(first_date, second_date, datepart) -%}\n\n {% if datepart == 'year' %}\n (date_part('year', ({{second_date}})::date) - date_part('year', ({{first_date}})::date))\n {% elif datepart == 'quarter' %}\n ({{ datediff(first_date, second_date, 'year') }} * 4 + date_part('quarter', ({{second_date}})::date) - date_part('quarter', ({{first_date}})::date))\n {% elif datepart == 'month' %}\n ({{ datediff(first_date, second_date, 'year') }} * 12 + date_part('month', ({{second_date}})::date) - date_part('month', ({{first_date}})::date))\n {% elif datepart == 'day' %}\n (({{second_date}})::date - ({{first_date}})::date)\n {% elif datepart == 'week' %}\n ({{ datediff(first_date, second_date, 'day') }} / 7 + case\n when date_part('dow', ({{first_date}})::timestamp) <= date_part('dow', ({{second_date}})::timestamp) then\n case when {{first_date}} <= {{second_date}} then 0 else -1 end\n else\n case when {{first_date}} <= {{second_date}} then 1 else 0 end\n end)\n {% elif datepart == 'hour' %}\n ({{ datediff(first_date, second_date, 'day') }} * 24 + date_part('hour', ({{second_date}})::timestamp) - date_part('hour', ({{first_date}})::timestamp))\n {% elif datepart == 'minute' %}\n ({{ datediff(first_date, second_date, 'hour') }} * 60 + date_part('minute', ({{second_date}})::timestamp) - date_part('minute', ({{first_date}})::timestamp))\n {% elif datepart == 'second' %}\n ({{ datediff(first_date, second_date, 'minute') }} * 60 + floor(date_part('second', ({{second_date}})::timestamp)) - floor(date_part('second', ({{first_date}})::timestamp)))\n {% elif datepart == 'millisecond' %}\n ({{ datediff(first_date, second_date, 'minute') }} * 60000 + floor(date_part('millisecond', ({{second_date}})::timestamp)) - floor(date_part('millisecond', ({{first_date}})::timestamp)))\n {% elif datepart == 'microsecond' %}\n ({{ datediff(first_date, second_date, 'minute') }} * 60000000 + floor(date_part('microsecond', ({{second_date}})::timestamp)) - floor(date_part('microsecond', ({{first_date}})::timestamp)))\n {% else %}\n {{ exceptions.raise_compiler_error(\"Unsupported datepart for macro datediff in postgres: {!r}\".format(datepart)) }}\n {% endif %}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.datediff"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580295.8797848, "supported_languages": null}, "macro.dbt_postgres.postgres__dateadd": {"name": "postgres__dateadd", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/utils/dateadd.sql", "original_file_path": "macros/utils/dateadd.sql", "unique_id": "macro.dbt_postgres.postgres__dateadd", "macro_sql": "{% macro postgres__dateadd(datepart, interval, from_date_or_timestamp) %}\n\n {{ from_date_or_timestamp }} + ((interval '1 {{ datepart }}') * ({{ interval }}))\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580295.8802342, "supported_languages": null}, "macro.dbt_postgres.postgres__listagg": {"name": "postgres__listagg", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/utils/listagg.sql", "original_file_path": "macros/utils/listagg.sql", "unique_id": "macro.dbt_postgres.postgres__listagg", "macro_sql": "{% macro postgres__listagg(measure, delimiter_text, order_by_clause, limit_num) -%}\n\n {% if limit_num -%}\n array_to_string(\n (array_agg(\n {{ measure }}\n {% if order_by_clause -%}\n {{ order_by_clause }}\n {%- endif %}\n ))[1:{{ limit_num }}],\n {{ delimiter_text }}\n )\n {%- else %}\n string_agg(\n {{ measure }},\n {{ delimiter_text }}\n {% if order_by_clause -%}\n {{ order_by_clause }}\n {%- endif %}\n )\n {%- endif %}\n\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580295.8812764, "supported_languages": null}, "macro.dbt_postgres.postgres__any_value": {"name": "postgres__any_value", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/utils/any_value.sql", "original_file_path": "macros/utils/any_value.sql", "unique_id": "macro.dbt_postgres.postgres__any_value", "macro_sql": "{% macro postgres__any_value(expression) -%}\n\n min({{ expression }})\n\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580295.881595, "supported_languages": null}, "macro.dbt_postgres.postgres__get_create_materialized_view_as_sql": {"name": "postgres__get_create_materialized_view_as_sql", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/relations/materialized_view/create.sql", "original_file_path": "macros/relations/materialized_view/create.sql", "unique_id": "macro.dbt_postgres.postgres__get_create_materialized_view_as_sql", "macro_sql": "{% macro postgres__get_create_materialized_view_as_sql(relation, sql) %}\n create materialized view if not exists {{ relation }} as {{ sql }};\n\n {% for _index_dict in config.get('indexes', []) -%}\n {{- get_create_index_sql(relation, _index_dict) -}}{{ ';' if not loop.last else \"\" }}\n {%- endfor -%}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_create_index_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580295.8824286, "supported_languages": null}, "macro.dbt_postgres.postgres__get_rename_materialized_view_sql": {"name": "postgres__get_rename_materialized_view_sql", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/relations/materialized_view/rename.sql", "original_file_path": "macros/relations/materialized_view/rename.sql", "unique_id": "macro.dbt_postgres.postgres__get_rename_materialized_view_sql", "macro_sql": "{% macro postgres__get_rename_materialized_view_sql(relation, new_name) %}\n alter materialized view {{ relation }} rename to {{ new_name }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580295.8828025, "supported_languages": null}, "macro.dbt_postgres.postgres__describe_materialized_view": {"name": "postgres__describe_materialized_view", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/relations/materialized_view/describe.sql", "original_file_path": "macros/relations/materialized_view/describe.sql", "unique_id": "macro.dbt_postgres.postgres__describe_materialized_view", "macro_sql": "{% macro postgres__describe_materialized_view(relation) %}\n -- for now just get the indexes, we don't need the name or the query yet\n {% set _indexes = run_query(get_show_indexes_sql(relation)) %}\n {% do return({'indexes': _indexes}) %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.run_query", "macro.dbt.get_show_indexes_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580295.8833764, "supported_languages": null}, "macro.dbt_postgres.postgres__get_alter_materialized_view_as_sql": {"name": "postgres__get_alter_materialized_view_as_sql", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/relations/materialized_view/alter.sql", "original_file_path": "macros/relations/materialized_view/alter.sql", "unique_id": "macro.dbt_postgres.postgres__get_alter_materialized_view_as_sql", "macro_sql": "{% macro postgres__get_alter_materialized_view_as_sql(\n relation,\n configuration_changes,\n sql,\n existing_relation,\n backup_relation,\n intermediate_relation\n) %}\n\n -- apply a full refresh immediately if needed\n {% if configuration_changes.requires_full_refresh %}\n\n {{ get_replace_sql(existing_relation, relation, sql) }}\n\n -- otherwise apply individual changes as needed\n {% else %}\n\n {{ postgres__update_indexes_on_materialized_view(relation, configuration_changes.indexes) }}\n\n {%- endif -%}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_replace_sql", "macro.dbt_postgres.postgres__update_indexes_on_materialized_view"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580295.8844988, "supported_languages": null}, "macro.dbt_postgres.postgres__update_indexes_on_materialized_view": {"name": "postgres__update_indexes_on_materialized_view", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/relations/materialized_view/alter.sql", "original_file_path": "macros/relations/materialized_view/alter.sql", "unique_id": "macro.dbt_postgres.postgres__update_indexes_on_materialized_view", "macro_sql": "\n\n\n{%- macro postgres__update_indexes_on_materialized_view(relation, index_changes) -%}\n {{- log(\"Applying UPDATE INDEXES to: \" ~ relation) -}}\n\n {%- for _index_change in index_changes -%}\n {%- set _index = _index_change.context -%}\n\n {%- if _index_change.action == \"drop\" -%}\n\n {{ postgres__get_drop_index_sql(relation, _index.name) }}\n\n {%- elif _index_change.action == \"create\" -%}\n\n {{ postgres__get_create_index_sql(relation, _index.as_node_config) }}\n\n {%- endif -%}\n\t{{ ';' if not loop.last else \"\" }}\n\n {%- endfor -%}\n\n{%- endmacro -%}\n\n\n", "depends_on": {"macros": ["macro.dbt_postgres.postgres__get_drop_index_sql", "macro.dbt_postgres.postgres__get_create_index_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580295.8856268, "supported_languages": null}, "macro.dbt_postgres.postgres__get_materialized_view_configuration_changes": {"name": "postgres__get_materialized_view_configuration_changes", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/relations/materialized_view/alter.sql", "original_file_path": "macros/relations/materialized_view/alter.sql", "unique_id": "macro.dbt_postgres.postgres__get_materialized_view_configuration_changes", "macro_sql": "{% macro postgres__get_materialized_view_configuration_changes(existing_relation, new_config) %}\n {% set _existing_materialized_view = postgres__describe_materialized_view(existing_relation) %}\n {% set _configuration_changes = existing_relation.get_materialized_view_config_change_collection(_existing_materialized_view, new_config.model) %}\n {% do return(_configuration_changes) %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__describe_materialized_view"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580295.886231, "supported_languages": null}, "macro.dbt_postgres.postgres__drop_materialized_view": {"name": "postgres__drop_materialized_view", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/relations/materialized_view/drop.sql", "original_file_path": "macros/relations/materialized_view/drop.sql", "unique_id": "macro.dbt_postgres.postgres__drop_materialized_view", "macro_sql": "{% macro postgres__drop_materialized_view(relation) -%}\n drop materialized view if exists {{ relation }} cascade\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580295.886544, "supported_languages": null}, "macro.dbt_postgres.postgres__refresh_materialized_view": {"name": "postgres__refresh_materialized_view", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/relations/materialized_view/refresh.sql", "original_file_path": "macros/relations/materialized_view/refresh.sql", "unique_id": "macro.dbt_postgres.postgres__refresh_materialized_view", "macro_sql": "{% macro postgres__refresh_materialized_view(relation) %}\n refresh materialized view {{ relation }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580295.8868268, "supported_languages": null}, "macro.dbt_postgres.postgres__get_replace_view_sql": {"name": "postgres__get_replace_view_sql", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/relations/view/replace.sql", "original_file_path": "macros/relations/view/replace.sql", "unique_id": "macro.dbt_postgres.postgres__get_replace_view_sql", "macro_sql": "{% macro postgres__get_replace_view_sql(relation, sql) -%}\n\n {%- set sql_header = config.get('sql_header', none) -%}\n {{ sql_header if sql_header is not none }}\n\n create or replace view {{ relation }}\n {% set contract_config = config.get('contract') %}\n {% if contract_config.enforced %}\n {{ get_assert_columns_equivalent(sql) }}\n {%- endif %}\n as (\n {{ sql }}\n );\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.get_assert_columns_equivalent"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580295.8879733, "supported_languages": null}, "macro.dbt_postgres.postgres__get_rename_view_sql": {"name": "postgres__get_rename_view_sql", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/relations/view/rename.sql", "original_file_path": "macros/relations/view/rename.sql", "unique_id": "macro.dbt_postgres.postgres__get_rename_view_sql", "macro_sql": "{% macro postgres__get_rename_view_sql(relation, new_name) %}\n alter view {{ relation }} rename to {{ new_name }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580295.8883343, "supported_languages": null}, "macro.dbt_postgres.postgres__drop_view": {"name": "postgres__drop_view", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/relations/view/drop.sql", "original_file_path": "macros/relations/view/drop.sql", "unique_id": "macro.dbt_postgres.postgres__drop_view", "macro_sql": "{% macro postgres__drop_view(relation) -%}\n drop view if exists {{ relation }} cascade\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580295.8886359, "supported_languages": null}, "macro.dbt_postgres.postgres__get_replace_table_sql": {"name": "postgres__get_replace_table_sql", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/relations/table/replace.sql", "original_file_path": "macros/relations/table/replace.sql", "unique_id": "macro.dbt_postgres.postgres__get_replace_table_sql", "macro_sql": "{% macro postgres__get_replace_table_sql(relation, sql) -%}\n\n {%- set sql_header = config.get('sql_header', none) -%}\n {{ sql_header if sql_header is not none }}\n\n create or replace table {{ relation }}\n {% set contract_config = config.get('contract') %}\n {% if contract_config.enforced %}\n {{ get_assert_columns_equivalent(sql) }}\n {{ get_table_columns_and_constraints() }}\n {%- set sql = get_select_subquery(sql) %}\n {% endif %}\n as (\n {{ sql }}\n );\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.get_assert_columns_equivalent", "macro.dbt.get_table_columns_and_constraints", "macro.dbt.get_select_subquery"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580295.88989, "supported_languages": null}, "macro.dbt_postgres.postgres__get_rename_table_sql": {"name": "postgres__get_rename_table_sql", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/relations/table/rename.sql", "original_file_path": "macros/relations/table/rename.sql", "unique_id": "macro.dbt_postgres.postgres__get_rename_table_sql", "macro_sql": "{% macro postgres__get_rename_table_sql(relation, new_name) %}\n alter table {{ relation }} rename to {{ new_name }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580295.8902497, "supported_languages": null}, "macro.dbt_postgres.postgres__drop_table": {"name": "postgres__drop_table", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/relations/table/drop.sql", "original_file_path": "macros/relations/table/drop.sql", "unique_id": "macro.dbt_postgres.postgres__drop_table", "macro_sql": "{% macro postgres__drop_table(relation) -%}\n drop table if exists {{ relation }} cascade\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580295.8905556, "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.default__resolve_model_name"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580295.891903, "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": 1765580295.8922162, "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 _ref_args = [_ref.get('package'), _ref['name']] if _ref.get('package') else [_ref['name'],] %}\n {%- set resolved = ref(*_ref_args, v=_ref.get('version')) -%}\n\n {#\n We want to get the string of the returned relation by calling .render() in order to skip sample/empty\n mode rendering logic. However, people override the default ref macro, and often return a string instead\n of a relation (like the ref macro does by default). Thus, to make sure we dont blow things up, we have\n to ensure the resolved relation has a .render() method.\n #}\n {%- if resolved.render is defined and resolved.render is callable -%}\n {%- set resolved = resolved.render() -%}\n {%- endif -%}\n\n {%- if _ref.get('version') -%}\n {% do _ref_args.extend([\"v\" ~ _ref['version']]) %}\n {%- endif -%}\n {%- do ref_dict.update({_ref_args | join('.'): resolve_model_name(resolved)}) -%}\n {%- endfor -%}\n\ndef ref(*args, **kwargs):\n refs = {{ ref_dict | tojson }}\n key = '.'.join(args)\n version = kwargs.get(\"v\") or kwargs.get(\"version\")\n if version:\n key += f\".v{version}\"\n dbt_load_df_function = kwargs.get(\"dbt_load_df_function\")\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": 1765580295.894151, "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": 1765580295.8949885, "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": 1765580295.8961558, "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, **kwargs: ref(*args, **kwargs, 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": 1765580295.8970833, "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": 1765580295.8972418, "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": 1765580295.8989317, "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": 1765580295.8993242, "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": 1765580295.8996403, "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": 1765580295.8999312, "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": 1765580295.9002206, "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": 1765580295.900814, "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": 1765580295.9015582, "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": 1765580295.9021623, "supported_languages": null}, "macro.dbt.materialization_table_default": {"name": "materialization_table_default", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/table.sql", "original_file_path": "macros/materializations/models/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 {% do create_indexes(intermediate_relation) %}\n\n -- cleanup\n {% if existing_relation is not none %}\n /* Do the equivalent of rename_if_exists. 'existing_relation' could have been dropped\n since the variable was first set. */\n {% set existing_relation = load_cached_relation(existing_relation) %}\n {% if existing_relation is not none %}\n {{ adapter.rename_relation(existing_relation, backup_relation) }}\n {% endif %}\n {% endif %}\n\n {{ adapter.rename_relation(intermediate_relation, 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": 1765580295.906285, "supported_languages": ["sql"]}, "macro.dbt.materialization_view_default": {"name": "materialization_view_default", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/view.sql", "original_file_path": "macros/materializations/models/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 /* Do the equivalent of rename_if_exists. 'existing_relation' could have been dropped\n since the variable was first set. */\n {% set existing_relation = load_cached_relation(existing_relation) %}\n {% if existing_relation is not none %}\n {{ adapter.rename_relation(existing_relation, backup_relation) }}\n {% endif %}\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": 1765580295.9103973, "supported_languages": ["sql"]}, "macro.dbt.materialization_materialized_view_default": {"name": "materialization_materialized_view_default", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/materialized_view.sql", "original_file_path": "macros/materializations/models/materialized_view.sql", "unique_id": "macro.dbt.materialization_materialized_view_default", "macro_sql": "{% materialization materialized_view, default %}\n {% set existing_relation = load_cached_relation(this) %}\n {% set target_relation = this.incorporate(type=this.MaterializedView) %}\n {% set intermediate_relation = make_intermediate_relation(target_relation) %}\n {% set backup_relation_type = target_relation.MaterializedView if existing_relation is none else existing_relation.type %}\n {% set backup_relation = make_backup_relation(target_relation, backup_relation_type) %}\n\n {{ materialized_view_setup(backup_relation, intermediate_relation, pre_hooks) }}\n\n {% set build_sql = materialized_view_get_build_sql(existing_relation, target_relation, backup_relation, intermediate_relation) %}\n\n {% if build_sql == '' %}\n {{ materialized_view_execute_no_op(target_relation) }}\n {% else %}\n {{ materialized_view_execute_build_sql(build_sql, existing_relation, target_relation, post_hooks) }}\n {% endif %}\n\n {{ materialized_view_teardown(backup_relation, intermediate_relation, post_hooks) }}\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.materialized_view_setup", "macro.dbt.materialized_view_get_build_sql", "macro.dbt.materialized_view_execute_no_op", "macro.dbt.materialized_view_execute_build_sql", "macro.dbt.materialized_view_teardown"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580295.9134407, "supported_languages": ["sql"]}, "macro.dbt.materialized_view_setup": {"name": "materialized_view_setup", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/materialized_view.sql", "original_file_path": "macros/materializations/models/materialized_view.sql", "unique_id": "macro.dbt.materialized_view_setup", "macro_sql": "{% macro materialized_view_setup(backup_relation, intermediate_relation, pre_hooks) %}\n\n -- backup_relation and intermediate_relation should not already exist in the database\n -- it's possible these exist because of a previous run that exited unexpectedly\n {% set preexisting_backup_relation = load_cached_relation(backup_relation) %}\n {% set preexisting_intermediate_relation = load_cached_relation(intermediate_relation) %}\n\n -- drop the temp relations if they exist already in the database\n {{ drop_relation_if_exists(preexisting_backup_relation) }}\n {{ drop_relation_if_exists(preexisting_intermediate_relation) }}\n\n {{ run_hooks(pre_hooks, inside_transaction=False) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.load_cached_relation", "macro.dbt.drop_relation_if_exists", "macro.dbt.run_hooks"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580295.9142823, "supported_languages": null}, "macro.dbt.materialized_view_teardown": {"name": "materialized_view_teardown", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/materialized_view.sql", "original_file_path": "macros/materializations/models/materialized_view.sql", "unique_id": "macro.dbt.materialized_view_teardown", "macro_sql": "{% macro materialized_view_teardown(backup_relation, intermediate_relation, post_hooks) %}\n\n -- drop the temp relations if they exist to leave the database clean for the next run\n {{ drop_relation_if_exists(backup_relation) }}\n {{ drop_relation_if_exists(intermediate_relation) }}\n\n {{ run_hooks(post_hooks, inside_transaction=False) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.drop_relation_if_exists", "macro.dbt.run_hooks"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580295.9148295, "supported_languages": null}, "macro.dbt.materialized_view_get_build_sql": {"name": "materialized_view_get_build_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/materialized_view.sql", "original_file_path": "macros/materializations/models/materialized_view.sql", "unique_id": "macro.dbt.materialized_view_get_build_sql", "macro_sql": "{% macro materialized_view_get_build_sql(existing_relation, target_relation, backup_relation, intermediate_relation) %}\n\n {% set full_refresh_mode = should_full_refresh() %}\n\n -- determine the scenario we're in: create, full_refresh, alter, refresh data\n {% if existing_relation is none %}\n {% set build_sql = get_create_materialized_view_as_sql(target_relation, sql) %}\n {% elif full_refresh_mode or not existing_relation.is_materialized_view %}\n {% set build_sql = get_replace_sql(existing_relation, target_relation, sql) %}\n {% else %}\n\n -- get config options\n {% set on_configuration_change = config.get('on_configuration_change') %}\n {% set configuration_changes = get_materialized_view_configuration_changes(existing_relation, config) %}\n\n {% if configuration_changes is none %}\n {% set build_sql = refresh_materialized_view(target_relation) %}\n\n {% elif on_configuration_change == 'apply' %}\n {% set build_sql = get_alter_materialized_view_as_sql(target_relation, configuration_changes, sql, existing_relation, backup_relation, intermediate_relation) %}\n {% elif on_configuration_change == 'continue' %}\n {% set build_sql = '' %}\n {{ exceptions.warn(\"Configuration changes were identified and `on_configuration_change` was set to `continue` for `\" ~ target_relation.render() ~ \"`\") }}\n {% elif on_configuration_change == 'fail' %}\n {{ exceptions.raise_fail_fast_error(\"Configuration changes were identified and `on_configuration_change` was set to `fail` for `\" ~ target_relation.render() ~ \"`\") }}\n\n {% else %}\n -- this only happens if the user provides a value other than `apply`, 'skip', 'fail'\n {{ exceptions.raise_compiler_error(\"Unexpected configuration scenario\") }}\n\n {% endif %}\n\n {% endif %}\n\n {% do return(build_sql) %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.should_full_refresh", "macro.dbt.get_create_materialized_view_as_sql", "macro.dbt.get_replace_sql", "macro.dbt.get_materialized_view_configuration_changes", "macro.dbt.refresh_materialized_view", "macro.dbt.get_alter_materialized_view_as_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580295.9177675, "supported_languages": null}, "macro.dbt.materialized_view_execute_no_op": {"name": "materialized_view_execute_no_op", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/materialized_view.sql", "original_file_path": "macros/materializations/models/materialized_view.sql", "unique_id": "macro.dbt.materialized_view_execute_no_op", "macro_sql": "{% macro materialized_view_execute_no_op(target_relation) %}\n {% do store_raw_result(\n name=\"main\",\n message=\"skip \" ~ target_relation,\n code=\"skip\",\n rows_affected=\"-1\"\n ) %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580295.918244, "supported_languages": null}, "macro.dbt.materialized_view_execute_build_sql": {"name": "materialized_view_execute_build_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/materialized_view.sql", "original_file_path": "macros/materializations/models/materialized_view.sql", "unique_id": "macro.dbt.materialized_view_execute_build_sql", "macro_sql": "{% macro materialized_view_execute_build_sql(build_sql, existing_relation, target_relation, post_hooks) %}\n\n -- `BEGIN` happens here:\n {{ run_hooks(pre_hooks, inside_transaction=True) }}\n\n {% set grant_config = config.get('grants') %}\n\n {% call statement(name=\"main\") %}\n {{ build_sql }}\n {% endcall %}\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{% endmacro %}", "depends_on": {"macros": ["macro.dbt.run_hooks", "macro.dbt.statement", "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": 1765580295.9195614, "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": 1765580295.9207141, "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": 1765580295.9227889, "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 source_unique_key = (\"DBT_INTERNAL_SOURCE.\" ~ unique_key) | trim %}\n\t {% set target_unique_key = (\"DBT_INTERNAL_DEST.\" ~ unique_key) | trim %}\n\t {% set unique_key_match = equals(source_unique_key, target_unique_key) | trim %}\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", "macro.dbt.equals"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580295.9263637, "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": 1765580295.9269, "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 string %}\n {% set unique_key = [unique_key] %}\n {% endif %}\n\n {%- set unique_key_str = unique_key|join(', ') -%}\n\n delete from {{ target }} as DBT_INTERNAL_DEST\n where ({{ unique_key_str }}) in (\n select distinct {{ unique_key_str }}\n from {{ source }} as DBT_INTERNAL_SOURCE\n )\n {%- if incremental_predicates %}\n {% for predicate in incremental_predicates %}\n and {{ predicate }}\n {% endfor %}\n {%- endif -%};\n\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": 1765580295.928333, "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": 1765580295.928871, "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": 1765580295.9301412, "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": 1765580295.931726, "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": 1765580295.9328153, "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": 1765580295.9341197, "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": 1765580295.9346027, "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": 1765580295.9360433, "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": 1765580295.9373024, "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": 1765580295.9377837, "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": 1765580295.9381545, "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": 1765580295.9387481, "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": 1765580295.939119, "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": 1765580295.9397125, "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": 1765580295.9400792, "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": 1765580295.940609, "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_postgres.postgres__get_incremental_default_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580295.9409764, "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": 1765580295.9412763, "supported_languages": null}, "macro.dbt.get_incremental_microbatch_sql": {"name": "get_incremental_microbatch_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_microbatch_sql", "macro_sql": "{% macro get_incremental_microbatch_sql(arg_dict) %}\n\n {{ return(adapter.dispatch('get_incremental_microbatch_sql', 'dbt')(arg_dict)) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__get_incremental_microbatch_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580295.9416578, "supported_languages": null}, "macro.dbt.default__get_incremental_microbatch_sql": {"name": "default__get_incremental_microbatch_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_microbatch_sql", "macro_sql": "{% macro default__get_incremental_microbatch_sql(arg_dict) %}\n\n {{ exceptions.raise_not_implemented('microbatch materialization strategy 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": 1765580295.942097, "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": 1765580295.942673, "supported_languages": null}, "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": 1765580295.944948, "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": 1765580295.9473822, "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": 1765580295.9497788, "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": 1765580295.9514763, "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 {% set incremental_strategy = config.get('incremental_strategy') or 'default' %}\n {% set strategy_sql_macro_func = adapter.get_incremental_strategy_macro(context, incremental_strategy) %}\n\n {% if existing_relation is none %}\n {% set build_sql = get_create_table_as_sql(False, target_relation, sql) %}\n {% set relation_for_indexes = target_relation %}\n {% elif full_refresh_mode %}\n {% set build_sql = get_create_table_as_sql(False, intermediate_relation, sql) %}\n {% set relation_for_indexes = intermediate_relation %}\n {% set need_swap = true %}\n {% else %}\n {% do run_query(get_create_table_as_sql(True, temp_relation, sql)) %}\n {% set relation_for_indexes = temp_relation %}\n {% set contract_config = config.get('contract') %}\n {% if not contract_config or not contract_config.enforced %}\n {% do adapter.expand_target_column_types(\n from_relation=temp_relation,\n to_relation=target_relation) %}\n {% endif %}\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_predicates = config.get('predicates', none) or config.get('incremental_predicates', none) %}\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 existing_relation is none or existing_relation.is_view or should_full_refresh() %}\n {% do create_indexes(relation_for_indexes) %}\n {% endif %}\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 {{ 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.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": 1765580295.9599843, "supported_languages": ["sql"]}, "macro.dbt.create_or_replace_clone": {"name": "create_or_replace_clone", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/clone/create_or_replace_clone.sql", "original_file_path": "macros/materializations/models/clone/create_or_replace_clone.sql", "unique_id": "macro.dbt.create_or_replace_clone", "macro_sql": "{% macro create_or_replace_clone(this_relation, defer_relation) %}\n {{ return(adapter.dispatch('create_or_replace_clone', 'dbt')(this_relation, defer_relation)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__create_or_replace_clone"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580295.960633, "supported_languages": null}, "macro.dbt.default__create_or_replace_clone": {"name": "default__create_or_replace_clone", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/clone/create_or_replace_clone.sql", "original_file_path": "macros/materializations/models/clone/create_or_replace_clone.sql", "unique_id": "macro.dbt.default__create_or_replace_clone", "macro_sql": "{% macro default__create_or_replace_clone(this_relation, defer_relation) %}\n create or replace table {{ this_relation.render() }} clone {{ defer_relation.render() }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580295.9609807, "supported_languages": null}, "macro.dbt.materialization_clone_default": {"name": "materialization_clone_default", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/clone/clone.sql", "original_file_path": "macros/materializations/models/clone/clone.sql", "unique_id": "macro.dbt.materialization_clone_default", "macro_sql": "{%- materialization clone, default -%}\n\n {%- set relations = {'relations': []} -%}\n\n {%- if not defer_relation -%}\n -- nothing to do\n {{ log(\"No relation found in state manifest for \" ~ model.unique_id, info=True) }}\n {{ return(relations) }}\n {%- endif -%}\n\n {%- set existing_relation = load_cached_relation(this) -%}\n\n {%- if existing_relation and not flags.FULL_REFRESH -%}\n -- noop!\n {{ log(\"Relation \" ~ existing_relation ~ \" already exists\", info=True) }}\n {{ return(relations) }}\n {%- endif -%}\n\n {%- set other_existing_relation = load_cached_relation(defer_relation) -%}\n\n -- If this is a database that can do zero-copy cloning of tables, and the other relation is a table, then this will be a table\n -- Otherwise, this will be a view\n\n {% set can_clone_table = can_clone_table() %}\n\n {%- if other_existing_relation and other_existing_relation.type == 'table' and can_clone_table -%}\n\n {%- set target_relation = this.incorporate(type='table') -%}\n {% if existing_relation is not none and not existing_relation.is_table %}\n {{ log(\"Dropping relation \" ~ existing_relation.render() ~ \" because it is of type \" ~ existing_relation.type) }}\n {{ drop_relation_if_exists(existing_relation) }}\n {% endif %}\n\n -- as a general rule, data platforms that can clone tables can also do atomic 'create or replace'\n {% if target_relation.database == defer_relation.database and\n target_relation.schema == defer_relation.schema and\n target_relation.identifier == defer_relation.identifier %}\n {{ log(\"Target relation and defer relation are the same, skipping clone for relation: \" ~ target_relation.render()) }}\n {% else %}\n {% call statement('main') %}\n {{ create_or_replace_clone(target_relation, defer_relation) }}\n {% endcall %}\n {% endif %}\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 {% do persist_docs(target_relation, model) %}\n\n {{ return({'relations': [target_relation]}) }}\n\n {%- else -%}\n\n {%- set target_relation = this.incorporate(type='view') -%}\n\n -- reuse the view materialization\n -- TODO: support actual dispatch for materialization macros\n -- Tracking ticket: https://github.com/dbt-labs/dbt-core/issues/7799\n {% set search_name = \"materialization_view_\" ~ adapter.type() %}\n {% if not search_name in context %}\n {% set search_name = \"materialization_view_default\" %}\n {% endif %}\n {% set materialization_macro = context[search_name] %}\n {% set relations = materialization_macro() %}\n {{ return(relations) }}\n\n {%- endif -%}\n\n{%- endmaterialization -%}", "depends_on": {"macros": ["macro.dbt.load_cached_relation", "macro.dbt.can_clone_table", "macro.dbt.drop_relation_if_exists", "macro.dbt.statement", "macro.dbt.create_or_replace_clone", "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": 1765580295.9659083, "supported_languages": ["sql"]}, "macro.dbt.can_clone_table": {"name": "can_clone_table", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/clone/can_clone_table.sql", "original_file_path": "macros/materializations/models/clone/can_clone_table.sql", "unique_id": "macro.dbt.can_clone_table", "macro_sql": "{% macro can_clone_table() %}\n {{ return(adapter.dispatch('can_clone_table', 'dbt')()) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__can_clone_table"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580295.96641, "supported_languages": null}, "macro.dbt.default__can_clone_table": {"name": "default__can_clone_table", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/clone/can_clone_table.sql", "original_file_path": "macros/materializations/models/clone/can_clone_table.sql", "unique_id": "macro.dbt.default__can_clone_table", "macro_sql": "{% macro default__can_clone_table() %}\n {{ return(False) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580295.9666755, "supported_languages": null}, "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.default__create_csv_table"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580295.9685106, "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": 1765580295.9702928, "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.default__reset_csv_table"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580295.97078, "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.render() %}\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": 1765580295.9717708, "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": 1765580295.9721496, "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": 1765580295.9724188, "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": 1765580295.9727218, "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": 1765580295.97296, "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": 1765580295.9732766, "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": 1765580295.9735296, "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": 1765580295.9744537, "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.default__load_csv_rows"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580295.9749467, "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": 1765580295.9773402, "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 comparison 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.render())) }}\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": 1765580295.9823294, "supported_languages": ["sql"]}, "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\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 {# The model['config'] parameter below is no longer used, but passing anyway for compatibility #}\n {# It was a dictionary of config, instead of the config object from the context #}\n {% set strategy = strategy_macro(model, \"snapshotted_data\", \"source_data\", model['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 build_or_select_sql = build_sql %}\n {% set final_sql = create_table_as(False, target_relation, build_sql) %}\n\n {% else %}\n\n {% set columns = config.get(\"snapshot_table_column_names\") or get_snapshot_table_column_names() %}\n\n {{ adapter.assert_valid_snapshot_target_given_strategy(target_relation, columns, strategy) }}\n\n {% set build_or_select_sql = snapshot_staging_table(strategy, sql, target_relation) %}\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 remove_columns = ['dbt_change_type', 'DBT_CHANGE_TYPE', 'dbt_unique_key', 'DBT_UNIQUE_KEY'] %}\n {% if unique_key | is_list %}\n {% for key in strategy.unique_key %}\n {{ remove_columns.append('dbt_unique_key_' + loop.index|string) }}\n {{ remove_columns.append('DBT_UNIQUE_KEY_' + loop.index|string) }}\n {% endfor %}\n {% endif %}\n\n {% set missing_columns = adapter.get_missing_columns(staging_table, target_relation)\n | rejectattr('name', 'in', remove_columns)\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', 'in', remove_columns)\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\n {{ check_time_data_types(build_or_select_sql) }}\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.get_snapshot_table_column_names", "macro.dbt.snapshot_staging_table", "macro.dbt.build_snapshot_staging_table", "macro.dbt.create_columns", "macro.dbt.snapshot_merge_sql", "macro.dbt.check_time_data_types", "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": 1765580295.990265, "supported_languages": ["sql"]}, "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.default__create_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580295.9943328, "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.render() }} add column {{ adapter.quote(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": 1765580295.9950087, "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.default__post_snapshot"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580295.9953449, "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": 1765580295.9955504, "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": 1765580295.9958458, "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": 1765580295.9960833, "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": 1765580295.996502, "supported_languages": null}, "macro.dbt.get_snapshot_table_column_names": {"name": "get_snapshot_table_column_names", "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_snapshot_table_column_names", "macro_sql": "{% macro get_snapshot_table_column_names() %}\n {{ return({'dbt_valid_to': 'dbt_valid_to', 'dbt_valid_from': 'dbt_valid_from', 'dbt_scd_id': 'dbt_scd_id', 'dbt_updated_at': 'dbt_updated_at', 'dbt_is_deleted': 'dbt_is_deleted'}) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580295.9969935, "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 {% set columns = config.get('snapshot_table_column_names') or get_snapshot_table_column_names() %}\n {% if strategy.hard_deletes == 'new_record' %}\n {% set new_scd_id = snapshot_hash_arguments([columns.dbt_scd_id, snapshot_get_time()]) %}\n {% endif %}\n with snapshot_query as (\n\n {{ source_sql }}\n\n ),\n\n snapshotted_data as (\n\n select *, {{ unique_key_fields(strategy.unique_key) }}\n from {{ target_relation }}\n where\n {% if config.get('dbt_valid_to_current') %}\n\t\t{% set source_unique_key = columns.dbt_valid_to | trim %}\n\t\t{% set target_unique_key = config.get('dbt_valid_to_current') | trim %}\n\n\t\t{# The exact equals semantics between NULL values depends on the current behavior flag set. Also, update records if the source field is null #}\n ( {{ equals(source_unique_key, target_unique_key) }} or {{ source_unique_key }} is null )\n {% else %}\n {{ columns.dbt_valid_to }} is null\n {% endif %}\n\n ),\n\n insertions_source_data as (\n\n select *, {{ unique_key_fields(strategy.unique_key) }},\n {{ strategy.updated_at }} as {{ columns.dbt_updated_at }},\n {{ strategy.updated_at }} as {{ columns.dbt_valid_from }},\n {{ get_dbt_valid_to_current(strategy, columns) }},\n {{ strategy.scd_id }} as {{ columns.dbt_scd_id }}\n\n from snapshot_query\n ),\n\n updates_source_data as (\n\n select *, {{ unique_key_fields(strategy.unique_key) }},\n {{ strategy.updated_at }} as {{ columns.dbt_updated_at }},\n {{ strategy.updated_at }} as {{ columns.dbt_valid_from }},\n {{ strategy.updated_at }} as {{ columns.dbt_valid_to }}\n\n from snapshot_query\n ),\n\n {%- if strategy.hard_deletes == 'invalidate' or strategy.hard_deletes == 'new_record' %}\n\n deletes_source_data as (\n\n select *, {{ unique_key_fields(strategy.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 {%- if strategy.hard_deletes == 'new_record' -%}\n ,'False' as {{ columns.dbt_is_deleted }}\n {%- endif %}\n\n from insertions_source_data as source_data\n left outer join snapshotted_data\n on {{ unique_key_join_on(strategy.unique_key, \"snapshotted_data\", \"source_data\") }}\n where {{ unique_key_is_null(strategy.unique_key, \"snapshotted_data\") }}\n or ({{ unique_key_is_not_null(strategy.unique_key, \"snapshotted_data\") }} and (\n {{ strategy.row_changed }} {%- if strategy.hard_deletes == 'new_record' -%} or snapshotted_data.{{ columns.dbt_is_deleted }} = 'True' {% endif %}\n )\n\n )\n\n ),\n\n updates as (\n\n select\n 'update' as dbt_change_type,\n source_data.*,\n snapshotted_data.{{ columns.dbt_scd_id }}\n {%- if strategy.hard_deletes == 'new_record' -%}\n , snapshotted_data.{{ columns.dbt_is_deleted }}\n {%- endif %}\n\n from updates_source_data as source_data\n join snapshotted_data\n on {{ unique_key_join_on(strategy.unique_key, \"snapshotted_data\", \"source_data\") }}\n where (\n {{ strategy.row_changed }} {%- if strategy.hard_deletes == 'new_record' -%} or snapshotted_data.{{ columns.dbt_is_deleted }} = 'True' {% endif %}\n )\n )\n\n {%- if strategy.hard_deletes == 'invalidate' or strategy.hard_deletes == 'new_record' %}\n ,\n deletes as (\n\n select\n 'delete' as dbt_change_type,\n source_data.*,\n {{ snapshot_get_time() }} as {{ columns.dbt_valid_from }},\n {{ snapshot_get_time() }} as {{ columns.dbt_updated_at }},\n {{ snapshot_get_time() }} as {{ columns.dbt_valid_to }},\n snapshotted_data.{{ columns.dbt_scd_id }}\n {%- if strategy.hard_deletes == 'new_record' -%}\n , snapshotted_data.{{ columns.dbt_is_deleted }}\n {%- endif %}\n from snapshotted_data\n left join deletes_source_data as source_data\n on {{ unique_key_join_on(strategy.unique_key, \"snapshotted_data\", \"source_data\") }}\n where {{ unique_key_is_null(strategy.unique_key, \"source_data\") }}\n\n {%- if strategy.hard_deletes == 'new_record' %}\n and not (\n --avoid updating the record's valid_to if the latest entry is marked as deleted\n snapshotted_data.{{ columns.dbt_is_deleted }} = 'True'\n and\n {% if config.get('dbt_valid_to_current') -%}\n snapshotted_data.{{ columns.dbt_valid_to }} = {{ config.get('dbt_valid_to_current') }}\n {%- else -%}\n snapshotted_data.{{ columns.dbt_valid_to }} is null\n {%- endif %}\n )\n {%- endif %}\n )\n {%- endif %}\n\n {%- if strategy.hard_deletes == 'new_record' %}\n {% set snapshotted_cols = get_list_of_column_names(get_columns_in_relation(target_relation)) %}\n {% set source_sql_cols = get_column_schema_from_query(source_sql) %}\n ,\n deletion_records as (\n\n select\n 'insert' as dbt_change_type,\n {#/*\n If a column has been added to the source it won't yet exist in the\n snapshotted table so we insert a null value as a placeholder for the column.\n */#}\n {%- for col in source_sql_cols -%}\n {%- if col.name in snapshotted_cols -%}\n snapshotted_data.{{ adapter.quote(col.column) }},\n {%- else -%}\n NULL as {{ adapter.quote(col.column) }},\n {%- endif -%}\n {% endfor -%}\n {%- if strategy.unique_key | is_list -%}\n {%- for key in strategy.unique_key -%}\n snapshotted_data.{{ key }} as dbt_unique_key_{{ loop.index }},\n {% endfor -%}\n {%- else -%}\n snapshotted_data.dbt_unique_key as dbt_unique_key,\n {% endif -%}\n {{ snapshot_get_time() }} as {{ columns.dbt_valid_from }},\n {{ snapshot_get_time() }} as {{ columns.dbt_updated_at }},\n snapshotted_data.{{ columns.dbt_valid_to }} as {{ columns.dbt_valid_to }},\n {{ new_scd_id }} as {{ columns.dbt_scd_id }},\n 'True' as {{ columns.dbt_is_deleted }}\n from snapshotted_data\n left join deletes_source_data as source_data\n on {{ unique_key_join_on(strategy.unique_key, \"snapshotted_data\", \"source_data\") }}\n where {{ unique_key_is_null(strategy.unique_key, \"source_data\") }}\n and not (\n --avoid inserting a new record if the latest one is marked as deleted\n snapshotted_data.{{ columns.dbt_is_deleted }} = 'True'\n and\n {% if config.get('dbt_valid_to_current') -%}\n snapshotted_data.{{ columns.dbt_valid_to }} = {{ config.get('dbt_valid_to_current') }}\n {%- else -%}\n snapshotted_data.{{ columns.dbt_valid_to }} is null\n {%- endif %}\n )\n\n )\n {%- endif %}\n\n select * from insertions\n union all\n select * from updates\n {%- if strategy.hard_deletes == 'invalidate' or strategy.hard_deletes == 'new_record' %}\n union all\n select * from deletes\n {%- endif %}\n {%- if strategy.hard_deletes == 'new_record' %}\n union all\n select * from deletion_records\n {%- endif %}\n\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.get_snapshot_table_column_names", "macro.dbt.snapshot_hash_arguments", "macro.dbt.snapshot_get_time", "macro.dbt.unique_key_fields", "macro.dbt.equals", "macro.dbt.get_dbt_valid_to_current", "macro.dbt.unique_key_join_on", "macro.dbt.unique_key_is_null", "macro.dbt.unique_key_is_not_null", "macro.dbt.get_list_of_column_names", "macro.dbt.get_columns_in_relation", "macro.dbt.get_column_schema_from_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.0058599, "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": 1765580296.006288, "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 {% set columns = config.get('snapshot_table_column_names') or get_snapshot_table_column_names() %}\n\n select *,\n {{ strategy.scd_id }} as {{ columns.dbt_scd_id }},\n {{ strategy.updated_at }} as {{ columns.dbt_updated_at }},\n {{ strategy.updated_at }} as {{ columns.dbt_valid_from }},\n {{ get_dbt_valid_to_current(strategy, columns) }}\n {%- if strategy.hard_deletes == 'new_record' -%}\n , 'False' as {{ columns.dbt_is_deleted }}\n {% endif -%}\n from (\n {{ sql }}\n ) sbq\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_snapshot_table_column_names", "macro.dbt.get_dbt_valid_to_current"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.0073397, "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": 1765580296.0082014, "supported_languages": null}, "macro.dbt.get_updated_at_column_data_type": {"name": "get_updated_at_column_data_type", "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_updated_at_column_data_type", "macro_sql": "{% macro get_updated_at_column_data_type(snapshot_sql) %}\n {% set snapshot_sql_column_schema = get_column_schema_from_query(snapshot_sql) %}\n {% set dbt_updated_at_data_type = null %}\n {% set ns = namespace() -%} {#-- handle for-loop scoping with a namespace --#}\n {% set ns.dbt_updated_at_data_type = null -%}\n {% for column in snapshot_sql_column_schema %}\n {% if ((column.column == 'dbt_updated_at') or (column.column == 'DBT_UPDATED_AT')) %}\n {% set ns.dbt_updated_at_data_type = column.dtype %}\n {% endif %}\n {% endfor %}\n {{ return(ns.dbt_updated_at_data_type or none) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_column_schema_from_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.0093849, "supported_languages": null}, "macro.dbt.check_time_data_types": {"name": "check_time_data_types", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/helpers.sql", "original_file_path": "macros/materializations/snapshots/helpers.sql", "unique_id": "macro.dbt.check_time_data_types", "macro_sql": "{% macro check_time_data_types(sql) %}\n {% set dbt_updated_at_data_type = get_updated_at_column_data_type(sql) %}\n {% set snapshot_get_time_data_type = get_snapshot_get_time_data_type() %}\n {% if snapshot_get_time_data_type is not none and dbt_updated_at_data_type is not none and snapshot_get_time_data_type != dbt_updated_at_data_type %}\n {% if exceptions.warn_snapshot_timestamp_data_types %}\n {{ exceptions.warn_snapshot_timestamp_data_types(snapshot_get_time_data_type, dbt_updated_at_data_type) }}\n {% endif %}\n {% endif %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_updated_at_column_data_type", "macro.dbt.get_snapshot_get_time_data_type"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.0102432, "supported_languages": null}, "macro.dbt.get_dbt_valid_to_current": {"name": "get_dbt_valid_to_current", "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_dbt_valid_to_current", "macro_sql": "{% macro get_dbt_valid_to_current(strategy, columns) %}\n {% set dbt_valid_to_current = config.get('dbt_valid_to_current') or \"null\" %}\n coalesce(nullif({{ strategy.updated_at }}, {{ strategy.updated_at }}), {{dbt_valid_to_current}})\n as {{ columns.dbt_valid_to }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.010829, "supported_languages": null}, "macro.dbt.unique_key_fields": {"name": "unique_key_fields", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/helpers.sql", "original_file_path": "macros/materializations/snapshots/helpers.sql", "unique_id": "macro.dbt.unique_key_fields", "macro_sql": "{% macro unique_key_fields(unique_key) %}\n {% if unique_key | is_list %}\n {% for key in unique_key %}\n {{ key }} as dbt_unique_key_{{ loop.index }}\n {%- if not loop.last %} , {%- endif %}\n {% endfor %}\n {% else %}\n {{ unique_key }} as dbt_unique_key\n {% endif %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.011525, "supported_languages": null}, "macro.dbt.unique_key_join_on": {"name": "unique_key_join_on", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/helpers.sql", "original_file_path": "macros/materializations/snapshots/helpers.sql", "unique_id": "macro.dbt.unique_key_join_on", "macro_sql": "{% macro unique_key_join_on(unique_key, identifier, from_identifier) %}\n {% if unique_key | is_list %}\n {% for key in unique_key %}\n\t {% set source_unique_key = (identifier ~ \".dbt_unique_key_\" ~ loop.index) | trim %}\n\t {% set target_unique_key = (from_identifier ~ \".dbt_unique_key_\" ~ loop.index) | trim %}\n\t {{ equals(source_unique_key, target_unique_key) }}\n {%- if not loop.last %} and {%- endif %}\n {% endfor %}\n {% else %}\n {{ identifier }}.dbt_unique_key = {{ from_identifier }}.dbt_unique_key\n {% endif %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.equals"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.012695, "supported_languages": null}, "macro.dbt.unique_key_is_null": {"name": "unique_key_is_null", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/helpers.sql", "original_file_path": "macros/materializations/snapshots/helpers.sql", "unique_id": "macro.dbt.unique_key_is_null", "macro_sql": "{% macro unique_key_is_null(unique_key, identifier) %}\n {% if unique_key | is_list %}\n {{ identifier }}.dbt_unique_key_1 is null\n {% else %}\n {{ identifier }}.dbt_unique_key is null\n {% endif %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.0131655, "supported_languages": null}, "macro.dbt.unique_key_is_not_null": {"name": "unique_key_is_not_null", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/helpers.sql", "original_file_path": "macros/materializations/snapshots/helpers.sql", "unique_id": "macro.dbt.unique_key_is_not_null", "macro_sql": "{% macro unique_key_is_not_null(unique_key, identifier) %}\n {% if unique_key | is_list %}\n {{ identifier }}.dbt_unique_key_1 is not null\n {% else %}\n {{ identifier }}.dbt_unique_key is not null\n {% endif %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.013613, "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": 1765580296.0176187, "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.default__snapshot_hash_arguments"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.0179615, "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": 1765580296.018414, "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, model_config, target_exists) %}\n {# The model_config parameter is no longer used, but is passed in anyway for compatibility. #}\n {% set primary_key = config.get('unique_key') %}\n {% set updated_at = config.get('updated_at') %}\n {% set hard_deletes = adapter.get_hard_deletes_behavior(config) %}\n {% set invalidate_hard_deletes = hard_deletes == 'invalidate' %}\n {% set columns = config.get(\"snapshot_table_column_names\") or get_snapshot_table_column_names() %}\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 }}.{{ columns.dbt_valid_from }} < {{ current_rel }}.{{ updated_at }})\n {%- endset %}\n\n {% set scd_args = api.Relation.scd_args(primary_key, updated_at) %}\n {% set scd_id_expr = snapshot_hash_arguments(scd_args) %}\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 \"hard_deletes\": hard_deletes\n }) %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_snapshot_table_column_names", "macro.dbt.snapshot_hash_arguments"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.0203357, "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_postgres.postgres__snapshot_string_as_time"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.020697, "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": 1765580296.0210865, "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 {#-- N.B. The whitespace below is necessary to avoid edge case issue with comments --#}\n {#-- See: https://github.com/dbt-labs/dbt-core/issues/6781 --#}\n select {{ check_cols_config | join(', ') }} from (\n {{ node['compiled_code'] }}\n ) 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": 1765580296.0239954, "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, model_config, target_exists) %}\n {# The model_config parameter is no longer used, but is passed in anyway for compatibility. #}\n {% set check_cols_config = config.get('check_cols') %}\n {% set primary_key = config.get('unique_key') %}\n {% set hard_deletes = adapter.get_hard_deletes_behavior(config) %}\n {% set invalidate_hard_deletes = hard_deletes == 'invalidate' %}\n {% set updated_at = config.get('updated_at') or 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_args = api.Relation.scd_args(primary_key, updated_at) %}\n {% set scd_id_expr = snapshot_hash_arguments(scd_args) %}\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 \"hard_deletes\": 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": 1765580296.0268426, "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_postgres.postgres__snapshot_merge_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.027696, "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 {%- set columns = config.get(\"snapshot_table_column_names\") or get_snapshot_table_column_names() -%}\n\n merge into {{ target.render() }} as DBT_INTERNAL_DEST\n using {{ source }} as DBT_INTERNAL_SOURCE\n on DBT_INTERNAL_SOURCE.{{ columns.dbt_scd_id }} = DBT_INTERNAL_DEST.{{ columns.dbt_scd_id }}\n\n when matched\n {% if config.get(\"dbt_valid_to_current\") %}\n\t{% set source_unique_key = (\"DBT_INTERNAL_DEST.\" ~ columns.dbt_valid_to) | trim %}\n\t{% set target_unique_key = config.get('dbt_valid_to_current') | trim %}\n\tand ({{ equals(source_unique_key, target_unique_key) }} or {{ source_unique_key }} is null)\n\n {% else %}\n and DBT_INTERNAL_DEST.{{ columns.dbt_valid_to }} is null\n {% endif %}\n and DBT_INTERNAL_SOURCE.dbt_change_type in ('update', 'delete')\n then update\n set {{ columns.dbt_valid_to }} = DBT_INTERNAL_SOURCE.{{ columns.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": ["macro.dbt.get_snapshot_table_column_names", "macro.dbt.equals"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.0293412, "supported_languages": null}, "macro.dbt.materialization_unit_default": {"name": "materialization_unit_default", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/tests/unit.sql", "original_file_path": "macros/materializations/tests/unit.sql", "unique_id": "macro.dbt.materialization_unit_default", "macro_sql": "{%- materialization unit, default -%}\n\n {% set relations = [] %}\n\n {% set expected_rows = config.get('expected_rows') %}\n {% set expected_sql = config.get('expected_sql') %}\n {% set tested_expected_column_names = expected_rows[0].keys() if (expected_rows | length ) > 0 else get_columns_in_query(sql) %}\n\n {%- set target_relation = this.incorporate(type='table') -%}\n {%- set temp_relation = make_temp_relation(target_relation)-%}\n {% do run_query(get_create_table_as_sql(True, temp_relation, get_empty_subquery_sql(sql))) %}\n {%- set columns_in_relation = adapter.get_columns_in_relation(temp_relation) -%}\n {%- set column_name_to_data_types = {} -%}\n {%- set column_name_to_quoted = {} -%}\n {%- for column in columns_in_relation -%}\n {%- do column_name_to_data_types.update({column.name|lower: column.data_type}) -%}\n {%- do column_name_to_quoted.update({column.name|lower: column.quoted}) -%}\n {%- endfor -%}\n\n {%- set expected_column_names_quoted = [] -%}\n {%- for column_name in tested_expected_column_names -%}\n {%- do expected_column_names_quoted.append(column_name_to_quoted[column_name|lower]) -%}\n {%- endfor -%}\n\n {% if not expected_sql %}\n {% set expected_sql = get_expected_sql(expected_rows, column_name_to_data_types, column_name_to_quoted) %}\n {% endif %}\n {% set unit_test_sql = get_unit_test_sql(sql, expected_sql, expected_column_names_quoted) %}\n\n {% call statement('main', fetch_result=True) -%}\n\n {{ unit_test_sql }}\n\n {%- endcall %}\n\n {% do adapter.drop_relation(temp_relation) %}\n\n {{ return({'relations': relations}) }}\n\n{%- endmaterialization -%}", "depends_on": {"macros": ["macro.dbt.get_columns_in_query", "macro.dbt.make_temp_relation", "macro.dbt.run_query", "macro.dbt.get_create_table_as_sql", "macro.dbt.get_empty_subquery_sql", "macro.dbt.get_expected_sql", "macro.dbt.get_unit_test_sql", "macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.033015, "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 {% set limit = config.get('limit') %}\n\n {% set sql_with_limit %}\n {{ get_limit_subquery_sql(sql, limit) }}\n {% endset %}\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\n {% set store_failures_as = config.get('store_failures_as') %}\n -- if `--store-failures` is invoked via command line and `store_failures_as` is not set,\n -- config.get('store_failures_as', 'table') returns None, not 'table'\n {% if store_failures_as == none %}{% set store_failures_as = 'table' %}{% endif %}\n {% if store_failures_as not in ['table', 'view'] %}\n {{ exceptions.raise_compiler_error(\n \"'\" ~ store_failures_as ~ \"' is not a valid value for `store_failures_as`. \"\n \"Accepted values are: ['ephemeral', 'table', 'view']\"\n ) }}\n {% endif %}\n\n {% set target_relation = api.Relation.create(\n identifier=identifier, schema=schema, database=database, type=store_failures_as) -%} %}\n\n {% if old_relation %}\n {% do adapter.drop_relation(old_relation) %}\n {% endif %}\n\n {% call statement(auto_begin=True) %}\n {{ get_create_sql(target_relation, sql_with_limit) }}\n {% endcall %}\n\n {% do relations.append(target_relation) %}\n\n {# Since the test failures have already been saved to the database, reuse that result rather than querying again #}\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_with_limit %}\n\n {% endif %}\n\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 {# The limit has already been included above, and we do not want to duplicate it again. We also want to be safe for macro overrides treating `limit` as a required parameter. #}\n {{ get_test_sql(main_sql, fail_calc, warn_if, error_if, limit=none)}}\n\n {%- endcall %}\n\n {{ return({'relations': relations}) }}\n\n{%- endmaterialization -%}", "depends_on": {"macros": ["macro.dbt.get_limit_subquery_sql", "macro.dbt.should_store_failures", "macro.dbt.statement", "macro.dbt.get_create_sql", "macro.dbt.get_test_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.0374513, "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": 1765580296.0385132, "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": 1765580296.0391207, "supported_languages": null}, "macro.dbt.get_unit_test_sql": {"name": "get_unit_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_unit_test_sql", "macro_sql": "{% macro get_unit_test_sql(main_sql, expected_fixture_sql, expected_column_names) -%}\n {{ adapter.dispatch('get_unit_test_sql', 'dbt')(main_sql, expected_fixture_sql, expected_column_names) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_unit_test_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.0395484, "supported_languages": null}, "macro.dbt.default__get_unit_test_sql": {"name": "default__get_unit_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_unit_test_sql", "macro_sql": "{% macro default__get_unit_test_sql(main_sql, expected_fixture_sql, expected_column_names) -%}\n-- Build actual result given inputs\nwith dbt_internal_unit_test_actual as (\n select\n {% for expected_column_name in expected_column_names %}{{expected_column_name}}{% if not loop.last -%},{% endif %}{%- endfor -%}, {{ dbt.string_literal(\"actual\") }} as {{ adapter.quote(\"actual_or_expected\") }}\n from (\n {{ main_sql }}\n ) _dbt_internal_unit_test_actual\n),\n-- Build expected result\ndbt_internal_unit_test_expected as (\n select\n {% for expected_column_name in expected_column_names %}{{expected_column_name}}{% if not loop.last -%}, {% endif %}{%- endfor -%}, {{ dbt.string_literal(\"expected\") }} as {{ adapter.quote(\"actual_or_expected\") }}\n from (\n {{ expected_fixture_sql }}\n ) _dbt_internal_unit_test_expected\n)\n-- Union actual and expected results\nselect * from dbt_internal_unit_test_actual\nunion all\nselect * from dbt_internal_unit_test_expected\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.string_literal"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.0407605, "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": 1765580296.0413764, "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": 1765580296.0421572, "supported_languages": null}, "macro.dbt.materialization_function_default": {"name": "materialization_function_default", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/functions/function.sql", "original_file_path": "macros/materializations/functions/function.sql", "unique_id": "macro.dbt.materialization_function_default", "macro_sql": "{% materialization function, default, supported_languages=['sql', 'python'] %}\n {% set existing_relation = load_cached_relation(this) %}\n {% set target_relation = this.incorporate(type=this.Function) %}\n\n {{ run_hooks(pre_hooks) }}\n\n {% set function_config = this.get_function_config(model) %}\n {% set macro_name = this.get_function_macro_name(function_config) %}\n\n {# Doing this aliasing of adapter.dispatch is a hacky way to disable the static analysis of actually calling adapter.dispatch #}\n {# This is necessary because the static analysis breaks being able to dynamically pass a macro_name #}\n {% set _dispatch = adapter.dispatch %}\n\n {% set build_sql = _dispatch(macro_name, 'dbt')(target_relation) %}\n {{ function_execute_build_sql(build_sql, existing_relation, target_relation) }}\n {{ run_hooks(post_hooks) }}\n\n {{ return({'relations': [target_relation]}) }}\n\n{% endmaterialization %}", "depends_on": {"macros": ["macro.dbt.load_cached_relation", "macro.dbt.run_hooks", "macro.dbt.function_execute_build_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.043957, "supported_languages": ["sql", "python"]}, "macro.dbt.function_execute_build_sql": {"name": "function_execute_build_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/functions/helpers.sql", "original_file_path": "macros/materializations/functions/helpers.sql", "unique_id": "macro.dbt.function_execute_build_sql", "macro_sql": "{% macro function_execute_build_sql(build_sql, existing_relation, target_relation) %}\n {{ return(adapter.dispatch('function_execute_build_sql', 'dbt')(build_sql, existing_relation, target_relation)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__function_execute_build_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.044699, "supported_languages": null}, "macro.dbt.default__function_execute_build_sql": {"name": "default__function_execute_build_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/functions/helpers.sql", "original_file_path": "macros/materializations/functions/helpers.sql", "unique_id": "macro.dbt.default__function_execute_build_sql", "macro_sql": "{% macro default__function_execute_build_sql(build_sql, existing_relation, target_relation) %}\n\n {% set grant_config = config.get('grants') %}\n\n {% call statement(name=\"main\") %}\n {{ build_sql }}\n {% endcall %}\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 {{ adapter.commit() }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement", "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": 1765580296.0457637, "supported_languages": null}, "macro.dbt.scalar_function_sql": {"name": "scalar_function_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/functions/scalar.sql", "original_file_path": "macros/materializations/functions/scalar.sql", "unique_id": "macro.dbt.scalar_function_sql", "macro_sql": "{% macro scalar_function_sql(target_relation) %}\n {{ return(adapter.dispatch('scalar_function_sql', 'dbt')(target_relation)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__scalar_function_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.0470252, "supported_languages": null}, "macro.dbt.default__scalar_function_sql": {"name": "default__scalar_function_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/functions/scalar.sql", "original_file_path": "macros/materializations/functions/scalar.sql", "unique_id": "macro.dbt.default__scalar_function_sql", "macro_sql": "{% macro default__scalar_function_sql(target_relation) %}\n {{ scalar_function_create_replace_signature_sql(target_relation) }}\n {{ scalar_function_body_sql() }};\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.scalar_function_create_replace_signature_sql", "macro.dbt.scalar_function_body_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.0473385, "supported_languages": null}, "macro.dbt.scalar_function_create_replace_signature_sql": {"name": "scalar_function_create_replace_signature_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/functions/scalar.sql", "original_file_path": "macros/materializations/functions/scalar.sql", "unique_id": "macro.dbt.scalar_function_create_replace_signature_sql", "macro_sql": "{% macro scalar_function_create_replace_signature_sql(target_relation) %}\n {{ return(adapter.dispatch('scalar_function_create_replace_signature_sql', 'dbt')(target_relation)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__scalar_function_create_replace_signature_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.047722, "supported_languages": null}, "macro.dbt.default__scalar_function_create_replace_signature_sql": {"name": "default__scalar_function_create_replace_signature_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/functions/scalar.sql", "original_file_path": "macros/materializations/functions/scalar.sql", "unique_id": "macro.dbt.default__scalar_function_create_replace_signature_sql", "macro_sql": "{% macro default__scalar_function_create_replace_signature_sql(target_relation) %}\n CREATE OR REPLACE FUNCTION {{ target_relation.render() }} ({{ formatted_scalar_function_args_sql()}})\n RETURNS {{ model.returns.data_type }}\n {{ scalar_function_volatility_sql() }}\n AS\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.formatted_scalar_function_args_sql", "macro.dbt.scalar_function_volatility_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.0484502, "supported_languages": null}, "macro.dbt.formatted_scalar_function_args_sql": {"name": "formatted_scalar_function_args_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/functions/scalar.sql", "original_file_path": "macros/materializations/functions/scalar.sql", "unique_id": "macro.dbt.formatted_scalar_function_args_sql", "macro_sql": "{% macro formatted_scalar_function_args_sql() %}\n {{ return(adapter.dispatch('formatted_scalar_function_args_sql', 'dbt')()) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__formatted_scalar_function_args_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.0488124, "supported_languages": null}, "macro.dbt.default__formatted_scalar_function_args_sql": {"name": "default__formatted_scalar_function_args_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/functions/scalar.sql", "original_file_path": "macros/materializations/functions/scalar.sql", "unique_id": "macro.dbt.default__formatted_scalar_function_args_sql", "macro_sql": "{% macro default__formatted_scalar_function_args_sql() %}\n {% set args = [] %}\n {% for arg in model.arguments -%}\n {%- do args.append(arg.name ~ ' ' ~ arg.data_type) -%}\n {%- endfor %}\n {{ args | join(', ') }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.049453, "supported_languages": null}, "macro.dbt.scalar_function_body_sql": {"name": "scalar_function_body_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/functions/scalar.sql", "original_file_path": "macros/materializations/functions/scalar.sql", "unique_id": "macro.dbt.scalar_function_body_sql", "macro_sql": "{% macro scalar_function_body_sql() %}\n {{ return(adapter.dispatch('scalar_function_body_sql', 'dbt')()) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__scalar_function_body_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.0498111, "supported_languages": null}, "macro.dbt.default__scalar_function_body_sql": {"name": "default__scalar_function_body_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/functions/scalar.sql", "original_file_path": "macros/materializations/functions/scalar.sql", "unique_id": "macro.dbt.default__scalar_function_body_sql", "macro_sql": "{% macro default__scalar_function_body_sql() %}\n $$\n {{ model.compiled_code }}\n $$ LANGUAGE SQL\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.0500288, "supported_languages": null}, "macro.dbt.scalar_function_volatility_sql": {"name": "scalar_function_volatility_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/functions/scalar.sql", "original_file_path": "macros/materializations/functions/scalar.sql", "unique_id": "macro.dbt.scalar_function_volatility_sql", "macro_sql": "{% macro scalar_function_volatility_sql() %}\n {{ return(adapter.dispatch('scalar_function_volatility_sql', 'dbt')()) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__scalar_function_volatility_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.0503578, "supported_languages": null}, "macro.dbt.default__scalar_function_volatility_sql": {"name": "default__scalar_function_volatility_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/functions/scalar.sql", "original_file_path": "macros/materializations/functions/scalar.sql", "unique_id": "macro.dbt.default__scalar_function_volatility_sql", "macro_sql": "{% macro default__scalar_function_volatility_sql() %}\n {% set volatility = model.config.get('volatility') %}\n {% if volatility == 'deterministic' %}\n IMMUTABLE\n {% elif volatility == 'stable' %}\n STABLE\n {% elif volatility == 'non-deterministic' %}\n VOLATILE\n {% elif volatility != none %}\n {# This shouldn't happen unless a new volatility is invented #}\n {% do unsupported_volatility_warning(volatility) %}\n {% endif %}\n {# If no volatility is set, don't add anything and let the data warehouse default it #}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.unsupported_volatility_warning"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.0512002, "supported_languages": null}, "macro.dbt.unsupported_volatility_warning": {"name": "unsupported_volatility_warning", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/functions/scalar.sql", "original_file_path": "macros/materializations/functions/scalar.sql", "unique_id": "macro.dbt.unsupported_volatility_warning", "macro_sql": "{% macro unsupported_volatility_warning(volatility) %}\n {{ return(adapter.dispatch('unsupported_volatility_warning', 'dbt')(volatility)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__unsupported_volatility_warning"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.0515926, "supported_languages": null}, "macro.dbt.default__unsupported_volatility_warning": {"name": "default__unsupported_volatility_warning", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/functions/scalar.sql", "original_file_path": "macros/materializations/functions/scalar.sql", "unique_id": "macro.dbt.default__unsupported_volatility_warning", "macro_sql": "{% macro default__unsupported_volatility_warning(volatility) %}\n {% set msg = \"Found `\" ~ volatility ~ \"` volatility specified on function `\" ~ model.name ~ \"`. This volatility is not supported by \" ~ adapter.type() ~ \", and will be ignored\" %}\n {% do exceptions.warn(msg) %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.0521212, "supported_languages": null}, "macro.dbt.get_aggregate_function_create_replace_signature": {"name": "get_aggregate_function_create_replace_signature", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/functions/aggregate.sql", "original_file_path": "macros/materializations/functions/aggregate.sql", "unique_id": "macro.dbt.get_aggregate_function_create_replace_signature", "macro_sql": "{% macro get_aggregate_function_create_replace_signature(target_relation) %}\n {{ return(adapter.dispatch('get_aggregate_function_create_replace_signature', 'dbt')(target_relation)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_aggregate_function_create_replace_signature"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.053255, "supported_languages": null}, "macro.dbt.default__get_aggregate_function_create_replace_signature": {"name": "default__get_aggregate_function_create_replace_signature", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/functions/aggregate.sql", "original_file_path": "macros/materializations/functions/aggregate.sql", "unique_id": "macro.dbt.default__get_aggregate_function_create_replace_signature", "macro_sql": "{% macro default__get_aggregate_function_create_replace_signature(target_relation) %}\n CREATE OR REPLACE AGGREGATE FUNCTION {{ target_relation.render() }} ({{ get_formatted_aggregate_function_args()}})\n RETURNS {{ model.returns.data_type }}\n {{ get_function_language_specifier() }}\n {% if model.get('language') == 'python' %}\n {{ get_function_python_options() }}\n {% endif %}\n {{ scalar_function_volatility_sql() }}\n AS\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_formatted_aggregate_function_args", "macro.dbt.get_function_language_specifier", "macro.dbt.get_function_python_options", "macro.dbt.scalar_function_volatility_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.0539927, "supported_languages": null}, "macro.dbt.get_formatted_aggregate_function_args": {"name": "get_formatted_aggregate_function_args", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/functions/aggregate.sql", "original_file_path": "macros/materializations/functions/aggregate.sql", "unique_id": "macro.dbt.get_formatted_aggregate_function_args", "macro_sql": "{% macro get_formatted_aggregate_function_args() %}\n {{ return(adapter.dispatch('get_formatted_aggregate_function_args', 'dbt')()) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_formatted_aggregate_function_args"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.0543323, "supported_languages": null}, "macro.dbt.default__get_formatted_aggregate_function_args": {"name": "default__get_formatted_aggregate_function_args", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/functions/aggregate.sql", "original_file_path": "macros/materializations/functions/aggregate.sql", "unique_id": "macro.dbt.default__get_formatted_aggregate_function_args", "macro_sql": "{% macro default__get_formatted_aggregate_function_args() %}\n {# conveniently we can reuse the sql scalar function args #}\n {{ formatted_scalar_function_args_sql() }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.formatted_scalar_function_args_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.0545864, "supported_languages": null}, "macro.dbt.get_function_language_specifier": {"name": "get_function_language_specifier", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/functions/aggregate.sql", "original_file_path": "macros/materializations/functions/aggregate.sql", "unique_id": "macro.dbt.get_function_language_specifier", "macro_sql": "{% macro get_function_language_specifier() %}\n {{ return(adapter.dispatch('get_function_language_specifier', 'dbt')()) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_function_language_specifier"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.0549207, "supported_languages": null}, "macro.dbt.default__get_function_language_specifier": {"name": "default__get_function_language_specifier", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/functions/aggregate.sql", "original_file_path": "macros/materializations/functions/aggregate.sql", "unique_id": "macro.dbt.default__get_function_language_specifier", "macro_sql": "{% macro default__get_function_language_specifier() %}\n {% set language = model.get('language') %}\n {% if language == 'sql' %}\n {# generally you dont need to specify the language for sql functions #}\n {% elif language == 'python' %}\n LANGUAGE PYTHON\n {% else %}\n {{ 'LANGUAGE ' ~ language.upper() }}\n {% endif %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.055598, "supported_languages": null}, "macro.dbt.get_aggregate_function_volatility_specifier": {"name": "get_aggregate_function_volatility_specifier", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/functions/aggregate.sql", "original_file_path": "macros/materializations/functions/aggregate.sql", "unique_id": "macro.dbt.get_aggregate_function_volatility_specifier", "macro_sql": "{% macro get_aggregate_function_volatility_specifier() %}\n {{ return(adapter.dispatch('get_aggregate_function_volatility_specifier', 'dbt')()) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_aggregate_function_volatility_specifier"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.0559406, "supported_languages": null}, "macro.dbt.default__get_aggregate_function_volatility_specifier": {"name": "default__get_aggregate_function_volatility_specifier", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/functions/aggregate.sql", "original_file_path": "macros/materializations/functions/aggregate.sql", "unique_id": "macro.dbt.default__get_aggregate_function_volatility_specifier", "macro_sql": "{% macro default__get_aggregate_function_volatility_specifier() %}\n {{ scalar_function_volatility_sql() }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.scalar_function_volatility_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.056159, "supported_languages": null}, "macro.dbt.get_function_python_options": {"name": "get_function_python_options", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/functions/aggregate.sql", "original_file_path": "macros/materializations/functions/aggregate.sql", "unique_id": "macro.dbt.get_function_python_options", "macro_sql": "{% macro get_function_python_options() %}\n {{ return(adapter.dispatch('get_function_python_options', 'dbt')()) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_function_python_options"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.0565012, "supported_languages": null}, "macro.dbt.default__get_function_python_options": {"name": "default__get_function_python_options", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/functions/aggregate.sql", "original_file_path": "macros/materializations/functions/aggregate.sql", "unique_id": "macro.dbt.default__get_function_python_options", "macro_sql": "{% macro default__get_function_python_options() %}\n RUNTIME_VERSION = '{{ model.config.get('runtime_version') }}'\n HANDLER = '{{ model.config.get('entry_point') }}'\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.056878, "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": 1765580296.0573647, "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": 1765580296.057641, "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.default__intersect"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.0582042, "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": 1765580296.0583663, "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_postgres.postgres__last_day"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.0589836, "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": 1765580296.0595107, "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": 1765580296.0598123, "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": 1765580296.060402, "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": 1765580296.0607815, "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": 1765580296.0612833, "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": 1765580296.0615468, "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.default__hash"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.062053, "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": 1765580296.0623786, "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.default__array_append"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.062949, "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": 1765580296.063221, "supported_languages": null}, "macro.dbt.get_intervals_between": {"name": "get_intervals_between", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/date_spine.sql", "original_file_path": "macros/utils/date_spine.sql", "unique_id": "macro.dbt.get_intervals_between", "macro_sql": "{% macro get_intervals_between(start_date, end_date, datepart) -%}\n {{ return(adapter.dispatch('get_intervals_between', 'dbt')(start_date, end_date, datepart)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_intervals_between"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.0641503, "supported_languages": null}, "macro.dbt.default__get_intervals_between": {"name": "default__get_intervals_between", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/date_spine.sql", "original_file_path": "macros/utils/date_spine.sql", "unique_id": "macro.dbt.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": 1765580296.0653145, "supported_languages": null}, "macro.dbt.date_spine": {"name": "date_spine", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/date_spine.sql", "original_file_path": "macros/utils/date_spine.sql", "unique_id": "macro.dbt.date_spine", "macro_sql": "{% macro date_spine(datepart, start_date, end_date) %}\n {{ return(adapter.dispatch('date_spine', 'dbt')(datepart, start_date, end_date)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__date_spine"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.065784, "supported_languages": null}, "macro.dbt.default__date_spine": {"name": "default__date_spine", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/date_spine.sql", "original_file_path": "macros/utils/date_spine.sql", "unique_id": "macro.dbt.default__date_spine", "macro_sql": "{% macro default__date_spine(datepart, start_date, end_date) %}\n\n\n {# call as follows:\n\n date_spine(\n \"day\",\n \"to_date('01/01/2016', 'mm/dd/yyyy')\",\n \"dbt.dateadd(week, 1, current_date)\"\n ) #}\n\n\n with rawdata as (\n\n {{dbt.generate_series(\n dbt.get_intervals_between(start_date, end_date, datepart)\n )}}\n\n ),\n\n all_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\n filtered as (\n\n select *\n from all_periods\n where date_{{datepart}} <= {{ end_date }}\n\n )\n\n select * from filtered\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.generate_series", "macro.dbt.get_intervals_between", "macro.dbt.dateadd"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.0665026, "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.default__array_concat"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.0670404, "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": 1765580296.0673096, "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.default__array_construct"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.068154, "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": 1765580296.068656, "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.default__escape_single_quotes"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.0691752, "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": 1765580296.0694828, "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": 1765580296.0707734, "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": 1765580296.071083, "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": 1765580296.0714068, "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": 1765580296.0717268, "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": 1765580296.072049, "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": 1765580296.0723488, "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": 1765580296.072688, "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": 1765580296.0730321, "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": 1765580296.0733533, "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": 1765580296.0736742, "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": 1765580296.0739937, "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": 1765580296.0742993, "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": 1765580296.0746439, "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": 1765580296.0749352, "supported_languages": null}, "macro.dbt.date": {"name": "date", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/date.sql", "original_file_path": "macros/utils/date.sql", "unique_id": "macro.dbt.date", "macro_sql": "{% macro date(year, month, day) %}\n {{ return(adapter.dispatch('date', 'dbt') (year, month, day)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__date"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.07557, "supported_languages": null}, "macro.dbt.default__date": {"name": "default__date", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/date.sql", "original_file_path": "macros/utils/date.sql", "unique_id": "macro.dbt.default__date", "macro_sql": "{% macro default__date(year, month, day) -%}\n {%- set dt = modules.datetime.date(year, month, day) -%}\n {%- set iso_8601_formatted_date = dt.strftime('%Y-%m-%d') -%}\n to_date('{{ iso_8601_formatted_date }}', 'YYYY-MM-DD')\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.0762568, "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.default__right"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.0768213, "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": 1765580296.0770974, "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.default__date_trunc"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.0776649, "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": 1765580296.0779474, "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_postgres.postgres__split_part"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.078687, "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": 1765580296.079052, "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": 1765580296.0795314, "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.default__position"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.0800843, "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": 1765580296.0803607, "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_postgres.postgres__datediff"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.0809834, "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": 1765580296.0813131, "supported_languages": null}, "macro.dbt.equals": {"name": "equals", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/equals.sql", "original_file_path": "macros/utils/equals.sql", "unique_id": "macro.dbt.equals", "macro_sql": "{% macro equals(expr1, expr2) %}\n {{ return(adapter.dispatch('equals', 'dbt') (expr1, expr2)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__equals"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.0819416, "supported_languages": null}, "macro.dbt.default__equals": {"name": "default__equals", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/equals.sql", "original_file_path": "macros/utils/equals.sql", "unique_id": "macro.dbt.default__equals", "macro_sql": "{% macro default__equals(expr1, expr2) -%}\n{%- if adapter.behavior.enable_truthy_nulls_equals_macro.no_warn %}\n case when (({{ expr1 }} = {{ expr2 }}) or ({{ expr1 }} is null and {{ expr2 }} is null))\n then 0\n else 1\n end = 0\n{%- else -%}\n ({{ expr1 }} = {{ expr2 }})\n{%- endif %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.082544, "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": 1765580296.0830212, "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": 1765580296.0833378, "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.default__safe_cast"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.083903, "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": 1765580296.0841835, "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_postgres.postgres__dateadd"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.0848253, "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": 1765580296.0853322, "supported_languages": null}, "macro.dbt.cast": {"name": "cast", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/cast.sql", "original_file_path": "macros/utils/cast.sql", "unique_id": "macro.dbt.cast", "macro_sql": "{% macro cast(field, type) %}\n {{ return(adapter.dispatch('cast', 'dbt') (field, type)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__cast"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.085902, "supported_languages": null}, "macro.dbt.default__cast": {"name": "default__cast", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/cast.sql", "original_file_path": "macros/utils/cast.sql", "unique_id": "macro.dbt.default__cast", "macro_sql": "{% macro default__cast(field, type) %}\n cast({{field}} as {{type}})\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.0861778, "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.default__except"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.0866377, "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": 1765580296.0868006, "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.default__bool_or"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.0872726, "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": 1765580296.0875037, "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_postgres.postgres__listagg"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.088348, "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": 1765580296.0891662, "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": 1765580296.0896633, "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": 1765580296.089879, "supported_languages": null}, "macro.dbt.get_powers_of_two": {"name": "get_powers_of_two", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/generate_series.sql", "original_file_path": "macros/utils/generate_series.sql", "unique_id": "macro.dbt.get_powers_of_two", "macro_sql": "{% macro get_powers_of_two(upper_bound) %}\n {{ return(adapter.dispatch('get_powers_of_two', 'dbt')(upper_bound)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_powers_of_two"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.0907028, "supported_languages": null}, "macro.dbt.default__get_powers_of_two": {"name": "default__get_powers_of_two", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/generate_series.sql", "original_file_path": "macros/utils/generate_series.sql", "unique_id": "macro.dbt.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": 1765580296.0915287, "supported_languages": null}, "macro.dbt.generate_series": {"name": "generate_series", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/generate_series.sql", "original_file_path": "macros/utils/generate_series.sql", "unique_id": "macro.dbt.generate_series", "macro_sql": "{% macro generate_series(upper_bound) %}\n {{ return(adapter.dispatch('generate_series', 'dbt')(upper_bound)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__generate_series"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.091903, "supported_languages": null}, "macro.dbt.default__generate_series": {"name": "default__generate_series", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/generate_series.sql", "original_file_path": "macros/utils/generate_series.sql", "unique_id": "macro.dbt.default__generate_series", "macro_sql": "{% macro default__generate_series(upper_bound) %}\n\n {% set n = dbt.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.get_powers_of_two"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.092919, "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_postgres.postgres__any_value"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.0934, "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": 1765580296.0936532, "supported_languages": null}, "macro.dbt.get_create_sql": {"name": "get_create_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/create.sql", "original_file_path": "macros/relations/create.sql", "unique_id": "macro.dbt.get_create_sql", "macro_sql": "{%- macro get_create_sql(relation, sql) -%}\n {{- log('Applying CREATE to: ' ~ relation) -}}\n {{- adapter.dispatch('get_create_sql', 'dbt')(relation, sql) -}}\n{%- endmacro -%}\n\n\n", "depends_on": {"macros": ["macro.dbt.default__get_create_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.0943508, "supported_languages": null}, "macro.dbt.default__get_create_sql": {"name": "default__get_create_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/create.sql", "original_file_path": "macros/relations/create.sql", "unique_id": "macro.dbt.default__get_create_sql", "macro_sql": "{%- macro default__get_create_sql(relation, sql) -%}\n\n {%- if relation.is_view -%}\n {{ get_create_view_as_sql(relation, sql) }}\n\n {%- elif relation.is_table -%}\n {{ get_create_table_as_sql(False, relation, sql) }}\n\n {%- elif relation.is_materialized_view -%}\n {{ get_create_materialized_view_as_sql(relation, sql) }}\n\n {%- else -%}\n {{- exceptions.raise_compiler_error(\"`get_create_sql` has not been implemented for: \" ~ relation.type ) -}}\n\n {%- endif -%}\n\n{%- endmacro -%}", "depends_on": {"macros": ["macro.dbt.get_create_view_as_sql", "macro.dbt.get_create_table_as_sql", "macro.dbt.get_create_materialized_view_as_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.0953376, "supported_languages": null}, "macro.dbt.get_create_backup_sql": {"name": "get_create_backup_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/create_backup.sql", "original_file_path": "macros/relations/create_backup.sql", "unique_id": "macro.dbt.get_create_backup_sql", "macro_sql": "{%- macro get_create_backup_sql(relation) -%}\n {{- log('Applying CREATE BACKUP to: ' ~ relation) -}}\n {{- adapter.dispatch('get_create_backup_sql', 'dbt')(relation) -}}\n{%- endmacro -%}\n\n\n", "depends_on": {"macros": ["macro.dbt.default__get_create_backup_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.0959482, "supported_languages": null}, "macro.dbt.default__get_create_backup_sql": {"name": "default__get_create_backup_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/create_backup.sql", "original_file_path": "macros/relations/create_backup.sql", "unique_id": "macro.dbt.default__get_create_backup_sql", "macro_sql": "{%- macro default__get_create_backup_sql(relation) -%}\n\n -- get the standard backup name\n {% set backup_relation = make_backup_relation(relation, relation.type) %}\n\n -- drop any pre-existing backup\n {{ get_drop_sql(backup_relation) }};\n\n {{ get_rename_sql(relation, backup_relation.identifier) }}\n\n{%- endmacro -%}", "depends_on": {"macros": ["macro.dbt.make_backup_relation", "macro.dbt.get_drop_sql", "macro.dbt.get_rename_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.096506, "supported_languages": null}, "macro.dbt.get_replace_sql": {"name": "get_replace_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/replace.sql", "original_file_path": "macros/relations/replace.sql", "unique_id": "macro.dbt.get_replace_sql", "macro_sql": "{% macro get_replace_sql(existing_relation, target_relation, sql) %}\n {{- log('Applying REPLACE to: ' ~ existing_relation) -}}\n {{- adapter.dispatch('get_replace_sql', 'dbt')(existing_relation, target_relation, sql) -}}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_replace_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.097591, "supported_languages": null}, "macro.dbt.default__get_replace_sql": {"name": "default__get_replace_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/replace.sql", "original_file_path": "macros/relations/replace.sql", "unique_id": "macro.dbt.default__get_replace_sql", "macro_sql": "{% macro default__get_replace_sql(existing_relation, target_relation, sql) %}\n\n {# /* use a create or replace statement if possible */ #}\n\n {% set is_replaceable = existing_relation.type == target_relation.type and existing_relation.can_be_replaced %}\n\n {% if is_replaceable and existing_relation.is_view %}\n {{ get_replace_view_sql(target_relation, sql) }}\n\n {% elif is_replaceable and existing_relation.is_table %}\n {{ get_replace_table_sql(target_relation, sql) }}\n\n {% elif is_replaceable and existing_relation.is_materialized_view %}\n {{ get_replace_materialized_view_sql(target_relation, sql) }}\n\n {# /* a create or replace statement is not possible, so try to stage and/or backup to be safe */ #}\n\n {# /* create target_relation as an intermediate relation, then swap it out with the existing one using a backup */ #}\n {%- elif target_relation.can_be_renamed and existing_relation.can_be_renamed -%}\n {{ get_create_intermediate_sql(target_relation, sql) }};\n {{ get_create_backup_sql(existing_relation) }};\n {{ get_rename_intermediate_sql(target_relation) }};\n {{ get_drop_backup_sql(existing_relation) }}\n\n {# /* create target_relation as an intermediate relation, then swap it out with the existing one without using a backup */ #}\n {%- elif target_relation.can_be_renamed -%}\n {{ get_create_intermediate_sql(target_relation, sql) }};\n {{ get_drop_sql(existing_relation) }};\n {{ get_rename_intermediate_sql(target_relation) }}\n\n {# /* create target_relation in place by first backing up the existing relation */ #}\n {%- elif existing_relation.can_be_renamed -%}\n {{ get_create_backup_sql(existing_relation) }};\n {{ get_create_sql(target_relation, sql) }};\n {{ get_drop_backup_sql(existing_relation) }}\n\n {# /* no renaming is allowed, so just drop and create */ #}\n {%- else -%}\n {{ get_drop_sql(existing_relation) }};\n {{ get_create_sql(target_relation, sql) }}\n\n {%- endif -%}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_replace_view_sql", "macro.dbt.get_replace_table_sql", "macro.dbt.get_replace_materialized_view_sql", "macro.dbt.get_create_intermediate_sql", "macro.dbt.get_create_backup_sql", "macro.dbt.get_rename_intermediate_sql", "macro.dbt.get_drop_backup_sql", "macro.dbt.get_drop_sql", "macro.dbt.get_create_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.0999234, "supported_languages": null}, "macro.dbt.get_rename_sql": {"name": "get_rename_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/rename.sql", "original_file_path": "macros/relations/rename.sql", "unique_id": "macro.dbt.get_rename_sql", "macro_sql": "{%- macro get_rename_sql(relation, new_name) -%}\n {{- log('Applying RENAME to: ' ~ relation) -}}\n {{- adapter.dispatch('get_rename_sql', 'dbt')(relation, new_name) -}}\n{%- endmacro -%}\n\n\n", "depends_on": {"macros": ["macro.dbt.default__get_rename_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1008205, "supported_languages": null}, "macro.dbt.default__get_rename_sql": {"name": "default__get_rename_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/rename.sql", "original_file_path": "macros/relations/rename.sql", "unique_id": "macro.dbt.default__get_rename_sql", "macro_sql": "{%- macro default__get_rename_sql(relation, new_name) -%}\n\n {%- if relation.is_view -%}\n {{ get_rename_view_sql(relation, new_name) }}\n\n {%- elif relation.is_table -%}\n {{ get_rename_table_sql(relation, new_name) }}\n\n {%- elif relation.is_materialized_view -%}\n {{ get_rename_materialized_view_sql(relation, new_name) }}\n\n {%- else -%}\n {{- exceptions.raise_compiler_error(\"`get_rename_sql` has not been implemented for: \" ~ relation.type ) -}}\n\n {%- endif -%}\n\n{%- endmacro -%}\n\n\n", "depends_on": {"macros": ["macro.dbt.get_rename_view_sql", "macro.dbt.get_rename_table_sql", "macro.dbt.get_rename_materialized_view_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1016853, "supported_languages": null}, "macro.dbt.rename_relation": {"name": "rename_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/rename.sql", "original_file_path": "macros/relations/rename.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.default__rename_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1020918, "supported_languages": null}, "macro.dbt.default__rename_relation": {"name": "default__rename_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/rename.sql", "original_file_path": "macros/relations/rename.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.render() }} 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": 1765580296.1026933, "supported_languages": null}, "macro.dbt.get_create_intermediate_sql": {"name": "get_create_intermediate_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/create_intermediate.sql", "original_file_path": "macros/relations/create_intermediate.sql", "unique_id": "macro.dbt.get_create_intermediate_sql", "macro_sql": "{%- macro get_create_intermediate_sql(relation, sql) -%}\n {{- log('Applying CREATE INTERMEDIATE to: ' ~ relation) -}}\n {{- adapter.dispatch('get_create_intermediate_sql', 'dbt')(relation, sql) -}}\n{%- endmacro -%}\n\n\n", "depends_on": {"macros": ["macro.dbt.default__get_create_intermediate_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1033258, "supported_languages": null}, "macro.dbt.default__get_create_intermediate_sql": {"name": "default__get_create_intermediate_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/create_intermediate.sql", "original_file_path": "macros/relations/create_intermediate.sql", "unique_id": "macro.dbt.default__get_create_intermediate_sql", "macro_sql": "{%- macro default__get_create_intermediate_sql(relation, sql) -%}\n\n -- get the standard intermediate name\n {% set intermediate_relation = make_intermediate_relation(relation) %}\n\n -- drop any pre-existing intermediate\n {{ get_drop_sql(intermediate_relation) }};\n\n {{ get_create_sql(intermediate_relation, sql) }}\n\n{%- endmacro -%}", "depends_on": {"macros": ["macro.dbt.make_intermediate_relation", "macro.dbt.get_drop_sql", "macro.dbt.get_create_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1038277, "supported_languages": null}, "macro.dbt.drop_schema_named": {"name": "drop_schema_named", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/schema.sql", "original_file_path": "macros/relations/schema.sql", "unique_id": "macro.dbt.drop_schema_named", "macro_sql": "{% macro drop_schema_named(schema_name) %}\n {{ return(adapter.dispatch('drop_schema_named', 'dbt') (schema_name)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__drop_schema_named"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.104329, "supported_languages": null}, "macro.dbt.default__drop_schema_named": {"name": "default__drop_schema_named", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/schema.sql", "original_file_path": "macros/relations/schema.sql", "unique_id": "macro.dbt.default__drop_schema_named", "macro_sql": "{% macro default__drop_schema_named(schema_name) %}\n {% set schema_relation = api.Relation.create(schema=schema_name) %}\n {{ adapter.drop_schema(schema_relation) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1047614, "supported_languages": null}, "macro.dbt.get_drop_sql": {"name": "get_drop_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/drop.sql", "original_file_path": "macros/relations/drop.sql", "unique_id": "macro.dbt.get_drop_sql", "macro_sql": "{%- macro get_drop_sql(relation) -%}\n {{- log('Applying DROP to: ' ~ relation) -}}\n {{- adapter.dispatch('get_drop_sql', 'dbt')(relation) -}}\n{%- endmacro -%}\n\n\n", "depends_on": {"macros": ["macro.dbt.default__get_drop_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1056178, "supported_languages": null}, "macro.dbt.default__get_drop_sql": {"name": "default__get_drop_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/drop.sql", "original_file_path": "macros/relations/drop.sql", "unique_id": "macro.dbt.default__get_drop_sql", "macro_sql": "{%- macro default__get_drop_sql(relation) -%}\n\n {%- if relation.is_view -%}\n {{ drop_view(relation) }}\n\n {%- elif relation.is_table -%}\n {{ drop_table(relation) }}\n\n {%- elif relation.is_materialized_view -%}\n {{ drop_materialized_view(relation) }}\n\n {%- else -%}\n drop {{ relation.type }} if exists {{ relation.render() }} cascade\n\n {%- endif -%}\n\n{%- endmacro -%}\n\n\n", "depends_on": {"macros": ["macro.dbt.drop_view", "macro.dbt.drop_table", "macro.dbt.drop_materialized_view"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.106374, "supported_languages": null}, "macro.dbt.drop_relation": {"name": "drop_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/drop.sql", "original_file_path": "macros/relations/drop.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.default__drop_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1067522, "supported_languages": null}, "macro.dbt.default__drop_relation": {"name": "default__drop_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/drop.sql", "original_file_path": "macros/relations/drop.sql", "unique_id": "macro.dbt.default__drop_relation", "macro_sql": "{% macro default__drop_relation(relation) -%}\n {% call statement('drop_relation', auto_begin=False) -%}\n {{ get_drop_sql(relation) }}\n {%- endcall %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement", "macro.dbt.get_drop_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.107148, "supported_languages": null}, "macro.dbt.drop_relation_if_exists": {"name": "drop_relation_if_exists", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/drop.sql", "original_file_path": "macros/relations/drop.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": 1765580296.1076615, "supported_languages": null}, "macro.dbt.get_drop_backup_sql": {"name": "get_drop_backup_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/drop_backup.sql", "original_file_path": "macros/relations/drop_backup.sql", "unique_id": "macro.dbt.get_drop_backup_sql", "macro_sql": "{%- macro get_drop_backup_sql(relation) -%}\n {{- log('Applying DROP BACKUP to: ' ~ relation) -}}\n {{- adapter.dispatch('get_drop_backup_sql', 'dbt')(relation) -}}\n{%- endmacro -%}\n\n\n", "depends_on": {"macros": ["macro.dbt.default__get_drop_backup_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1082404, "supported_languages": null}, "macro.dbt.default__get_drop_backup_sql": {"name": "default__get_drop_backup_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/drop_backup.sql", "original_file_path": "macros/relations/drop_backup.sql", "unique_id": "macro.dbt.default__get_drop_backup_sql", "macro_sql": "{%- macro default__get_drop_backup_sql(relation) -%}\n\n -- get the standard backup name\n {% set backup_relation = make_backup_relation(relation, relation.type) %}\n\n {{ get_drop_sql(backup_relation) }}\n\n{%- endmacro -%}", "depends_on": {"macros": ["macro.dbt.make_backup_relation", "macro.dbt.get_drop_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.10867, "supported_languages": null}, "macro.dbt.get_rename_intermediate_sql": {"name": "get_rename_intermediate_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/rename_intermediate.sql", "original_file_path": "macros/relations/rename_intermediate.sql", "unique_id": "macro.dbt.get_rename_intermediate_sql", "macro_sql": "{%- macro get_rename_intermediate_sql(relation) -%}\n {{- log('Applying RENAME INTERMEDIATE to: ' ~ relation) -}}\n {{- adapter.dispatch('get_rename_intermediate_sql', 'dbt')(relation) -}}\n{%- endmacro -%}\n\n\n", "depends_on": {"macros": ["macro.dbt.default__get_rename_intermediate_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1092536, "supported_languages": null}, "macro.dbt.default__get_rename_intermediate_sql": {"name": "default__get_rename_intermediate_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/rename_intermediate.sql", "original_file_path": "macros/relations/rename_intermediate.sql", "unique_id": "macro.dbt.default__get_rename_intermediate_sql", "macro_sql": "{%- macro default__get_rename_intermediate_sql(relation) -%}\n\n -- get the standard intermediate name\n {% set intermediate_relation = make_intermediate_relation(relation) %}\n\n {{ get_rename_sql(intermediate_relation, relation.identifier) }}\n\n{%- endmacro -%}", "depends_on": {"macros": ["macro.dbt.make_intermediate_relation", "macro.dbt.get_rename_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.109678, "supported_languages": null}, "macro.dbt.get_create_materialized_view_as_sql": {"name": "get_create_materialized_view_as_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/materialized_view/create.sql", "original_file_path": "macros/relations/materialized_view/create.sql", "unique_id": "macro.dbt.get_create_materialized_view_as_sql", "macro_sql": "{% macro get_create_materialized_view_as_sql(relation, sql) -%}\n {{- adapter.dispatch('get_create_materialized_view_as_sql', 'dbt')(relation, sql) -}}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__get_create_materialized_view_as_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1101804, "supported_languages": null}, "macro.dbt.default__get_create_materialized_view_as_sql": {"name": "default__get_create_materialized_view_as_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/materialized_view/create.sql", "original_file_path": "macros/relations/materialized_view/create.sql", "unique_id": "macro.dbt.default__get_create_materialized_view_as_sql", "macro_sql": "{% macro default__get_create_materialized_view_as_sql(relation, sql) -%}\n {{ exceptions.raise_compiler_error(\n \"`get_create_materialized_view_as_sql` has not been implemented for this adapter.\"\n ) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.110492, "supported_languages": null}, "macro.dbt.get_replace_materialized_view_sql": {"name": "get_replace_materialized_view_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/materialized_view/replace.sql", "original_file_path": "macros/relations/materialized_view/replace.sql", "unique_id": "macro.dbt.get_replace_materialized_view_sql", "macro_sql": "{% macro get_replace_materialized_view_sql(relation, sql) %}\n {{- adapter.dispatch('get_replace_materialized_view_sql', 'dbt')(relation, sql) -}}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_replace_materialized_view_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1110144, "supported_languages": null}, "macro.dbt.default__get_replace_materialized_view_sql": {"name": "default__get_replace_materialized_view_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/materialized_view/replace.sql", "original_file_path": "macros/relations/materialized_view/replace.sql", "unique_id": "macro.dbt.default__get_replace_materialized_view_sql", "macro_sql": "{% macro default__get_replace_materialized_view_sql(relation, sql) %}\n {{ exceptions.raise_compiler_error(\n \"`get_replace_materialized_view_sql` has not been implemented for this adapter.\"\n ) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1113062, "supported_languages": null}, "macro.dbt.get_rename_materialized_view_sql": {"name": "get_rename_materialized_view_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/materialized_view/rename.sql", "original_file_path": "macros/relations/materialized_view/rename.sql", "unique_id": "macro.dbt.get_rename_materialized_view_sql", "macro_sql": "{% macro get_rename_materialized_view_sql(relation, new_name) %}\n {{- adapter.dispatch('get_rename_materialized_view_sql', 'dbt')(relation, new_name) -}}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__get_rename_materialized_view_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1118224, "supported_languages": null}, "macro.dbt.default__get_rename_materialized_view_sql": {"name": "default__get_rename_materialized_view_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/materialized_view/rename.sql", "original_file_path": "macros/relations/materialized_view/rename.sql", "unique_id": "macro.dbt.default__get_rename_materialized_view_sql", "macro_sql": "{% macro default__get_rename_materialized_view_sql(relation, new_name) %}\n {{ exceptions.raise_compiler_error(\n \"`get_rename_materialized_view_sql` has not been implemented for this adapter.\"\n ) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.112111, "supported_languages": null}, "macro.dbt.get_alter_materialized_view_as_sql": {"name": "get_alter_materialized_view_as_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/materialized_view/alter.sql", "original_file_path": "macros/relations/materialized_view/alter.sql", "unique_id": "macro.dbt.get_alter_materialized_view_as_sql", "macro_sql": "{% macro get_alter_materialized_view_as_sql(\n relation,\n configuration_changes,\n sql,\n existing_relation,\n backup_relation,\n intermediate_relation\n) %}\n {{- log('Applying ALTER to: ' ~ relation) -}}\n {{- adapter.dispatch('get_alter_materialized_view_as_sql', 'dbt')(\n relation,\n configuration_changes,\n sql,\n existing_relation,\n backup_relation,\n intermediate_relation\n ) -}}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__get_alter_materialized_view_as_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1130996, "supported_languages": null}, "macro.dbt.default__get_alter_materialized_view_as_sql": {"name": "default__get_alter_materialized_view_as_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/materialized_view/alter.sql", "original_file_path": "macros/relations/materialized_view/alter.sql", "unique_id": "macro.dbt.default__get_alter_materialized_view_as_sql", "macro_sql": "{% macro default__get_alter_materialized_view_as_sql(\n relation,\n configuration_changes,\n sql,\n existing_relation,\n backup_relation,\n intermediate_relation\n) %}\n {{ exceptions.raise_compiler_error(\"Materialized views have not been implemented for this adapter.\") }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1134799, "supported_languages": null}, "macro.dbt.get_materialized_view_configuration_changes": {"name": "get_materialized_view_configuration_changes", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/materialized_view/alter.sql", "original_file_path": "macros/relations/materialized_view/alter.sql", "unique_id": "macro.dbt.get_materialized_view_configuration_changes", "macro_sql": "{% macro get_materialized_view_configuration_changes(existing_relation, new_config) %}\n /* {#\n It's recommended that configuration changes be formatted as follows:\n {\"\": [{\"action\": \"\", \"context\": ...}]}\n\n For example:\n {\n \"indexes\": [\n {\"action\": \"drop\", \"context\": \"index_abc\"},\n {\"action\": \"create\", \"context\": {\"columns\": [\"column_1\", \"column_2\"], \"type\": \"hash\", \"unique\": True}},\n ],\n }\n\n Either way, `get_materialized_view_configuration_changes` needs to align with `get_alter_materialized_view_as_sql`.\n #} */\n {{- log('Determining configuration changes on: ' ~ existing_relation) -}}\n {%- do return(adapter.dispatch('get_materialized_view_configuration_changes', 'dbt')(existing_relation, new_config)) -%}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__get_materialized_view_configuration_changes"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1140254, "supported_languages": null}, "macro.dbt.default__get_materialized_view_configuration_changes": {"name": "default__get_materialized_view_configuration_changes", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/materialized_view/alter.sql", "original_file_path": "macros/relations/materialized_view/alter.sql", "unique_id": "macro.dbt.default__get_materialized_view_configuration_changes", "macro_sql": "{% macro default__get_materialized_view_configuration_changes(existing_relation, new_config) %}\n {{ exceptions.raise_compiler_error(\"Materialized views have not been implemented for this adapter.\") }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1143162, "supported_languages": null}, "macro.dbt.drop_materialized_view": {"name": "drop_materialized_view", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/materialized_view/drop.sql", "original_file_path": "macros/relations/materialized_view/drop.sql", "unique_id": "macro.dbt.drop_materialized_view", "macro_sql": "{% macro drop_materialized_view(relation) -%}\n {{- adapter.dispatch('drop_materialized_view', 'dbt')(relation) -}}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__drop_materialized_view"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.114799, "supported_languages": null}, "macro.dbt.default__drop_materialized_view": {"name": "default__drop_materialized_view", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/materialized_view/drop.sql", "original_file_path": "macros/relations/materialized_view/drop.sql", "unique_id": "macro.dbt.default__drop_materialized_view", "macro_sql": "{% macro default__drop_materialized_view(relation) -%}\n drop materialized view if exists {{ relation.render() }} cascade\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.115047, "supported_languages": null}, "macro.dbt.refresh_materialized_view": {"name": "refresh_materialized_view", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/materialized_view/refresh.sql", "original_file_path": "macros/relations/materialized_view/refresh.sql", "unique_id": "macro.dbt.refresh_materialized_view", "macro_sql": "{% macro refresh_materialized_view(relation) %}\n {{- log('Applying REFRESH to: ' ~ relation) -}}\n {{- adapter.dispatch('refresh_materialized_view', 'dbt')(relation) -}}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__refresh_materialized_view"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1156297, "supported_languages": null}, "macro.dbt.default__refresh_materialized_view": {"name": "default__refresh_materialized_view", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/materialized_view/refresh.sql", "original_file_path": "macros/relations/materialized_view/refresh.sql", "unique_id": "macro.dbt.default__refresh_materialized_view", "macro_sql": "{% macro default__refresh_materialized_view(relation) %}\n {{ exceptions.raise_compiler_error(\"`refresh_materialized_view` has not been implemented for this adapter.\") }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1159034, "supported_languages": null}, "macro.dbt.get_table_columns_and_constraints": {"name": "get_table_columns_and_constraints", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/column/columns_spec_ddl.sql", "original_file_path": "macros/relations/column/columns_spec_ddl.sql", "unique_id": "macro.dbt.get_table_columns_and_constraints", "macro_sql": "{%- macro get_table_columns_and_constraints() -%}\n {{ adapter.dispatch('get_table_columns_and_constraints', 'dbt')() }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt.default__get_table_columns_and_constraints"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1173558, "supported_languages": null}, "macro.dbt.default__get_table_columns_and_constraints": {"name": "default__get_table_columns_and_constraints", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/column/columns_spec_ddl.sql", "original_file_path": "macros/relations/column/columns_spec_ddl.sql", "unique_id": "macro.dbt.default__get_table_columns_and_constraints", "macro_sql": "{% macro default__get_table_columns_and_constraints() -%}\n {{ return(table_columns_and_constraints()) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.table_columns_and_constraints"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1176207, "supported_languages": null}, "macro.dbt.table_columns_and_constraints": {"name": "table_columns_and_constraints", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/column/columns_spec_ddl.sql", "original_file_path": "macros/relations/column/columns_spec_ddl.sql", "unique_id": "macro.dbt.table_columns_and_constraints", "macro_sql": "{% macro table_columns_and_constraints() %}\n {# loop through user_provided_columns to create DDL with data types and constraints #}\n {%- set raw_column_constraints = adapter.render_raw_columns_constraints(raw_columns=model['columns']) -%}\n {%- set raw_model_constraints = adapter.render_raw_model_constraints(raw_constraints=model['constraints']) -%}\n (\n {% for c in raw_column_constraints -%}\n {{ c }}{{ \",\" if not loop.last or raw_model_constraints }}\n {% endfor %}\n {% for c in raw_model_constraints -%}\n {{ c }}{{ \",\" 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": 1765580296.118666, "supported_languages": null}, "macro.dbt.get_assert_columns_equivalent": {"name": "get_assert_columns_equivalent", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/column/columns_spec_ddl.sql", "original_file_path": "macros/relations/column/columns_spec_ddl.sql", "unique_id": "macro.dbt.get_assert_columns_equivalent", "macro_sql": "\n\n{%- macro get_assert_columns_equivalent(sql) -%}\n {{ adapter.dispatch('get_assert_columns_equivalent', 'dbt')(sql) }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt.default__get_assert_columns_equivalent"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.118996, "supported_languages": null}, "macro.dbt.default__get_assert_columns_equivalent": {"name": "default__get_assert_columns_equivalent", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/column/columns_spec_ddl.sql", "original_file_path": "macros/relations/column/columns_spec_ddl.sql", "unique_id": "macro.dbt.default__get_assert_columns_equivalent", "macro_sql": "{% macro default__get_assert_columns_equivalent(sql) -%}\n {{ return(assert_columns_equivalent(sql)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.assert_columns_equivalent"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1192684, "supported_languages": null}, "macro.dbt.assert_columns_equivalent": {"name": "assert_columns_equivalent", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/column/columns_spec_ddl.sql", "original_file_path": "macros/relations/column/columns_spec_ddl.sql", "unique_id": "macro.dbt.assert_columns_equivalent", "macro_sql": "{% macro assert_columns_equivalent(sql) %}\n\n {#-- First ensure the user has defined 'columns' in yaml specification --#}\n {%- set user_defined_columns = model['columns'] -%}\n {%- if not user_defined_columns -%}\n {{ exceptions.raise_contract_error([], []) }}\n {%- endif -%}\n\n {#-- Obtain the column schema provided by sql file. #}\n {%- set sql_file_provided_columns = get_column_schema_from_query(sql, config.get('sql_header', none)) -%}\n {#--Obtain the column schema provided by the schema file by generating an 'empty schema' query from the model's columns. #}\n {%- set schema_file_provided_columns = get_column_schema_from_query(get_empty_schema_sql(user_defined_columns)) -%}\n\n {#-- create dictionaries with name and formatted data type and strings for exception #}\n {%- set sql_columns = format_columns(sql_file_provided_columns) -%}\n {%- set yaml_columns = format_columns(schema_file_provided_columns) -%}\n\n {%- if sql_columns|length != yaml_columns|length -%}\n {%- do exceptions.raise_contract_error(yaml_columns, sql_columns) -%}\n {%- endif -%}\n\n {%- for sql_col in sql_columns -%}\n {%- set yaml_col = [] -%}\n {%- for this_col in yaml_columns -%}\n {%- if this_col['name'] == sql_col['name'] -%}\n {%- do yaml_col.append(this_col) -%}\n {%- break -%}\n {%- endif -%}\n {%- endfor -%}\n {%- if not yaml_col -%}\n {#-- Column with name not found in yaml #}\n {%- do exceptions.raise_contract_error(yaml_columns, sql_columns) -%}\n {%- endif -%}\n {%- if sql_col['formatted'] != yaml_col[0]['formatted'] -%}\n {#-- Column data types don't match #}\n {%- do exceptions.raise_contract_error(yaml_columns, sql_columns) -%}\n {%- endif -%}\n {%- endfor -%}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_column_schema_from_query", "macro.dbt.get_empty_schema_sql", "macro.dbt.format_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1217842, "supported_languages": null}, "macro.dbt.format_columns": {"name": "format_columns", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/column/columns_spec_ddl.sql", "original_file_path": "macros/relations/column/columns_spec_ddl.sql", "unique_id": "macro.dbt.format_columns", "macro_sql": "{% macro format_columns(columns) %}\n {% set formatted_columns = [] %}\n {% for column in columns %}\n {%- set formatted_column = adapter.dispatch('format_column', 'dbt')(column) -%}\n {%- do formatted_columns.append(formatted_column) -%}\n {% endfor %}\n {{ return(formatted_columns) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__format_column"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1225445, "supported_languages": null}, "macro.dbt.default__format_column": {"name": "default__format_column", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/column/columns_spec_ddl.sql", "original_file_path": "macros/relations/column/columns_spec_ddl.sql", "unique_id": "macro.dbt.default__format_column", "macro_sql": "{% macro default__format_column(column) -%}\n {% set data_type = column.dtype %}\n {% set formatted = column.column.lower() ~ \" \" ~ data_type %}\n {{ return({'name': column.name, 'data_type': data_type, 'formatted': formatted}) }}\n{%- endmacro -%}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1232054, "supported_languages": null}, "macro.dbt.get_create_view_as_sql": {"name": "get_create_view_as_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/view/create.sql", "original_file_path": "macros/relations/view/create.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": 1765580296.1239192, "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/relations/view/create.sql", "original_file_path": "macros/relations/view/create.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": 1765580296.1242378, "supported_languages": null}, "macro.dbt.create_view_as": {"name": "create_view_as", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/view/create.sql", "original_file_path": "macros/relations/view/create.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.default__create_view_as"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1246111, "supported_languages": null}, "macro.dbt.default__create_view_as": {"name": "default__create_view_as", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/view/create.sql", "original_file_path": "macros/relations/view/create.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.render() }}\n {% set contract_config = config.get('contract') %}\n {% if contract_config.enforced %}\n {{ get_assert_columns_equivalent(sql) }}\n {%- endif %}\n as (\n {{ sql }}\n );\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.get_assert_columns_equivalent"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1255023, "supported_languages": null}, "macro.dbt.get_replace_view_sql": {"name": "get_replace_view_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/view/replace.sql", "original_file_path": "macros/relations/view/replace.sql", "unique_id": "macro.dbt.get_replace_view_sql", "macro_sql": "{% macro get_replace_view_sql(relation, sql) %}\n {{- adapter.dispatch('get_replace_view_sql', 'dbt')(relation, sql) -}}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__get_replace_view_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1264458, "supported_languages": null}, "macro.dbt.default__get_replace_view_sql": {"name": "default__get_replace_view_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/view/replace.sql", "original_file_path": "macros/relations/view/replace.sql", "unique_id": "macro.dbt.default__get_replace_view_sql", "macro_sql": "{% macro default__get_replace_view_sql(relation, sql) %}\n {{ exceptions.raise_compiler_error(\n \"`get_replace_view_sql` has not been implemented for this adapter.\"\n ) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1267648, "supported_languages": null}, "macro.dbt.create_or_replace_view": {"name": "create_or_replace_view", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/view/replace.sql", "original_file_path": "macros/relations/view/replace.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=should_revoke) %}\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": 1765580296.1290565, "supported_languages": null}, "macro.dbt.handle_existing_table": {"name": "handle_existing_table", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/view/replace.sql", "original_file_path": "macros/relations/view/replace.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.default__handle_existing_table"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1294472, "supported_languages": null}, "macro.dbt.default__handle_existing_table": {"name": "default__handle_existing_table", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/view/replace.sql", "original_file_path": "macros/relations/view/replace.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.render() ~ \" 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": 1765580296.1299295, "supported_languages": null}, "macro.dbt.get_rename_view_sql": {"name": "get_rename_view_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/view/rename.sql", "original_file_path": "macros/relations/view/rename.sql", "unique_id": "macro.dbt.get_rename_view_sql", "macro_sql": "{% macro get_rename_view_sql(relation, new_name) %}\n {{- adapter.dispatch('get_rename_view_sql', 'dbt')(relation, new_name) -}}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__get_rename_view_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1304438, "supported_languages": null}, "macro.dbt.default__get_rename_view_sql": {"name": "default__get_rename_view_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/view/rename.sql", "original_file_path": "macros/relations/view/rename.sql", "unique_id": "macro.dbt.default__get_rename_view_sql", "macro_sql": "{% macro default__get_rename_view_sql(relation, new_name) %}\n {{ exceptions.raise_compiler_error(\n \"`get_rename_view_sql` has not been implemented for this adapter.\"\n ) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1307633, "supported_languages": null}, "macro.dbt.drop_view": {"name": "drop_view", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/view/drop.sql", "original_file_path": "macros/relations/view/drop.sql", "unique_id": "macro.dbt.drop_view", "macro_sql": "{% macro drop_view(relation) -%}\n {{- adapter.dispatch('drop_view', 'dbt')(relation) -}}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__drop_view"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.131224, "supported_languages": null}, "macro.dbt.default__drop_view": {"name": "default__drop_view", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/view/drop.sql", "original_file_path": "macros/relations/view/drop.sql", "unique_id": "macro.dbt.default__drop_view", "macro_sql": "{% macro default__drop_view(relation) -%}\n drop view if exists {{ relation.render() }} cascade\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1314843, "supported_languages": null}, "macro.dbt.get_create_table_as_sql": {"name": "get_create_table_as_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/table/create.sql", "original_file_path": "macros/relations/table/create.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": 1765580296.1326354, "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/relations/table/create.sql", "original_file_path": "macros/relations/table/create.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": 1765580296.132997, "supported_languages": null}, "macro.dbt.create_table_as": {"name": "create_table_as", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/table/create.sql", "original_file_path": "macros/relations/table/create.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_postgres.postgres__create_table_as"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1338463, "supported_languages": null}, "macro.dbt.default__create_table_as": {"name": "default__create_table_as", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/table/create.sql", "original_file_path": "macros/relations/table/create.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 {% set contract_config = config.get('contract') %}\n {% if contract_config.enforced and (not temporary) %}\n {{ get_assert_columns_equivalent(sql) }}\n {{ get_table_columns_and_constraints() }}\n {%- set sql = get_select_subquery(sql) %}\n {% endif %}\n as (\n {{ sql }}\n );\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.get_assert_columns_equivalent", "macro.dbt.get_table_columns_and_constraints", "macro.dbt.get_select_subquery"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1351802, "supported_languages": null}, "macro.dbt.default__get_column_names": {"name": "default__get_column_names", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/table/create.sql", "original_file_path": "macros/relations/table/create.sql", "unique_id": "macro.dbt.default__get_column_names", "macro_sql": "{% macro default__get_column_names() %}\n {#- loop through user_provided_columns to get column names -#}\n {%- set user_provided_columns = model['columns'] -%}\n {%- for i in user_provided_columns %}\n {%- set col = user_provided_columns[i] -%}\n {%- set col_name = adapter.quote(col['name']) if col.get('quote') else col['name'] -%}\n {{ col_name }}{{ \", \" if not loop.last }}\n {%- endfor -%}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1361065, "supported_languages": null}, "macro.dbt.get_select_subquery": {"name": "get_select_subquery", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/table/create.sql", "original_file_path": "macros/relations/table/create.sql", "unique_id": "macro.dbt.get_select_subquery", "macro_sql": "{% macro get_select_subquery(sql) %}\n {{ return(adapter.dispatch('get_select_subquery', 'dbt')(sql)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_select_subquery"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1364863, "supported_languages": null}, "macro.dbt.default__get_select_subquery": {"name": "default__get_select_subquery", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/table/create.sql", "original_file_path": "macros/relations/table/create.sql", "unique_id": "macro.dbt.default__get_select_subquery", "macro_sql": "{% macro default__get_select_subquery(sql) %}\n select {{ adapter.dispatch('get_column_names', 'dbt')() }}\n from (\n {{ sql }}\n ) as model_subq\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_column_names"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1368449, "supported_languages": null}, "macro.dbt.get_replace_table_sql": {"name": "get_replace_table_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/table/replace.sql", "original_file_path": "macros/relations/table/replace.sql", "unique_id": "macro.dbt.get_replace_table_sql", "macro_sql": "{% macro get_replace_table_sql(relation, sql) %}\n {{- adapter.dispatch('get_replace_table_sql', 'dbt')(relation, sql) -}}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__get_replace_table_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1373463, "supported_languages": null}, "macro.dbt.default__get_replace_table_sql": {"name": "default__get_replace_table_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/table/replace.sql", "original_file_path": "macros/relations/table/replace.sql", "unique_id": "macro.dbt.default__get_replace_table_sql", "macro_sql": "{% macro default__get_replace_table_sql(relation, sql) %}\n {{ exceptions.raise_compiler_error(\n \"`get_replace_table_sql` has not been implemented for this adapter.\"\n ) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1376584, "supported_languages": null}, "macro.dbt.get_rename_table_sql": {"name": "get_rename_table_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/table/rename.sql", "original_file_path": "macros/relations/table/rename.sql", "unique_id": "macro.dbt.get_rename_table_sql", "macro_sql": "{% macro get_rename_table_sql(relation, new_name) %}\n {{- adapter.dispatch('get_rename_table_sql', 'dbt')(relation, new_name) -}}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__get_rename_table_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1381567, "supported_languages": null}, "macro.dbt.default__get_rename_table_sql": {"name": "default__get_rename_table_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/table/rename.sql", "original_file_path": "macros/relations/table/rename.sql", "unique_id": "macro.dbt.default__get_rename_table_sql", "macro_sql": "{% macro default__get_rename_table_sql(relation, new_name) %}\n {{ exceptions.raise_compiler_error(\n \"`get_rename_table_sql` has not been implemented for this adapter.\"\n ) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.138449, "supported_languages": null}, "macro.dbt.drop_table": {"name": "drop_table", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/table/drop.sql", "original_file_path": "macros/relations/table/drop.sql", "unique_id": "macro.dbt.drop_table", "macro_sql": "{% macro drop_table(relation) -%}\n {{- adapter.dispatch('drop_table', 'dbt')(relation) -}}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__drop_table"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1389256, "supported_languages": null}, "macro.dbt.default__drop_table": {"name": "default__drop_table", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/table/drop.sql", "original_file_path": "macros/relations/table/drop.sql", "unique_id": "macro.dbt.default__drop_table", "macro_sql": "{% macro default__drop_table(relation) -%}\n drop table if exists {{ relation.render() }} cascade\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1391733, "supported_languages": null}, "macro.dbt.get_fixture_sql": {"name": "get_fixture_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/unit_test_sql/get_fixture_sql.sql", "original_file_path": "macros/unit_test_sql/get_fixture_sql.sql", "unique_id": "macro.dbt.get_fixture_sql", "macro_sql": "{% macro get_fixture_sql(rows, column_name_to_data_types) %}\n-- Fixture for {{ model.name }}\n{% set default_row = {} %}\n\n{%- if not column_name_to_data_types -%}\n{#-- Use defer_relation IFF it is available in the manifest and 'this' is missing from the database --#}\n{%- set this_or_defer_relation = defer_relation if (defer_relation and not load_relation(this)) else this -%}\n{%- set columns_in_relation = adapter.get_columns_in_relation(this_or_defer_relation) -%}\n\n{%- set column_name_to_data_types = {} -%}\n{%- set column_name_to_quoted = {} -%}\n{%- for column in columns_in_relation -%}\n\n{#-- This needs to be a case-insensitive comparison --#}\n{%- do column_name_to_data_types.update({column.name|lower: column.data_type}) -%}\n{%- do column_name_to_quoted.update({column.name|lower: column.quoted}) -%}\n{%- endfor -%}\n{%- endif -%}\n\n{%- if not column_name_to_data_types -%}\n {{ exceptions.raise_compiler_error(\"Not able to get columns for unit test '\" ~ model.name ~ \"' from relation \" ~ this ~ \" because the relation doesn't exist\") }}\n{%- endif -%}\n\n{%- for column_name, column_type in column_name_to_data_types.items() -%}\n {%- do default_row.update({column_name: (safe_cast(\"null\", column_type) | trim )}) -%}\n{%- endfor -%}\n\n{{ validate_fixture_rows(rows, row_number) }}\n\n{%- for row in rows -%}\n{%- set formatted_row = format_row(row, column_name_to_data_types) -%}\n{%- set default_row_copy = default_row.copy() -%}\n{%- do default_row_copy.update(formatted_row) -%}\nselect\n{%- for column_name, column_value in default_row_copy.items() %} {{ column_value }} as {{ column_name_to_quoted[column_name] }}{% if not loop.last -%}, {%- endif %}\n{%- endfor %}\n{%- if not loop.last %}\nunion all\n{% endif %}\n{%- endfor -%}\n\n{%- if (rows | length) == 0 -%}\n select\n {%- for column_name, column_value in default_row.items() %} {{ column_value }} as {{ column_name_to_quoted[column_name] }}{% if not loop.last -%},{%- endif %}\n {%- endfor %}\n limit 0\n{%- endif -%}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.load_relation", "macro.dbt.safe_cast", "macro.dbt.validate_fixture_rows", "macro.dbt.format_row"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1441536, "supported_languages": null}, "macro.dbt.get_expected_sql": {"name": "get_expected_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/unit_test_sql/get_fixture_sql.sql", "original_file_path": "macros/unit_test_sql/get_fixture_sql.sql", "unique_id": "macro.dbt.get_expected_sql", "macro_sql": "{% macro get_expected_sql(rows, column_name_to_data_types, column_name_to_quoted) %}\n\n{%- if (rows | length) == 0 -%}\n select * from dbt_internal_unit_test_actual\n limit 0\n{%- else -%}\n{%- for row in rows -%}\n{%- set formatted_row = format_row(row, column_name_to_data_types) -%}\nselect\n{%- for column_name, column_value in formatted_row.items() %} {{ column_value }} as {{ column_name_to_quoted[column_name] }}{% if not loop.last -%}, {%- endif %}\n{%- endfor %}\n{%- if not loop.last %}\nunion all\n{% endif %}\n{%- endfor -%}\n{%- endif -%}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.format_row"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1453013, "supported_languages": null}, "macro.dbt.format_row": {"name": "format_row", "resource_type": "macro", "package_name": "dbt", "path": "macros/unit_test_sql/get_fixture_sql.sql", "original_file_path": "macros/unit_test_sql/get_fixture_sql.sql", "unique_id": "macro.dbt.format_row", "macro_sql": "\n\n{%- macro format_row(row, column_name_to_data_types) -%}\n {#-- generate case-insensitive formatted row --#}\n {% set formatted_row = {} %}\n {%- for column_name, column_value in row.items() -%}\n {% set column_name = column_name|lower %}\n\n {%- if column_name not in column_name_to_data_types %}\n {#-- if user-provided row contains column name that relation does not contain, raise an error --#}\n {% set fixture_name = \"expected output\" if model.resource_type == 'unit_test' else (\"'\" ~ model.name ~ \"'\") %}\n {{ exceptions.raise_compiler_error(\n \"Invalid column name: '\" ~ column_name ~ \"' in unit test fixture for \" ~ fixture_name ~ \".\"\n \"\\nAccepted columns for \" ~ fixture_name ~ \" are: \" ~ (column_name_to_data_types.keys()|list)\n ) }}\n {%- endif -%}\n\n {%- set column_type = column_name_to_data_types[column_name] %}\n\n {#-- sanitize column_value: wrap yaml strings in quotes, apply cast --#}\n {%- set column_value_clean = column_value -%}\n {%- if column_value is string -%}\n {%- set column_value_clean = dbt.string_literal(dbt.escape_single_quotes(column_value)) -%}\n {%- elif column_value is none -%}\n {%- set column_value_clean = 'null' -%}\n {%- endif -%}\n\n {%- set row_update = {column_name: safe_cast(column_value_clean, column_type) } -%}\n {%- do formatted_row.update(row_update) -%}\n {%- endfor -%}\n {{ return(formatted_row) }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt.string_literal", "macro.dbt.escape_single_quotes", "macro.dbt.safe_cast"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1474319, "supported_languages": null}, "macro.dbt.validate_fixture_rows": {"name": "validate_fixture_rows", "resource_type": "macro", "package_name": "dbt", "path": "macros/unit_test_sql/get_fixture_sql.sql", "original_file_path": "macros/unit_test_sql/get_fixture_sql.sql", "unique_id": "macro.dbt.validate_fixture_rows", "macro_sql": "{%- macro validate_fixture_rows(rows, row_number) -%}\n {{ return(adapter.dispatch('validate_fixture_rows', 'dbt')(rows, row_number)) }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt.default__validate_fixture_rows"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.147862, "supported_languages": null}, "macro.dbt.default__validate_fixture_rows": {"name": "default__validate_fixture_rows", "resource_type": "macro", "package_name": "dbt", "path": "macros/unit_test_sql/get_fixture_sql.sql", "original_file_path": "macros/unit_test_sql/get_fixture_sql.sql", "unique_id": "macro.dbt.default__validate_fixture_rows", "macro_sql": "{%- macro default__validate_fixture_rows(rows, row_number) -%}\n {# This is an abstract method for adapter overrides as needed #}\n{%- endmacro -%}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1480567, "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": 1765580296.1490421, "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": 1765580296.1496267, "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": 1765580296.150073, "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": 1765580296.150651, "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": 1765580296.1513524, "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 -%}\n\n {{ custom_alias_name | trim }}\n\n {%- elif node.version -%}\n\n {{ return(node.name ~ \"_v\" ~ (node.version | replace(\".\", \"_\"))) }}\n\n {%- else -%}\n\n {{ node.name }}\n\n {%- endif -%}\n\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1521254, "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": 1765580296.1528187, "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": 1765580296.1533225, "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": 1765580296.1541512, "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": 1765580296.1546853, "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": 1765580296.1552448, "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": 1765580296.1577318, "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": 1765580296.1589713, "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": 1765580296.1595528, "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": 1765580296.1609557, "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 Partition 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": 1765580296.163218, "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": 1765580296.1647503, "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": 1765580296.1652176, "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_postgres.postgres__make_intermediate_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1665065, "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": 1765580296.1668386, "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 {#-- This ensures microbatch batches get unique temp relations to avoid clobbering --#}\n {% if suffix == '__dbt_tmp' and model.batch %}\n {% set suffix = suffix ~ '_' ~ model.batch.id %}\n {% endif %}\n\n {{ return(adapter.dispatch('make_temp_relation', 'dbt')(base_relation, suffix)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__make_temp_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.167782, "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": 1765580296.168348, "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_postgres.postgres__make_backup_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1688375, "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": 1765580296.1694503, "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": 1765580296.1698265, "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.render() }}\n {%- endcall %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1701844, "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": 1765580296.1706817, "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": 1765580296.1717587, "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": 1765580296.1721947, "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": 1765580296.172486, "supported_languages": null}, "macro.dbt.get_catalog_relations": {"name": "get_catalog_relations", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/metadata.sql", "original_file_path": "macros/adapters/metadata.sql", "unique_id": "macro.dbt.get_catalog_relations", "macro_sql": "{% macro get_catalog_relations(information_schema, relations) -%}\n {{ return(adapter.dispatch('get_catalog_relations', 'dbt')(information_schema, relations)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__get_catalog_relations"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1739943, "supported_languages": null}, "macro.dbt.default__get_catalog_relations": {"name": "default__get_catalog_relations", "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_relations", "macro_sql": "{% macro default__get_catalog_relations(information_schema, relations) -%}\n {% set typename = adapter.type() %}\n {% set msg -%}\n get_catalog_relations 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": 1765580296.1746318, "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_postgres.postgres__get_catalog"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.175022, "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": 1765580296.1755357, "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_postgres.postgres__information_schema_name"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1758986, "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": 1765580296.1762166, "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_postgres.postgres__list_schemas"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1766105, "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": 1765580296.1770957, "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_postgres.postgres__check_schema_exists"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1775095, "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": 1765580296.1780963, "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_postgres.postgres__list_relations_without_caching"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1784556, "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": 1765580296.1787913, "supported_languages": null}, "macro.dbt.get_catalog_for_single_relation": {"name": "get_catalog_for_single_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/metadata.sql", "original_file_path": "macros/adapters/metadata.sql", "unique_id": "macro.dbt.get_catalog_for_single_relation", "macro_sql": "{% macro get_catalog_for_single_relation(relation) %}\n {{ return(adapter.dispatch('get_catalog_for_single_relation', 'dbt')(relation)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_catalog_for_single_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.179148, "supported_languages": null}, "macro.dbt.default__get_catalog_for_single_relation": {"name": "default__get_catalog_for_single_relation", "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_for_single_relation", "macro_sql": "{% macro default__get_catalog_for_single_relation(relation) %}\n {{ exceptions.raise_not_implemented(\n 'get_catalog_for_single_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": 1765580296.1794724, "supported_languages": null}, "macro.dbt.get_relations": {"name": "get_relations", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/metadata.sql", "original_file_path": "macros/adapters/metadata.sql", "unique_id": "macro.dbt.get_relations", "macro_sql": "{% macro get_relations() %}\n {{ return(adapter.dispatch('get_relations', 'dbt')()) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__get_relations"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.179801, "supported_languages": null}, "macro.dbt.default__get_relations": {"name": "default__get_relations", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/metadata.sql", "original_file_path": "macros/adapters/metadata.sql", "unique_id": "macro.dbt.default__get_relations", "macro_sql": "{% macro default__get_relations() %}\n {{ exceptions.raise_not_implemented(\n 'get_relations 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": 1765580296.1801004, "supported_languages": null}, "macro.dbt.get_relation_last_modified": {"name": "get_relation_last_modified", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/metadata.sql", "original_file_path": "macros/adapters/metadata.sql", "unique_id": "macro.dbt.get_relation_last_modified", "macro_sql": "{% macro get_relation_last_modified(information_schema, relations) %}\n {{ return(adapter.dispatch('get_relation_last_modified', 'dbt')(information_schema, relations)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_relation_last_modified"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.180515, "supported_languages": null}, "macro.dbt.default__get_relation_last_modified": {"name": "default__get_relation_last_modified", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/metadata.sql", "original_file_path": "macros/adapters/metadata.sql", "unique_id": "macro.dbt.default__get_relation_last_modified", "macro_sql": "{% macro default__get_relation_last_modified(information_schema, relations) %}\n {{ exceptions.raise_not_implemented(\n 'get_relation_last_modified 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": 1765580296.1808627, "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_postgres.postgres__current_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1817389, "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": 1765580296.1820323, "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_postgres.postgres__snapshot_get_time"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1823153, "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": 1765580296.1825488, "supported_languages": null}, "macro.dbt.get_snapshot_get_time_data_type": {"name": "get_snapshot_get_time_data_type", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/timestamps.sql", "original_file_path": "macros/adapters/timestamps.sql", "unique_id": "macro.dbt.get_snapshot_get_time_data_type", "macro_sql": "{% macro get_snapshot_get_time_data_type() %}\n {% set snapshot_time = adapter.dispatch('snapshot_get_time', 'dbt')() %}\n {% set time_data_type_sql = 'select ' ~ snapshot_time ~ ' as dbt_snapshot_time' %}\n {% set snapshot_time_column_schema = get_column_schema_from_query(time_data_type_sql) %}\n {% set time_data_type = snapshot_time_column_schema[0].dtype %}\n {{ return(time_data_type or none) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.snapshot_get_time", "macro.dbt_postgres.postgres__snapshot_get_time", "macro.dbt.get_column_schema_from_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1836658, "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_postgres.postgres__current_timestamp_backcompat"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1839972, "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": 1765580296.184154, "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_postgres.postgres__current_timestamp_in_utc_backcompat"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1845126, "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_postgres.postgres__current_timestamp_backcompat"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1848416, "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_postgres.postgres__create_schema"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1854327, "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": 1765580296.1858115, "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_postgres.postgres__drop_schema"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1861236, "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": 1765580296.1864903, "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": 1765580296.18732, "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')) }}\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": 1765580296.188128, "supported_languages": null}, "macro.dbt.collect_freshness_custom_sql": {"name": "collect_freshness_custom_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/freshness.sql", "original_file_path": "macros/adapters/freshness.sql", "unique_id": "macro.dbt.collect_freshness_custom_sql", "macro_sql": "{% macro collect_freshness_custom_sql(source, loaded_at_query) %}\n {{ return(adapter.dispatch('collect_freshness_custom_sql', 'dbt')(source, loaded_at_query))}}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__collect_freshness_custom_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1885533, "supported_languages": null}, "macro.dbt.default__collect_freshness_custom_sql": {"name": "default__collect_freshness_custom_sql", "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_custom_sql", "macro_sql": "{% macro default__collect_freshness_custom_sql(source, loaded_at_query) %}\n {% call statement('collect_freshness_custom_sql', fetch_result=True, auto_begin=False) -%}\n with source_query as (\n {{ loaded_at_query }}\n )\n select\n (select * from source_query) as max_loaded_at,\n {{ current_timestamp() }} as snapshotted_at\n {% endcall %}\n {{ return(load_result('collect_freshness_custom_sql')) }}\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": 1765580296.1891649, "supported_languages": null}, "macro.dbt.get_show_sql": {"name": "get_show_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/show.sql", "original_file_path": "macros/adapters/show.sql", "unique_id": "macro.dbt.get_show_sql", "macro_sql": "{% macro get_show_sql(compiled_code, sql_header, limit) -%}\n {%- if sql_header is not none -%}\n {{ sql_header }}\n {%- endif %}\n {{ get_limit_subquery_sql(compiled_code, limit) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_limit_subquery_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1899102, "supported_languages": null}, "macro.dbt.get_limit_subquery_sql": {"name": "get_limit_subquery_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/show.sql", "original_file_path": "macros/adapters/show.sql", "unique_id": "macro.dbt.get_limit_subquery_sql", "macro_sql": "\n{%- macro get_limit_subquery_sql(sql, limit) -%}\n {{ adapter.dispatch('get_limit_sql', 'dbt')(sql, limit) }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt.default__get_limit_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1902735, "supported_languages": null}, "macro.dbt.default__get_limit_sql": {"name": "default__get_limit_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/show.sql", "original_file_path": "macros/adapters/show.sql", "unique_id": "macro.dbt.default__get_limit_sql", "macro_sql": "{% macro default__get_limit_sql(sql, limit) %}\n {{ sql }}\n {% if limit is not none %}\n limit {{ limit }}\n {%- endif -%}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1907046, "supported_languages": null}, "macro.dbt.validate_sql": {"name": "validate_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/validate_sql.sql", "original_file_path": "macros/adapters/validate_sql.sql", "unique_id": "macro.dbt.validate_sql", "macro_sql": "{% macro validate_sql(sql) -%}\n {{ return(adapter.dispatch('validate_sql', 'dbt')(sql)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__validate_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1912374, "supported_languages": null}, "macro.dbt.default__validate_sql": {"name": "default__validate_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/validate_sql.sql", "original_file_path": "macros/adapters/validate_sql.sql", "unique_id": "macro.dbt.default__validate_sql", "macro_sql": "{% macro default__validate_sql(sql) -%}\n {% call statement('validate_sql') -%}\n explain {{ sql }}\n {% endcall %}\n {{ return(load_result('validate_sql')) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1917171, "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_postgres.postgres__get_create_index_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.192627, "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": 1765580296.1929042, "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": 1765580296.193339, "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": 1765580296.1941242, "supported_languages": null}, "macro.dbt.get_drop_index_sql": {"name": "get_drop_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_drop_index_sql", "macro_sql": "{% macro get_drop_index_sql(relation, index_name) -%}\n {{ adapter.dispatch('get_drop_index_sql', 'dbt')(relation, index_name) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__get_drop_index_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1944954, "supported_languages": null}, "macro.dbt.default__get_drop_index_sql": {"name": "default__get_drop_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_drop_index_sql", "macro_sql": "{% macro default__get_drop_index_sql(relation, index_name) -%}\n {{ exceptions.raise_compiler_error(\"`get_drop_index_sql has not been implemented for this adapter.\") }}\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1947718, "supported_languages": null}, "macro.dbt.get_show_indexes_sql": {"name": "get_show_indexes_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/indexes.sql", "original_file_path": "macros/adapters/indexes.sql", "unique_id": "macro.dbt.get_show_indexes_sql", "macro_sql": "{% macro get_show_indexes_sql(relation) -%}\n {{ adapter.dispatch('get_show_indexes_sql', 'dbt')(relation) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__get_show_indexes_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1950774, "supported_languages": null}, "macro.dbt.default__get_show_indexes_sql": {"name": "default__get_show_indexes_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_show_indexes_sql", "macro_sql": "{% macro default__get_show_indexes_sql(relation) -%}\n {{ exceptions.raise_compiler_error(\"`get_show_indexes_sql has not been implemented for this adapter.\") }}\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1953268, "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_postgres.postgres__copy_grants"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1973207, "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": 1765580296.1975737, "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": 1765580296.197905, "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": 1765580296.198132, "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": 1765580296.1988094, "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_postgres.postgres__get_show_grant_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1991746, "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.render() }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.199419, "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.default__get_grant_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.1998823, "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.render() }} 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": 1765580296.2002885, "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.default__get_revoke_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.2007546, "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.render() }} 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": 1765580296.2011611, "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": 1765580296.2016203, "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": 1765580296.2030559, "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": 1765580296.2034197, "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": 1765580296.203913, "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": 1765580296.2043517, "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.render() ~': 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": 1765580296.2065687, "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_postgres.postgres__get_columns_in_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.208672, "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": 1765580296.2089849, "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": 1765580296.2096045, "supported_languages": null}, "macro.dbt.get_list_of_column_names": {"name": "get_list_of_column_names", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/columns.sql", "original_file_path": "macros/adapters/columns.sql", "unique_id": "macro.dbt.get_list_of_column_names", "macro_sql": "\n\n{%- macro get_list_of_column_names(columns) -%}\n {% set col_names = [] %}\n {% for col in columns %}\n {% do col_names.append(col.name) %}\n {% endfor %}\n {{ return(col_names) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.2101753, "supported_languages": null}, "macro.dbt.get_empty_subquery_sql": {"name": "get_empty_subquery_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/columns.sql", "original_file_path": "macros/adapters/columns.sql", "unique_id": "macro.dbt.get_empty_subquery_sql", "macro_sql": "{% macro get_empty_subquery_sql(select_sql, select_sql_header=none) -%}\n {{ return(adapter.dispatch('get_empty_subquery_sql', 'dbt')(select_sql, select_sql_header)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_empty_subquery_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.2106197, "supported_languages": null}, "macro.dbt.default__get_empty_subquery_sql": {"name": "default__get_empty_subquery_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/columns.sql", "original_file_path": "macros/adapters/columns.sql", "unique_id": "macro.dbt.default__get_empty_subquery_sql", "macro_sql": "{% macro default__get_empty_subquery_sql(select_sql, select_sql_header=none) %}\n {%- if select_sql_header is not none -%}\n {{ select_sql_header }}\n {%- endif -%}\n select * from (\n {{ select_sql }}\n ) as __dbt_sbq\n where false\n limit 0\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.2110324, "supported_languages": null}, "macro.dbt.get_empty_schema_sql": {"name": "get_empty_schema_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/columns.sql", "original_file_path": "macros/adapters/columns.sql", "unique_id": "macro.dbt.get_empty_schema_sql", "macro_sql": "{% macro get_empty_schema_sql(columns) -%}\n {{ return(adapter.dispatch('get_empty_schema_sql', 'dbt')(columns)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_empty_schema_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.2113879, "supported_languages": null}, "macro.dbt.default__get_empty_schema_sql": {"name": "default__get_empty_schema_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/columns.sql", "original_file_path": "macros/adapters/columns.sql", "unique_id": "macro.dbt.default__get_empty_schema_sql", "macro_sql": "{% macro default__get_empty_schema_sql(columns) %}\n {%- set col_err = [] -%}\n {%- set col_naked_numeric = [] -%}\n select\n {% for i in columns %}\n {%- set col = columns[i] -%}\n {%- if col['data_type'] is not defined -%}\n {%- do col_err.append(col['name']) -%}\n {#-- If this column's type is just 'numeric' then it is missing precision/scale, raise a warning --#}\n {%- elif col['data_type'].strip().lower() in ('numeric', 'decimal', 'number') -%}\n {%- do col_naked_numeric.append(col['name']) -%}\n {%- endif -%}\n {% set col_name = adapter.quote(col['name']) if col.get('quote') else col['name'] %}\n {{ cast('null', col['data_type']) }} as {{ col_name }}{{ \", \" if not loop.last }}\n {%- endfor -%}\n {%- if (col_err | length) > 0 -%}\n {{ exceptions.column_type_missing(column_names=col_err) }}\n {%- elif (col_naked_numeric | length) > 0 -%}\n {{ exceptions.warn(\"Detected columns with numeric type and unspecified precision/scale, this can lead to unintended rounding: \" ~ col_naked_numeric ~ \"`\") }}\n {%- endif -%}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.cast"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.213662, "supported_languages": null}, "macro.dbt.get_column_schema_from_query": {"name": "get_column_schema_from_query", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/columns.sql", "original_file_path": "macros/adapters/columns.sql", "unique_id": "macro.dbt.get_column_schema_from_query", "macro_sql": "{% macro get_column_schema_from_query(select_sql, select_sql_header=none) -%}\n {% set columns = [] %}\n {# -- Using an 'empty subquery' here to get the same schema as the given select_sql statement, without necessitating a data scan.#}\n {% set sql = get_empty_subquery_sql(select_sql, select_sql_header) %}\n {% set column_schema = adapter.get_column_schema_from_query(sql) %}\n {{ return(column_schema) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_empty_subquery_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.2143233, "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": 1765580296.2146983, "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 {{ get_empty_subquery_sql(select_sql) }}\n {% endcall %}\n {{ return(load_result('get_columns_in_query').table.columns | map(attribute='name') | list) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement", "macro.dbt.get_empty_subquery_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.2153625, "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.default__alter_column_type"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.2158177, "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.render() }} add column {{ adapter.quote(tmp_column) }} {{ new_column_type }};\n update {{ relation.render() }} set {{ adapter.quote(tmp_column) }} = {{ adapter.quote(column_name) }};\n alter table {{ relation.render() }} drop column {{ adapter.quote(column_name) }} cascade;\n alter table {{ relation.render() }} 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": 1765580296.2172165, "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": 1765580296.2177322, "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.render() }}\n\n {% for column in add_columns %}\n add column {{ column.quoted }} {{ 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.quoted }}{{ ',' 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": 1765580296.219272, "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_postgres.postgres__alter_column_comment"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.220119, "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": 1765580296.2204523, "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_postgres.postgres__alter_relation_comment"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.2208734, "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": 1765580296.221199, "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.default__persist_docs"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.2217295, "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": 1765580296.2226436, "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.default__test_unique"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.2234843, "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": 1765580296.2239935, "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": 1765580296.2245967, "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": 1765580296.2251596, "supported_languages": null}, "macro.intercom.get_conversation_history_columns": {"name": "get_conversation_history_columns", "resource_type": "macro", "package_name": "intercom", "path": "macros/staging/get_conversation_history_columns.sql", "original_file_path": "macros/staging/get_conversation_history_columns.sql", "unique_id": "macro.intercom.get_conversation_history_columns", "macro_sql": "{% macro get_conversation_history_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"_fivetran_active\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_start\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"_fivetran_end\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"assignee_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"assignee_type\", \"datatype\": dbt.type_string()},\n {\"name\": \"conversation_rating_remark\", \"datatype\": dbt.type_int()},\n {\"name\": \"conversation_rating_value\", \"datatype\": dbt.type_int()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"first_contact_reply_created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"first_contact_reply_type\", \"datatype\": dbt.type_string()},\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"read\", \"datatype\": \"boolean\"},\n {\"name\": \"sla_name\", \"datatype\": dbt.type_int()},\n {\"name\": \"sla_status\", \"datatype\": dbt.type_int()},\n {\"name\": \"snoozed_until\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"source_author_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"source_author_type\", \"datatype\": dbt.type_string()},\n {\"name\": \"source_body\", \"datatype\": dbt.type_string()},\n {\"name\": \"source_delivered_as\", \"datatype\": dbt.type_string()},\n {\"name\": \"source_subject\", \"datatype\": dbt.type_string()},\n {\"name\": \"source_type\", \"datatype\": dbt.type_string()},\n {\"name\": \"state\", \"datatype\": dbt.type_string()},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"waiting_since\", \"datatype\": dbt.type_timestamp()}\n] %}\n\n{{ fivetran_utils.add_pass_through_columns(columns, var('intercom__conversation_history_pass_through_columns')) }}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int", "macro.dbt.type_string", "macro.fivetran_utils.add_pass_through_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.230007, "supported_languages": null}, "macro.intercom.get_collection_history_columns": {"name": "get_collection_history_columns", "resource_type": "macro", "package_name": "intercom", "path": "macros/staging/get_collection_history_columns.sql", "original_file_path": "macros/staging/get_collection_history_columns.sql", "unique_id": "macro.intercom.get_collection_history_columns", "macro_sql": "{% macro get_collection_history_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_active\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_start\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"_fivetran_end\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"default_locale\", \"datatype\": dbt.type_string()},\n {\"name\": \"description\", \"datatype\": dbt.type_string()},\n {\"name\": \"help_center_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"icon\", \"datatype\": dbt.type_string()},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"name\", \"datatype\": dbt.type_string()},\n {\"name\": \"order\", \"datatype\": dbt.type_int(), \"quote\": True, \"alias\": \"display_order\"},\n {\"name\": \"parent_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"type\", \"datatype\": dbt.type_string()},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"url\", \"datatype\": dbt.type_string()},\n {\"name\": \"workspace_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": 1765580296.233373, "supported_languages": null}, "macro.intercom.get_tag_columns": {"name": "get_tag_columns", "resource_type": "macro", "package_name": "intercom", "path": "macros/staging/get_tag_columns.sql", "original_file_path": "macros/staging/get_tag_columns.sql", "unique_id": "macro.intercom.get_tag_columns", "macro_sql": "{% macro get_tag_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_deleted\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"name\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.2344723, "supported_languages": null}, "macro.intercom.get_contact_tag_history_columns": {"name": "get_contact_tag_history_columns", "resource_type": "macro", "package_name": "intercom", "path": "macros/staging/get_contact_tag_history_columns.sql", "original_file_path": "macros/staging/get_contact_tag_history_columns.sql", "unique_id": "macro.intercom.get_contact_tag_history_columns", "macro_sql": "{% macro get_contact_tag_history_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_string()},\n {\"name\": \"_fivetran_active\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_start\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"_fivetran_end\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"contact_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"contact_updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"tag_id\", \"datatype\": dbt.type_int()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_string", "macro.dbt.type_timestamp", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.2360463, "supported_languages": null}, "macro.intercom.get_team_admin_columns": {"name": "get_team_admin_columns", "resource_type": "macro", "package_name": "intercom", "path": "macros/staging/get_team_admin_columns.sql", "original_file_path": "macros/staging/get_team_admin_columns.sql", "unique_id": "macro.intercom.get_team_admin_columns", "macro_sql": "{% macro get_team_admin_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_deleted\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"admin_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"team_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": 1765580296.2371914, "supported_languages": null}, "macro.intercom.get_conversation_tag_history_columns": {"name": "get_conversation_tag_history_columns", "resource_type": "macro", "package_name": "intercom", "path": "macros/staging/get_conversation_tag_history_columns.sql", "original_file_path": "macros/staging/get_conversation_tag_history_columns.sql", "unique_id": "macro.intercom.get_conversation_tag_history_columns", "macro_sql": "{% macro get_conversation_tag_history_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_active\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_start\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"_fivetran_end\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"conversation_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"conversation_updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"tag_id\", \"datatype\": dbt.type_int()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.2386088, "supported_languages": null}, "macro.intercom.get_admin_columns": {"name": "get_admin_columns", "resource_type": "macro", "package_name": "intercom", "path": "macros/staging/get_admin_columns.sql", "original_file_path": "macros/staging/get_admin_columns.sql", "unique_id": "macro.intercom.get_admin_columns", "macro_sql": "{% macro get_admin_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_deleted\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"job_title\", \"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": 1765580296.239867, "supported_languages": null}, "macro.intercom.get_conversation_part_history_columns": {"name": "get_conversation_part_history_columns", "resource_type": "macro", "package_name": "intercom", "path": "macros/staging/get_conversation_part_history_columns.sql", "original_file_path": "macros/staging/get_conversation_part_history_columns.sql", "unique_id": "macro.intercom.get_conversation_part_history_columns", "macro_sql": "{% macro get_conversation_part_history_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"_fivetran_active\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_start\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"_fivetran_end\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"assigned_to_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"assigned_to_type\", \"datatype\": dbt.type_string()},\n {\"name\": \"author_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"body\", \"datatype\": dbt.type_string()},\n {\"name\": \"author_type\", \"datatype\": dbt.type_string()},\n {\"name\": \"conversation_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"conversation_updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"part_type\", \"datatype\": dbt.type_string()},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.2427719, "supported_languages": null}, "macro.intercom.get_article_history_columns": {"name": "get_article_history_columns", "resource_type": "macro", "package_name": "intercom", "path": "macros/staging/get_article_history_columns.sql", "original_file_path": "macros/staging/get_article_history_columns.sql", "unique_id": "macro.intercom.get_article_history_columns", "macro_sql": "{% macro get_article_history_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_active\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_start\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"_fivetran_end\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"author_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"body\", \"datatype\": dbt.type_string()},\n {\"name\": \"collection_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"default_locale\", \"datatype\": dbt.type_string()},\n {\"name\": \"description\", \"datatype\": dbt.type_string()},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"parent_type\", \"datatype\": dbt.type_string()},\n {\"name\": \"section_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"state\", \"datatype\": dbt.type_string()},\n {\"name\": \"statistics_conversations\", \"datatype\": dbt.type_int()},\n {\"name\": \"statistics_happy_reaction_percentage\", \"datatype\": dbt.type_float()},\n {\"name\": \"statistics_neutral_reaction_percentage\", \"datatype\": dbt.type_float()},\n {\"name\": \"statistics_reactions\", \"datatype\": dbt.type_int()},\n {\"name\": \"statistics_sad_reaction_percentage\", \"datatype\": dbt.type_float()},\n {\"name\": \"statistics_type\", \"datatype\": dbt.type_string()},\n {\"name\": \"statistics_views\", \"datatype\": dbt.type_int()},\n {\"name\": \"title\", \"datatype\": dbt.type_string()},\n {\"name\": \"type\", \"datatype\": dbt.type_string()},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"url\", \"datatype\": dbt.type_string()},\n {\"name\": \"workspace_id\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ fivetran_utils.add_pass_through_columns(columns, var('intercom__article_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.dbt.type_float", "macro.fivetran_utils.add_pass_through_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.2478507, "supported_languages": null}, "macro.intercom.get_company_history_columns": {"name": "get_company_history_columns", "resource_type": "macro", "package_name": "intercom", "path": "macros/staging/get_company_history_columns.sql", "original_file_path": "macros/staging/get_company_history_columns.sql", "unique_id": "macro.intercom.get_company_history_columns", "macro_sql": "{% macro get_company_history_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_active\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_start\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"_fivetran_end\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"industry\", \"datatype\": dbt.type_int()},\n {\"name\": \"monthly_spend\", \"datatype\": dbt.type_int()},\n {\"name\": \"name\", \"datatype\": dbt.type_string()},\n {\"name\": \"plan_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"plan_name\", \"datatype\": dbt.type_int()},\n {\"name\": \"session_count\", \"datatype\": dbt.type_int()},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"user_count\", \"datatype\": dbt.type_int()},\n {\"name\": \"website\", \"datatype\": dbt.type_int()}\n] %}\n\n{{ fivetran_utils.add_pass_through_columns(columns, var('intercom__company_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": 1765580296.2509465, "supported_languages": null}, "macro.intercom.get_company_tag_history_columns": {"name": "get_company_tag_history_columns", "resource_type": "macro", "package_name": "intercom", "path": "macros/staging/get_company_tag_history_columns.sql", "original_file_path": "macros/staging/get_company_tag_history_columns.sql", "unique_id": "macro.intercom.get_company_tag_history_columns", "macro_sql": "{% macro get_company_tag_history_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_active\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_start\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"_fivetran_end\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_string()},\n {\"name\": \"company_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"company_updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"tag_id\", \"datatype\": dbt.type_int()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.2525403, "supported_languages": null}, "macro.intercom.get_contact_company_history_columns": {"name": "get_contact_company_history_columns", "resource_type": "macro", "package_name": "intercom", "path": "macros/staging/get_contact_company_history_columns.sql", "original_file_path": "macros/staging/get_contact_company_history_columns.sql", "unique_id": "macro.intercom.get_contact_company_history_columns", "macro_sql": "{% macro get_contact_company_history_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"_fivetran_active\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_start\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"_fivetran_end\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"company_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"contact_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"contact_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": 1765580296.2541463, "supported_languages": null}, "macro.intercom.get_help_center_history_columns": {"name": "get_help_center_history_columns", "resource_type": "macro", "package_name": "intercom", "path": "macros/staging/get_help_center_history_columns.sql", "original_file_path": "macros/staging/get_help_center_history_columns.sql", "unique_id": "macro.intercom.get_help_center_history_columns", "macro_sql": "{% macro get_help_center_history_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_active\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_start\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"_fivetran_end\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"display_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"identifier\", \"datatype\": dbt.type_string()},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"website_turned_on\", \"datatype\": \"boolean\"},\n {\"name\": \"workspace_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": 1765580296.2563722, "supported_languages": null}, "macro.intercom.get_team_columns": {"name": "get_team_columns", "resource_type": "macro", "package_name": "intercom", "path": "macros/staging/get_team_columns.sql", "original_file_path": "macros/staging/get_team_columns.sql", "unique_id": "macro.intercom.get_team_columns", "macro_sql": "{% macro get_team_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_deleted\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\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"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.257498, "supported_languages": null}, "macro.intercom.get_contact_history_columns": {"name": "get_contact_history_columns", "resource_type": "macro", "package_name": "intercom", "path": "macros/staging/get_contact_history_columns.sql", "original_file_path": "macros/staging/get_contact_history_columns.sql", "unique_id": "macro.intercom.get_contact_history_columns", "macro_sql": "{% macro get_contact_history_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_active\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_start\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"_fivetran_end\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"admin_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"email\", \"datatype\": dbt.type_string()},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"last_contacted_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"last_email_clicked_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"last_email_opened_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"last_replied_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"name\", \"datatype\": dbt.type_string()},\n {\"name\": \"role\", \"datatype\": dbt.type_string()},\n {\"name\": \"signed_up_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"unsubscribed_from_emails\", \"datatype\": \"boolean\"},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()}\n] %}\n\n{{ fivetran_utils.add_pass_through_columns(columns, var('intercom__contact_history_pass_through_columns')) }}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int", "macro.dbt.type_string", "macro.fivetran_utils.add_pass_through_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.2609234, "supported_languages": null}, "macro.intercom.get_conversation_contact_history_columns": {"name": "get_conversation_contact_history_columns", "resource_type": "macro", "package_name": "intercom", "path": "macros/staging/get_conversation_contact_history_columns.sql", "original_file_path": "macros/staging/get_conversation_contact_history_columns.sql", "unique_id": "macro.intercom.get_conversation_contact_history_columns", "macro_sql": "{% macro get_conversation_contact_history_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"_fivetran_active\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_start\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"_fivetran_end\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"contact_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"conversation_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"conversation_updated_at\", \"datatype\": dbt.type_timestamp()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.2625139, "supported_languages": null}, "macro.intercom.intercom_union_connections": {"name": "intercom_union_connections", "resource_type": "macro", "package_name": "intercom", "path": "macros/union/union_connections.sql", "original_file_path": "macros/union/union_connections.sql", "unique_id": "macro.intercom.intercom_union_connections", "macro_sql": "{% macro intercom_union_connections(connection_dictionary, single_source_name, single_table_name, default_identifier=single_table_name) %}\n\n{{ adapter.dispatch('intercom_union_connections', 'intercom') (connection_dictionary, single_source_name, single_table_name, default_identifier) }}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.intercom.default__intercom_union_connections"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.2639284, "supported_languages": null}, "macro.intercom.default__intercom_union_connections": {"name": "default__intercom_union_connections", "resource_type": "macro", "package_name": "intercom", "path": "macros/union/union_connections.sql", "original_file_path": "macros/union/union_connections.sql", "unique_id": "macro.intercom.default__intercom_union_connections", "macro_sql": "{% macro default__intercom_union_connections(connection_dictionary, single_source_name, single_table_name, default_identifier=single_table_name) %}\n\n{%- set exception_warning = \"\\n\\nPlease be aware: The \" ~ single_source_name|upper ~ \".\" ~ single_table_name|upper ~ \" table was not found in your schema(s). The Fivetran Data Model will create a completely empty 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{%- set using_empty_table_warnings = (execute and not var('fivetran__remove_empty_table_warnings', false)) %}\n{%- set connections = var(connection_dictionary, []) %}\n{%- set using_unioning = connections | length > 0 %}\n\n{%- if using_unioning %}\n{# For unioning #}\n {%- set relations = [] -%}\n {%- for connection in connections -%}\n\n {% if var('has_defined_sources', false) %}\n {%- set database = source(connection.name, single_table_name).database %}\n {%- set schema = source(connection.name, single_table_name).schema %}\n {%- set identifier = source(connection.name, single_table_name).identifier %}\n {%- else %}\n {%- set database = connection.database if connection.database else target.database %}\n {%- set schema = connection.schema if connection.schema else single_source_name %}\n {%- set identifier = default_identifier %}\n {%- endif %}\n \n {%- set relation=adapter.get_relation(\n database=database,\n schema=schema,\n identifier=identifier\n )\n -%}\n\n {%- if relation is not none -%}\n {%- do relations.append(relation) -%}\n {%- endif -%}\n\n -- ** Values passed to adapter.get_relation:\n {{ '-- database: ' ~ database }}\n {{ '-- schema: ' ~ schema }}\n {{ '-- identifier: ' ~ identifier ~ '\\n' }}\n\n {%- endfor -%}\n\n {%- if relations != [] -%}\n {{ intercom.intercom_union_relations(relations) }}\n\n {%- else -%}\n {{ exceptions.warn(exception_warning) if using_empty_table_warnings }}\n\n select\n cast(null as {{ dbt.type_string() }}) as _dbt_source_relation\n limit {{ '0' if target.type != 'redshift' else '1' }}\n {%- endif -%}\n\n{% else %}\n{# Not unioning #}\n\n {% set identifier_var = single_source_name + \"_\" + single_table_name + \"_identifier\"%}\n {%- set database = source(single_source_name, single_table_name).database %}\n {%- set schema = source(single_source_name, single_table_name).schema %}\n {%- set identifier = source(single_source_name, single_table_name).identifier %}\n\n {%- set relation=adapter.get_relation(\n database=database,\n schema=schema,\n identifier=identifier\n )\n -%}\n\n -- ** Values passed to adapter.get_relation:\n {{ '-- full-identifier_var: ' ~ identifier_var }}\n {{ '-- database: ' ~ database }} \n {{ '-- schema: ' ~ schema }}\n {{ '-- identifier: ' ~ identifier ~ '\\n' }}\n\n {% if relation is not none -%}\n select\n {{ dbt_utils.star(from=source(single_source_name, single_table_name)) }}\n from {{ source(single_source_name, single_table_name) }} as source_table\n\n {% else %}\n {{ exceptions.warn(exception_warning) if using_empty_table_warnings }}\n\n select\n cast(null as {{ dbt.type_string() }}) as _dbt_source_relation\n limit {{ '0' if target.type != 'redshift' else '1' }}\n {%- endif -%}\n{% endif -%}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.intercom.intercom_union_relations", "macro.dbt.type_string", "macro.dbt_utils.star"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.26929, "supported_languages": null}, "macro.intercom.intercom_union_relations": {"name": "intercom_union_relations", "resource_type": "macro", "package_name": "intercom", "path": "macros/union/union_relations.sql", "original_file_path": "macros/union/union_relations.sql", "unique_id": "macro.intercom.intercom_union_relations", "macro_sql": "\n\n{%- macro intercom_union_relations(relations, aliases=none, column_override=none, include=[], exclude=[], source_column_name='_dbt_source_relation', where=none) -%}\n {{ return(adapter.dispatch('intercom_union_relations', 'intercom')(relations, aliases, column_override, include, exclude, source_column_name, where)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.intercom.default__intercom_union_relations"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.2714083, "supported_languages": null}, "macro.intercom.default__intercom_union_relations": {"name": "default__intercom_union_relations", "resource_type": "macro", "package_name": "intercom", "path": "macros/union/union_relations.sql", "original_file_path": "macros/union/union_relations.sql", "unique_id": "macro.intercom.default__intercom_union_relations", "macro_sql": "\n\n{%- macro default__intercom_union_relations(relations, aliases=none, 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, 'intercom_union_relations') -%}\n {%- do dbt_utils._is_ephemeral(relation, 'intercom_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.database ~ '.' ~ relation.schema) }} 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 {# This alias is the only addition made to the dbt_utils.union_relations() code. Avoids errors if the table is named a reserved keyword #}\n from {{ aliases[loop.index0] if aliases else relation }} as unioned_relation_{{ loop.index }}\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": 1765580296.278384, "supported_languages": null}, "macro.intercom.partition_by_source_relation": {"name": "partition_by_source_relation", "resource_type": "macro", "package_name": "intercom", "path": "macros/union/partition_by_source_relation.sql", "original_file_path": "macros/union/partition_by_source_relation.sql", "unique_id": "macro.intercom.partition_by_source_relation", "macro_sql": "{%- macro partition_by_source_relation(has_other_partitions='yes', alias=None) -%}\n\n{{ adapter.dispatch('partition_by_source_relation', 'intercom') (has_other_partitions, alias) }}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.intercom.default__partition_by_source_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.279139, "supported_languages": null}, "macro.intercom.default__partition_by_source_relation": {"name": "default__partition_by_source_relation", "resource_type": "macro", "package_name": "intercom", "path": "macros/union/partition_by_source_relation.sql", "original_file_path": "macros/union/partition_by_source_relation.sql", "unique_id": "macro.intercom.default__partition_by_source_relation", "macro_sql": "{% macro default__partition_by_source_relation(has_other_partitions='yes', alias=None) -%}\n {% set prefix = '' if alias is none else alias ~ '.' %}\n\n {%- if has_other_partitions == 'no' -%}\n {{ 'partition by ' ~ prefix ~ 'source_relation' if var('intercom_sources', [])|length > 1 }}\n {%- else -%}\n {{ ', ' ~ prefix ~ 'source_relation' if var('intercom_sources', [])|length > 1 }}\n {%- endif -%}\n{%- endmacro -%}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.280135, "supported_languages": null}, "macro.intercom.apply_source_relation": {"name": "apply_source_relation", "resource_type": "macro", "package_name": "intercom", "path": "macros/union/apply_source_relation.sql", "original_file_path": "macros/union/apply_source_relation.sql", "unique_id": "macro.intercom.apply_source_relation", "macro_sql": "{% macro apply_source_relation() -%}\n\n{{ adapter.dispatch('apply_source_relation', 'intercom') () }}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.intercom.default__apply_source_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.2806675, "supported_languages": null}, "macro.intercom.default__apply_source_relation": {"name": "default__apply_source_relation", "resource_type": "macro", "package_name": "intercom", "path": "macros/union/apply_source_relation.sql", "original_file_path": "macros/union/apply_source_relation.sql", "unique_id": "macro.intercom.default__apply_source_relation", "macro_sql": "{% macro default__apply_source_relation() -%}\n\n{% if var('intercom_sources', []) != [] %}\n, _dbt_source_relation as source_relation\n{% else %}\n, '{{ var(\"intercom_database\", target.database) }}' || '.'|| '{{ var(\"intercom_schema\", \"intercom\") }}' as source_relation\n{% endif %}\n\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.2812793, "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": 1765580296.2820857, "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": 1765580296.2828608, "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": 1765580296.2835941, "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": 1765580296.2842963, "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": 1765580296.2853084, "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": 1765580296.2870224, "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": 1765580296.2879388, "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": 1765580296.288879, "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": 1765580296.2897902, "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": 1765580296.2904546, "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": 1765580296.2913017, "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 {{ dbt.type_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": ["macro.dbt.type_numeric"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.2930913, "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": 1765580296.293913, "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 {% do 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": 1765580296.2951558, "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": 1765580296.2958834, "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": 1765580296.2964811, "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": 1765580296.2975073, "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": 1765580296.2992904, "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": 1765580296.300074, "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": 1765580296.3009882, "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": 1765580296.302493, "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": 1765580296.3055754, "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": 1765580296.3063288, "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": 1765580296.3070076, "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": 1765580296.3080797, "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": 1765580296.3100553, "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, exclude_columns=None, precision = None) %}\n {{ return(adapter.dispatch('test_equality', 'dbt_utils')(model, compare_model, compare_columns, exclude_columns, precision)) }}\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": 1765580296.3122146, "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, exclude_columns=None, precision = None) %}\n\n{%- if compare_columns and exclude_columns -%}\n {{ exceptions.raise_compiler_error(\"Both a compare and an ignore list were provided to the `equality` macro. Only one is allowed\") }}\n{%- endif -%}\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\n\n-- setup\n{%- do dbt_utils._is_relation(model, 'test_equality') -%}\n\n{# Ensure there are no extra columns in the compare_model vs model #}\n{%- if not compare_columns -%}\n {%- do dbt_utils._is_ephemeral(model, 'test_equality') -%}\n {%- do dbt_utils._is_ephemeral(compare_model, 'test_equality') -%}\n\n {%- set model_columns = adapter.get_columns_in_relation(model) -%}\n {%- set compare_model_columns = adapter.get_columns_in_relation(compare_model) -%}\n\n\n {%- if exclude_columns -%}\n {#-- Lower case ignore columns for easier comparison --#}\n {%- set exclude_columns = exclude_columns | map(\"lower\") | list %}\n\n {# Filter out the excluded columns #}\n {%- set include_columns = [] %}\n {%- set include_model_columns = [] %}\n {%- for column in model_columns -%}\n {%- if column.name | lower not in exclude_columns -%}\n {% do include_columns.append(column) %}\n {%- endif %}\n {%- endfor %}\n {%- for column in compare_model_columns -%}\n {%- if column.name | lower not in exclude_columns -%}\n {% do include_model_columns.append(column) %}\n {%- endif %}\n {%- endfor %}\n\n {%- set compare_columns_set = set(include_columns | map(attribute='quoted') | map(\"lower\")) %}\n {%- set compare_model_columns_set = set(include_model_columns | map(attribute='quoted') | map(\"lower\")) %}\n {%- else -%}\n {%- set compare_columns_set = set(model_columns | map(attribute='quoted') | map(\"lower\")) %}\n {%- set compare_model_columns_set = set(compare_model_columns | map(attribute='quoted') | map(\"lower\")) %}\n {%- endif -%}\n\n {% if compare_columns_set != compare_model_columns_set %}\n {{ exceptions.raise_compiler_error(compare_model ~\" has less columns than \" ~ model ~ \", please ensure they have the same columns or use the `compare_columns` or `exclude_columns` arguments to subset them.\") }}\n {% endif %}\n\n\n{% endif %}\n\n{%- if not precision -%}\n {%- if not compare_columns -%}\n {# \n You cannot get the columns in an ephemeral model (due to not existing in the information schema),\n so if the user does not provide an explicit list of columns we must error in the case it is ephemeral\n #}\n {%- do dbt_utils._is_ephemeral(model, 'test_equality') -%}\n {%- set compare_columns = adapter.get_columns_in_relation(model)-%}\n\n {%- if exclude_columns -%}\n {#-- Lower case ignore columns for easier comparison --#}\n {%- set exclude_columns = exclude_columns | map(\"lower\") | list %}\n\n {# Filter out the excluded columns #}\n {%- set include_columns = [] %}\n {%- for column in compare_columns -%}\n {%- if column.name | lower not in exclude_columns -%}\n {% do include_columns.append(column) %}\n {%- endif %}\n {%- endfor %}\n\n {%- set compare_columns = include_columns | map(attribute='quoted') %}\n {%- else -%} {# Compare columns provided #}\n {%- set compare_columns = compare_columns | map(attribute='quoted') %}\n {%- endif -%}\n {%- endif -%}\n\n {% set compare_cols_csv = compare_columns | join(', ') %}\n\n{% else %} {# Precision required #}\n {#-\n If rounding is required, we need to get the types, so it cannot be ephemeral even if they provide column names\n -#}\n {%- do dbt_utils._is_ephemeral(model, 'test_equality') -%}\n {%- set columns = adapter.get_columns_in_relation(model) -%}\n\n {% set columns_list = [] %}\n {%- for col in columns -%}\n {%- if (\n (col.name|lower in compare_columns|map('lower') or not compare_columns) and\n (col.name|lower not in exclude_columns|map('lower') or not exclude_columns)\n ) -%}\n {# Databricks double type is not picked up by any number type checks in dbt #}\n {%- if col.is_float() or col.is_numeric() or col.data_type == 'double' -%}\n {# Cast is required due to postgres not having round for a double precision number #}\n {%- do columns_list.append('round(cast(' ~ col.quoted ~ ' as ' ~ dbt.type_numeric() ~ '),' ~ precision ~ ') as ' ~ col.quoted) -%}\n {%- else -%} {# Non-numeric type #}\n {%- do columns_list.append(col.quoted) -%}\n {%- endif -%}\n {% endif %}\n {%- endfor -%}\n\n {% set compare_cols_csv = columns_list | join(', ') %}\n\n{% endif %}\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.type_numeric", "macro.dbt.except"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.3199594, "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": 1765580296.320926, "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{% set pruned_cols = [column_name] %}\n\n{% if group_by_columns|length() > 0 %}\n\n {% set select_gb_cols = group_by_columns|join(' ,') + ', ' %}\n {% set groupby_gb_cols = 'group by ' + group_by_columns|join(',') %}\n {% set pruned_cols = group_by_columns %}\n\n {% if column_name not in pruned_cols %}\n {% do pruned_cols.append(column_name) %}\n {% endif %}\n\n{% endif %}\n\n{% set select_pruned_cols = pruned_cols|join(' ,') %}\n\nselect *\nfrom (\n with pruned_rows as (\n select\n {{ select_pruned_cols }}\n from {{ model }}\n {% if group_by_columns|length() == 0 %}\n where {{ column_name }} is not null\n limit 1\n {% endif %}\n )\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 pruned_rows\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": 1765580296.3226378, "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": 1765580296.3237357, "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": 1765580296.3258615, "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": 1765580296.3265314, "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": 1765580296.3277953, "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": 1765580296.328389, "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": 1765580296.329043, "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": 1765580296.3296294, "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": 1765580296.330555, "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": 1765580296.3320951, "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": 1765580296.3338578, "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": 1765580296.335212, "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": 1765580296.3381493, "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.postgres__deduplicate"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.3392527, "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": 1765580296.339698, "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 select *\n from {{ relation }} as tt\n qualify\n row_number() over (\n partition by {{ partition_by }}\n order by {{ order_by }}\n ) = 1\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.3400433, "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": 1765580296.3404248, "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": 1765580296.3407893, "supported_languages": null}, "macro.dbt_utils.databricks__deduplicate": {"name": "databricks__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.databricks__deduplicate", "macro_sql": "\n{%- macro databricks__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": 1765580296.3411279, "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": 1765580296.3414876, "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": 1765580296.342246, "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": 1765580296.3437142, "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": 1765580296.3445559, "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": 1765580296.3454552, "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": 1765580296.3458726, "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', quote_identifiers=False) -%}\n {{ return(adapter.dispatch('unpivot', 'dbt_utils')(relation, cast_to, exclude, remove, field_name, value_name, quote_identifiers)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__unpivot"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.3473296, "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', quote_identifiers=False) -%}\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 {%- set current_col_name = adapter.quote(col.column) if quote_identifiers else col.column -%}\n select\n {%- for exclude_col in exclude %}\n {{ adapter.quote(exclude_col) if quote_identifiers else exclude_col }},\n {%- endfor %}\n\n cast('{{ col.column }}' as {{ dbt.type_string() }}) as {{ adapter.quote(field_name) if quote_identifiers else field_name }},\n cast( {% if col.data_type == 'boolean' %}\n {{ dbt.cast_bool_to_text(current_col_name) }}\n {% else %}\n {{ current_col_name }}\n {% endif %}\n as {{ cast_to }}) as {{ adapter.quote(value_name) if quote_identifiers else 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": 1765580296.35124, "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": 1765580296.3519444, "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": 1765580296.3524032, "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": 1765580296.3530777, "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": 1765580296.3542142, "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": 1765580296.3548238, "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": 1765580296.355489, "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": 1765580296.3560176, "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": 1765580296.3562877, "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": 1765580296.3571997, "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": 1765580296.3583717, "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": 1765580296.3588426, "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 generated_number) - 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": 1765580296.359566, "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": 1765580296.3604753, "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": 1765580296.3621361, "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.default__get_tables_by_pattern_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.3636525, "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": 1765580296.3643656, "supported_languages": null}, "macro.dbt_utils.redshift__get_tables_by_pattern_sql": {"name": "redshift__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.redshift__get_tables_by_pattern_sql", "macro_sql": "{% macro redshift__get_tables_by_pattern_sql(schema_pattern, table_pattern, exclude='', database=target.database) %}\n\n {% set sql %}\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 union all\n select distinct\n schemaname as {{ adapter.quote('table_schema') }},\n tablename as {{ adapter.quote('table_name') }},\n 'external' as {{ adapter.quote('table_type') }}\n from svv_external_tables\n where redshift_database_name = '{{ database }}'\n and schemaname ilike '{{ schema_pattern }}'\n and table_name ilike '{{ table_pattern }}'\n and table_name not ilike '{{ exclude }}'\n {% endset %}\n\n {{ return(sql) }}\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": 1765580296.3658273, "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": 1765580296.3672292, "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": 1765580296.3682158, "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": 1765580296.3688605, "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": 1765580296.3699489, "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": 1765580296.3708725, "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": 1765580296.3725042, "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": 1765580296.3745098, "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.render()) }} as {{ dbt.type_string() }}) as {{ source_column_name }},\n {%- endif %}\n\n /* No columns from any of the relations.\n This star is only output during dbt compile, and exists to keep SQLFluff happy. */\n {% if dbt_command == 'compile' and ordered_column_names|length == 0 %}\n *\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": 1765580296.381328, "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": 1765580296.3822174, "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.default__haversine_distance"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.3827798, "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": 1765580296.3838668, "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": 1765580296.3854556, "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": 1765580296.386036, "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": 1765580296.3867254, "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": 1765580296.3880858, "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": 1765580296.3908672, "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": 1765580296.3915918, "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": 1765580296.392851, "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": 1765580296.3936374, "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": 1765580296.3950605, "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.postgres__get_table_types_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.3956943, "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": 1765580296.3959696, "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": 1765580296.3962674, "supported_languages": null}, "macro.dbt_utils.databricks__get_table_types_sql": {"name": "databricks__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.databricks__get_table_types_sql", "macro_sql": "{% macro databricks__get_table_types_sql() %}\n case table_type\n when 'MANAGED' then 'table'\n when 'BASE TABLE' then 'table'\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": 1765580296.3965673, "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": 1765580296.3970876, "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": 1765580296.3977106, "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": 1765580296.398426, "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": 1765580296.3989918, "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": 1765580296.3997996, "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": 1765580296.400603, "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": 1765580296.400974, "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": 1765580296.401974, "supported_languages": null}, "macro.dbt_utils.safe_subtract": {"name": "safe_subtract", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/safe_subtract.sql", "original_file_path": "macros/sql/safe_subtract.sql", "unique_id": "macro.dbt_utils.safe_subtract", "macro_sql": "{%- macro safe_subtract(field_list) -%}\n {{ return(adapter.dispatch('safe_subtract', 'dbt_utils')(field_list)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__safe_subtract"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.40261, "supported_languages": null}, "macro.dbt_utils.default__safe_subtract": {"name": "default__safe_subtract", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/safe_subtract.sql", "original_file_path": "macros/sql/safe_subtract.sql", "unique_id": "macro.dbt_utils.default__safe_subtract", "macro_sql": "\n\n{%- macro default__safe_subtract(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_subtract` macro 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.raise_compiler_error(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": 1765580296.4036868, "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": 1765580296.4041865, "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": 1765580296.4045255, "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{% if not string %}\n{{ return('') }}\n{% endif %}\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": 1765580296.4059525, "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": 1765580296.4068263, "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": 1765580296.4073536, "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": 1765580296.4077444, "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": 1765580296.4082327, "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": 1765580296.4085865, "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": 1765580296.4100735, "supported_languages": null}, "macro.fivetran_utils.drop_schemas_automation": {"name": "drop_schemas_automation", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/drop_schemas_automation.sql", "original_file_path": "macros/drop_schemas_automation.sql", "unique_id": "macro.fivetran_utils.drop_schemas_automation", "macro_sql": "{% macro drop_schemas_automation(drop_target_schema=true) %}\n {{ return(adapter.dispatch('drop_schemas_automation', 'fivetran_utils')(drop_target_schema)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.default__drop_schemas_automation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.4109137, "supported_languages": null}, "macro.fivetran_utils.default__drop_schemas_automation": {"name": "default__drop_schemas_automation", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/drop_schemas_automation.sql", "original_file_path": "macros/drop_schemas_automation.sql", "unique_id": "macro.fivetran_utils.default__drop_schemas_automation", "macro_sql": "{% macro default__drop_schemas_automation(drop_target_schema=true) %}\n\n{% set fetch_list_sql %}\n {% if target.type not in ('databricks', 'spark') %}\n select schema_name\n from \n {{ wrap_in_quotes(target.database) }}.INFORMATION_SCHEMA.SCHEMATA\n where lower(schema_name) like '{{ target.schema | lower }}{%- if not drop_target_schema -%}_{%- endif -%}%'\n {% else %}\n SHOW SCHEMAS LIKE '{{ target.schema }}{%- if not drop_target_schema -%}_{%- endif -%}*'\n {% endif %}\n{% endset %}\n\n{% set results = run_query(fetch_list_sql) %}\n\n{% if execute %}\n {% set results_list = results.columns[0].values() %}\n{% else %}\n {% set results_list = [] %}\n{% endif %}\n\n{% for schema_to_drop in results_list %}\n {% do adapter.drop_schema(api.Relation.create(database=target.database, schema=schema_to_drop)) %}\n {{ print('Schema ' ~ schema_to_drop ~ ' successfully dropped from the ' ~ target.database ~ ' database.\\n')}}\n{% endfor %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.wrap_in_quotes", "macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.4128568, "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.postgres__timestamp_add"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.4137316, "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": 1765580296.4140713, "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": 1765580296.4144201, "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": 1765580296.414805, "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": 1765580296.4151325, "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": 1765580296.4155102, "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": 1765580296.4166129, "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": 1765580296.4171243, "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": 1765580296.4178877, "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.default__max_bool"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.418408, "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": 1765580296.4186435, "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": 1765580296.4188564, "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": 1765580296.4190624, "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.postgres__json_extract"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.4198275, "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": 1765580296.4201407, "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": 1765580296.420581, "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": 1765580296.420948, "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": 1765580296.4212537, "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": 1765580296.42158, "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.postgres__timestamp_diff"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.4229448, "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": 1765580296.4232712, "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": 1765580296.4236152, "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": 1765580296.4239469, "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": 1765580296.4271705, "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": 1765580296.4279175, "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.postgres__json_parse"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.4290354, "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": 1765580296.4295433, "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": 1765580296.430037, "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": 1765580296.4305253, "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": 1765580296.4310038, "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": 1765580296.4315479, "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": 1765580296.432075, "supported_languages": null}, "macro.fivetran_utils.sqlserver__json_parse": {"name": "sqlserver__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.sqlserver__json_parse", "macro_sql": "{% macro sqlserver__json_parse(string, string_path) %}\n\n json_value({{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": 1765580296.4325657, "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": 1765580296.4347568, "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": 1765580296.435865, "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": 1765580296.4413588, "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": 1765580296.4420655, "supported_languages": null}, "macro.fivetran_utils.extract_url_parameter": {"name": "extract_url_parameter", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/extract_url_parameter.sql", "original_file_path": "macros/extract_url_parameter.sql", "unique_id": "macro.fivetran_utils.extract_url_parameter", "macro_sql": "{% macro extract_url_parameter(field, url_parameter) -%}\n\n{{ adapter.dispatch('extract_url_parameter', 'fivetran_utils') (field, url_parameter) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.default__extract_url_parameter"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.442661, "supported_languages": null}, "macro.fivetran_utils.default__extract_url_parameter": {"name": "default__extract_url_parameter", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/extract_url_parameter.sql", "original_file_path": "macros/extract_url_parameter.sql", "unique_id": "macro.fivetran_utils.default__extract_url_parameter", "macro_sql": "{% macro default__extract_url_parameter(field, url_parameter) -%}\n\n{{ dbt_utils.get_url_parameter(field, url_parameter) }}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.get_url_parameter"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.4429584, "supported_languages": null}, "macro.fivetran_utils.spark__extract_url_parameter": {"name": "spark__extract_url_parameter", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/extract_url_parameter.sql", "original_file_path": "macros/extract_url_parameter.sql", "unique_id": "macro.fivetran_utils.spark__extract_url_parameter", "macro_sql": "{% macro spark__extract_url_parameter(field, url_parameter) -%}\n\n{%- set formatted_url_parameter = \"'\" + url_parameter + \"=([^&]+)'\" -%}\nnullif(regexp_extract({{ field }}, {{ formatted_url_parameter }}, 1), '')\n\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.4433432, "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": 1765580296.443836, "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": 1765580296.444049, "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": 1765580296.4442544, "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": 1765580296.4469001, "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": 1765580296.4478319, "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\n {% if dbt_version.split('.') | map('int') | list >= [1, 5, 0] %}\n {{ return(load_result('collect_freshness')) }}\n {% else %}\n {{ return(load_result('collect_freshness').table) }}\n {% endif %}\n\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": 1765580296.450284, "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": 1765580296.4510956, "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.postgres__try_cast"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.4520423, "supported_languages": null}, "macro.fivetran_utils.default__try_cast": {"name": "default__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.default__try_cast", "macro_sql": "{% macro default__try_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": 1765580296.4523222, "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": 1765580296.4528854, "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": 1765580296.4534392, "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": 1765580296.4537232, "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": 1765580296.4539793, "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": 1765580296.4542344, "supported_languages": null}, "macro.fivetran_utils.sqlserver__try_cast": {"name": "sqlserver__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.sqlserver__try_cast", "macro_sql": "{% macro sqlserver__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": 1765580296.4545026, "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": 1765580296.4551396, "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": 1765580296.455408, "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": 1765580296.4557023, "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": 1765580296.4559798, "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": 1765580296.4562554, "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": 1765580296.4576013, "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": 1765580296.4590583, "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": 1765580296.4603665, "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": 1765580296.4622898, "supported_languages": null}, "macro.fivetran_utils.wrap_in_quotes": {"name": "wrap_in_quotes", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/wrap_in_quotes.sql", "original_file_path": "macros/wrap_in_quotes.sql", "unique_id": "macro.fivetran_utils.wrap_in_quotes", "macro_sql": "{%- macro wrap_in_quotes(object_to_quote) -%}\n\n{{ return(adapter.dispatch('wrap_in_quotes', 'fivetran_utils')(object_to_quote)) }}\n\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.fivetran_utils.postgres__wrap_in_quotes"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.4629073, "supported_languages": null}, "macro.fivetran_utils.default__wrap_in_quotes": {"name": "default__wrap_in_quotes", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/wrap_in_quotes.sql", "original_file_path": "macros/wrap_in_quotes.sql", "unique_id": "macro.fivetran_utils.default__wrap_in_quotes", "macro_sql": "{%- macro default__wrap_in_quotes(object_to_quote) -%}\n{# bigquery, spark, databricks #}\n `{{ object_to_quote }}`\n{%- endmacro -%}\n\n", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.4631324, "supported_languages": null}, "macro.fivetran_utils.snowflake__wrap_in_quotes": {"name": "snowflake__wrap_in_quotes", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/wrap_in_quotes.sql", "original_file_path": "macros/wrap_in_quotes.sql", "unique_id": "macro.fivetran_utils.snowflake__wrap_in_quotes", "macro_sql": "{%- macro snowflake__wrap_in_quotes(object_to_quote) -%}\n \"{{ object_to_quote | upper }}\"\n{%- endmacro -%}\n\n", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.463358, "supported_languages": null}, "macro.fivetran_utils.redshift__wrap_in_quotes": {"name": "redshift__wrap_in_quotes", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/wrap_in_quotes.sql", "original_file_path": "macros/wrap_in_quotes.sql", "unique_id": "macro.fivetran_utils.redshift__wrap_in_quotes", "macro_sql": "{%- macro redshift__wrap_in_quotes(object_to_quote) -%}\n \"{{ object_to_quote }}\"\n{%- endmacro -%}\n\n", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.463583, "supported_languages": null}, "macro.fivetran_utils.postgres__wrap_in_quotes": {"name": "postgres__wrap_in_quotes", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/wrap_in_quotes.sql", "original_file_path": "macros/wrap_in_quotes.sql", "unique_id": "macro.fivetran_utils.postgres__wrap_in_quotes", "macro_sql": "{%- macro postgres__wrap_in_quotes(object_to_quote) -%}\n \"{{ object_to_quote }}\"\n{%- endmacro -%}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.4637928, "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": 1765580296.4645233, "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": 1765580296.4649396, "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": 1765580296.465387, "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": 1765580296.465879, "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": 1765580296.4660935, "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": 1765580296.466302, "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": 1765580296.4684796, "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 exception_schemas = {\"linkedin_company_pages\": \"linkedin_pages\", \"instagram_business_pages\": \"instagram_business\"} %}\n {% set relation = namespace(value=\"\") %}\n {% if default_schema in exception_schemas.keys() %}\n {% for corrected_schema_name in exception_schemas.items() %} \n {% if default_schema in corrected_schema_name %}\n {# In order for this macro to effectively work within upstream integration tests (mainly used by the Fivetran dbt package maintainers), this identifier variable selection is required to use the macro with different identifier names. #}\n {% set identifier_var = corrected_schema_name[1] + \"_\" + table_identifier + \"_identifier\" %}\n {%- set relation.value=adapter.get_relation(\n database=source(corrected_schema_name[1], table_identifier).database,\n schema=source(corrected_schema_name[1], table_identifier).schema,\n identifier=var(identifier_var, table_identifier)\n ) -%}\n {% endif %}\n {% endfor %}\n {% else %}\n {# In order for this macro to effectively work within upstream integration tests (mainly used by the Fivetran dbt package maintainers), this identifier variable selection is required to use the macro with different identifier names. #}\n {% set identifier_var = default_schema + \"_\" + table_identifier + \"_identifier\" %}\n {# Unfortunately the Twitter Organic identifiers were misspelled. As such, we will need to account for this in the model. This will be adjusted in the Twitter Organic package, but to ensure backwards compatibility, this needs to be included. #}\n {% if var(identifier_var, none) is none %} \n {% set identifier_var = default_schema + \"_\" + table_identifier + \"_identifer\" %}\n {% endif %}\n {%- set relation.value=adapter.get_relation(\n database=source(default_schema, table_identifier).database,\n schema=source(default_schema, table_identifier).schema,\n identifier=var(identifier_var, table_identifier)\n ) -%}\n {% endif %}\n{%- set table_exists=relation.value is not none -%}\n\n{%- if table_exists -%}\n select * \n from {{ relation.value }}\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": 1765580296.4772363, "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": 1765580296.478027, "supported_languages": null}, "macro.fivetran_utils.fivetran_date_spine": {"name": "fivetran_date_spine", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/fivetran_date_spine.sql", "original_file_path": "macros/fivetran_date_spine.sql", "unique_id": "macro.fivetran_utils.fivetran_date_spine", "macro_sql": "{% macro fivetran_date_spine(datepart, start_date, end_date) -%}\n\n{{ return(adapter.dispatch('fivetran_date_spine', 'fivetran_utils') (datepart, start_date, end_date)) }}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.default__fivetran_date_spine"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.4790075, "supported_languages": null}, "macro.fivetran_utils.default__fivetran_date_spine": {"name": "default__fivetran_date_spine", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/fivetran_date_spine.sql", "original_file_path": "macros/fivetran_date_spine.sql", "unique_id": "macro.fivetran_utils.default__fivetran_date_spine", "macro_sql": "{% macro default__fivetran_date_spine(datepart, start_date, end_date) %}\n\n {{ dbt_utils.date_spine(datepart, start_date, end_date) }}\n \n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.date_spine"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.4793553, "supported_languages": null}, "macro.fivetran_utils.sqlserver__fivetran_date_spine": {"name": "sqlserver__fivetran_date_spine", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/fivetran_date_spine.sql", "original_file_path": "macros/fivetran_date_spine.sql", "unique_id": "macro.fivetran_utils.sqlserver__fivetran_date_spine", "macro_sql": "{% macro sqlserver__fivetran_date_spine(datepart, start_date, end_date) -%}\n\n {% set date_spine_query %}\n with\n\n l0 as (\n\n select c\n from (select 1 union all select 1) as d(c)\n\n ),\n l1 as (\n\n select\n 1 as c\n from l0 as a\n cross join l0 as b\n\n ),\n\n l2 as (\n\n select 1 as c\n from l1 as a\n cross join l1 as b\n ),\n\n l3 as (\n\n select 1 as c\n from l2 as a\n cross join l2 as b\n ),\n\n l4 as (\n\n select 1 as c\n from l3 as a\n cross join l3 as b\n ),\n\n l5 as (\n\n select 1 as c\n from l4 as a\n cross join l4 as b\n ),\n\n nums as (\n\n select row_number() over (order by (select null)) as rownum\n from l5\n ),\n\n rawdata as (\n\n select top ({{dbt.datediff(start_date, end_date, datepart)}}) rownum -1 as n\n from nums\n order by rownum\n ),\n\n all_periods as (\n\n select (\n {{\n dbt.dateadd(\n datepart,\n 'n',\n start_date\n )\n }}\n ) as date_{{datepart}}\n from rawdata\n ),\n\n filtered as (\n\n select *\n from all_periods\n where date_{{datepart}} <= {{ end_date }}\n\n )\n\n select * from filtered\n order by 1\n\n {% endset %}\n\n {% set results = run_query(date_spine_query) %}\n\n {% if execute %}\n\n {% set results_list = results.columns[0].values() %}\n \n {% else %}\n\n {% set results_list = [] %}\n\n {% endif %}\n\n {%- for date_field in results_list %}\n select cast('{{ date_field }}' as date) as date_{{datepart}} {{ 'union all ' if not loop.last else '' }}\n {% endfor -%}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.datediff", "macro.dbt.dateadd", "macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.4809291, "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": 1765580296.4820902, "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": 1765580296.482852, "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": 1765580296.4835877, "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": 1765580296.4847212, "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.postgres__percentile"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765580296.4855886, "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": 1765580296.4859703, "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": 1765580296.486303, "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": 1765580296.486661, "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": 1765580296.4869561, "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": 1765580296.4872835, "supported_languages": null}}, "docs": {"doc.dbt.__overview__": {"name": "__overview__", "resource_type": "doc", "package_name": "dbt", "path": "overview.md", "original_file_path": "docs/overview.md", "unique_id": "doc.dbt.__overview__", "block_contents": "### Welcome!\n\nWelcome to the auto-generated documentation for your dbt project!\n\n### Navigation\n\nYou can use the `Project` and `Database` navigation tabs on the left side of the window to explore the models\nin your project.\n\n#### Project Tab\nThe `Project` tab mirrors the directory structure of your dbt project. In this tab, you can see all of the\nmodels defined in your dbt project, as well as models imported from dbt packages.\n\n#### Database Tab\nThe `Database` tab also exposes your models, but in a format that looks more like a database explorer. This view\nshows relations (tables and views) grouped into database schemas. Note that ephemeral models are _not_ shown\nin this interface, as they do not exist in the database.\n\n### Graph Exploration\nYou can click the blue icon on the bottom-right corner of the page to view the lineage graph of your models.\n\nOn model pages, you'll see the immediate parents and children of the model you're exploring. By clicking the `Expand`\nbutton at the top-right of this lineage pane, you'll be able to see all of the models that are used to build,\nor are built from, the model you're exploring.\n\nOnce expanded, you'll be able to use the `--select` and `--exclude` model selection syntax to filter the\nmodels in the graph. For more information on model selection, check out the [dbt docs](https://docs.getdbt.com/docs/model-selection-syntax).\n\nNote that you can also right-click on models to interactively filter and explore the graph.\n\n---\n\n### More information\n\n- [What is dbt](https://docs.getdbt.com/docs/introduction)?\n- Read the [dbt viewpoint](https://docs.getdbt.com/docs/viewpoint)\n- [Installation](https://docs.getdbt.com/docs/installation)\n- Join the [dbt Community](https://www.getdbt.com/community/) for questions and discussion"}, "doc.intercom._fivetran_synced": {"name": "_fivetran_synced", "resource_type": "doc", "package_name": "intercom", "path": "staging/docs.md", "original_file_path": "models/staging/docs.md", "unique_id": "doc.intercom._fivetran_synced", "block_contents": "The time when a record was last updated by Fivetran."}, "doc.intercom.source_relation": {"name": "source_relation", "resource_type": "doc", "package_name": "intercom", "path": "staging/docs.md", "original_file_path": "models/staging/docs.md", "unique_id": "doc.intercom.source_relation", "block_contents": "Identifies the record's source."}}, "exposures": {}, "metrics": {}, "groups": {}, "selectors": {}, "disabled": {"test.intercom_integration_tests.consistency_conversation_metrics": [{"database": "postgres", "schema": "public_dbt_test__audit", "name": "consistency_conversation_metrics", "resource_type": "test", "package_name": "intercom_integration_tests", "path": "consistency/consistency_conversation_metrics.sql", "original_file_path": "tests/consistency/consistency_conversation_metrics.sql", "unique_id": "test.intercom_integration_tests.consistency_conversation_metrics", "fqn": ["intercom_integration_tests", "consistency", "consistency_conversation_metrics"], "alias": "consistency_conversation_metrics", "checksum": {"name": "sha256", "checksum": "ca7f0d34e65f7be9d39719647ff6dae77af66093612666f61270d946773e8b2f"}, "config": {"enabled": false, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": ["fivetran_validations"], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": ["fivetran_validations"], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"tags": "fivetran_validations", "enabled": false}, "created_at": 1765580297.2402399, "relation_name": null, "raw_code": "{{ config(\n tags=\"fivetran_validations\",\n enabled=(var('fivetran_validation_tests_enabled', false))\n) }}\n\n{% set exclude_cols = ['all_conversation_tags', 'all_conversation_admins', 'all_conversation_contacts', 'all_contact_company_names'] + var('consistency_test_exclude_metrics', []) %}\n\n-- this test ensures the intercom__conversation_metrics end model matches the prior version\nwith prod as (\n select {{ dbt_utils.star(from=ref('intercom__conversation_metrics'), except=exclude_cols) }}\n from {{ target.schema }}_intercom_prod.intercom__conversation_metrics\n),\n\ndev as (\n select {{ dbt_utils.star(from=ref('intercom__conversation_metrics'), except=exclude_cols) }}\n from {{ target.schema }}_intercom_dev.intercom__conversation_metrics\n),\n\nprod_not_in_dev as (\n -- rows from prod not found in dev\n select * from prod\n except distinct\n select * from dev\n),\n\ndev_not_in_prod as (\n -- rows from dev not found in prod\n select * from dev\n except distinct\n select * from prod\n),\n\nfinal as (\n select\n *,\n 'from prod' as source\n from prod_not_in_dev\n\n union all -- union since we only care if rows are produced\n\n select\n *,\n 'from dev' as source\n from dev_not_in_prod\n)\n\nselect *\nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "intercom__conversation_metrics", "package": null, "version": null}, {"name": "intercom__conversation_metrics", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.star"], "nodes": []}, "compiled_path": null, "contract": {"enforced": false, "alias_types": true, "checksum": null}}], "test.intercom_integration_tests.consistency_company_enhanced": [{"database": "postgres", "schema": "public_dbt_test__audit", "name": "consistency_company_enhanced", "resource_type": "test", "package_name": "intercom_integration_tests", "path": "consistency/consistency_company_enhanced.sql", "original_file_path": "tests/consistency/consistency_company_enhanced.sql", "unique_id": "test.intercom_integration_tests.consistency_company_enhanced", "fqn": ["intercom_integration_tests", "consistency", "consistency_company_enhanced"], "alias": "consistency_company_enhanced", "checksum": {"name": "sha256", "checksum": "fd7301b95880e95a9fc82b6aae8f3b4a06c0538f65567e79a28f60b4ee802fc6"}, "config": {"enabled": false, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": ["fivetran_validations"], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": ["fivetran_validations"], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"tags": "fivetran_validations", "enabled": false}, "created_at": 1765580297.2900705, "relation_name": null, "raw_code": "{{ config(\n tags=\"fivetran_validations\",\n enabled=(var('fivetran_validation_tests_enabled', false))\n) }}\n\n{% set exclude_cols = var('consistency_test_exclude_metrics', []) %}\n\n-- this test ensures the intercom__company_enhanced end model matches the prior version\nwith prod as (\n select {{ dbt_utils.star(from=ref('intercom__company_enhanced'), except=exclude_cols) }}\n from {{ target.schema }}_intercom_prod.intercom__company_enhanced\n),\n\ndev as (\n select {{ dbt_utils.star(from=ref('intercom__company_enhanced'), except=exclude_cols) }}\n from {{ target.schema }}_intercom_dev.intercom__company_enhanced\n),\n\nprod_not_in_dev as (\n -- rows from prod not found in dev\n select * from prod\n except distinct\n select * from dev\n),\n\ndev_not_in_prod as (\n -- rows from dev not found in prod\n select * from dev\n except distinct\n select * from prod\n),\n\nfinal as (\n select\n *,\n 'from prod' as source\n from prod_not_in_dev\n\n union all -- union since we only care if rows are produced\n\n select\n *,\n 'from dev' as source\n from dev_not_in_prod\n)\n\nselect *\nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "intercom__company_enhanced", "package": null, "version": null}, {"name": "intercom__company_enhanced", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.star"], "nodes": []}, "compiled_path": null, "contract": {"enforced": false, "alias_types": true, "checksum": null}}], "test.intercom_integration_tests.consistency_company_metrics": [{"database": "postgres", "schema": "public_dbt_test__audit", "name": "consistency_company_metrics", "resource_type": "test", "package_name": "intercom_integration_tests", "path": "consistency/consistency_company_metrics.sql", "original_file_path": "tests/consistency/consistency_company_metrics.sql", "unique_id": "test.intercom_integration_tests.consistency_company_metrics", "fqn": ["intercom_integration_tests", "consistency", "consistency_company_metrics"], "alias": "consistency_company_metrics", "checksum": {"name": "sha256", "checksum": "eac753e678c2d6fd0c234c5595354893288b24ad7b6b496930e02f39f3971e51"}, "config": {"enabled": false, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": ["fivetran_validations"], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": ["fivetran_validations"], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"tags": "fivetran_validations", "enabled": false}, "created_at": 1765580297.2979913, "relation_name": null, "raw_code": "{{ config(\n tags=\"fivetran_validations\",\n enabled=(var('fivetran_validation_tests_enabled', false))\n) }}\n\n{% set exclude_cols = ['all_company_tags'] + var('consistency_test_exclude_metrics', []) %}\n\n-- this test ensures the intercom__company_metrics end model matches the prior version\nwith prod as (\n select {{ dbt_utils.star(from=ref('intercom__company_metrics'), except=exclude_cols) }}\n from {{ target.schema }}_intercom_prod.intercom__company_metrics\n),\n\ndev as (\n select {{ dbt_utils.star(from=ref('intercom__company_metrics'), except=exclude_cols) }}\n from {{ target.schema }}_intercom_dev.intercom__company_metrics\n),\n\nprod_not_in_dev as (\n -- rows from prod not found in dev\n select * from prod\n except distinct\n select * from dev\n),\n\ndev_not_in_prod as (\n -- rows from dev not found in prod\n select * from dev\n except distinct\n select * from prod\n),\n\nfinal as (\n select\n *,\n 'from prod' as source\n from prod_not_in_dev\n\n union all -- union since we only care if rows are produced\n\n select\n *,\n 'from dev' as source\n from dev_not_in_prod\n)\n\nselect *\nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "intercom__company_metrics", "package": null, "version": null}, {"name": "intercom__company_metrics", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.star"], "nodes": []}, "compiled_path": null, "contract": {"enforced": false, "alias_types": true, "checksum": null}}], "test.intercom_integration_tests.consistency_admin_metrics": [{"database": "postgres", "schema": "public_dbt_test__audit", "name": "consistency_admin_metrics", "resource_type": "test", "package_name": "intercom_integration_tests", "path": "consistency/consistency_admin_metrics.sql", "original_file_path": "tests/consistency/consistency_admin_metrics.sql", "unique_id": "test.intercom_integration_tests.consistency_admin_metrics", "fqn": ["intercom_integration_tests", "consistency", "consistency_admin_metrics"], "alias": "consistency_admin_metrics", "checksum": {"name": "sha256", "checksum": "66ed50a1f5abdb0e68979c75a86db0d31a906da05c098508a65c14062ebef190"}, "config": {"enabled": false, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": ["fivetran_validations"], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": ["fivetran_validations"], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"tags": "fivetran_validations", "enabled": false}, "created_at": 1765580297.3059077, "relation_name": null, "raw_code": "{{ config(\n tags=\"fivetran_validations\",\n enabled=(var('fivetran_validation_tests_enabled', false))\n) }}\n\n{% set exclude_cols = var('consistency_test_exclude_metrics', []) %}\n\n-- this test ensures the intercom__admin_metrics end model matches the prior version\nwith prod as (\n select {{ dbt_utils.star(from=ref('intercom__admin_metrics'), except=exclude_cols) }}\n from {{ target.schema }}_intercom_prod.intercom__admin_metrics\n),\n\ndev as (\n select {{ dbt_utils.star(from=ref('intercom__admin_metrics'), except=exclude_cols) }}\n from {{ target.schema }}_intercom_dev.intercom__admin_metrics\n),\n\nprod_not_in_dev as (\n -- rows from prod not found in dev\n select * from prod\n except distinct\n select * from dev\n),\n\ndev_not_in_prod as (\n -- rows from dev not found in prod\n select * from dev\n except distinct\n select * from prod\n),\n\nfinal as (\n select\n *,\n 'from prod' as source\n from prod_not_in_dev\n\n union all -- union since we only care if rows are produced\n\n select\n *,\n 'from dev' as source\n from dev_not_in_prod\n)\n\nselect *\nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "intercom__admin_metrics", "package": null, "version": null}, {"name": "intercom__admin_metrics", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.star"], "nodes": []}, "compiled_path": null, "contract": {"enforced": false, "alias_types": true, "checksum": null}}], "test.intercom_integration_tests.consistency_conversation_enhanced": [{"database": "postgres", "schema": "public_dbt_test__audit", "name": "consistency_conversation_enhanced", "resource_type": "test", "package_name": "intercom_integration_tests", "path": "consistency/consistency_conversation_enhanced.sql", "original_file_path": "tests/consistency/consistency_conversation_enhanced.sql", "unique_id": "test.intercom_integration_tests.consistency_conversation_enhanced", "fqn": ["intercom_integration_tests", "consistency", "consistency_conversation_enhanced"], "alias": "consistency_conversation_enhanced", "checksum": {"name": "sha256", "checksum": "af5a0e02885e64c3451f176ed3cbda93e74f48190cf77e601446ad17f368a89c"}, "config": {"enabled": false, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": ["fivetran_validations"], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": ["fivetran_validations"], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"tags": "fivetran_validations", "enabled": false}, "created_at": 1765580297.3145363, "relation_name": null, "raw_code": "{{ config(\n tags=\"fivetran_validations\",\n enabled=(var('fivetran_validation_tests_enabled', false))\n) }}\n\n{% set exclude_cols = ['all_conversation_tags', 'all_conversation_admins', 'all_conversation_contacts', 'all_contact_company_names'] + var('consistency_test_exclude_metrics', []) %}\n\n-- this test ensures the intercom__conversation_enhanced end model matches the prior version\nwith prod as (\n select {{ dbt_utils.star(from=ref('intercom__conversation_enhanced'), except=exclude_cols) }}\n from {{ target.schema }}_intercom_prod.intercom__conversation_enhanced\n),\n\ndev as (\n select {{ dbt_utils.star(from=ref('intercom__conversation_enhanced'), except=exclude_cols) }}\n from {{ target.schema }}_intercom_dev.intercom__conversation_enhanced\n),\n\nprod_not_in_dev as (\n -- rows from prod not found in dev\n select * from prod\n except distinct\n select * from dev\n),\n\ndev_not_in_prod as (\n -- rows from dev not found in prod\n select * from dev\n except distinct\n select * from prod\n),\n\nfinal as (\n select\n *,\n 'from prod' as source\n from prod_not_in_dev\n\n union all -- union since we only care if rows are produced\n\n select\n *,\n 'from dev' as source\n from dev_not_in_prod\n)\n\nselect *\nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "intercom__conversation_enhanced", "package": null, "version": null}, {"name": "intercom__conversation_enhanced", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.star"], "nodes": []}, "compiled_path": null, "contract": {"enforced": false, "alias_types": true, "checksum": null}}], "test.intercom_integration_tests.consistency_article_enhanced": [{"database": "postgres", "schema": "public_dbt_test__audit", "name": "consistency_article_enhanced", "resource_type": "test", "package_name": "intercom_integration_tests", "path": "consistency/consistency_article_enhanced.sql", "original_file_path": "tests/consistency/consistency_article_enhanced.sql", "unique_id": "test.intercom_integration_tests.consistency_article_enhanced", "fqn": ["intercom_integration_tests", "consistency", "consistency_article_enhanced"], "alias": "consistency_article_enhanced", "checksum": {"name": "sha256", "checksum": "d0544113d32896e1053e54de3f6a55bc9836a1b0f19f597bf490dff11cc8843b"}, "config": {"enabled": false, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": ["fivetran_validations"], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": ["fivetran_validations"], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"tags": "fivetran_validations", "enabled": false}, "created_at": 1765580297.3227382, "relation_name": null, "raw_code": "{{ config(\n tags=\"fivetran_validations\",\n enabled=(var('fivetran_validation_tests_enabled', false))\n) }}\n\n{% set exclude_cols = var('consistency_test_exclude_metrics', []) %}\n\nwith prod as (\n select {{ dbt_utils.star(from=ref('intercom__article_enhanced'), except=exclude_cols) }}\n from {{ target.schema }}_intercom_prod.intercom__article_enhanced\n),\n\ndev as (\n select {{ dbt_utils.star(from=ref('intercom__article_enhanced'), except=exclude_cols) }}\n from {{ target.schema }}_intercom_dev.intercom__article_enhanced\n),\n\nprod_not_in_dev as (\n -- rows from prod not found in dev\n select * from prod\n except distinct\n select * from dev\n),\n\ndev_not_in_prod as (\n -- rows from dev not found in prod\n select * from dev\n except distinct\n select * from prod\n),\n\nfinal as (\n select\n *,\n 'from prod' as source\n from prod_not_in_dev\n\n union all -- union since we only care if rows are produced\n\n select\n *,\n 'from dev' as source\n from dev_not_in_prod\n)\n\nselect *\nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "intercom__article_enhanced", "package": null, "version": null}, {"name": "intercom__article_enhanced", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.star"], "nodes": []}, "compiled_path": null, "contract": {"enforced": false, "alias_types": true, "checksum": null}}], "test.intercom_integration_tests.consistency_contact_enhanced": [{"database": "postgres", "schema": "public_dbt_test__audit", "name": "consistency_contact_enhanced", "resource_type": "test", "package_name": "intercom_integration_tests", "path": "consistency/consistency_contact_enhanced.sql", "original_file_path": "tests/consistency/consistency_contact_enhanced.sql", "unique_id": "test.intercom_integration_tests.consistency_contact_enhanced", "fqn": ["intercom_integration_tests", "consistency", "consistency_contact_enhanced"], "alias": "consistency_contact_enhanced", "checksum": {"name": "sha256", "checksum": "ae728d1465eee93475e8c3f0072b3f250a25cda65fcd8a166be0ecc9dd758ce6"}, "config": {"enabled": false, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": ["fivetran_validations"], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": ["fivetran_validations"], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"tags": "fivetran_validations", "enabled": false}, "created_at": 1765580297.3306122, "relation_name": null, "raw_code": "{{ config(\n tags=\"fivetran_validations\",\n enabled=(var('fivetran_validation_tests_enabled', false))\n) }}\n\n{% set exclude_cols = ['all_contact_tags', 'all_contact_company_names'] + var('consistency_test_exclude_metrics', []) %}\n\n-- this test ensures the intercom__contact_enhanced end model matches the prior version\nwith prod as (\n select {{ dbt_utils.star(from=ref('intercom__contact_enhanced'), except=exclude_cols) }}\n from {{ target.schema }}_intercom_prod.intercom__contact_enhanced\n),\n\ndev as (\n select {{ dbt_utils.star(from=ref('intercom__contact_enhanced'), except=exclude_cols) }}\n from {{ target.schema }}_intercom_dev.intercom__contact_enhanced\n),\n\nprod_not_in_dev as (\n -- rows from prod not found in dev\n select * from prod\n except distinct\n select * from dev\n),\n\ndev_not_in_prod as (\n -- rows from dev not found in prod\n select * from dev\n except distinct\n select * from prod\n),\n\nfinal as (\n select\n *,\n 'from prod' as source\n from prod_not_in_dev\n\n union all -- union since we only care if rows are produced\n\n select\n *,\n 'from dev' as source\n from dev_not_in_prod\n)\n\nselect *\nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "intercom__contact_enhanced", "package": null, "version": null}, {"name": "intercom__contact_enhanced", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.star"], "nodes": []}, "compiled_path": null, "contract": {"enforced": false, "alias_types": true, "checksum": null}}], "test.intercom_integration_tests.integrity_conversation_enhanced": [{"database": "postgres", "schema": "public_dbt_test__audit", "name": "integrity_conversation_enhanced", "resource_type": "test", "package_name": "intercom_integration_tests", "path": "integrity/integrity_conversation_enhanced.sql", "original_file_path": "tests/integrity/integrity_conversation_enhanced.sql", "unique_id": "test.intercom_integration_tests.integrity_conversation_enhanced", "fqn": ["intercom_integration_tests", "integrity", "integrity_conversation_enhanced"], "alias": "integrity_conversation_enhanced", "checksum": {"name": "sha256", "checksum": "87dccbc755c74193f502581938b8de4644c0beb9bfbfe343907c534e2967934c"}, "config": {"enabled": false, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": ["fivetran_validations"], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": ["fivetran_validations"], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"tags": "fivetran_validations", "enabled": false}, "created_at": 1765580297.3385453, "relation_name": null, "raw_code": "{{ config(\n tags=\"fivetran_validations\",\n enabled=var('fivetran_validation_tests_enabled', false)) }}\n\n{# This test is to check if the conversations has the same number of transactions \nas the source conversation history table. #}\n\nwith conversation_source_count as (\n\n select count(distinct conversation_id) as stg_count\n from {{ target.schema }}_intercom_dev.stg_intercom__conversation_history\n),\n\nconversation_end_count as (\n\n select count(distinct conversation_id) as end_count\n from {{ target.schema }}_intercom_dev.intercom__conversation_enhanced\n),\n\nfinal as (\n select *\n from conversation_source_count\n join conversation_end_count\n on stg_count != end_count\n)\n\nselect *\nfrom final", "doc_blocks": [], "language": "sql", "refs": [], "sources": [], "metrics": [], "depends_on": {"macros": [], "nodes": []}, "compiled_path": null, "contract": {"enforced": false, "alias_types": true, "checksum": null}}], "seed.intercom_integration_tests.collection_history_data_snowflake": [{"database": "postgres", "schema": "public", "name": "collection_history_data_snowflake", "resource_type": "seed", "package_name": "intercom_integration_tests", "path": "collection_history_data_snowflake.csv", "original_file_path": "seeds/collection_history_data_snowflake.csv", "unique_id": "seed.intercom_integration_tests.collection_history_data_snowflake", "fqn": ["intercom_integration_tests", "collection_history_data_snowflake"], "alias": "collection_history_data", "checksum": {"name": "sha256", "checksum": "e5e11fc6aaafdb46d5bb0698b8b2a9548be01b55ff0229aa63f5fc47bddc17da"}, "config": {"enabled": false, "alias": "collection_history_data", "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_fivetran_synced": "timestamp", "ID": "varchar(100)", "HELP_CENTER_ID": "varchar(100)", "PARENT_ID": "varchar(100)", "WORKSPACE_ID": "varchar(100)", "CREATED_AT": "timestamp", "UPDATED_AT": "timestamp", "_FIVETRAN_START": "timestamp", "_FIVETRAN_END": "timestamp", "_FIVETRAN_ACTIVE": "boolean"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": false, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "delimiter": ",", "quote_columns": true}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": false, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"docs": {"show": false}, "quote_columns": true, "column_types": {"ID": "{{ 'varchar(100)' if target.type in ('redshift', 'postgres') else 'string' }}", "HELP_CENTER_ID": "{{ 'varchar(100)' if target.type in ('redshift', 'postgres') else 'string' }}", "PARENT_ID": "{{ 'varchar(100)' if target.type in ('redshift', 'postgres') else 'string' }}", "WORKSPACE_ID": "{{ 'varchar(100)' if target.type in ('redshift', 'postgres') else 'string' }}", "CREATED_AT": "timestamp", "UPDATED_AT": "timestamp", "_FIVETRAN_START": "timestamp", "_FIVETRAN_END": "timestamp", "_FIVETRAN_ACTIVE": "boolean"}, "enabled": "{{ true if target.type == 'snowflake' else false }}", "alias": "collection_history_data"}, "created_at": 1765580297.5783188, "relation_name": "\"postgres\".\"public\".\"collection_history_data\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_intercom/dbt_intercom/integration_tests", "depends_on": {"macros": []}}]}, "parent_map": {"seed.intercom_integration_tests.conversation_contact_history_data": [], "seed.intercom_integration_tests.company_tag_history_data": [], "seed.intercom_integration_tests.article_history_data": [], "seed.intercom_integration_tests.conversation_tag_history_data": [], "seed.intercom_integration_tests.collection_history_data": [], "seed.intercom_integration_tests.conversation_part_history_data": [], "seed.intercom_integration_tests.company_history_data": [], "seed.intercom_integration_tests.admin_data": [], "seed.intercom_integration_tests.help_center_history_data": [], "seed.intercom_integration_tests.contact_company_history_data": [], "seed.intercom_integration_tests.contact_tag_history_data": [], "seed.intercom_integration_tests.conversation_history_data": [], "seed.intercom_integration_tests.team_data": [], "seed.intercom_integration_tests.team_admin_data": [], "seed.intercom_integration_tests.contact_history_data": [], "seed.intercom_integration_tests.tag_data": [], "model.intercom.intercom__conversation_enhanced": ["model.intercom.int_intercom__conversation_part_events", "model.intercom.int_intercom__conversation_string_aggregates", "model.intercom.intercom__contact_enhanced", "model.intercom.stg_intercom__conversation_history", "model.intercom.stg_intercom__conversation_tag_history", "model.intercom.stg_intercom__tag", "model.intercom.stg_intercom__team"], "model.intercom.intercom__conversation_metrics": ["model.intercom.int_intercom__conversation_part_aggregates", "model.intercom.intercom__conversation_enhanced"], "model.intercom.intercom__article_enhanced": ["model.intercom.stg_intercom__admin", "model.intercom.stg_intercom__article_history", "model.intercom.stg_intercom__collection_history", "model.intercom.stg_intercom__help_center_history"], "model.intercom.intercom__company_metrics": ["model.intercom.intercom__company_enhanced", "model.intercom.intercom__contact_enhanced", "model.intercom.intercom__conversation_metrics", "model.intercom.stg_intercom__contact_company_history"], "model.intercom.intercom__admin_metrics": ["model.intercom.intercom__conversation_metrics", "model.intercom.stg_intercom__admin", "model.intercom.stg_intercom__team", "model.intercom.stg_intercom__team_admin"], "model.intercom.intercom__company_enhanced": ["model.intercom.stg_intercom__company_history", "model.intercom.stg_intercom__company_tag_history", "model.intercom.stg_intercom__tag"], "model.intercom.intercom__contact_enhanced": ["model.intercom.stg_intercom__company_history", "model.intercom.stg_intercom__contact_company_history", "model.intercom.stg_intercom__contact_history", "model.intercom.stg_intercom__contact_tag_history", "model.intercom.stg_intercom__tag"], "model.intercom.stg_intercom__contact_history": ["model.intercom.stg_intercom__contact_history_tmp"], "model.intercom.stg_intercom__conversation_contact_history": ["model.intercom.stg_intercom__conversation_contact_history_tmp"], "model.intercom.stg_intercom__admin": ["model.intercom.stg_intercom__admin_tmp"], "model.intercom.stg_intercom__company_history": ["model.intercom.stg_intercom__company_history_tmp"], "model.intercom.stg_intercom__conversation_part_history": ["model.intercom.stg_intercom__conversation_part_history_tmp"], "model.intercom.stg_intercom__conversation_tag_history": ["model.intercom.stg_intercom__conversation_tag_history_tmp"], "model.intercom.stg_intercom__conversation_history": ["model.intercom.stg_intercom__conversation_history_tmp"], "model.intercom.stg_intercom__help_center_history": ["model.intercom.stg_intercom__help_center_history_tmp"], "model.intercom.stg_intercom__tag": ["model.intercom.stg_intercom__tag_tmp"], "model.intercom.stg_intercom__company_tag_history": ["model.intercom.stg_intercom__company_tag_history_tmp"], "model.intercom.stg_intercom__team_admin": ["model.intercom.stg_intercom__team_admin_tmp"], "model.intercom.stg_intercom__team": ["model.intercom.stg_intercom__team_tmp"], "model.intercom.stg_intercom__collection_history": ["model.intercom.stg_intercom__collection_history_tmp"], "model.intercom.stg_intercom__article_history": ["model.intercom.stg_intercom__article_history_tmp"], "model.intercom.stg_intercom__contact_tag_history": ["model.intercom.stg_intercom__contact_tag_history_tmp"], "model.intercom.stg_intercom__contact_company_history": ["model.intercom.stg_intercom__contact_company_history_tmp"], "model.intercom.stg_intercom__company_history_tmp": ["source.intercom.intercom.company_history"], "model.intercom.stg_intercom__tag_tmp": ["source.intercom.intercom.tag"], "model.intercom.stg_intercom__contact_history_tmp": ["source.intercom.intercom.contact_history"], "model.intercom.stg_intercom__contact_tag_history_tmp": ["source.intercom.intercom.contact_tag_history"], "model.intercom.stg_intercom__help_center_history_tmp": ["source.intercom.intercom.help_center_history"], "model.intercom.stg_intercom__conversation_history_tmp": ["source.intercom.intercom.conversation_history"], "model.intercom.stg_intercom__conversation_part_history_tmp": ["source.intercom.intercom.conversation_part_history"], "model.intercom.stg_intercom__conversation_tag_history_tmp": ["source.intercom.intercom.conversation_tag_history"], "model.intercom.stg_intercom__collection_history_tmp": ["source.intercom.intercom.collection_history"], "model.intercom.stg_intercom__team_admin_tmp": ["source.intercom.intercom.team_admin"], "model.intercom.stg_intercom__company_tag_history_tmp": ["source.intercom.intercom.company_tag_history"], "model.intercom.stg_intercom__conversation_contact_history_tmp": ["source.intercom.intercom.conversation_contact_history"], "model.intercom.stg_intercom__team_tmp": ["source.intercom.intercom.team"], "model.intercom.stg_intercom__contact_company_history_tmp": ["source.intercom.intercom.contact_company_history"], "model.intercom.stg_intercom__article_history_tmp": ["source.intercom.intercom.article_history"], "model.intercom.stg_intercom__admin_tmp": ["source.intercom.intercom.admin"], "model.intercom.int_intercom__conversation_string_aggregates": ["model.intercom.stg_intercom__conversation_part_history"], "model.intercom.int_intercom__conversation_part_events": ["model.intercom.stg_intercom__conversation_part_history"], "model.intercom.int_intercom__conversation_part_aggregates": ["model.intercom.stg_intercom__conversation_history", "model.intercom.stg_intercom__conversation_part_history"], "test.intercom.not_null_intercom__article_enhanced_article_id.078725de64": ["model.intercom.intercom__article_enhanced"], "test.intercom.not_null_intercom__company_enhanced_company_id.4c66b4c17c": ["model.intercom.intercom__company_enhanced"], "test.intercom.not_null_intercom__company_metrics_company_id.2b20c82594": ["model.intercom.intercom__company_metrics"], "test.intercom.not_null_intercom__contact_enhanced_contact_id.24abe88e7a": ["model.intercom.intercom__contact_enhanced"], "test.intercom.not_null_intercom__conversation_enhanced_conversation_id.8620076fcc": ["model.intercom.intercom__conversation_enhanced"], "test.intercom.not_null_intercom__conversation_metrics_conversation_id.edb60f27d3": ["model.intercom.intercom__conversation_metrics"], "test.intercom.not_null_stg_intercom__admin_admin_id.8630313ad7": ["model.intercom.stg_intercom__admin"], "test.intercom.not_null_stg_intercom__company_history_company_id.29e68d8641": ["model.intercom.stg_intercom__company_history"], "test.intercom.not_null_stg_intercom__company_tag_history_company_id.7ce26b3077": ["model.intercom.stg_intercom__company_tag_history"], "test.intercom.not_null_stg_intercom__company_tag_history_tag_id.a71b043180": ["model.intercom.stg_intercom__company_tag_history"], "test.intercom.not_null_stg_intercom__contact_company_history_company_id.ba3e617037": ["model.intercom.stg_intercom__contact_company_history"], "test.intercom.not_null_stg_intercom__contact_company_history_contact_id.5e389a0d84": ["model.intercom.stg_intercom__contact_company_history"], "test.intercom.not_null_stg_intercom__contact_history_contact_id.433f831acf": ["model.intercom.stg_intercom__contact_history"], "test.intercom.not_null_stg_intercom__contact_tag_history_contact_id.80f3693f49": ["model.intercom.stg_intercom__contact_tag_history"], "test.intercom.not_null_stg_intercom__contact_tag_history_tag_id.24a4c9df63": ["model.intercom.stg_intercom__contact_tag_history"], "test.intercom.not_null_stg_intercom__conversation_contact_history_contact_id.faa2dd69f0": ["model.intercom.stg_intercom__conversation_contact_history"], "test.intercom.not_null_stg_intercom__conversation_contact_history_conversation_id.6619b609cf": ["model.intercom.stg_intercom__conversation_contact_history"], "test.intercom.not_null_stg_intercom__conversation_history_conversation_id.947be5d87e": ["model.intercom.stg_intercom__conversation_history"], "test.intercom.not_null_stg_intercom__conversation_part_history_conversation_part_id.53df1b68d4": ["model.intercom.stg_intercom__conversation_part_history"], "test.intercom.not_null_stg_intercom__conversation_part_history_created_at.7f5a7ff8d7": ["model.intercom.stg_intercom__conversation_part_history"], "test.intercom.not_null_stg_intercom__conversation_tag_history_conversation_id.2b897a1922": ["model.intercom.stg_intercom__conversation_tag_history"], "test.intercom.not_null_stg_intercom__conversation_tag_history_tag_id.11ffc3e16e": ["model.intercom.stg_intercom__conversation_tag_history"], "test.intercom.not_null_stg_intercom__team_admin_team_id.11bddbf17b": ["model.intercom.stg_intercom__team_admin"], "test.intercom.not_null_stg_intercom__team_team_id.f6f47bb6ae": ["model.intercom.stg_intercom__team"], "test.intercom.not_null_stg_intercom__article_history_article_id.15bcfdb2d9": ["model.intercom.stg_intercom__article_history"], "test.intercom.not_null_stg_intercom__collection_history_collection_id.349ec418dd": ["model.intercom.stg_intercom__collection_history"], "test.intercom.not_null_stg_intercom__help_center_history_help_center_id.0224959596": ["model.intercom.stg_intercom__help_center_history"], "source.intercom.intercom.article_history": [], "source.intercom.intercom.admin": [], "source.intercom.intercom.collection_history": [], "source.intercom.intercom.company_history": [], "source.intercom.intercom.company_tag_history": [], "source.intercom.intercom.contact_company_history": [], "source.intercom.intercom.contact_history": [], "source.intercom.intercom.contact_tag_history": [], "source.intercom.intercom.conversation_contact_history": [], "source.intercom.intercom.conversation_history": [], "source.intercom.intercom.conversation_part_history": [], "source.intercom.intercom.conversation_tag_history": [], "source.intercom.intercom.help_center_history": [], "source.intercom.intercom.tag": [], "source.intercom.intercom.team_admin": [], "source.intercom.intercom.team": []}, "child_map": {"seed.intercom_integration_tests.conversation_contact_history_data": [], "seed.intercom_integration_tests.company_tag_history_data": [], "seed.intercom_integration_tests.article_history_data": [], "seed.intercom_integration_tests.conversation_tag_history_data": [], "seed.intercom_integration_tests.collection_history_data": [], "seed.intercom_integration_tests.conversation_part_history_data": [], "seed.intercom_integration_tests.company_history_data": [], "seed.intercom_integration_tests.admin_data": [], "seed.intercom_integration_tests.help_center_history_data": [], "seed.intercom_integration_tests.contact_company_history_data": [], "seed.intercom_integration_tests.contact_tag_history_data": [], "seed.intercom_integration_tests.conversation_history_data": [], "seed.intercom_integration_tests.team_data": [], "seed.intercom_integration_tests.team_admin_data": [], "seed.intercom_integration_tests.contact_history_data": [], "seed.intercom_integration_tests.tag_data": [], "model.intercom.intercom__conversation_enhanced": ["model.intercom.intercom__conversation_metrics", "test.intercom.not_null_intercom__conversation_enhanced_conversation_id.8620076fcc"], "model.intercom.intercom__conversation_metrics": ["model.intercom.intercom__admin_metrics", "model.intercom.intercom__company_metrics", "test.intercom.not_null_intercom__conversation_metrics_conversation_id.edb60f27d3"], "model.intercom.intercom__article_enhanced": ["test.intercom.not_null_intercom__article_enhanced_article_id.078725de64"], "model.intercom.intercom__company_metrics": ["test.intercom.not_null_intercom__company_metrics_company_id.2b20c82594"], "model.intercom.intercom__admin_metrics": [], "model.intercom.intercom__company_enhanced": ["model.intercom.intercom__company_metrics", "test.intercom.not_null_intercom__company_enhanced_company_id.4c66b4c17c"], "model.intercom.intercom__contact_enhanced": ["model.intercom.intercom__company_metrics", "model.intercom.intercom__conversation_enhanced", "test.intercom.not_null_intercom__contact_enhanced_contact_id.24abe88e7a"], "model.intercom.stg_intercom__contact_history": ["model.intercom.intercom__contact_enhanced", "test.intercom.not_null_stg_intercom__contact_history_contact_id.433f831acf"], "model.intercom.stg_intercom__conversation_contact_history": ["test.intercom.not_null_stg_intercom__conversation_contact_history_contact_id.faa2dd69f0", "test.intercom.not_null_stg_intercom__conversation_contact_history_conversation_id.6619b609cf"], "model.intercom.stg_intercom__admin": ["model.intercom.intercom__admin_metrics", "model.intercom.intercom__article_enhanced", "test.intercom.not_null_stg_intercom__admin_admin_id.8630313ad7"], "model.intercom.stg_intercom__company_history": ["model.intercom.intercom__company_enhanced", "model.intercom.intercom__contact_enhanced", "test.intercom.not_null_stg_intercom__company_history_company_id.29e68d8641"], "model.intercom.stg_intercom__conversation_part_history": ["model.intercom.int_intercom__conversation_part_aggregates", "model.intercom.int_intercom__conversation_part_events", "model.intercom.int_intercom__conversation_string_aggregates", "test.intercom.not_null_stg_intercom__conversation_part_history_conversation_part_id.53df1b68d4", "test.intercom.not_null_stg_intercom__conversation_part_history_created_at.7f5a7ff8d7"], "model.intercom.stg_intercom__conversation_tag_history": ["model.intercom.intercom__conversation_enhanced", "test.intercom.not_null_stg_intercom__conversation_tag_history_conversation_id.2b897a1922", "test.intercom.not_null_stg_intercom__conversation_tag_history_tag_id.11ffc3e16e"], "model.intercom.stg_intercom__conversation_history": ["model.intercom.int_intercom__conversation_part_aggregates", "model.intercom.intercom__conversation_enhanced", "test.intercom.not_null_stg_intercom__conversation_history_conversation_id.947be5d87e"], "model.intercom.stg_intercom__help_center_history": ["model.intercom.intercom__article_enhanced", "test.intercom.not_null_stg_intercom__help_center_history_help_center_id.0224959596"], "model.intercom.stg_intercom__tag": ["model.intercom.intercom__company_enhanced", "model.intercom.intercom__contact_enhanced", "model.intercom.intercom__conversation_enhanced"], "model.intercom.stg_intercom__company_tag_history": ["model.intercom.intercom__company_enhanced", "test.intercom.not_null_stg_intercom__company_tag_history_company_id.7ce26b3077", "test.intercom.not_null_stg_intercom__company_tag_history_tag_id.a71b043180"], "model.intercom.stg_intercom__team_admin": ["model.intercom.intercom__admin_metrics", "test.intercom.not_null_stg_intercom__team_admin_team_id.11bddbf17b"], "model.intercom.stg_intercom__team": ["model.intercom.intercom__admin_metrics", "model.intercom.intercom__conversation_enhanced", "test.intercom.not_null_stg_intercom__team_team_id.f6f47bb6ae"], "model.intercom.stg_intercom__collection_history": ["model.intercom.intercom__article_enhanced", "test.intercom.not_null_stg_intercom__collection_history_collection_id.349ec418dd"], "model.intercom.stg_intercom__article_history": ["model.intercom.intercom__article_enhanced", "test.intercom.not_null_stg_intercom__article_history_article_id.15bcfdb2d9"], "model.intercom.stg_intercom__contact_tag_history": ["model.intercom.intercom__contact_enhanced", "test.intercom.not_null_stg_intercom__contact_tag_history_contact_id.80f3693f49", "test.intercom.not_null_stg_intercom__contact_tag_history_tag_id.24a4c9df63"], "model.intercom.stg_intercom__contact_company_history": ["model.intercom.intercom__company_metrics", "model.intercom.intercom__contact_enhanced", "test.intercom.not_null_stg_intercom__contact_company_history_company_id.ba3e617037", "test.intercom.not_null_stg_intercom__contact_company_history_contact_id.5e389a0d84"], "model.intercom.stg_intercom__company_history_tmp": ["model.intercom.stg_intercom__company_history"], "model.intercom.stg_intercom__tag_tmp": ["model.intercom.stg_intercom__tag"], "model.intercom.stg_intercom__contact_history_tmp": ["model.intercom.stg_intercom__contact_history"], "model.intercom.stg_intercom__contact_tag_history_tmp": ["model.intercom.stg_intercom__contact_tag_history"], "model.intercom.stg_intercom__help_center_history_tmp": ["model.intercom.stg_intercom__help_center_history"], "model.intercom.stg_intercom__conversation_history_tmp": ["model.intercom.stg_intercom__conversation_history"], "model.intercom.stg_intercom__conversation_part_history_tmp": ["model.intercom.stg_intercom__conversation_part_history"], "model.intercom.stg_intercom__conversation_tag_history_tmp": ["model.intercom.stg_intercom__conversation_tag_history"], "model.intercom.stg_intercom__collection_history_tmp": ["model.intercom.stg_intercom__collection_history"], "model.intercom.stg_intercom__team_admin_tmp": ["model.intercom.stg_intercom__team_admin"], "model.intercom.stg_intercom__company_tag_history_tmp": ["model.intercom.stg_intercom__company_tag_history"], "model.intercom.stg_intercom__conversation_contact_history_tmp": ["model.intercom.stg_intercom__conversation_contact_history"], "model.intercom.stg_intercom__team_tmp": ["model.intercom.stg_intercom__team"], "model.intercom.stg_intercom__contact_company_history_tmp": ["model.intercom.stg_intercom__contact_company_history"], "model.intercom.stg_intercom__article_history_tmp": ["model.intercom.stg_intercom__article_history"], "model.intercom.stg_intercom__admin_tmp": ["model.intercom.stg_intercom__admin"], "model.intercom.int_intercom__conversation_string_aggregates": ["model.intercom.intercom__conversation_enhanced"], "model.intercom.int_intercom__conversation_part_events": ["model.intercom.intercom__conversation_enhanced"], "model.intercom.int_intercom__conversation_part_aggregates": ["model.intercom.intercom__conversation_metrics"], "test.intercom.not_null_intercom__article_enhanced_article_id.078725de64": [], "test.intercom.not_null_intercom__company_enhanced_company_id.4c66b4c17c": [], "test.intercom.not_null_intercom__company_metrics_company_id.2b20c82594": [], "test.intercom.not_null_intercom__contact_enhanced_contact_id.24abe88e7a": [], "test.intercom.not_null_intercom__conversation_enhanced_conversation_id.8620076fcc": [], "test.intercom.not_null_intercom__conversation_metrics_conversation_id.edb60f27d3": [], "test.intercom.not_null_stg_intercom__admin_admin_id.8630313ad7": [], "test.intercom.not_null_stg_intercom__company_history_company_id.29e68d8641": [], "test.intercom.not_null_stg_intercom__company_tag_history_company_id.7ce26b3077": [], "test.intercom.not_null_stg_intercom__company_tag_history_tag_id.a71b043180": [], "test.intercom.not_null_stg_intercom__contact_company_history_company_id.ba3e617037": [], "test.intercom.not_null_stg_intercom__contact_company_history_contact_id.5e389a0d84": [], "test.intercom.not_null_stg_intercom__contact_history_contact_id.433f831acf": [], "test.intercom.not_null_stg_intercom__contact_tag_history_contact_id.80f3693f49": [], "test.intercom.not_null_stg_intercom__contact_tag_history_tag_id.24a4c9df63": [], "test.intercom.not_null_stg_intercom__conversation_contact_history_contact_id.faa2dd69f0": [], "test.intercom.not_null_stg_intercom__conversation_contact_history_conversation_id.6619b609cf": [], "test.intercom.not_null_stg_intercom__conversation_history_conversation_id.947be5d87e": [], "test.intercom.not_null_stg_intercom__conversation_part_history_conversation_part_id.53df1b68d4": [], "test.intercom.not_null_stg_intercom__conversation_part_history_created_at.7f5a7ff8d7": [], "test.intercom.not_null_stg_intercom__conversation_tag_history_conversation_id.2b897a1922": [], "test.intercom.not_null_stg_intercom__conversation_tag_history_tag_id.11ffc3e16e": [], "test.intercom.not_null_stg_intercom__team_admin_team_id.11bddbf17b": [], "test.intercom.not_null_stg_intercom__team_team_id.f6f47bb6ae": [], "test.intercom.not_null_stg_intercom__article_history_article_id.15bcfdb2d9": [], "test.intercom.not_null_stg_intercom__collection_history_collection_id.349ec418dd": [], "test.intercom.not_null_stg_intercom__help_center_history_help_center_id.0224959596": [], "source.intercom.intercom.article_history": ["model.intercom.stg_intercom__article_history_tmp"], "source.intercom.intercom.admin": ["model.intercom.stg_intercom__admin_tmp"], "source.intercom.intercom.collection_history": ["model.intercom.stg_intercom__collection_history_tmp"], "source.intercom.intercom.company_history": ["model.intercom.stg_intercom__company_history_tmp"], "source.intercom.intercom.company_tag_history": ["model.intercom.stg_intercom__company_tag_history_tmp"], "source.intercom.intercom.contact_company_history": ["model.intercom.stg_intercom__contact_company_history_tmp"], "source.intercom.intercom.contact_history": ["model.intercom.stg_intercom__contact_history_tmp"], "source.intercom.intercom.contact_tag_history": ["model.intercom.stg_intercom__contact_tag_history_tmp"], "source.intercom.intercom.conversation_contact_history": ["model.intercom.stg_intercom__conversation_contact_history_tmp"], "source.intercom.intercom.conversation_history": ["model.intercom.stg_intercom__conversation_history_tmp"], "source.intercom.intercom.conversation_part_history": ["model.intercom.stg_intercom__conversation_part_history_tmp"], "source.intercom.intercom.conversation_tag_history": ["model.intercom.stg_intercom__conversation_tag_history_tmp"], "source.intercom.intercom.help_center_history": ["model.intercom.stg_intercom__help_center_history_tmp"], "source.intercom.intercom.tag": ["model.intercom.stg_intercom__tag_tmp"], "source.intercom.intercom.team_admin": ["model.intercom.stg_intercom__team_admin_tmp"], "source.intercom.intercom.team": ["model.intercom.stg_intercom__team_tmp"]}, "group_map": {}, "saved_queries": {}, "semantic_models": {}, "unit_tests": {}}
\ No newline at end of file
+{"metadata": {"dbt_schema_version": "https://schemas.getdbt.com/dbt/manifest/v12.json", "dbt_version": "1.10.16", "generated_at": "2025-12-17T17:29:38.196356Z", "invocation_id": "a457650c-10ef-4bec-99be-9852cefbae7b", "invocation_started_at": "2025-12-17T17:29:27.763260+00:00", "env": {}, "project_name": "intercom_integration_tests", "project_id": "4bddaef58f0c28dcaa8534de9b8343aa", "user_id": null, "send_anonymous_usage_stats": false, "adapter_type": "postgres", "quoting": {"database": true, "schema": true, "identifier": true, "column": null}}, "nodes": {"seed.intercom_integration_tests.conversation_contact_history_data": {"database": "postgres", "schema": "public", "name": "conversation_contact_history_data", "resource_type": "seed", "package_name": "intercom_integration_tests", "path": "conversation_contact_history_data.csv", "original_file_path": "seeds/conversation_contact_history_data.csv", "unique_id": "seed.intercom_integration_tests.conversation_contact_history_data", "fqn": ["intercom_integration_tests", "conversation_contact_history_data"], "alias": "conversation_contact_history_data", "checksum": {"name": "sha256", "checksum": "30e5960b10a49a4c42f97d6b4b886cecb6047c91e4c21277b29fccd72abbf7f6"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_fivetran_synced": "timestamp", "conversation_id": "bigint", "conversation_updated_at": "timestamp", "_fivetran_start": "timestamp", "_fivetran_end": "timestamp", "_fivetran_active": "boolean"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": false, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "delimiter": ",", "quote_columns": false}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": false, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"docs": {"show": false}, "quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"conversation_id": "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}", "conversation_updated_at": "timestamp", "_fivetran_start": "timestamp", "_fivetran_end": "timestamp", "_fivetran_active": "boolean"}}, "created_at": 1765992570.2287962, "relation_name": "\"postgres\".\"public\".\"conversation_contact_history_data\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_intercom/dbt_intercom/integration_tests", "depends_on": {"macros": []}}, "seed.intercom_integration_tests.company_tag_history_data": {"database": "postgres", "schema": "public", "name": "company_tag_history_data", "resource_type": "seed", "package_name": "intercom_integration_tests", "path": "company_tag_history_data.csv", "original_file_path": "seeds/company_tag_history_data.csv", "unique_id": "seed.intercom_integration_tests.company_tag_history_data", "fqn": ["intercom_integration_tests", "company_tag_history_data"], "alias": "company_tag_history_data", "checksum": {"name": "sha256", "checksum": "629ad4257209f29f06fe59c234ecd12ce7ab91fb65bab6c9427d0f8979f09002"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_fivetran_synced": "timestamp", "company_updated_at": "timestamp", "tag_id": "bigint", "_fivetran_start": "timestamp", "_fivetran_end": "timestamp", "_fivetran_active": "boolean"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": false, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "delimiter": ",", "quote_columns": false}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": false, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"docs": {"show": false}, "quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"company_updated_at": "timestamp", "tag_id": "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}", "_fivetran_start": "timestamp", "_fivetran_end": "timestamp", "_fivetran_active": "boolean"}}, "created_at": 1765992570.2365491, "relation_name": "\"postgres\".\"public\".\"company_tag_history_data\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_intercom/dbt_intercom/integration_tests", "depends_on": {"macros": []}}, "seed.intercom_integration_tests.article_history_data": {"database": "postgres", "schema": "public", "name": "article_history_data", "resource_type": "seed", "package_name": "intercom_integration_tests", "path": "article_history_data.csv", "original_file_path": "seeds/article_history_data.csv", "unique_id": "seed.intercom_integration_tests.article_history_data", "fqn": ["intercom_integration_tests", "article_history_data"], "alias": "article_history_data", "checksum": {"name": "sha256", "checksum": "311608458f5dc470bd5aa9a2603f968e45c9892acb1f46737a94534e749c8e10"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_fivetran_synced": "timestamp", "id": "varchar(100)", "collection_id": "varchar(100)", "section_id": "varchar(100)", "author_id": "varchar(100)", "workspace_id": "varchar(100)", "created_at": "timestamp", "updated_at": "timestamp", "statistics_happy_reaction_percentage": "float", "statistics_neutral_reaction_percentage": "float", "statistics_sad_reaction_percentage": "float", "_fivetran_start": "timestamp", "_fivetran_end": "timestamp", "_fivetran_active": "boolean"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": false, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "delimiter": ",", "quote_columns": false}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": false, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"docs": {"show": false}, "quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"id": "{{ 'varchar(100)' if target.type in ('redshift', 'postgres') else 'string' }}", "collection_id": "{{ 'varchar(100)' if target.type in ('redshift', 'postgres') else 'string' }}", "section_id": "{{ 'varchar(100)' if target.type in ('redshift', 'postgres') else 'string' }}", "author_id": "{{ 'varchar(100)' if target.type in ('redshift', 'postgres') else 'string' }}", "workspace_id": "{{ 'varchar(100)' if target.type in ('redshift', 'postgres') else 'string' }}", "created_at": "timestamp", "updated_at": "timestamp", "statistics_happy_reaction_percentage": "float", "statistics_neutral_reaction_percentage": "float", "statistics_sad_reaction_percentage": "float", "_fivetran_start": "timestamp", "_fivetran_end": "timestamp", "_fivetran_active": "boolean"}}, "created_at": 1765992570.2400239, "relation_name": "\"postgres\".\"public\".\"article_history_data\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_intercom/dbt_intercom/integration_tests", "depends_on": {"macros": []}}, "seed.intercom_integration_tests.conversation_tag_history_data": {"database": "postgres", "schema": "public", "name": "conversation_tag_history_data", "resource_type": "seed", "package_name": "intercom_integration_tests", "path": "conversation_tag_history_data.csv", "original_file_path": "seeds/conversation_tag_history_data.csv", "unique_id": "seed.intercom_integration_tests.conversation_tag_history_data", "fqn": ["intercom_integration_tests", "conversation_tag_history_data"], "alias": "conversation_tag_history_data", "checksum": {"name": "sha256", "checksum": "60856cdbe043bc04eca95484fd46f367d0f704cbd70bd7883fb156ad7a24691c"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_fivetran_synced": "timestamp", "conversation_id": "bigint", "conversation_updated_at": "timestamp", "tag_id": "bigint", "_fivetran_start": "timestamp", "_fivetran_end": "timestamp", "_fivetran_active": "boolean"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": false, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "delimiter": ",", "quote_columns": false}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": false, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"docs": {"show": false}, "quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"conversation_id": "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}", "conversation_updated_at": "timestamp", "tag_id": "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}", "_fivetran_start": "timestamp", "_fivetran_end": "timestamp", "_fivetran_active": "boolean"}}, "created_at": 1765992570.2434397, "relation_name": "\"postgres\".\"public\".\"conversation_tag_history_data\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_intercom/dbt_intercom/integration_tests", "depends_on": {"macros": []}}, "seed.intercom_integration_tests.collection_history_data": {"database": "postgres", "schema": "public", "name": "collection_history_data", "resource_type": "seed", "package_name": "intercom_integration_tests", "path": "collection_history_data.csv", "original_file_path": "seeds/collection_history_data.csv", "unique_id": "seed.intercom_integration_tests.collection_history_data", "fqn": ["intercom_integration_tests", "collection_history_data"], "alias": "collection_history_data", "checksum": {"name": "sha256", "checksum": "8d180fd53f996e7ffe35436764cac6bd6baa53e5a06bb3df166a0fb44d99bd5d"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_fivetran_synced": "timestamp", "id": "varchar(100)", "help_center_id": "varchar(100)", "parent_id": "varchar(100)", "workspace_id": "varchar(100)", "created_at": "timestamp", "updated_at": "timestamp", "_fivetran_start": "timestamp", "_fivetran_end": "timestamp", "_fivetran_active": "boolean"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": false, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "delimiter": ",", "quote_columns": true}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": false, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"docs": {"show": false}, "quote_columns": true, "column_types": {"id": "{{ 'varchar(100)' if target.type in ('redshift', 'postgres') else 'string' }}", "help_center_id": "{{ 'varchar(100)' if target.type in ('redshift', 'postgres') else 'string' }}", "parent_id": "{{ 'varchar(100)' if target.type in ('redshift', 'postgres') else 'string' }}", "workspace_id": "{{ 'varchar(100)' if target.type in ('redshift', 'postgres') else 'string' }}", "created_at": "timestamp", "updated_at": "timestamp", "_fivetran_start": "timestamp", "_fivetran_end": "timestamp", "_fivetran_active": "boolean"}, "enabled": "{{ true if target.type != 'snowflake' else false }}"}, "created_at": 1765992570.2471058, "relation_name": "\"postgres\".\"public\".\"collection_history_data\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_intercom/dbt_intercom/integration_tests", "depends_on": {"macros": []}}, "seed.intercom_integration_tests.conversation_part_history_data": {"database": "postgres", "schema": "public", "name": "conversation_part_history_data", "resource_type": "seed", "package_name": "intercom_integration_tests", "path": "conversation_part_history_data.csv", "original_file_path": "seeds/conversation_part_history_data.csv", "unique_id": "seed.intercom_integration_tests.conversation_part_history_data", "fqn": ["intercom_integration_tests", "conversation_part_history_data"], "alias": "conversation_part_history_data", "checksum": {"name": "sha256", "checksum": "e92b1bb9ebb607fe93c255739466d4441a213a7e219969d3c4347abc91f300e1"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_fivetran_synced": "timestamp", "id": "bigint", "author_id": "varchar(100)", "created_at": "timestamp", "conversation_id": "bigint", "conversation_updated_at": "timestamp", "updated_at": "timestamp", "assigned_to_type": "varchar(100)", "_fivetran_start": "timestamp", "_fivetran_end": "timestamp", "_fivetran_active": "boolean"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": false, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "delimiter": ",", "quote_columns": false}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": false, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"docs": {"show": false}, "quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"id": "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}", "author_id": "{{ 'varchar(100)' if target.type in ('redshift', 'postgres') else 'string'}}", "created_at": "timestamp", "conversation_id": "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}", "conversation_updated_at": "timestamp", "updated_at": "timestamp", "assigned_to_type": "{{ 'varchar(100)' if target.type in ('redshift', 'postgres') else 'string'}}", "_fivetran_start": "timestamp", "_fivetran_end": "timestamp", "_fivetran_active": "boolean"}}, "created_at": 1765992570.2506368, "relation_name": "\"postgres\".\"public\".\"conversation_part_history_data\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_intercom/dbt_intercom/integration_tests", "depends_on": {"macros": []}}, "seed.intercom_integration_tests.company_history_data": {"database": "postgres", "schema": "public", "name": "company_history_data", "resource_type": "seed", "package_name": "intercom_integration_tests", "path": "company_history_data.csv", "original_file_path": "seeds/company_history_data.csv", "unique_id": "seed.intercom_integration_tests.company_history_data", "fqn": ["intercom_integration_tests", "company_history_data"], "alias": "company_history_data", "checksum": {"name": "sha256", "checksum": "53100646cf31bada6a856ec0552837a1dcf24a1a43af13dd35b5c7b2ecb79e4e"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_fivetran_synced": "timestamp", "created_at": "timestamp", "updated_at": "timestamp", "_fivetran_start": "timestamp", "_fivetran_end": "timestamp", "_fivetran_active": "boolean"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": false, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "delimiter": ",", "quote_columns": false}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": false, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"docs": {"show": false}, "quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"created_at": "timestamp", "updated_at": "timestamp", "_fivetran_start": "timestamp", "_fivetran_end": "timestamp", "_fivetran_active": "boolean"}}, "created_at": 1765992570.254018, "relation_name": "\"postgres\".\"public\".\"company_history_data\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_intercom/dbt_intercom/integration_tests", "depends_on": {"macros": []}}, "seed.intercom_integration_tests.admin_data": {"database": "postgres", "schema": "public", "name": "admin_data", "resource_type": "seed", "package_name": "intercom_integration_tests", "path": "admin_data.csv", "original_file_path": "seeds/admin_data.csv", "unique_id": "seed.intercom_integration_tests.admin_data", "fqn": ["intercom_integration_tests", "admin_data"], "alias": "admin_data", "checksum": {"name": "sha256", "checksum": "7ceae66b282563414468905c79316bd140995fc93b71bc3276f6f100b3b14796"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_fivetran_synced": "timestamp", "id": "varchar(100)"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": false, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "delimiter": ",", "quote_columns": false}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": false, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"docs": {"show": false}, "quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"id": "{{ 'varchar(100)' if target.type in ('redshift', 'postgres') else 'string'}}"}}, "created_at": 1765992570.257292, "relation_name": "\"postgres\".\"public\".\"admin_data\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_intercom/dbt_intercom/integration_tests", "depends_on": {"macros": []}}, "seed.intercom_integration_tests.help_center_history_data": {"database": "postgres", "schema": "public", "name": "help_center_history_data", "resource_type": "seed", "package_name": "intercom_integration_tests", "path": "help_center_history_data.csv", "original_file_path": "seeds/help_center_history_data.csv", "unique_id": "seed.intercom_integration_tests.help_center_history_data", "fqn": ["intercom_integration_tests", "help_center_history_data"], "alias": "help_center_history_data", "checksum": {"name": "sha256", "checksum": "81d32b0dee49b53ad6d48f745767e005462e08f8db4c27f929ddf8bb9bf893b8"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_fivetran_synced": "timestamp", "id": "varchar(100)", "workspace_id": "varchar(100)", "created_at": "timestamp", "updated_at": "timestamp", "_fivetran_start": "timestamp", "_fivetran_end": "timestamp", "_fivetran_active": "boolean"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": false, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "delimiter": ",", "quote_columns": false}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": false, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"docs": {"show": false}, "quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"id": "{{ 'varchar(100)' if target.type in ('redshift', 'postgres') else 'string' }}", "workspace_id": "{{ 'varchar(100)' if target.type in ('redshift', 'postgres') else 'string' }}", "created_at": "timestamp", "updated_at": "timestamp", "_fivetran_start": "timestamp", "_fivetran_end": "timestamp", "_fivetran_active": "boolean"}}, "created_at": 1765992570.2640724, "relation_name": "\"postgres\".\"public\".\"help_center_history_data\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_intercom/dbt_intercom/integration_tests", "depends_on": {"macros": []}}, "seed.intercom_integration_tests.contact_company_history_data": {"database": "postgres", "schema": "public", "name": "contact_company_history_data", "resource_type": "seed", "package_name": "intercom_integration_tests", "path": "contact_company_history_data.csv", "original_file_path": "seeds/contact_company_history_data.csv", "unique_id": "seed.intercom_integration_tests.contact_company_history_data", "fqn": ["intercom_integration_tests", "contact_company_history_data"], "alias": "contact_company_history_data", "checksum": {"name": "sha256", "checksum": "0348d6809ad304bc1b6005e762e72441bfa41600fa19df76c5e268f8dc9d2e8b"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_fivetran_synced": "timestamp", "contact_updated_at": "timestamp", "_fivetran_start": "timestamp", "_fivetran_end": "timestamp", "_fivetran_active": "boolean"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": false, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "delimiter": ",", "quote_columns": false}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": false, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"docs": {"show": false}, "quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"contact_updated_at": "timestamp", "_fivetran_start": "timestamp", "_fivetran_end": "timestamp", "_fivetran_active": "boolean"}}, "created_at": 1765992570.2673638, "relation_name": "\"postgres\".\"public\".\"contact_company_history_data\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_intercom/dbt_intercom/integration_tests", "depends_on": {"macros": []}}, "seed.intercom_integration_tests.contact_tag_history_data": {"database": "postgres", "schema": "public", "name": "contact_tag_history_data", "resource_type": "seed", "package_name": "intercom_integration_tests", "path": "contact_tag_history_data.csv", "original_file_path": "seeds/contact_tag_history_data.csv", "unique_id": "seed.intercom_integration_tests.contact_tag_history_data", "fqn": ["intercom_integration_tests", "contact_tag_history_data"], "alias": "contact_tag_history_data", "checksum": {"name": "sha256", "checksum": "34633b609e156f390f2be0aa126f242c099038f73688da1044e1aa8703c60a1a"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_fivetran_synced": "timestamp", "contact_updated_at": "timestamp", "tag_id": "bigint", "_fivetran_start": "timestamp", "_fivetran_end": "timestamp", "_fivetran_active": "boolean"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": false, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "delimiter": ",", "quote_columns": false}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": false, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"docs": {"show": false}, "quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"contact_updated_at": "timestamp", "tag_id": "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}", "_fivetran_start": "timestamp", "_fivetran_end": "timestamp", "_fivetran_active": "boolean"}}, "created_at": 1765992570.270659, "relation_name": "\"postgres\".\"public\".\"contact_tag_history_data\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_intercom/dbt_intercom/integration_tests", "depends_on": {"macros": []}}, "seed.intercom_integration_tests.conversation_history_data": {"database": "postgres", "schema": "public", "name": "conversation_history_data", "resource_type": "seed", "package_name": "intercom_integration_tests", "path": "conversation_history_data.csv", "original_file_path": "seeds/conversation_history_data.csv", "unique_id": "seed.intercom_integration_tests.conversation_history_data", "fqn": ["intercom_integration_tests", "conversation_history_data"], "alias": "conversation_history_data", "checksum": {"name": "sha256", "checksum": "d0febab82e3423e6da8eab984a543391ed0a2f8dbf77082aecc070ec0bf2a77f"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_fivetran_synced": "timestamp", "id": "bigint", "created_at": "timestamp", "first_contact_reply_created_at": "timestamp", "updated_at": "timestamp", "waiting_since": "timestamp", "snoozed_until": "timestamp", "_fivetran_start": "timestamp", "_fivetran_end": "timestamp", "_fivetran_active": "boolean"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": false, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "delimiter": ",", "quote_columns": false}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": false, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"docs": {"show": false}, "quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"id": "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}", "created_at": "timestamp", "first_contact_reply_created_at": "timestamp", "updated_at": "timestamp", "waiting_since": "timestamp", "snoozed_until": "timestamp", "_fivetran_start": "timestamp", "_fivetran_end": "timestamp", "_fivetran_active": "boolean"}}, "created_at": 1765992570.274071, "relation_name": "\"postgres\".\"public\".\"conversation_history_data\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_intercom/dbt_intercom/integration_tests", "depends_on": {"macros": []}}, "seed.intercom_integration_tests.team_data": {"database": "postgres", "schema": "public", "name": "team_data", "resource_type": "seed", "package_name": "intercom_integration_tests", "path": "team_data.csv", "original_file_path": "seeds/team_data.csv", "unique_id": "seed.intercom_integration_tests.team_data", "fqn": ["intercom_integration_tests", "team_data"], "alias": "team_data", "checksum": {"name": "sha256", "checksum": "1118313097393b4d6df894e327b046003114bc1c82f476dc4f2497b2c9a4fd56"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_fivetran_synced": "timestamp", "id": "bigint"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": false, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "delimiter": ",", "quote_columns": false}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": false, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"docs": {"show": false}, "quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"id": "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"}}, "created_at": 1765992570.2772987, "relation_name": "\"postgres\".\"public\".\"team_data\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_intercom/dbt_intercom/integration_tests", "depends_on": {"macros": []}}, "seed.intercom_integration_tests.team_admin_data": {"database": "postgres", "schema": "public", "name": "team_admin_data", "resource_type": "seed", "package_name": "intercom_integration_tests", "path": "team_admin_data.csv", "original_file_path": "seeds/team_admin_data.csv", "unique_id": "seed.intercom_integration_tests.team_admin_data", "fqn": ["intercom_integration_tests", "team_admin_data"], "alias": "team_admin_data", "checksum": {"name": "sha256", "checksum": "52d096fa17442dca6e47c0af2dc4954dcf9e5e0ac0a9a2bc951ab4659304f910"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_fivetran_synced": "timestamp", "admin_id": "varchar(100)", "team_id": "bigint"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": false, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "delimiter": ",", "quote_columns": false}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": false, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"docs": {"show": false}, "quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"admin_id": "{{ 'varchar(100)' if target.type in ('redshift', 'postgres') else 'string'}}", "team_id": "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"}}, "created_at": 1765992570.280483, "relation_name": "\"postgres\".\"public\".\"team_admin_data\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_intercom/dbt_intercom/integration_tests", "depends_on": {"macros": []}}, "seed.intercom_integration_tests.contact_history_data": {"database": "postgres", "schema": "public", "name": "contact_history_data", "resource_type": "seed", "package_name": "intercom_integration_tests", "path": "contact_history_data.csv", "original_file_path": "seeds/contact_history_data.csv", "unique_id": "seed.intercom_integration_tests.contact_history_data", "fqn": ["intercom_integration_tests", "contact_history_data"], "alias": "contact_history_data", "checksum": {"name": "sha256", "checksum": "be1d20c77d2435c9787ca07b62d6ef9c0e58126a63739f5ad23b49269a4070ce"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_fivetran_synced": "timestamp", "created_at": "timestamp", "signed_up_at": "timestamp", "last_replied_at": "timestamp", "last_contacted_at": "timestamp", "last_email_clicked_at": "timestamp", "last_email_opened_at": "timestamp", "_fivetran_start": "timestamp", "_fivetran_end": "timestamp", "_fivetran_active": "boolean"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": false, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "delimiter": ",", "quote_columns": false}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": false, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"docs": {"show": false}, "quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"created_at": "timestamp", "signed_up_at": "timestamp", "last_replied_at": "timestamp", "last_contacted_at": "timestamp", "last_email_clicked_at": "timestamp", "last_email_opened_at": "timestamp", "_fivetran_start": "timestamp", "_fivetran_end": "timestamp", "_fivetran_active": "boolean"}}, "created_at": 1765992570.2837787, "relation_name": "\"postgres\".\"public\".\"contact_history_data\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_intercom/dbt_intercom/integration_tests", "depends_on": {"macros": []}}, "seed.intercom_integration_tests.tag_data": {"database": "postgres", "schema": "public", "name": "tag_data", "resource_type": "seed", "package_name": "intercom_integration_tests", "path": "tag_data.csv", "original_file_path": "seeds/tag_data.csv", "unique_id": "seed.intercom_integration_tests.tag_data", "fqn": ["intercom_integration_tests", "tag_data"], "alias": "tag_data", "checksum": {"name": "sha256", "checksum": "3258190e4254c382ebc8510862705dc63df4aa4ee4d35f1bc1156e9760650d31"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_fivetran_synced": "timestamp", "id": "bigint"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": false, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "delimiter": ",", "quote_columns": false}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": false, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"docs": {"show": false}, "quote_columns": "{{ true if target.type == 'redshift' else false }}", "column_types": {"id": "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"}}, "created_at": 1765992570.2870598, "relation_name": "\"postgres\".\"public\".\"tag_data\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_intercom/dbt_intercom/integration_tests", "depends_on": {"macros": []}}, "model.intercom.intercom__conversation_enhanced": {"database": "postgres", "schema": "public_intercom_dev", "name": "intercom__conversation_enhanced", "resource_type": "model", "package_name": "intercom", "path": "intercom__conversation_enhanced.sql", "original_file_path": "models/intercom__conversation_enhanced.sql", "unique_id": "model.intercom.intercom__conversation_enhanced", "fqn": ["intercom", "intercom__conversation_enhanced"], "alias": "intercom__conversation_enhanced", "checksum": {"name": "sha256", "checksum": "0a448c43f165aa2dbd7bdf896bf49eff7563487b7351b628416fc699a27c3758"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "Each record represents a single conversation, enriched with data from the multiple conversation parts. The conversation parts provide relevant information such as who was assigned to the conversation, which contact the conversation was with, the current conversation state, who closed the conversation, and the final conversation ratings from the contact.\n", "columns": {"source_relation": {"name": "source_relation", "description": "Identifies the record's source.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.intercom.source_relation"]}, "conversation_id": {"name": "conversation_id", "description": "The id representing the conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation_created_at": {"name": "conversation_created_at", "description": "The time the conversation was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation_last_updated_at": {"name": "conversation_last_updated_at", "description": "The date the conversation was last updated at.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation_type": {"name": "conversation_type", "description": "The type of conversation. This includes conversation push facebook twitter and email.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "all_conversation_tags": {"name": "all_conversation_tags", "description": "String aggregation of all tags associated with the conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation_initiated_type": {"name": "conversation_initiated_type", "description": "How the conversation was initially delivered to the responder.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation_subject": {"name": "conversation_subject", "description": "The subject of the conversation created by the initiator.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation_assignee_id": {"name": "conversation_assignee_id", "description": "The ID of the user assigned to the conversation. If it is not assigned to a user it will return null.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation_assignee_type": {"name": "conversation_assignee_type", "description": "[DEPRECATED] The type of user the conversation is assigned to. If it is not assigned to a user it will show 'unassigned'. Use is_assignee_admin instead.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_assignee_admin": {"name": "is_assignee_admin", "description": "Boolean indicating whether the conversation assignee is an admin user. Determined by joining assignee_id with the admin table. False if conversation is unassigned or assigned to a non-admin user.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation_author_type": {"name": "conversation_author_type", "description": "The type of individual who authored the first message. Will be either contact or admin.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "first_close_by_admin_id": {"name": "first_close_by_admin_id", "description": "The admin_id of the admin who was first assigned to the conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_close_by_admin_id": {"name": "last_close_by_admin_id", "description": "The admin_id of the admin who last closed the conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "first_close_by_author_id": {"name": "first_close_by_author_id", "description": "The author_id of the author (of author_type admin, bot, user, etc.) who was first closed to the conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_close_by_author_id": {"name": "last_close_by_author_id", "description": "The author_id of the author (of author_type admin, bot, user, etc.) who was last closed to the conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "first_contact_author_id": {"name": "first_contact_author_id", "description": "The contact_id of the contact who was first associated with the conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_contact_author_id": {"name": "last_contact_author_id", "description": "The contact_id of the contact who was last associated with the conversation before closing.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation_state": {"name": "conversation_state", "description": "The current state of the conversation (open or close).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_read": {"name": "is_read", "description": "Boolean indicating whether the conversation message has been read.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "waiting_since": {"name": "waiting_since", "description": "The last time a contact responded to an admin. The time a customer started waiting for a response. Set to null if the last reply is from an admin.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "snoozed_until": {"name": "snoozed_until", "description": "If set this is the time in the future when this conversation will be marked as open.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sla_name": {"name": "sla_name", "description": "The name of the SLA as given by the teammate when it was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sla_status": {"name": "sla_status", "description": "One of \u201chit\u201d, \u201dmissed\u201d, or \u201ccancelled\u201d.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "all_conversation_admins": {"name": "all_conversation_admins", "description": "String aggregate of all admins that contributed to the conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "all_conversation_contacts": {"name": "all_conversation_contacts", "description": "String aggregate of all contacts that contributed to the conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "first_admin_close_at": {"name": "first_admin_close_at", "description": "The time of the first conversation part where part_type was 'close' by an admin indicating the conversation was closed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_admin_close_at": {"name": "last_admin_close_at", "description": "The time of the last conversation part where part_type was 'close' by an admin indicating the conversation was closed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "first_close_at": {"name": "first_close_at", "description": "The time of the first conversation part where part_type was 'close' by any author type indicating the conversation was closed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_close_at": {"name": "last_close_at", "description": "The time of the last conversation part where part_type was 'close' by any author type indicating the conversation was closed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "all_contact_company_names": {"name": "all_contact_company_names", "description": "String aggregation of all companies the first_author_contact is associated with.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation_rating": {"name": "conversation_rating", "description": "An optional field for the customer to rate the conversation which will be between 1 and 5.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation_remark": {"name": "conversation_remark", "description": "An optional field to add a remark to correspond to the number rating.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "first_team_id": {"name": "first_team_id", "description": "ID of the team that was first assigned to the conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_team_id": {"name": "last_team_id", "description": "ID of the team that was last assigned to the conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "first_team_name": {"name": "first_team_name", "description": "Name of the team that was first assigned to the conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_team_name": {"name": "last_team_name", "description": "Name of the team that was last assigned to the conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "intercom://models/intercom.yml", "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "table"}, "created_at": 1765992571.3862972, "relation_name": "\"postgres\".\"public_intercom_dev\".\"intercom__conversation_enhanced\"", "raw_code": "with latest_conversation as (\n select *\n from {{ ref('stg_intercom__conversation_history') }}\n where coalesce(_fivetran_active, true)\n),\n\nconversation_string_aggregates as (\n select *\n from {{ ref('int_intercom__conversation_string_aggregates') }}\n),\n\nconversation_part_events as (\n select *\n from {{ ref('int_intercom__conversation_part_events') }}\n),\n\nadmins as (\n select *\n from {{ ref('stg_intercom__admin') }}\n),\n\n--If you use the contact company table this will be included, if not it will be ignored.\n{% if var('intercom__using_contact_company', True) %}\ncontact_enhanced as (\n select *\n from {{ ref('intercom__contact_enhanced') }}\n),\n{% endif %} \n\n--If you use conversation tags this will be included, if not it will be ignored.\n{% if var('intercom__using_conversation_tags', True) %}\nconversation_tags as (\n select *\n from {{ ref('stg_intercom__conversation_tag_history') }}\n),\n\ntags as (\n select *\n from {{ ref('stg_intercom__tag') }}\n),\n\n--Aggregates the tags associated with a single conversation into an array.\nconversation_tags_aggregate as (\n select\n latest_conversation.source_relation,\n latest_conversation.conversation_id,\n {{ fivetran_utils.string_agg('distinct tags.name', \"', '\" ) }} as all_conversation_tags\n from latest_conversation\n\n left join conversation_tags\n on conversation_tags.conversation_id = latest_conversation.conversation_id\n and conversation_tags.source_relation = latest_conversation.source_relation\n\n left join tags\n on tags.tag_id = conversation_tags.tag_id\n and tags.source_relation = conversation_tags.source_relation\n\n group by 1, 2\n),\n{% endif %} \n\n--If you use the team table this will be included, if not it will be ignored.\n{% if var('intercom__using_team', True) %}\nteam as (\n select *\n from {{ ref('stg_intercom__team') }}\n),\n{% endif %}\n\nlatest_conversation_enriched as (\n select\n source_relation,\n conversation_id,\n created_at as conversation_created_at,\n updated_at as conversation_last_updated_at,\n source_type as conversation_type,\n source_delivered_as as conversation_initiated_type,\n source_subject as conversation_subject,\n assignee_id as conversation_assignee_id,\n case when (assignee_type is not null) then assignee_type else 'unassigned' end as conversation_assignee_type, -- [DEPRECATED] use is_assignee_admin instead\n source_author_type as conversation_author_type,\n state as conversation_state,\n is_read,\n waiting_since,\n snoozed_until,\n sla_name,\n sla_status,\n conversation_rating_value as conversation_rating,\n conversation_rating_remark as conversation_remark\n\n {{ fivetran_utils.fill_pass_through_columns('intercom__conversation_history_pass_through_columns') }}\n\n from latest_conversation\n),\n\n--Enriches the latest conversation model with data from conversation_part_events, conversation_string_aggregates, and conversation_tags_aggregate\nenriched_final as (\n select\n latest_conversation_enriched.*,\n case when admins.admin_id is not null then true else false end as is_assignee_admin,\n\n conversation_part_events.first_close_at,\n conversation_part_events.last_close_at,\n conversation_part_events.first_admin_close_at,\n conversation_part_events.last_admin_close_at,\n\n --If you use conversation tags this will be included, if not it will be ignored.\n {% if var('intercom__using_conversation_tags', True) %}\n conversation_tags_aggregate.all_conversation_tags,\n {% endif %} \n\n conversation_part_events.first_close_by_admin_id,\n conversation_part_events.last_close_by_admin_id,\n conversation_part_events.first_close_by_author_id,\n conversation_part_events.last_close_by_author_id,\n conversation_part_events.first_contact_author_id,\n conversation_part_events.last_contact_author_id,\n conversation_part_events.first_team_id,\n conversation_part_events.last_team_id,\n\n {% if var('intercom__using_team', True) %}\n first_team.name as first_team_name,\n last_team.name as last_team_name,\n {% endif %}\n\n {% if var('intercom__using_contact_company', True) %}\n contact_enhanced.all_contact_company_names,\n {% endif %}\n\n conversation_string_aggregates.conversation_admins as all_conversation_admins,\n conversation_string_aggregates.conversation_contacts as all_conversation_contacts\n\n from latest_conversation_enriched\n\n left join conversation_string_aggregates\n on conversation_string_aggregates.conversation_id = latest_conversation_enriched.conversation_id\n and conversation_string_aggregates.source_relation = latest_conversation_enriched.source_relation\n\n left join conversation_part_events\n on conversation_part_events.conversation_id = latest_conversation_enriched.conversation_id\n and conversation_part_events.source_relation = latest_conversation_enriched.source_relation\n\n {% if var('intercom__using_contact_company', True) %}\n left join contact_enhanced\n on contact_enhanced.contact_id = conversation_part_events.first_contact_author_id\n and contact_enhanced.source_relation = conversation_part_events.source_relation\n {% endif %}\n\n --If you use conversation tags this will be included, if not it will be ignored.\n {% if var('intercom__using_conversation_tags', True) %}\n left join conversation_tags_aggregate\n on conversation_tags_aggregate.conversation_id = latest_conversation_enriched.conversation_id\n and conversation_tags_aggregate.source_relation = latest_conversation_enriched.source_relation\n {% endif %}\n\n {% if var('intercom__using_team', True) %}\n left join team as first_team\n on cast(first_team.team_id as {{ dbt.type_string() }}) = conversation_part_events.first_team_id\n and first_team.source_relation = conversation_part_events.source_relation\n\n left join team as last_team\n on cast(last_team.team_id as {{ dbt.type_string() }}) = conversation_part_events.last_team_id\n and last_team.source_relation = conversation_part_events.source_relation\n {% endif %}\n\n left join admins\n on admins.admin_id = cast(latest_conversation_enriched.conversation_assignee_id as {{ dbt.type_string() }})\n and admins.source_relation = latest_conversation_enriched.source_relation\n\n)\nselect * \nfrom enriched_final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__conversation_history", "package": null, "version": null}, {"name": "int_intercom__conversation_string_aggregates", "package": null, "version": null}, {"name": "int_intercom__conversation_part_events", "package": null, "version": null}, {"name": "stg_intercom__admin", "package": null, "version": null}, {"name": "intercom__contact_enhanced", "package": null, "version": null}, {"name": "stg_intercom__conversation_tag_history", "package": null, "version": null}, {"name": "stg_intercom__tag", "package": null, "version": null}, {"name": "stg_intercom__team", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.string_agg", "macro.fivetran_utils.fill_pass_through_columns", "macro.dbt.type_string"], "nodes": ["model.intercom.stg_intercom__conversation_history", "model.intercom.int_intercom__conversation_string_aggregates", "model.intercom.int_intercom__conversation_part_events", "model.intercom.stg_intercom__admin", "model.intercom.intercom__contact_enhanced", "model.intercom.stg_intercom__conversation_tag_history", "model.intercom.stg_intercom__tag", "model.intercom.stg_intercom__team"]}, "compiled_path": "target/compiled/intercom/models/intercom__conversation_enhanced.sql", "compiled": true, "compiled_code": "with latest_conversation as (\n select *\n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__conversation_history\"\n where coalesce(_fivetran_active, true)\n),\n\nconversation_string_aggregates as (\n select *\n from \"postgres\".\"public_intercom_dev\".\"int_intercom__conversation_string_aggregates\"\n),\n\nconversation_part_events as (\n select *\n from \"postgres\".\"public_intercom_dev\".\"int_intercom__conversation_part_events\"\n),\n\nadmins as (\n select *\n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__admin\"\n),\n\n--If you use the contact company table this will be included, if not it will be ignored.\n\ncontact_enhanced as (\n select *\n from \"postgres\".\"public_intercom_dev\".\"intercom__contact_enhanced\"\n),\n \n\n--If you use conversation tags this will be included, if not it will be ignored.\n\nconversation_tags as (\n select *\n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__conversation_tag_history\"\n),\n\ntags as (\n select *\n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__tag\"\n),\n\n--Aggregates the tags associated with a single conversation into an array.\nconversation_tags_aggregate as (\n select\n latest_conversation.source_relation,\n latest_conversation.conversation_id,\n \n string_agg(distinct tags.name, ', ')\n\n as all_conversation_tags\n from latest_conversation\n\n left join conversation_tags\n on conversation_tags.conversation_id = latest_conversation.conversation_id\n and conversation_tags.source_relation = latest_conversation.source_relation\n\n left join tags\n on tags.tag_id = conversation_tags.tag_id\n and tags.source_relation = conversation_tags.source_relation\n\n group by 1, 2\n),\n \n\n--If you use the team table this will be included, if not it will be ignored.\n\nteam as (\n select *\n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__team\"\n),\n\n\nlatest_conversation_enriched as (\n select\n source_relation,\n conversation_id,\n created_at as conversation_created_at,\n updated_at as conversation_last_updated_at,\n source_type as conversation_type,\n source_delivered_as as conversation_initiated_type,\n source_subject as conversation_subject,\n assignee_id as conversation_assignee_id,\n case when (assignee_type is not null) then assignee_type else 'unassigned' end as conversation_assignee_type, -- [DEPRECATED] use is_assignee_admin instead\n source_author_type as conversation_author_type,\n state as conversation_state,\n is_read,\n waiting_since,\n snoozed_until,\n sla_name,\n sla_status,\n conversation_rating_value as conversation_rating,\n conversation_rating_remark as conversation_remark\n\n \n\n\n\n\n\n from latest_conversation\n),\n\n--Enriches the latest conversation model with data from conversation_part_events, conversation_string_aggregates, and conversation_tags_aggregate\nenriched_final as (\n select\n latest_conversation_enriched.*,\n case when admins.admin_id is not null then true else false end as is_assignee_admin,\n\n conversation_part_events.first_close_at,\n conversation_part_events.last_close_at,\n conversation_part_events.first_admin_close_at,\n conversation_part_events.last_admin_close_at,\n\n --If you use conversation tags this will be included, if not it will be ignored.\n \n conversation_tags_aggregate.all_conversation_tags,\n \n\n conversation_part_events.first_close_by_admin_id,\n conversation_part_events.last_close_by_admin_id,\n conversation_part_events.first_close_by_author_id,\n conversation_part_events.last_close_by_author_id,\n conversation_part_events.first_contact_author_id,\n conversation_part_events.last_contact_author_id,\n conversation_part_events.first_team_id,\n conversation_part_events.last_team_id,\n\n \n first_team.name as first_team_name,\n last_team.name as last_team_name,\n \n\n \n contact_enhanced.all_contact_company_names,\n \n\n conversation_string_aggregates.conversation_admins as all_conversation_admins,\n conversation_string_aggregates.conversation_contacts as all_conversation_contacts\n\n from latest_conversation_enriched\n\n left join conversation_string_aggregates\n on conversation_string_aggregates.conversation_id = latest_conversation_enriched.conversation_id\n and conversation_string_aggregates.source_relation = latest_conversation_enriched.source_relation\n\n left join conversation_part_events\n on conversation_part_events.conversation_id = latest_conversation_enriched.conversation_id\n and conversation_part_events.source_relation = latest_conversation_enriched.source_relation\n\n \n left join contact_enhanced\n on contact_enhanced.contact_id = conversation_part_events.first_contact_author_id\n and contact_enhanced.source_relation = conversation_part_events.source_relation\n \n\n --If you use conversation tags this will be included, if not it will be ignored.\n \n left join conversation_tags_aggregate\n on conversation_tags_aggregate.conversation_id = latest_conversation_enriched.conversation_id\n and conversation_tags_aggregate.source_relation = latest_conversation_enriched.source_relation\n \n\n \n left join team as first_team\n on cast(first_team.team_id as TEXT) = conversation_part_events.first_team_id\n and first_team.source_relation = conversation_part_events.source_relation\n\n left join team as last_team\n on cast(last_team.team_id as TEXT) = conversation_part_events.last_team_id\n and last_team.source_relation = conversation_part_events.source_relation\n \n\n left join admins\n on admins.admin_id = cast(latest_conversation_enriched.conversation_assignee_id as TEXT)\n and admins.source_relation = latest_conversation_enriched.source_relation\n\n)\nselect * \nfrom enriched_final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.intercom__conversation_metrics": {"database": "postgres", "schema": "public_intercom_dev", "name": "intercom__conversation_metrics", "resource_type": "model", "package_name": "intercom", "path": "intercom__conversation_metrics.sql", "original_file_path": "models/intercom__conversation_metrics.sql", "unique_id": "model.intercom.intercom__conversation_metrics", "fqn": ["intercom", "intercom__conversation_metrics"], "alias": "intercom__conversation_metrics", "checksum": {"name": "sha256", "checksum": "965cf155e5f192a218f186fc92ca6e04403126ed0776389097e50cfe47793a82"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "Each record represents a single row from intercom__conversation_enhanced, enriched with aggregates which determine time to first response, time to first close, and time to last close.\n", "columns": {"source_relation": {"name": "source_relation", "description": "Identifies the record's source.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.intercom.source_relation"]}, "count_reopens": {"name": "count_reopens", "description": "The count of conversation parts where the part_type value was 'open'. Note, a conversation part_type must be manually opened by an admin.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "count_total_parts": {"name": "count_total_parts", "description": "The count of total conversation parts for a single given conversation. Max parts are 500.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "count_assignments": {"name": "count_assignments", "description": "The count of conversation parts where the part_type value contained 'assignment'.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "first_contact_reply_at": {"name": "first_contact_reply_at", "description": "The time when the conversation author of type user or lead commented in a conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "first_assignment_at": {"name": "first_assignment_at", "description": "The time when the first conversation assignment was made.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "time_to_first_assignment_minutes": {"name": "time_to_first_assignment_minutes", "description": "The time difference (not factoring in business hours) between the conversation creation and the first_assignment_at.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "first_admin_response_at": {"name": "first_admin_response_at", "description": "The time when the conversation part author of type admin first commented in a conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "time_to_first_response_minutes": {"name": "time_to_first_response_minutes", "description": "The time difference (not factoring in business hours) between the conversation creation and the first_admin_response_at.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "first_admin_close_at": {"name": "first_admin_close_at", "description": "The time of the first conversation part where part_type was 'close' by an admin indicating the conversation was closed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "first_close_at": {"name": "first_close_at", "description": "The time of the first conversation part where part_type was 'close' by any author type indicating the conversation was closed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "time_to_admin_first_close_minutes": {"name": "time_to_admin_first_close_minutes", "description": "The time difference (not factoring in business hours) between the first_contact_reply_at and the first_admin_close_at.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "time_to_first_close_minutes": {"name": "time_to_first_close_minutes", "description": "The time difference (not factoring in business hours) between the first_contact_reply_at and the first_close_at.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "first_reopen_at": {"name": "first_reopen_at", "description": "The time of the first conversation part where part_type was 'open' indicating the conversation was reopened.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_assignment_at": {"name": "last_assignment_at", "description": "The time of the last conversation assignment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "time_to_last_assignment_minutes": {"name": "time_to_last_assignment_minutes", "description": "The time difference (not factoring in business hours) between the conversation creation and the last_assignment_at.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_contact_reply_at": {"name": "last_contact_reply_at", "description": "The time of the last contact response within the conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_admin_response_at": {"name": "last_admin_response_at", "description": "The time of the last admin response within the conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_reopen_at": {"name": "last_reopen_at", "description": "The time of the last conversation part where part_type was 'open' indicating the conversation was reopened.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_admin_close_at": {"name": "last_admin_close_at", "description": "The time of the last conversation part where part_type was 'close' by an admin indicating the conversation was closed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_close_at": {"name": "last_close_at", "description": "The time of the last conversation part where part_type was 'close' by any author type indicating the conversation was closed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "time_to_admin_last_close_minutes": {"name": "time_to_admin_last_close_minutes", "description": "The time difference (not factoring in business hours) between the last_admin_close_at and the first_contact_reply.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "time_to_last_close_minutes": {"name": "time_to_last_close_minutes", "description": "The time difference (not factoring in business hours) between the last_close_at and the first_contact_reply.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation_id": {"name": "conversation_id", "description": "The id representing the conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation_created_at": {"name": "conversation_created_at", "description": "The time the conversation was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation_last_updated_at": {"name": "conversation_last_updated_at", "description": "The date the conversation was last updated at.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation_type": {"name": "conversation_type", "description": "The type of conversation. This includes conversation push facebook twitter and email.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "all_conversation_tags": {"name": "all_conversation_tags", "description": "String aggregation of all tags associated with the conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation_initiated_type": {"name": "conversation_initiated_type", "description": "How the conversation was initially delivered to the responder.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation_subject": {"name": "conversation_subject", "description": "The subject of the conversation created by the initiator.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation_assignee_id": {"name": "conversation_assignee_id", "description": "The ID of the user assigned to the conversation. If it is not assigned to a user it will return null.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation_assignee_type": {"name": "conversation_assignee_type", "description": "[DEPRECATED] The type of user the conversation is assigned to. If it is not assigned to a user it will show 'unassigned'. Use is_assignee_admin instead.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_assignee_admin": {"name": "is_assignee_admin", "description": "Boolean indicating whether the conversation assignee is an admin user. Determined by joining assignee_id with the admin table. False if conversation is unassigned or assigned to a non-admin user.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation_author_type": {"name": "conversation_author_type", "description": "The type of individual who authored the first message. Will be either contact or admin.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "first_close_by_admin_id": {"name": "first_close_by_admin_id", "description": "The admin_id of the admin who was first assigned to the conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_close_by_admin_id": {"name": "last_close_by_admin_id", "description": "The admin_id of the admin who last closed the conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "first_close_by_author_id": {"name": "first_close_by_author_id", "description": "The author_id of the author (of author_type admin, bot, user, etc.) who was first closed to the conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_close_by_author_id": {"name": "last_close_by_author_id", "description": "The author_id of the author (of author_type admin, bot, user, etc.) who was last closed to the conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "first_contact_author_id": {"name": "first_contact_author_id", "description": "The contact_id of the contact who was first associated with the conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_contact_author_id": {"name": "last_contact_author_id", "description": "The contact_id of the contact who was last associated with the conversation before closing.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation_state": {"name": "conversation_state", "description": "The current state of the conversation (open or close).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_read": {"name": "is_read", "description": "Boolean indicating whether the conversation message has been read.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "waiting_since": {"name": "waiting_since", "description": "The last time a contact responded to an admin. The time a customer started waiting for a response. Set to null if last reply is from an admin.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "snoozed_until": {"name": "snoozed_until", "description": "If set this is the time in the future when this conversation will be marked as open.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sla_name": {"name": "sla_name", "description": "The name of the SLA as given by the teammate when it was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sla_status": {"name": "sla_status", "description": "One of \"hit\", \"missed\", or \"cancelled\".", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "all_conversation_admins": {"name": "all_conversation_admins", "description": "String aggregate of all admins that contributed to the conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "all_conversation_contacts": {"name": "all_conversation_contacts", "description": "String aggregate of all contacts that contributed to the conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "all_contact_company_names": {"name": "all_contact_company_names", "description": "String aggregation of all companies the first_author_contact is associated with.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation_rating": {"name": "conversation_rating", "description": "An optional field for the customer to rate the conversation which will be between 1 and 5.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation_remark": {"name": "conversation_remark", "description": "An optional field to add a remark to correspond to the number rating.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "intercom://models/intercom.yml", "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "table"}, "created_at": 1765992571.394806, "relation_name": "\"postgres\".\"public_intercom_dev\".\"intercom__conversation_metrics\"", "raw_code": "with conversation_part_aggregates as (\n select *\n from {{ ref('int_intercom__conversation_part_aggregates') }}\n),\n\nconversation_enhanced as(\n select *\n from {{ ref('intercom__conversation_enhanced') }}\n),\n\n--Returns time difference aggregates to the conversations_enhanced model. All time metrics are broken down to the second, then divided by 60 to reflect minutes without rounding errors.\nfinal as (\n select \n conversation_enhanced.*,\n conversation_part_aggregates.count_reopens,\n conversation_part_aggregates.count_total_parts,\n conversation_part_aggregates.count_assignments,\n conversation_part_aggregates.first_contact_reply_at,\n conversation_part_aggregates.first_assignment_at,\n round(cast(({{ dbt.datediff(\"conversation_enhanced.conversation_created_at\", \"conversation_part_aggregates.first_assignment_at\", 'second') }}/60) as numeric), 2) as time_to_first_assignment_minutes,\n conversation_part_aggregates.first_admin_response_at,\n round(cast(({{ dbt.datediff(\"conversation_enhanced.conversation_created_at\", \"conversation_part_aggregates.first_admin_response_at\", 'second') }}/60) as numeric), 2) as time_to_first_response_minutes,\n round(cast(({{ dbt.datediff(\"conversation_part_aggregates.first_contact_reply_at\", \"conversation_enhanced.first_admin_close_at\", 'second') }} /60) as numeric), 2) as time_to_admin_first_close_minutes,\n round(cast(({{ dbt.datediff(\"conversation_part_aggregates.first_contact_reply_at\", \"conversation_enhanced.first_close_at\", 'second') }} /60) as numeric), 2) as time_to_first_close_minutes,\n conversation_part_aggregates.first_reopen_at,\n conversation_part_aggregates.last_assignment_at,\n round(cast(({{ dbt.datediff(\"conversation_enhanced.conversation_created_at\", \"conversation_part_aggregates.last_assignment_at\", 'second') }} /60) as numeric), 2) as time_to_last_assignment_minutes,\n conversation_part_aggregates.last_contact_reply_at,\n conversation_part_aggregates.last_admin_response_at,\n conversation_part_aggregates.last_reopen_at,\n round(cast(({{ dbt.datediff(\"conversation_part_aggregates.first_contact_reply_at\", \"conversation_enhanced.last_admin_close_at\", 'second') }} /60) as numeric), 2) as time_to_admin_last_close_minutes,\n round(cast(({{ dbt.datediff(\"conversation_part_aggregates.first_contact_reply_at\", \"conversation_enhanced.last_close_at\", 'second') }} /60) as numeric), 2) as time_to_last_close_minutes\n from conversation_part_aggregates\n\n left join conversation_enhanced\n on conversation_enhanced.conversation_id = conversation_part_aggregates.conversation_id\n and conversation_enhanced.source_relation = conversation_part_aggregates.source_relation\n \n)\n\nselect *\nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "int_intercom__conversation_part_aggregates", "package": null, "version": null}, {"name": "intercom__conversation_enhanced", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.datediff"], "nodes": ["model.intercom.int_intercom__conversation_part_aggregates", "model.intercom.intercom__conversation_enhanced"]}, "compiled_path": "target/compiled/intercom/models/intercom__conversation_metrics.sql", "compiled": true, "compiled_code": "with conversation_part_aggregates as (\n select *\n from \"postgres\".\"public_intercom_dev\".\"int_intercom__conversation_part_aggregates\"\n),\n\nconversation_enhanced as(\n select *\n from \"postgres\".\"public_intercom_dev\".\"intercom__conversation_enhanced\"\n),\n\n--Returns time difference aggregates to the conversations_enhanced model. All time metrics are broken down to the second, then divided by 60 to reflect minutes without rounding errors.\nfinal as (\n select \n conversation_enhanced.*,\n conversation_part_aggregates.count_reopens,\n conversation_part_aggregates.count_total_parts,\n conversation_part_aggregates.count_assignments,\n conversation_part_aggregates.first_contact_reply_at,\n conversation_part_aggregates.first_assignment_at,\n round(cast((\n (\n (\n (\n ((conversation_part_aggregates.first_assignment_at)::date - (conversation_enhanced.conversation_created_at)::date)\n * 24 + date_part('hour', (conversation_part_aggregates.first_assignment_at)::timestamp) - date_part('hour', (conversation_enhanced.conversation_created_at)::timestamp))\n * 60 + date_part('minute', (conversation_part_aggregates.first_assignment_at)::timestamp) - date_part('minute', (conversation_enhanced.conversation_created_at)::timestamp))\n * 60 + floor(date_part('second', (conversation_part_aggregates.first_assignment_at)::timestamp)) - floor(date_part('second', (conversation_enhanced.conversation_created_at)::timestamp)))\n /60) as numeric), 2) as time_to_first_assignment_minutes,\n conversation_part_aggregates.first_admin_response_at,\n round(cast((\n (\n (\n (\n ((conversation_part_aggregates.first_admin_response_at)::date - (conversation_enhanced.conversation_created_at)::date)\n * 24 + date_part('hour', (conversation_part_aggregates.first_admin_response_at)::timestamp) - date_part('hour', (conversation_enhanced.conversation_created_at)::timestamp))\n * 60 + date_part('minute', (conversation_part_aggregates.first_admin_response_at)::timestamp) - date_part('minute', (conversation_enhanced.conversation_created_at)::timestamp))\n * 60 + floor(date_part('second', (conversation_part_aggregates.first_admin_response_at)::timestamp)) - floor(date_part('second', (conversation_enhanced.conversation_created_at)::timestamp)))\n /60) as numeric), 2) as time_to_first_response_minutes,\n round(cast((\n (\n (\n (\n ((conversation_enhanced.first_admin_close_at)::date - (conversation_part_aggregates.first_contact_reply_at)::date)\n * 24 + date_part('hour', (conversation_enhanced.first_admin_close_at)::timestamp) - date_part('hour', (conversation_part_aggregates.first_contact_reply_at)::timestamp))\n * 60 + date_part('minute', (conversation_enhanced.first_admin_close_at)::timestamp) - date_part('minute', (conversation_part_aggregates.first_contact_reply_at)::timestamp))\n * 60 + floor(date_part('second', (conversation_enhanced.first_admin_close_at)::timestamp)) - floor(date_part('second', (conversation_part_aggregates.first_contact_reply_at)::timestamp)))\n /60) as numeric), 2) as time_to_admin_first_close_minutes,\n round(cast((\n (\n (\n (\n ((conversation_enhanced.first_close_at)::date - (conversation_part_aggregates.first_contact_reply_at)::date)\n * 24 + date_part('hour', (conversation_enhanced.first_close_at)::timestamp) - date_part('hour', (conversation_part_aggregates.first_contact_reply_at)::timestamp))\n * 60 + date_part('minute', (conversation_enhanced.first_close_at)::timestamp) - date_part('minute', (conversation_part_aggregates.first_contact_reply_at)::timestamp))\n * 60 + floor(date_part('second', (conversation_enhanced.first_close_at)::timestamp)) - floor(date_part('second', (conversation_part_aggregates.first_contact_reply_at)::timestamp)))\n /60) as numeric), 2) as time_to_first_close_minutes,\n conversation_part_aggregates.first_reopen_at,\n conversation_part_aggregates.last_assignment_at,\n round(cast((\n (\n (\n (\n ((conversation_part_aggregates.last_assignment_at)::date - (conversation_enhanced.conversation_created_at)::date)\n * 24 + date_part('hour', (conversation_part_aggregates.last_assignment_at)::timestamp) - date_part('hour', (conversation_enhanced.conversation_created_at)::timestamp))\n * 60 + date_part('minute', (conversation_part_aggregates.last_assignment_at)::timestamp) - date_part('minute', (conversation_enhanced.conversation_created_at)::timestamp))\n * 60 + floor(date_part('second', (conversation_part_aggregates.last_assignment_at)::timestamp)) - floor(date_part('second', (conversation_enhanced.conversation_created_at)::timestamp)))\n /60) as numeric), 2) as time_to_last_assignment_minutes,\n conversation_part_aggregates.last_contact_reply_at,\n conversation_part_aggregates.last_admin_response_at,\n conversation_part_aggregates.last_reopen_at,\n round(cast((\n (\n (\n (\n ((conversation_enhanced.last_admin_close_at)::date - (conversation_part_aggregates.first_contact_reply_at)::date)\n * 24 + date_part('hour', (conversation_enhanced.last_admin_close_at)::timestamp) - date_part('hour', (conversation_part_aggregates.first_contact_reply_at)::timestamp))\n * 60 + date_part('minute', (conversation_enhanced.last_admin_close_at)::timestamp) - date_part('minute', (conversation_part_aggregates.first_contact_reply_at)::timestamp))\n * 60 + floor(date_part('second', (conversation_enhanced.last_admin_close_at)::timestamp)) - floor(date_part('second', (conversation_part_aggregates.first_contact_reply_at)::timestamp)))\n /60) as numeric), 2) as time_to_admin_last_close_minutes,\n round(cast((\n (\n (\n (\n ((conversation_enhanced.last_close_at)::date - (conversation_part_aggregates.first_contact_reply_at)::date)\n * 24 + date_part('hour', (conversation_enhanced.last_close_at)::timestamp) - date_part('hour', (conversation_part_aggregates.first_contact_reply_at)::timestamp))\n * 60 + date_part('minute', (conversation_enhanced.last_close_at)::timestamp) - date_part('minute', (conversation_part_aggregates.first_contact_reply_at)::timestamp))\n * 60 + floor(date_part('second', (conversation_enhanced.last_close_at)::timestamp)) - floor(date_part('second', (conversation_part_aggregates.first_contact_reply_at)::timestamp)))\n /60) as numeric), 2) as time_to_last_close_minutes\n from conversation_part_aggregates\n\n left join conversation_enhanced\n on conversation_enhanced.conversation_id = conversation_part_aggregates.conversation_id\n and conversation_enhanced.source_relation = conversation_part_aggregates.source_relation\n \n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.intercom__article_enhanced": {"database": "postgres", "schema": "public_intercom_dev", "name": "intercom__article_enhanced", "resource_type": "model", "package_name": "intercom", "path": "intercom__article_enhanced.sql", "original_file_path": "models/intercom__article_enhanced.sql", "unique_id": "model.intercom.intercom__article_enhanced", "fqn": ["intercom", "intercom__article_enhanced"], "alias": "intercom__article_enhanced", "checksum": {"name": "sha256", "checksum": "bc47d39981554196bff0d3ed108f453d965ae9d50a7c4d3442a7f7c95bb71268"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "Each record represents a single help center article, enriched with data from collections, parent collections, authors (admins), and help centers. This model provides a denormalized view of articles with all related entity information for easier reporting and analysis on help center content performance.\n", "columns": {"source_relation": {"name": "source_relation", "description": "Identifies the record's source.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.intercom.source_relation"]}, "article_id": {"name": "article_id", "description": "The unique identifier for the article.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "article_title": {"name": "article_title", "description": "The title of the article.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "article_description": {"name": "article_description", "description": "The description or summary of the article.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "article_body": {"name": "article_body", "description": "The full body content of the article (HTML).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "article_url": {"name": "article_url", "description": "The public URL of the article.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "article_type": {"name": "article_type", "description": "The type of the article (e.g., 'article').", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "article_state": {"name": "article_state", "description": "The publication state of the article (draft, published).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "default_locale": {"name": "default_locale", "description": "The default locale/language of the article.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "workspace_id": {"name": "workspace_id", "description": "The Intercom workspace identifier.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "statistics_views": {"name": "statistics_views", "description": "The number of article views.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "statistics_conversations": {"name": "statistics_conversations", "description": "The number of conversations started from this article.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "statistics_reactions": {"name": "statistics_reactions", "description": "The total number of reactions.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "statistics_happy_reaction_percentage": {"name": "statistics_happy_reaction_percentage", "description": "The percentage of happy reactions.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "statistics_neutral_reaction_percentage": {"name": "statistics_neutral_reaction_percentage", "description": "The percentage of neutral reactions.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "statistics_sad_reaction_percentage": {"name": "statistics_sad_reaction_percentage", "description": "The percentage of sad reactions.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "collection_id": {"name": "collection_id", "description": "The unique identifier of the collection this article belongs to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "collection_name": {"name": "collection_name", "description": "The name of the collection containing this article.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "collection_description": {"name": "collection_description", "description": "The description of the collection.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "collection_url": {"name": "collection_url", "description": "The public URL of the collection.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "collection_icon": {"name": "collection_icon", "description": "The icon identifier for the collection.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "collection_display_order": {"name": "collection_display_order", "description": "The display order of the collection within its parent.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "parent_collection_id": {"name": "parent_collection_id", "description": "The unique identifier of the parent collection (for nested sections).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "parent_collection_name": {"name": "parent_collection_name", "description": "The name of the parent collection.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "parent_collection_url": {"name": "parent_collection_url", "description": "The URL of the parent collection.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "author_id": {"name": "author_id", "description": "The unique identifier of the admin who authored the article.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "author_name": {"name": "author_name", "description": "The name of the article author.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "author_job_title": {"name": "author_job_title", "description": "The job title of the article author.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "help_center_id": {"name": "help_center_id", "description": "The unique identifier of the help center.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "help_center_name": {"name": "help_center_name", "description": "The name of the help center.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "help_center_identifier": {"name": "help_center_identifier", "description": "The URL-friendly identifier for the help center.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_help_center_website_enabled": {"name": "is_help_center_website_enabled", "description": "Boolean indicating whether the help center website is enabled.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "article_created_at": {"name": "article_created_at", "description": "The time the article was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "article_updated_at": {"name": "article_updated_at", "description": "The time the article was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_published": {"name": "is_published", "description": "Boolean flag indicating if article state is 'published'.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_in_nested_section": {"name": "is_in_nested_section", "description": "Boolean flag indicating if the article is in a nested section (collection with parent).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_active": {"name": "_fivetran_active", "description": "Boolean to identify an active record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_start": {"name": "_fivetran_start", "description": "Timestamp to record the time that a record is ingested by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_end": {"name": "_fivetran_end", "description": "Timestamp to record the time when a record became inactive in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "intercom://models/intercom.yml", "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "table", "enabled": true}, "created_at": 1765992571.3597322, "relation_name": "\"postgres\".\"public_intercom_dev\".\"intercom__article_enhanced\"", "raw_code": "{% set using_articles = var('intercom__using_articles', True) %}\n{% set using_collection_history = var('intercom__using_collection_history', True) %}\n{% set using_help_center_history = var('intercom__using_help_center_history', True) and using_collection_history %}\n\n--To disable this model, set the intercom__using_articles variable within your dbt_project.yml file to False.\n{{ config(enabled=using_articles) }}\n\nwith articles as (\n select *\n from {{ ref('stg_intercom__article_history') }}\n),\n\nadmins as (\n select *\n from {{ ref('stg_intercom__admin') }}\n),\n\n{% if using_collection_history %}\ncollections as (\n select *\n from {{ ref('stg_intercom__collection_history') }}\n),\n{% endif %}\n\n{% if using_help_center_history %}\nhelp_centers as (\n select *\n from {{ ref('stg_intercom__help_center_history') }}\n),\n{% endif %}\n\nfinal as (\n select\n -- Source relation for multi-connection support\n articles.source_relation,\n \n -- Article identifiers\n articles.article_id,\n\n -- Author details\n articles.author_id,\n admins.name as author_name,\n admins.job_title as author_job_title,\n\n -- Article content\n articles.article_title,\n articles.article_description,\n articles.article_body,\n articles.article_url,\n articles.article_type,\n articles.article_state,\n articles.default_locale,\n articles.workspace_id,\n \n -- Article statistics\n articles.statistics_views,\n articles.statistics_conversations,\n articles.statistics_reactions,\n articles.statistics_happy_reaction_percentage,\n articles.statistics_neutral_reaction_percentage,\n articles.statistics_sad_reaction_percentage,\n \n -- Collection details (direct parent)\n articles.collection_id,\n\n {% if using_collection_history %}\n collections.collection_name,\n collections.collection_description,\n collections.collection_url,\n collections.collection_icon,\n collections.display_order as collection_display_order,\n\n -- Parent collection details (for nested sections)\n collections.parent_collection_id,\n parent_collections.collection_name as parent_collection_name,\n parent_collections.collection_url as parent_collection_url,\n\n -- Help center details\n collections.help_center_id,\n\n -- Derived fields\n case\n when collections.parent_collection_id is not null then true\n else false\n end as is_in_nested_section,\n {% endif %}\n\n {% if using_help_center_history %}\n help_centers.help_center_name,\n help_centers.help_center_identifier,\n help_centers.is_website_enabled as is_help_center_website_enabled,\n {% endif %}\n \n -- Timestamps\n articles.created_at as article_created_at,\n articles.updated_at as article_updated_at,\n \n -- Derived fields\n case \n when lower(articles.article_state) = 'published' then true \n else false \n end as is_published,\n \n -- Fivetran metadata\n articles._fivetran_active,\n articles._fivetran_start,\n articles._fivetran_end\n\n -- Pass-through columns from article_history\n {{ fivetran_utils.persist_pass_through_columns(pass_through_variable='intercom__article_history_pass_through_columns', identifier='articles') }}\n\n from articles\n\n left join admins\n on articles.author_id = admins.admin_id\n and articles.source_relation = admins.source_relation\n\n {% if using_collection_history %}\n left join collections\n on articles.collection_id = collections.collection_id\n and articles.source_relation = collections.source_relation\n\n -- Self-join to get parent collection details for nested sections\n left join collections as parent_collections\n on collections.parent_collection_id = parent_collections.collection_id\n and collections.source_relation = parent_collections.source_relation\n {% endif %}\n\n {% if using_help_center_history %}\n left join help_centers\n on collections.help_center_id = help_centers.help_center_id\n and collections.source_relation = help_centers.source_relation\n {% endif %}\n)\n\nselect * \nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__article_history", "package": null, "version": null}, {"name": "stg_intercom__admin", "package": null, "version": null}, {"name": "stg_intercom__collection_history", "package": null, "version": null}, {"name": "stg_intercom__help_center_history", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.persist_pass_through_columns"], "nodes": ["model.intercom.stg_intercom__article_history", "model.intercom.stg_intercom__admin", "model.intercom.stg_intercom__collection_history", "model.intercom.stg_intercom__help_center_history"]}, "compiled_path": "target/compiled/intercom/models/intercom__article_enhanced.sql", "compiled": true, "compiled_code": "\n\n\n\n--To disable this model, set the intercom__using_articles variable within your dbt_project.yml file to False.\n\n\nwith articles as (\n select *\n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__article_history\"\n),\n\nadmins as (\n select *\n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__admin\"\n),\n\n\ncollections as (\n select *\n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__collection_history\"\n),\n\n\n\nhelp_centers as (\n select *\n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__help_center_history\"\n),\n\n\nfinal as (\n select\n -- Source relation for multi-connection support\n articles.source_relation,\n \n -- Article identifiers\n articles.article_id,\n\n -- Author details\n articles.author_id,\n admins.name as author_name,\n admins.job_title as author_job_title,\n\n -- Article content\n articles.article_title,\n articles.article_description,\n articles.article_body,\n articles.article_url,\n articles.article_type,\n articles.article_state,\n articles.default_locale,\n articles.workspace_id,\n \n -- Article statistics\n articles.statistics_views,\n articles.statistics_conversations,\n articles.statistics_reactions,\n articles.statistics_happy_reaction_percentage,\n articles.statistics_neutral_reaction_percentage,\n articles.statistics_sad_reaction_percentage,\n \n -- Collection details (direct parent)\n articles.collection_id,\n\n \n collections.collection_name,\n collections.collection_description,\n collections.collection_url,\n collections.collection_icon,\n collections.display_order as collection_display_order,\n\n -- Parent collection details (for nested sections)\n collections.parent_collection_id,\n parent_collections.collection_name as parent_collection_name,\n parent_collections.collection_url as parent_collection_url,\n\n -- Help center details\n collections.help_center_id,\n\n -- Derived fields\n case\n when collections.parent_collection_id is not null then true\n else false\n end as is_in_nested_section,\n \n\n \n help_centers.help_center_name,\n help_centers.help_center_identifier,\n help_centers.is_website_enabled as is_help_center_website_enabled,\n \n \n -- Timestamps\n articles.created_at as article_created_at,\n articles.updated_at as article_updated_at,\n \n -- Derived fields\n case \n when lower(articles.article_state) = 'published' then true \n else false \n end as is_published,\n \n -- Fivetran metadata\n articles._fivetran_active,\n articles._fivetran_start,\n articles._fivetran_end\n\n -- Pass-through columns from article_history\n \n\n\n\n\n\n from articles\n\n left join admins\n on articles.author_id = admins.admin_id\n and articles.source_relation = admins.source_relation\n\n \n left join collections\n on articles.collection_id = collections.collection_id\n and articles.source_relation = collections.source_relation\n\n -- Self-join to get parent collection details for nested sections\n left join collections as parent_collections\n on collections.parent_collection_id = parent_collections.collection_id\n and collections.source_relation = parent_collections.source_relation\n \n\n \n left join help_centers\n on collections.help_center_id = help_centers.help_center_id\n and collections.source_relation = help_centers.source_relation\n \n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.intercom__company_metrics": {"database": "postgres", "schema": "public_intercom_dev", "name": "intercom__company_metrics", "resource_type": "model", "package_name": "intercom", "path": "intercom__company_metrics.sql", "original_file_path": "models/intercom__company_metrics.sql", "unique_id": "model.intercom.intercom__company_metrics", "fqn": ["intercom", "intercom__company_metrics"], "alias": "intercom__company_metrics", "checksum": {"name": "sha256", "checksum": "403cd4ad61029a15d5685f6c64459871198a508278a4355a77c06c518690bf50"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "Each record represents a single row from intercom__company_enhanced, enriched with aggregates which determine the total conversation count, average satisfaction rating, median time to first response, and median time to last close with contacts associated to a single company.\n", "columns": {"source_relation": {"name": "source_relation", "description": "Identifies the record's source.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.intercom.source_relation"]}, "total_conversations_closed": {"name": "total_conversations_closed", "description": "The total closed conversations with contacts from that company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "average_conversation_parts": {"name": "average_conversation_parts", "description": "The average number of parts associated to a single conversation with contacts from that company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "average_conversation_rating": {"name": "average_conversation_rating", "description": "The average rating given to conversations from contacts associated with a single company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "median_conversations_reopened": {"name": "median_conversations_reopened", "description": "The median value of times a conversation was reopened with contacts from a single company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "median_time_to_first_response_time_minutes": {"name": "median_time_to_first_response_time_minutes", "description": "The median value of time it took for contacts of a single company to receive their first response on a conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "median_time_to_last_close_minutes": {"name": "median_time_to_last_close_minutes", "description": "The median value of time it took for contacts of a single company to receive their last closure of a conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "company_id": {"name": "company_id", "description": "The unique identifier representing the historical Intercom defined company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "company_name": {"name": "company_name", "description": "The name of the company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "created_at": {"name": "created_at", "description": "The time the company was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "all_company_tags": {"name": "all_company_tags", "description": "String aggregation of all tags associated with the company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "website": {"name": "website", "description": "The website associated with the company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "industry": {"name": "industry", "description": "The defined industry the company operates in.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "monthly_spend": {"name": "monthly_spend", "description": "How much revenue the company generates for your business.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "user_count": {"name": "user_count", "description": "The total count of users associated with the company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "session_count": {"name": "session_count", "description": "The count of sessions the company has recorded.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "plan_id": {"name": "plan_id", "description": "Unique identifier representing the company plan.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "plan_name": {"name": "plan_name", "description": "The name of the plan you have associated with the company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "updated_at": {"name": "updated_at", "description": "The time the company was last updated at.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_active": {"name": "_fivetran_active", "description": "Boolean to identify an active record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_start": {"name": "_fivetran_start", "description": "Timestamp to record the time that a record is ingested by Fivetran. This value may not be identical to the time the record was created in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_end": {"name": "_fivetran_end", "description": "Timestamp to record the time when a record became inactive in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "intercom://models/intercom.yml", "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "table", "enabled": true}, "created_at": 1765992571.3679054, "relation_name": "\"postgres\".\"public_intercom_dev\".\"intercom__company_metrics\"", "raw_code": "--To disable this model, set the intercom__using_contact_company variable within your dbt_project.yml file to False.\n{{ config(enabled=var('intercom__using_contact_company', True)) }}\n\nwith conversation_metrics as (\n select *\n from {{ ref('intercom__conversation_metrics') }}\n),\n\ncompany_enhanced as (\n select *\n from {{ ref('intercom__company_enhanced') }}\n),\n\ncontact_company_history as (\n select *\n from {{ ref('stg_intercom__contact_company_history') }}\n),\n\ncontact_enhanced as (\n select *\n from {{ ref('intercom__contact_enhanced') }}\n),\n\n--Aggregates company specific metrics for companies where a contact from that company was attached to the conversation.\ncompany_metrics as (\n select\n company_enhanced.source_relation,\n company_enhanced.company_id,\n sum(case when conversation_metrics.conversation_state = 'closed' then 1 else 0 end) as total_conversations_closed,\n round(cast(avg(conversation_metrics.count_total_parts) as numeric),2) as average_conversation_parts,\n avg(conversation_metrics.conversation_rating) as average_conversation_rating\n from conversation_metrics\n\n left join contact_enhanced\n on contact_enhanced.contact_id = conversation_metrics.first_contact_author_id\n and contact_enhanced.source_relation = conversation_metrics.source_relation\n\n left join contact_company_history\n on contact_company_history.contact_id = contact_enhanced.contact_id\n and contact_company_history.source_relation = contact_enhanced.source_relation\n\n left join company_enhanced\n on company_enhanced.company_id = contact_company_history.company_id\n and company_enhanced.source_relation = contact_company_history.source_relation\n\n group by 1, 2\n),\n\n--Generates the median values for companies where a contact from that company was attached to the conversation.\nmedian_metrics as (\n select\n company_enhanced.source_relation,\n company_enhanced.company_id,\n round(cast({{ fivetran_utils.percentile(\"conversation_metrics.count_reopens\", \"company_enhanced.company_id\", \"0.5\") }} as numeric), 2) as median_conversations_reopened,\n round(cast({{ fivetran_utils.percentile(\"conversation_metrics.time_to_first_response_minutes\", \"company_enhanced.company_id\", \"0.5\") }} as numeric), 2) as median_time_to_first_response_time_minutes,\n round(cast({{ fivetran_utils.percentile(\"conversation_metrics.time_to_first_close_minutes\", \"company_enhanced.company_id\", \"0.5\") }} as numeric), 2) as median_time_to_first_close_minutes,\n round(cast({{ fivetran_utils.percentile(\"conversation_metrics.time_to_last_close_minutes\", \"company_enhanced.company_id\", \"0.5\") }} as numeric), 2) as median_time_to_last_close_minutes\n from conversation_metrics\n\n left join contact_enhanced\n on contact_enhanced.contact_id = conversation_metrics.first_contact_author_id\n and contact_enhanced.source_relation = conversation_metrics.source_relation\n\n left join contact_company_history\n on contact_company_history.contact_id = contact_enhanced.contact_id\n and contact_company_history.source_relation = contact_enhanced.source_relation\n\n left join company_enhanced\n on company_enhanced.company_id = contact_company_history.company_id\n and company_enhanced.source_relation = contact_company_history.source_relation\n\n--The Postgres warehouse does not allow for a group by argument within the `percentile` function. As such, we will apply the group by for all statements at the end of the query for Postgres only.\n {% if target.type == 'postgres' %}\n group by 1, 2\n {% endif %}\n),\n\n--Joins the aggregate, and median CTEs to the company_enhanced model. Distinct is necessary to keep grain with median values and aggregates.\nfinal as (\n select distinct\n company_enhanced.*,\n company_metrics.total_conversations_closed,\n company_metrics.average_conversation_parts,\n company_metrics.average_conversation_rating,\n median_metrics.median_conversations_reopened,\n median_metrics.median_time_to_first_response_time_minutes,\n median_metrics.median_time_to_last_close_minutes\n from company_enhanced\n\n left join company_metrics\n on company_metrics.company_id = company_enhanced.company_id\n and company_metrics.source_relation = company_enhanced.source_relation\n\n left join median_metrics\n on median_metrics.company_id = company_enhanced.company_id\n and median_metrics.source_relation = company_enhanced.source_relation\n)\n\nselect * \nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "intercom__conversation_metrics", "package": null, "version": null}, {"name": "intercom__company_enhanced", "package": null, "version": null}, {"name": "stg_intercom__contact_company_history", "package": null, "version": null}, {"name": "intercom__contact_enhanced", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.percentile"], "nodes": ["model.intercom.intercom__conversation_metrics", "model.intercom.intercom__company_enhanced", "model.intercom.stg_intercom__contact_company_history", "model.intercom.intercom__contact_enhanced"]}, "compiled_path": "target/compiled/intercom/models/intercom__company_metrics.sql", "compiled": true, "compiled_code": "--To disable this model, set the intercom__using_contact_company variable within your dbt_project.yml file to False.\n\n\nwith conversation_metrics as (\n select *\n from \"postgres\".\"public_intercom_dev\".\"intercom__conversation_metrics\"\n),\n\ncompany_enhanced as (\n select *\n from \"postgres\".\"public_intercom_dev\".\"intercom__company_enhanced\"\n),\n\ncontact_company_history as (\n select *\n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__contact_company_history\"\n),\n\ncontact_enhanced as (\n select *\n from \"postgres\".\"public_intercom_dev\".\"intercom__contact_enhanced\"\n),\n\n--Aggregates company specific metrics for companies where a contact from that company was attached to the conversation.\ncompany_metrics as (\n select\n company_enhanced.source_relation,\n company_enhanced.company_id,\n sum(case when conversation_metrics.conversation_state = 'closed' then 1 else 0 end) as total_conversations_closed,\n round(cast(avg(conversation_metrics.count_total_parts) as numeric),2) as average_conversation_parts,\n avg(conversation_metrics.conversation_rating) as average_conversation_rating\n from conversation_metrics\n\n left join contact_enhanced\n on contact_enhanced.contact_id = conversation_metrics.first_contact_author_id\n and contact_enhanced.source_relation = conversation_metrics.source_relation\n\n left join contact_company_history\n on contact_company_history.contact_id = contact_enhanced.contact_id\n and contact_company_history.source_relation = contact_enhanced.source_relation\n\n left join company_enhanced\n on company_enhanced.company_id = contact_company_history.company_id\n and company_enhanced.source_relation = contact_company_history.source_relation\n\n group by 1, 2\n),\n\n--Generates the median values for companies where a contact from that company was attached to the conversation.\nmedian_metrics as (\n select\n company_enhanced.source_relation,\n company_enhanced.company_id,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by conversation_metrics.count_reopens )\n /* have to group by partition field */\n\n as numeric), 2) as median_conversations_reopened,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by conversation_metrics.time_to_first_response_minutes )\n /* have to group by partition field */\n\n as numeric), 2) as median_time_to_first_response_time_minutes,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by conversation_metrics.time_to_first_close_minutes )\n /* have to group by partition field */\n\n as numeric), 2) as median_time_to_first_close_minutes,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by conversation_metrics.time_to_last_close_minutes )\n /* have to group by partition field */\n\n as numeric), 2) as median_time_to_last_close_minutes\n from conversation_metrics\n\n left join contact_enhanced\n on contact_enhanced.contact_id = conversation_metrics.first_contact_author_id\n and contact_enhanced.source_relation = conversation_metrics.source_relation\n\n left join contact_company_history\n on contact_company_history.contact_id = contact_enhanced.contact_id\n and contact_company_history.source_relation = contact_enhanced.source_relation\n\n left join company_enhanced\n on company_enhanced.company_id = contact_company_history.company_id\n and company_enhanced.source_relation = contact_company_history.source_relation\n\n--The Postgres warehouse does not allow for a group by argument within the `percentile` function. As such, we will apply the group by for all statements at the end of the query for Postgres only.\n \n group by 1, 2\n \n),\n\n--Joins the aggregate, and median CTEs to the company_enhanced model. Distinct is necessary to keep grain with median values and aggregates.\nfinal as (\n select distinct\n company_enhanced.*,\n company_metrics.total_conversations_closed,\n company_metrics.average_conversation_parts,\n company_metrics.average_conversation_rating,\n median_metrics.median_conversations_reopened,\n median_metrics.median_time_to_first_response_time_minutes,\n median_metrics.median_time_to_last_close_minutes\n from company_enhanced\n\n left join company_metrics\n on company_metrics.company_id = company_enhanced.company_id\n and company_metrics.source_relation = company_enhanced.source_relation\n\n left join median_metrics\n on median_metrics.company_id = company_enhanced.company_id\n and median_metrics.source_relation = company_enhanced.source_relation\n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.intercom__admin_metrics": {"database": "postgres", "schema": "public_intercom_dev", "name": "intercom__admin_metrics", "resource_type": "model", "package_name": "intercom", "path": "intercom__admin_metrics.sql", "original_file_path": "models/intercom__admin_metrics.sql", "unique_id": "model.intercom.intercom__admin_metrics", "fqn": ["intercom", "intercom__admin_metrics"], "alias": "intercom__admin_metrics", "checksum": {"name": "sha256", "checksum": "733b876d21093fd2dfe98ef60fa5439574a77c3754dce17ac851ce17bba17ba1"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "Each record represents an individual admin (employee) and a unique team they are assigned on, enriched with admin specific conversation aggregates. For example, the admin's total conversations, average rating, and median response times by specific team.\n", "columns": {"source_relation": {"name": "source_relation", "description": "Identifies the record's source.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.intercom.source_relation"]}, "admin_id": {"name": "admin_id", "description": "The unique identifier representing the admin.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "admin_name": {"name": "admin_name", "description": "The name of the admin.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "team_name": {"name": "team_name", "description": "The team the admin is associated with.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "team_id": {"name": "team_id", "description": "The team ID the admin is associated with.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "job_title": {"name": "job_title", "description": "The admin job title.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "total_conversations_closed": {"name": "total_conversations_closed", "description": "The admins sum of total closed conversations.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "average_conversation_parts": {"name": "average_conversation_parts", "description": "The admins average number of parts associated with a single conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "average_conversation_rating": {"name": "average_conversation_rating", "description": "The admins total average rating given to conversations they closed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "median_conversations_reopened": {"name": "median_conversations_reopened", "description": "The admins median value of times they reopened conversations.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "median_conversation_assignments": {"name": "median_conversation_assignments", "description": "The admins median value of times they closed a conversation and had other assignees on the conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "median_time_to_first_response_time_minutes": {"name": "median_time_to_first_response_time_minutes", "description": "The admins median value of time it took for their first response on a conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "median_time_to_last_close_minutes": {"name": "median_time_to_last_close_minutes", "description": "The admins median value of time it took to the last closure of a conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "intercom://models/intercom.yml", "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "table"}, "created_at": 1765992571.345108, "relation_name": "\"postgres\".\"public_intercom_dev\".\"intercom__admin_metrics\"", "raw_code": "with conversation_metrics as (\n select *\n from {{ ref('intercom__conversation_metrics') }}\n where is_assignee_admin\n),\n\nadmin_table as (\n select *\n from {{ ref('stg_intercom__admin') }}\n),\n\n{% if var('intercom__using_team', True) %}\nteam_admin as (\n select *\n from {{ ref('stg_intercom__team_admin') }}\n),\n\nteam as (\n select *\n from {{ ref('stg_intercom__team') }}\n),\n{% endif %}\n\n--Aggregates admin specific metrics. The admin in question is the one who last closed the conversations.\nadmin_metrics as (\n select\n source_relation,\n last_close_by_admin_id,\n sum(case when conversation_metrics.conversation_state = 'closed' then 1 else 0 end) as total_conversations_closed,\n round(avg(conversation_metrics.count_total_parts),2) as average_conversation_parts,\n avg(conversation_metrics.conversation_rating) as average_conversation_rating\n from conversation_metrics\n\n group by 1, 2\n),\n\n--Generates the median values for admins who last closed conversations.\nmedian_metrics as (\n select\n source_relation,\n last_close_by_admin_id,\n round(cast({{ fivetran_utils.percentile(\"conversation_metrics.count_reopens\", \"last_close_by_admin_id\", \"0.5\") }} as numeric), 2) as median_conversations_reopened,\n round(cast({{ fivetran_utils.percentile(\"conversation_metrics.count_assignments\", \"last_close_by_admin_id\", \"0.5\") }} as numeric), 2) as median_conversation_assignments,\n round(cast({{ fivetran_utils.percentile(\"conversation_metrics.time_to_first_response_minutes\", \"last_close_by_admin_id\", \"0.5\") }} as numeric), 2) as median_time_to_first_response_time_minutes,\n round(cast({{ fivetran_utils.percentile(\"conversation_metrics.time_to_first_close_minutes\", \"last_close_by_admin_id\", \"0.5\") }} as numeric), 2) as median_time_to_first_close_minutes,\n round(cast({{ fivetran_utils.percentile(\"conversation_metrics.time_to_last_close_minutes\", \"last_close_by_admin_id\", \"0.5\") }} as numeric), 2) as median_time_to_last_close_minutes\n from conversation_metrics\n--The Postgres warehouse does not allow for a group by argument within the `percentile` function. As such, we will apply the group by for all statements at the end of the query for Postgres only.\n {% if target.type == 'postgres' %}\n group by 1, 2\n {% endif %}\n),\n\n--Joins the aggregate, and median CTEs to the admin table with team enrichment. Distinct is necessary to keep grain with median values and aggregates.\nfinal as (\n select distinct\n admin_table.source_relation,\n admin_table.admin_id,\n admin_table.name as admin_name,\n\n {% if var('intercom__using_team', True) %}\n team.team_id as team_id,\n team.name as team_name,\n {% endif %}\n\n admin_table.job_title,\n admin_metrics.total_conversations_closed,\n admin_metrics.average_conversation_parts,\n admin_metrics.average_conversation_rating,\n median_metrics.median_conversations_reopened,\n median_metrics.median_conversation_assignments,\n median_metrics.median_time_to_first_response_time_minutes,\n median_metrics.median_time_to_last_close_minutes\n from admin_table\n\n left join admin_metrics\n on admin_metrics.last_close_by_admin_id = admin_table.admin_id\n and admin_metrics.source_relation = admin_table.source_relation\n\n left join median_metrics\n on median_metrics.last_close_by_admin_id = admin_table.admin_id\n and median_metrics.source_relation = admin_table.source_relation\n\n {% if var('intercom__using_team', True) %}\n left join team_admin\n on team_admin.admin_id = admin_table.admin_id\n and team_admin.source_relation = admin_table.source_relation\n\n left join team\n on team.team_id = team_admin.team_id\n and team.source_relation = team_admin.source_relation\n {% endif %}\n)\n\nselect * \nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "intercom__conversation_metrics", "package": null, "version": null}, {"name": "stg_intercom__admin", "package": null, "version": null}, {"name": "stg_intercom__team_admin", "package": null, "version": null}, {"name": "stg_intercom__team", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.percentile"], "nodes": ["model.intercom.intercom__conversation_metrics", "model.intercom.stg_intercom__admin", "model.intercom.stg_intercom__team_admin", "model.intercom.stg_intercom__team"]}, "compiled_path": "target/compiled/intercom/models/intercom__admin_metrics.sql", "compiled": true, "compiled_code": "with conversation_metrics as (\n select *\n from \"postgres\".\"public_intercom_dev\".\"intercom__conversation_metrics\"\n where is_assignee_admin\n),\n\nadmin_table as (\n select *\n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__admin\"\n),\n\n\nteam_admin as (\n select *\n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__team_admin\"\n),\n\nteam as (\n select *\n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__team\"\n),\n\n\n--Aggregates admin specific metrics. The admin in question is the one who last closed the conversations.\nadmin_metrics as (\n select\n source_relation,\n last_close_by_admin_id,\n sum(case when conversation_metrics.conversation_state = 'closed' then 1 else 0 end) as total_conversations_closed,\n round(avg(conversation_metrics.count_total_parts),2) as average_conversation_parts,\n avg(conversation_metrics.conversation_rating) as average_conversation_rating\n from conversation_metrics\n\n group by 1, 2\n),\n\n--Generates the median values for admins who last closed conversations.\nmedian_metrics as (\n select\n source_relation,\n last_close_by_admin_id,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by conversation_metrics.count_reopens )\n /* have to group by partition field */\n\n as numeric), 2) as median_conversations_reopened,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by conversation_metrics.count_assignments )\n /* have to group by partition field */\n\n as numeric), 2) as median_conversation_assignments,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by conversation_metrics.time_to_first_response_minutes )\n /* have to group by partition field */\n\n as numeric), 2) as median_time_to_first_response_time_minutes,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by conversation_metrics.time_to_first_close_minutes )\n /* have to group by partition field */\n\n as numeric), 2) as median_time_to_first_close_minutes,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by conversation_metrics.time_to_last_close_minutes )\n /* have to group by partition field */\n\n as numeric), 2) as median_time_to_last_close_minutes\n from conversation_metrics\n--The Postgres warehouse does not allow for a group by argument within the `percentile` function. As such, we will apply the group by for all statements at the end of the query for Postgres only.\n \n group by 1, 2\n \n),\n\n--Joins the aggregate, and median CTEs to the admin table with team enrichment. Distinct is necessary to keep grain with median values and aggregates.\nfinal as (\n select distinct\n admin_table.source_relation,\n admin_table.admin_id,\n admin_table.name as admin_name,\n\n \n team.team_id as team_id,\n team.name as team_name,\n \n\n admin_table.job_title,\n admin_metrics.total_conversations_closed,\n admin_metrics.average_conversation_parts,\n admin_metrics.average_conversation_rating,\n median_metrics.median_conversations_reopened,\n median_metrics.median_conversation_assignments,\n median_metrics.median_time_to_first_response_time_minutes,\n median_metrics.median_time_to_last_close_minutes\n from admin_table\n\n left join admin_metrics\n on admin_metrics.last_close_by_admin_id = admin_table.admin_id\n and admin_metrics.source_relation = admin_table.source_relation\n\n left join median_metrics\n on median_metrics.last_close_by_admin_id = admin_table.admin_id\n and median_metrics.source_relation = admin_table.source_relation\n\n \n left join team_admin\n on team_admin.admin_id = admin_table.admin_id\n and team_admin.source_relation = admin_table.source_relation\n\n left join team\n on team.team_id = team_admin.team_id\n and team.source_relation = team_admin.source_relation\n \n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.intercom__company_enhanced": {"database": "postgres", "schema": "public_intercom_dev", "name": "intercom__company_enhanced", "resource_type": "model", "package_name": "intercom", "path": "intercom__company_enhanced.sql", "original_file_path": "models/intercom__company_enhanced.sql", "unique_id": "model.intercom.intercom__company_enhanced", "fqn": ["intercom", "intercom__company_enhanced"], "alias": "intercom__company_enhanced", "checksum": {"name": "sha256", "checksum": "697d474d03b23faced8bb0955f4af7ff3dd42c8d4f8bfdab31a8d5416140422e"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "Each record represents a single company, enriched with data related to the company industry, monthly_spend, and user_count.\n", "columns": {"source_relation": {"name": "source_relation", "description": "Identifies the record's source.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.intercom.source_relation"]}, "company_id": {"name": "company_id", "description": "The unique identifier representing the historical Intercom defined company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "company_name": {"name": "company_name", "description": "The name of the company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "created_at": {"name": "created_at", "description": "The time the company was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "all_company_tags": {"name": "all_company_tags", "description": "String aggregation of all tags associated with the company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "website": {"name": "website", "description": "The website associated with the company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "industry": {"name": "industry", "description": "The defined industry the company operates in.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "monthly_spend": {"name": "monthly_spend", "description": "How much revenue the company generates for your business.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "user_count": {"name": "user_count", "description": "The total count of users associated with the company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "session_count": {"name": "session_count", "description": "The count of sessions the company has recorded.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "plan_id": {"name": "plan_id", "description": "Unique identifier representing the company plan.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "plan_name": {"name": "plan_name", "description": "The name of the plan you have associated with the company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "updated_at": {"name": "updated_at", "description": "The time the company was last updated at.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_active": {"name": "_fivetran_active", "description": "Boolean to identify an active record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_start": {"name": "_fivetran_start", "description": "Timestamp to record the time that a record is ingested by Fivetran. This value may not be identical to the time the record was created in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_end": {"name": "_fivetran_end", "description": "Timestamp to record the time when a record became inactive in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "intercom://models/intercom.yml", "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "table", "enabled": true}, "created_at": 1765992571.3649955, "relation_name": "\"postgres\".\"public_intercom_dev\".\"intercom__company_enhanced\"", "raw_code": "--To disable this model, set the intercom__using_contact_company variable within your dbt_project.yml file to False.\n{{ config(enabled=var('intercom__using_contact_company', True)) }}\n\nwith company_history as (\n select *\n from {{ ref('stg_intercom__company_history') }}\n),\n\n--If you use company tags this will be included, if not it will be ignored.\n{% if var('intercom__using_company_tags', True) %}\ncompany_tags as (\n select *\n from {{ ref('stg_intercom__company_tag_history') }}\n),\n\ntags as (\n select *\n from {{ ref('stg_intercom__tag') }}\n),\n\n--Aggregates the tags associated with a single company into an array.\ncompany_tags_aggregate as (\n select\n company_history.source_relation,\n company_history.company_id,\n {{ fivetran_utils.string_agg('distinct tags.name', \"', '\" ) }} as all_company_tags\n from company_history\n\n left join company_tags\n on company_tags.company_id = company_history.company_id\n and company_tags.source_relation = company_history.source_relation\n\n left join tags\n on tags.tag_id = company_tags.tag_id\n and tags.source_relation = company_tags.source_relation\n\n group by 1, 2\n),\n{% endif %}\n\n--Enriches the base company table with tag details (if company tags are used).\nenhanced as (\n select\n company_history.*\n\n --If you use company tags this will be included, if not it will be ignored.\n {% if var('intercom__using_company_tags', True) %}\n ,company_tags_aggregate.all_company_tags\n {% endif %}\n\n from company_history\n\n --If you use company tags this will be included, if not it will be ignored.\n {% if var('intercom__using_company_tags', True) %}\n left join company_tags_aggregate\n on company_tags_aggregate.company_id = company_history.company_id\n and company_tags_aggregate.source_relation = company_history.source_relation\n {% endif %}\n)\n\nselect * \nfrom enhanced", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__company_history", "package": null, "version": null}, {"name": "stg_intercom__company_tag_history", "package": null, "version": null}, {"name": "stg_intercom__tag", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.string_agg"], "nodes": ["model.intercom.stg_intercom__company_history", "model.intercom.stg_intercom__company_tag_history", "model.intercom.stg_intercom__tag"]}, "compiled_path": "target/compiled/intercom/models/intercom__company_enhanced.sql", "compiled": true, "compiled_code": "--To disable this model, set the intercom__using_contact_company variable within your dbt_project.yml file to False.\n\n\nwith company_history as (\n select *\n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__company_history\"\n),\n\n--If you use company tags this will be included, if not it will be ignored.\n\ncompany_tags as (\n select *\n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__company_tag_history\"\n),\n\ntags as (\n select *\n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__tag\"\n),\n\n--Aggregates the tags associated with a single company into an array.\ncompany_tags_aggregate as (\n select\n company_history.source_relation,\n company_history.company_id,\n \n string_agg(distinct tags.name, ', ')\n\n as all_company_tags\n from company_history\n\n left join company_tags\n on company_tags.company_id = company_history.company_id\n and company_tags.source_relation = company_history.source_relation\n\n left join tags\n on tags.tag_id = company_tags.tag_id\n and tags.source_relation = company_tags.source_relation\n\n group by 1, 2\n),\n\n\n--Enriches the base company table with tag details (if company tags are used).\nenhanced as (\n select\n company_history.*\n\n --If you use company tags this will be included, if not it will be ignored.\n \n ,company_tags_aggregate.all_company_tags\n \n\n from company_history\n\n --If you use company tags this will be included, if not it will be ignored.\n \n left join company_tags_aggregate\n on company_tags_aggregate.company_id = company_history.company_id\n and company_tags_aggregate.source_relation = company_history.source_relation\n \n)\n\nselect * \nfrom enhanced", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.intercom__contact_enhanced": {"database": "postgres", "schema": "public_intercom_dev", "name": "intercom__contact_enhanced", "resource_type": "model", "package_name": "intercom", "path": "intercom__contact_enhanced.sql", "original_file_path": "models/intercom__contact_enhanced.sql", "unique_id": "model.intercom.intercom__contact_enhanced", "fqn": ["intercom", "intercom__contact_enhanced"], "alias": "intercom__contact_enhanced", "checksum": {"name": "sha256", "checksum": "3f4e2f2758d9aa0c3ac9af27064f2c5f44ce8823c3d91ebf70f116ddcf06c3b3"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "Each record represents a single contact, enriched with data identifying the contacts role, if they have unsubscribed from the email list, last contacted information, and which company they belong to.\n", "columns": {"source_relation": {"name": "source_relation", "description": "Identifies the record's source.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.intercom.source_relation"]}, "contact_id": {"name": "contact_id", "description": "The unique identifier for the contact which is given by Intercom.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "contact_name": {"name": "contact_name", "description": "The name of the contact.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "admin_id": {"name": "admin_id", "description": "The unique identifier representing the admin which has been assigned ownership of the contact.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "created_at": {"name": "created_at", "description": "The time when the contact was created within Intercom.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "updated_at": {"name": "updated_at", "description": "The time when the contact was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "signed_up_at": {"name": "signed_up_at", "description": "The time the contact signed up.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "all_contact_tags": {"name": "all_contact_tags", "description": "String aggregation of all tags associated with the contact.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "contact_role": {"name": "contact_role", "description": "The role of the contact (user or lead).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "contact_email": {"name": "contact_email", "description": "The contacts email.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_contacted_at": {"name": "last_contacted_at", "description": "The time when the contact was last messaged.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_email_opened_at": {"name": "last_email_opened_at", "description": "The time when a contact last opened an email.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_email_clicked_at": {"name": "last_email_clicked_at", "description": "The time when the contact last clicked a link in an email.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_replied_at": {"name": "last_replied_at", "description": "The time when the contact last messaged in.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_unsubscribed_from_emails": {"name": "is_unsubscribed_from_emails", "description": "Boolean indicating whether the contact has unsubscribed from emails.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "all_contact_company_names": {"name": "all_contact_company_names", "description": "String aggregation of all companies the contact is associated with.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_active": {"name": "_fivetran_active", "description": "Boolean to identify an active record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_start": {"name": "_fivetran_start", "description": "Timestamp to record the time that a record is ingested by Fivetran. This value may not be identical to the time the record was created in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_end": {"name": "_fivetran_end", "description": "Timestamp to record the time when a record became inactive in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "intercom://models/intercom.yml", "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "table"}, "created_at": 1765992571.3731778, "relation_name": "\"postgres\".\"public_intercom_dev\".\"intercom__contact_enhanced\"", "raw_code": "--take latest contact history to get the last update for the contact\nwith contact_latest as (\n select *\n from {{ ref('stg_intercom__contact_history') }}\n where coalesce(_fivetran_active, true)\n),\n\n--If you use the contact company table this will be included, if not it will be ignored.\n{% if var('intercom__using_contact_company', True) %}\ncontact_company_history as (\n select *\n from {{ ref('stg_intercom__contact_company_history') }}\n),\n\ncompany_history as (\n select *\n from {{ ref('stg_intercom__company_history') }}\n),\n{% endif %} \n\n--If you use contact tags this will be included, if not it will be ignored.\n{% if var('intercom__using_contact_tags', True) %}\ncontact_tags as (\n select *\n from {{ ref('stg_intercom__contact_tag_history') }}\n),\n\ntags as (\n select *\n from {{ ref('stg_intercom__tag') }}\n),\n\n--Aggregates the tags associated with a single contact into an array.\ncontact_tags_aggregate as (\n select\n contact_latest.source_relation,\n contact_latest.contact_id,\n {{ fivetran_utils.string_agg('distinct tags.name', \"', '\" ) }} as all_contact_tags\n from contact_latest\n\n left join contact_tags\n on contact_tags.contact_id = contact_latest.contact_id\n and contact_tags.source_relation = contact_latest.source_relation\n\n left join tags\n on tags.tag_id = contact_tags.tag_id\n and tags.source_relation = contact_tags.source_relation\n\n group by 1, 2\n),\n{% endif %}\n\n--If you use the contact company table this will be included, if not it will be ignored.\n{% if var('intercom__using_contact_company', True) %}\ncontact_company_array as (\n select\n contact_latest.source_relation,\n contact_latest.contact_id,\n {{ fivetran_utils.string_agg('distinct company_history.company_name', \"', '\" ) }} as all_contact_company_names\n\n from contact_latest\n\n left join contact_company_history\n on contact_company_history.contact_id = contact_latest.contact_id\n and contact_company_history.source_relation = contact_latest.source_relation\n\n left join company_history\n on company_history.company_id = contact_company_history.company_id\n and company_history.source_relation = contact_company_history.source_relation\n\n group by 1, 2\n),\n{% endif %}\n\n--Joins the contact table with tags (if used) as well as the contact company (if used).\nfinal as (\n select\n contact_latest.*\n \n --If you use contact tags this will be included, if not it will be ignored.\n {% if var('intercom__using_contact_tags', True) %}\n ,contact_tags_aggregate.all_contact_tags\n {% endif %}\n\n --If you use the contact company table this will be included, if not it will be ignored.\n {% if var('intercom__using_contact_company', True) %}\n ,contact_company_array.all_contact_company_names\n {% endif %}\n\n from contact_latest\n\n --If you use the contact company table this will be included, if not it will be ignored.\n {% if var('intercom__using_contact_company', True) %}\n left join contact_company_array\n on contact_company_array.contact_id = contact_latest.contact_id\n and contact_company_array.source_relation = contact_latest.source_relation\n {% endif %}\n\n --If you use the contact tags table this will be included, if not it will be ignored.\n {% if var('intercom__using_contact_tags', True) %}\n left join contact_tags_aggregate\n on contact_tags_aggregate.contact_id = contact_latest.contact_id\n and contact_tags_aggregate.source_relation = contact_latest.source_relation\n {% endif %}\n)\n\nselect *\nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__contact_history", "package": null, "version": null}, {"name": "stg_intercom__contact_company_history", "package": null, "version": null}, {"name": "stg_intercom__company_history", "package": null, "version": null}, {"name": "stg_intercom__contact_tag_history", "package": null, "version": null}, {"name": "stg_intercom__tag", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.string_agg"], "nodes": ["model.intercom.stg_intercom__contact_history", "model.intercom.stg_intercom__contact_company_history", "model.intercom.stg_intercom__company_history", "model.intercom.stg_intercom__contact_tag_history", "model.intercom.stg_intercom__tag"]}, "compiled_path": "target/compiled/intercom/models/intercom__contact_enhanced.sql", "compiled": true, "compiled_code": "--take latest contact history to get the last update for the contact\nwith contact_latest as (\n select *\n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__contact_history\"\n where coalesce(_fivetran_active, true)\n),\n\n--If you use the contact company table this will be included, if not it will be ignored.\n\ncontact_company_history as (\n select *\n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__contact_company_history\"\n),\n\ncompany_history as (\n select *\n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__company_history\"\n),\n \n\n--If you use contact tags this will be included, if not it will be ignored.\n\ncontact_tags as (\n select *\n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__contact_tag_history\"\n),\n\ntags as (\n select *\n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__tag\"\n),\n\n--Aggregates the tags associated with a single contact into an array.\ncontact_tags_aggregate as (\n select\n contact_latest.source_relation,\n contact_latest.contact_id,\n \n string_agg(distinct tags.name, ', ')\n\n as all_contact_tags\n from contact_latest\n\n left join contact_tags\n on contact_tags.contact_id = contact_latest.contact_id\n and contact_tags.source_relation = contact_latest.source_relation\n\n left join tags\n on tags.tag_id = contact_tags.tag_id\n and tags.source_relation = contact_tags.source_relation\n\n group by 1, 2\n),\n\n\n--If you use the contact company table this will be included, if not it will be ignored.\n\ncontact_company_array as (\n select\n contact_latest.source_relation,\n contact_latest.contact_id,\n \n string_agg(distinct company_history.company_name, ', ')\n\n as all_contact_company_names\n\n from contact_latest\n\n left join contact_company_history\n on contact_company_history.contact_id = contact_latest.contact_id\n and contact_company_history.source_relation = contact_latest.source_relation\n\n left join company_history\n on company_history.company_id = contact_company_history.company_id\n and company_history.source_relation = contact_company_history.source_relation\n\n group by 1, 2\n),\n\n\n--Joins the contact table with tags (if used) as well as the contact company (if used).\nfinal as (\n select\n contact_latest.*\n \n --If you use contact tags this will be included, if not it will be ignored.\n \n ,contact_tags_aggregate.all_contact_tags\n \n\n --If you use the contact company table this will be included, if not it will be ignored.\n \n ,contact_company_array.all_contact_company_names\n \n\n from contact_latest\n\n --If you use the contact company table this will be included, if not it will be ignored.\n \n left join contact_company_array\n on contact_company_array.contact_id = contact_latest.contact_id\n and contact_company_array.source_relation = contact_latest.source_relation\n \n\n --If you use the contact tags table this will be included, if not it will be ignored.\n \n left join contact_tags_aggregate\n on contact_tags_aggregate.contact_id = contact_latest.contact_id\n and contact_tags_aggregate.source_relation = contact_latest.source_relation\n \n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.stg_intercom__contact_history": {"database": "postgres", "schema": "public_intercom_dev", "name": "stg_intercom__contact_history", "resource_type": "model", "package_name": "intercom", "path": "staging/stg_intercom__contact_history.sql", "original_file_path": "models/staging/stg_intercom__contact_history.sql", "unique_id": "model.intercom.stg_intercom__contact_history", "fqn": ["intercom", "staging", "stg_intercom__contact_history"], "alias": "stg_intercom__contact_history", "checksum": {"name": "sha256", "checksum": "841fea79a694b0d473625a699e0c48aee6744b636b833a47bf004b0f4ed409f2"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "Table which provides historical details on contacts within Intercom.", "columns": {"source_relation": {"name": "source_relation", "description": "Identifies the record's source.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.intercom.source_relation"]}, "contact_id": {"name": "contact_id", "description": "The unique identifier for the contact which is given by Intercom.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "admin_id": {"name": "admin_id", "description": "The unique identifier representing the admin which has been assigned ownership of the contact.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "created_at": {"name": "created_at", "description": "The time when the contact was created within Intercom.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "updated_at": {"name": "updated_at", "description": "The time when the contact was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "signed_up_at": {"name": "signed_up_at", "description": "The time the contact signed up.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "contact_name": {"name": "contact_name", "description": "The name of the contact.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "contact_role": {"name": "contact_role", "description": "The role of the contact (will either be user or lead).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "contact_email": {"name": "contact_email", "description": "The contacts email.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_replied_at": {"name": "last_replied_at", "description": "The time when the contact last messaged in.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_contacted_at": {"name": "last_contacted_at", "description": "The time when the contact was last messaged.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_email_clicked_at": {"name": "last_email_clicked_at", "description": "The time when the contact last clicked a link in an email.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_email_opened_at": {"name": "last_email_opened_at", "description": "The time when a contact last opened an email.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_unsubscribed_from_emails": {"name": "is_unsubscribed_from_emails", "description": "Boolean indicating whether the contact has unsubscribed from emails.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_active": {"name": "_fivetran_active", "description": "Boolean to identify an active record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_start": {"name": "_fivetran_start", "description": "Timestamp to record the time that a record is ingested by Fivetran. This value may not be identical to the time the record was created in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_end": {"name": "_fivetran_end", "description": "Timestamp to record the time when a record became inactive in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "intercom://models/staging/stg_intercom.yml", "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "table"}, "created_at": 1765992571.4923437, "relation_name": "\"postgres\".\"public_intercom_dev\".\"stg_intercom__contact_history\"", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_intercom__contact_history_tmp') }}\n\n),\n\nfields as (\n\n select\n /*\n The below macro is used to generate the correct SQL for package staging models. It takes a list of columns \n that are expected/needed (staging_columns from dbt_intercom/models/tmp/) and compares it with columns \n in the source (source_columns from dbt_intercom/macros/).\n For more information refer to our dbt_fivetran_utils documentation (https://github.com/fivetran/dbt_fivetran_utils.git).\n */\n \n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_intercom__contact_history_tmp')),\n staging_columns=get_contact_history_columns()\n )\n }}\n {{ intercom.apply_source_relation() }}\n\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n id as contact_id,\n admin_id,\n cast(created_at as {{ dbt.type_timestamp() }}) as created_at,\n cast(updated_at as {{ dbt.type_timestamp() }}) as updated_at,\n cast(signed_up_at as {{ dbt.type_timestamp() }}) as signed_up_at,\n name as contact_name, \n role as contact_role,\n email as contact_email,\n cast(last_replied_at as {{ dbt.type_timestamp() }}) as last_replied_at,\n cast(last_email_clicked_at as {{ dbt.type_timestamp() }}) as last_email_clicked_at,\n cast(last_email_opened_at as {{ dbt.type_timestamp() }}) as last_email_opened_at,\n cast(last_contacted_at as {{ dbt.type_timestamp() }}) as last_contacted_at,\n unsubscribed_from_emails as is_unsubscribed_from_emails,\n _fivetran_active,\n cast(_fivetran_start as {{ dbt.type_timestamp() }}) as _fivetran_start,\n cast(_fivetran_end as {{ dbt.type_timestamp() }}) as _fivetran_end\n\n --The below script allows for pass through columns.\n {{ fivetran_utils.fill_pass_through_columns('intercom__contact_history_pass_through_columns') }}\n from fields\n)\n\nselect * \nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__contact_history_tmp", "package": null, "version": null}, {"name": "stg_intercom__contact_history_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.intercom.get_contact_history_columns", "macro.fivetran_utils.fill_staging_columns", "macro.intercom.apply_source_relation", "macro.dbt.type_timestamp", "macro.fivetran_utils.fill_pass_through_columns"], "nodes": ["model.intercom.stg_intercom__contact_history_tmp"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom__contact_history.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__contact_history_tmp\"\n\n),\n\nfields as (\n\n select\n /*\n The below macro is used to generate the correct SQL for package staging models. It takes a list of columns \n that are expected/needed (staging_columns from dbt_intercom/models/tmp/) and compares it with columns \n in the source (source_columns from dbt_intercom/macros/).\n For more information refer to our dbt_fivetran_utils documentation (https://github.com/fivetran/dbt_fivetran_utils.git).\n */\n \n \n \n \n _fivetran_active\n \n as \n \n _fivetran_active\n \n, \n \n \n _fivetran_start\n \n as \n \n _fivetran_start\n \n, \n \n \n _fivetran_end\n \n as \n \n _fivetran_end\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n admin_id\n \n as \n \n admin_id\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n email\n \n as \n \n email\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n last_contacted_at\n \n as \n \n last_contacted_at\n \n, \n \n \n last_email_clicked_at\n \n as \n \n last_email_clicked_at\n \n, \n \n \n last_email_opened_at\n \n as \n \n last_email_opened_at\n \n, \n \n \n last_replied_at\n \n as \n \n last_replied_at\n \n, \n \n \n name\n \n as \n \n name\n \n, \n \n \n role\n \n as \n \n role\n \n, \n \n \n signed_up_at\n \n as \n \n signed_up_at\n \n, \n \n \n unsubscribed_from_emails\n \n as \n \n unsubscribed_from_emails\n \n, \n \n \n updated_at\n \n as \n \n updated_at\n \n\n\n\n \n, 'postgres' || '.'|| 'public' as source_relation\n\n\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n id as contact_id,\n admin_id,\n cast(created_at as timestamp) as created_at,\n cast(updated_at as timestamp) as updated_at,\n cast(signed_up_at as timestamp) as signed_up_at,\n name as contact_name, \n role as contact_role,\n email as contact_email,\n cast(last_replied_at as timestamp) as last_replied_at,\n cast(last_email_clicked_at as timestamp) as last_email_clicked_at,\n cast(last_email_opened_at as timestamp) as last_email_opened_at,\n cast(last_contacted_at as timestamp) as last_contacted_at,\n unsubscribed_from_emails as is_unsubscribed_from_emails,\n _fivetran_active,\n cast(_fivetran_start as timestamp) as _fivetran_start,\n cast(_fivetran_end as timestamp) as _fivetran_end\n\n --The below script allows for pass through columns.\n \n\n\n\n\n from fields\n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.stg_intercom__conversation_contact_history": {"database": "postgres", "schema": "public_intercom_dev", "name": "stg_intercom__conversation_contact_history", "resource_type": "model", "package_name": "intercom", "path": "staging/stg_intercom__conversation_contact_history.sql", "original_file_path": "models/staging/stg_intercom__conversation_contact_history.sql", "unique_id": "model.intercom.stg_intercom__conversation_contact_history", "fqn": ["intercom", "staging", "stg_intercom__conversation_contact_history"], "alias": "stg_intercom__conversation_contact_history", "checksum": {"name": "sha256", "checksum": "bd25e6a44c6ecf57a465193a8cb0486f3f478db432434a3d86e4225a91ece3b8"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "Mapping table for contacts associated with a conversation.", "columns": {"source_relation": {"name": "source_relation", "description": "Identifies the record's source.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.intercom.source_relation"]}, "contact_id": {"name": "contact_id", "description": "The unique identifier for the contact.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation_id": {"name": "conversation_id", "description": "The unique identifier for the conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation_updated_at": {"name": "conversation_updated_at", "description": "Time the conversation was last updated at.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_active": {"name": "_fivetran_active", "description": "Boolean to identify an active record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_start": {"name": "_fivetran_start", "description": "Timestamp to record the time that a record is ingested by Fivetran. This value may not be identical to the time the record was created in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_end": {"name": "_fivetran_end", "description": "Timestamp to record the time when a record became inactive in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "intercom://models/staging/stg_intercom.yml", "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "table"}, "created_at": 1765992571.4946053, "relation_name": "\"postgres\".\"public_intercom_dev\".\"stg_intercom__conversation_contact_history\"", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_intercom__conversation_contact_history_tmp') }}\n\n),\n\nfields as (\n\n select\n /*\n The below macro is used to generate the correct SQL for package staging models. It takes a list of columns \n that are expected/needed (staging_columns from dbt_intercom/models/tmp/) and compares it with columns \n in the source (source_columns from dbt_intercom/macros/).\n For more information refer to our dbt_fivetran_utils documentation (https://github.com/fivetran/dbt_fivetran_utils.git).\n */\n \n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_intercom__conversation_contact_history_tmp')),\n staging_columns=get_conversation_contact_history_columns()\n )\n }}\n {{ intercom.apply_source_relation() }}\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n contact_id,\n conversation_id,\n cast(conversation_updated_at as {{ dbt.type_timestamp() }}) as conversation_updated_at,\n _fivetran_active,\n cast(_fivetran_start as {{ dbt.type_timestamp() }}) as _fivetran_start,\n cast(_fivetran_end as {{ dbt.type_timestamp() }}) as _fivetran_end\n from fields\n)\n\nselect * \nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__conversation_contact_history_tmp", "package": null, "version": null}, {"name": "stg_intercom__conversation_contact_history_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.intercom.get_conversation_contact_history_columns", "macro.fivetran_utils.fill_staging_columns", "macro.intercom.apply_source_relation", "macro.dbt.type_timestamp"], "nodes": ["model.intercom.stg_intercom__conversation_contact_history_tmp"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom__conversation_contact_history.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__conversation_contact_history_tmp\"\n\n),\n\nfields as (\n\n select\n /*\n The below macro is used to generate the correct SQL for package staging models. It takes a list of columns \n that are expected/needed (staging_columns from dbt_intercom/models/tmp/) and compares it with columns \n in the source (source_columns from dbt_intercom/macros/).\n For more information refer to our dbt_fivetran_utils documentation (https://github.com/fivetran/dbt_fivetran_utils.git).\n */\n \n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n _fivetran_active\n \n as \n \n _fivetran_active\n \n, \n \n \n _fivetran_start\n \n as \n \n _fivetran_start\n \n, \n \n \n _fivetran_end\n \n as \n \n _fivetran_end\n \n, \n \n \n contact_id\n \n as \n \n contact_id\n \n, \n \n \n conversation_id\n \n as \n \n conversation_id\n \n, \n \n \n conversation_updated_at\n \n as \n \n conversation_updated_at\n \n\n\n\n \n, 'postgres' || '.'|| 'public' as source_relation\n\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n contact_id,\n conversation_id,\n cast(conversation_updated_at as timestamp) as conversation_updated_at,\n _fivetran_active,\n cast(_fivetran_start as timestamp) as _fivetran_start,\n cast(_fivetran_end as timestamp) as _fivetran_end\n from fields\n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.stg_intercom__admin": {"database": "postgres", "schema": "public_intercom_dev", "name": "stg_intercom__admin", "resource_type": "model", "package_name": "intercom", "path": "staging/stg_intercom__admin.sql", "original_file_path": "models/staging/stg_intercom__admin.sql", "unique_id": "model.intercom.stg_intercom__admin", "fqn": ["intercom", "staging", "stg_intercom__admin"], "alias": "stg_intercom__admin", "checksum": {"name": "sha256", "checksum": "557c6f0751275ee57aa2d7a6f59537fbf2254333fd1b103e8ad73a24fe57050c"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "Table containing information related to admins. Admins are the teammate accounts that have access to a workspace.", "columns": {"source_relation": {"name": "source_relation", "description": "Identifies the record's source.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.intercom.source_relation"]}, "admin_id": {"name": "admin_id", "description": "The unique identifier representing the admin.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "job_title": {"name": "job_title", "description": "The admin job title.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "name": {"name": "name", "description": "The name of the admin.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean indicating whether the contact is deleted.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "intercom://models/staging/stg_intercom.yml", "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "table"}, "created_at": 1765992571.4865232, "relation_name": "\"postgres\".\"public_intercom_dev\".\"stg_intercom__admin\"", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_intercom__admin_tmp') }}\n\n),\n\nfields as (\n\n select\n /*\n The below macro is used to generate the correct SQL for package staging models. It takes a list of columns \n that are expected/needed (staging_columns from dbt_intercom/models/tmp/) and compares it with columns \n in the source (source_columns from dbt_intercom/macros/).\n For more information refer to our dbt_fivetran_utils documentation (https://github.com/fivetran/dbt_fivetran_utils.git).\n */\n \n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_intercom__admin_tmp')),\n staging_columns=get_admin_columns()\n )\n }}\n {{ intercom.apply_source_relation() }}\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n cast(id as {{ dbt.type_string() }}) as admin_id, \n name,\n job_title,\n _fivetran_deleted \n from fields \n)\n\nselect * \nfrom final\nwhere not coalesce(_fivetran_deleted, false)", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__admin_tmp", "package": null, "version": null}, {"name": "stg_intercom__admin_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.intercom.get_admin_columns", "macro.fivetran_utils.fill_staging_columns", "macro.intercom.apply_source_relation", "macro.dbt.type_string"], "nodes": ["model.intercom.stg_intercom__admin_tmp"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom__admin.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__admin_tmp\"\n\n),\n\nfields as (\n\n select\n /*\n The below macro is used to generate the correct SQL for package staging models. It takes a list of columns \n that are expected/needed (staging_columns from dbt_intercom/models/tmp/) and compares it with columns \n in the source (source_columns from dbt_intercom/macros/).\n For more information refer to our dbt_fivetran_utils documentation (https://github.com/fivetran/dbt_fivetran_utils.git).\n */\n \n \n \n \n _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n job_title\n \n as \n \n job_title\n \n, \n \n \n name\n \n as \n \n name\n \n\n\n\n \n, 'postgres' || '.'|| 'public' as source_relation\n\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n cast(id as TEXT) as admin_id, \n name,\n job_title,\n _fivetran_deleted \n from fields \n)\n\nselect * \nfrom final\nwhere not coalesce(_fivetran_deleted, false)", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.stg_intercom__company_history": {"database": "postgres", "schema": "public_intercom_dev", "name": "stg_intercom__company_history", "resource_type": "model", "package_name": "intercom", "path": "staging/stg_intercom__company_history.sql", "original_file_path": "models/staging/stg_intercom__company_history.sql", "unique_id": "model.intercom.stg_intercom__company_history", "fqn": ["intercom", "staging", "stg_intercom__company_history"], "alias": "stg_intercom__company_history", "checksum": {"name": "sha256", "checksum": "12d5fed4d4b87c7c9202337153f9bd6f9b5ec272b87be3d563a0f4a2ed5d9452"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "Table containing historical information about companies which have been created within Intercom.", "columns": {"source_relation": {"name": "source_relation", "description": "Identifies the record's source.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.intercom.source_relation"]}, "company_id": {"name": "company_id", "description": "The unique identifier representing the Intercom defined company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "company_name": {"name": "company_name", "description": "The name of the company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "website": {"name": "website", "description": "The website associated with the company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "industry": {"name": "industry", "description": "The defined industry the company operates in.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "created_at": {"name": "created_at", "description": "The time the company was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "updated_at": {"name": "updated_at", "description": "The time the company was last updated at.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "user_count": {"name": "user_count", "description": "The total count of users associated with the company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "session_count": {"name": "session_count", "description": "The total count of conversation sessions associated with the company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "monthly_spend": {"name": "monthly_spend", "description": "How much revenue the company generates for your business.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "plan_id": {"name": "plan_id", "description": "Unique identifier representing the company plan.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "plan_name": {"name": "plan_name", "description": "The name of the plan you have associated with the company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_active": {"name": "_fivetran_active", "description": "Boolean to identify an active record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_start": {"name": "_fivetran_start", "description": "Timestamp to record the time that a record is ingested by Fivetran. This value may not be identical to the time the record was created in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_end": {"name": "_fivetran_end", "description": "Timestamp to record the time when a record became inactive in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "intercom://models/staging/stg_intercom.yml", "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "table", "enabled": true}, "created_at": 1765992571.487823, "relation_name": "\"postgres\".\"public_intercom_dev\".\"stg_intercom__company_history\"", "raw_code": "--To disable this model, set the intercom__using_contact_company variable within your dbt_project.yml file to False.\n{{ config(enabled=var('intercom__using_contact_company', True)) }}\n\nwith base as (\n\n select * \n from {{ ref('stg_intercom__company_history_tmp') }}\n\n),\n\nfields as (\n\n select\n /*\n The below macro is used to generate the correct SQL for package staging models. It takes a list of columns \n that are expected/needed (staging_columns from dbt_intercom/models/tmp/) and compares it with columns \n in the source (source_columns from dbt_intercom/macros/).\n For more information refer to our dbt_fivetran_utils documentation (https://github.com/fivetran/dbt_fivetran_utils.git).\n */\n\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_intercom__company_history_tmp')),\n staging_columns=get_company_history_columns()\n )\n }}\n {{ intercom.apply_source_relation() }}\n\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n id as company_id,\n name as company_name,\n website,\n industry,\n cast(created_at as {{ dbt.type_timestamp() }}) as created_at,\n cast(updated_at as {{ dbt.type_timestamp() }}) as updated_at,\n user_count,\n session_count,\n monthly_spend,\n plan_id,\n plan_name,\n _fivetran_active,\n cast(_fivetran_start as {{ dbt.type_timestamp() }}) as _fivetran_start,\n cast(_fivetran_end as {{ dbt.type_timestamp() }}) as _fivetran_end\n\n --The below script allows for pass through columns.\n {{ fivetran_utils.fill_pass_through_columns('intercom__company_history_pass_through_columns') }}\n from fields\n)\n\nselect * \nfrom final\nwhere coalesce(_fivetran_active, true)", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__company_history_tmp", "package": null, "version": null}, {"name": "stg_intercom__company_history_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.intercom.get_company_history_columns", "macro.fivetran_utils.fill_staging_columns", "macro.intercom.apply_source_relation", "macro.dbt.type_timestamp", "macro.fivetran_utils.fill_pass_through_columns"], "nodes": ["model.intercom.stg_intercom__company_history_tmp"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom__company_history.sql", "compiled": true, "compiled_code": "--To disable this model, set the intercom__using_contact_company variable within your dbt_project.yml file to False.\n\n\nwith base as (\n\n select * \n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__company_history_tmp\"\n\n),\n\nfields as (\n\n select\n /*\n The below macro is used to generate the correct SQL for package staging models. It takes a list of columns \n that are expected/needed (staging_columns from dbt_intercom/models/tmp/) and compares it with columns \n in the source (source_columns from dbt_intercom/macros/).\n For more information refer to our dbt_fivetran_utils documentation (https://github.com/fivetran/dbt_fivetran_utils.git).\n */\n\n \n \n \n _fivetran_active\n \n as \n \n _fivetran_active\n \n, \n \n \n _fivetran_start\n \n as \n \n _fivetran_start\n \n, \n \n \n _fivetran_end\n \n as \n \n _fivetran_end\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n industry\n \n as \n \n industry\n \n, \n \n \n monthly_spend\n \n as \n \n monthly_spend\n \n, \n \n \n name\n \n as \n \n name\n \n, \n \n \n plan_id\n \n as \n \n plan_id\n \n, \n \n \n plan_name\n \n as \n \n plan_name\n \n, \n \n \n session_count\n \n as \n \n session_count\n \n, \n \n \n updated_at\n \n as \n \n updated_at\n \n, \n \n \n user_count\n \n as \n \n user_count\n \n, \n \n \n website\n \n as \n \n website\n \n\n\n\n \n, 'postgres' || '.'|| 'public' as source_relation\n\n\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n id as company_id,\n name as company_name,\n website,\n industry,\n cast(created_at as timestamp) as created_at,\n cast(updated_at as timestamp) as updated_at,\n user_count,\n session_count,\n monthly_spend,\n plan_id,\n plan_name,\n _fivetran_active,\n cast(_fivetran_start as timestamp) as _fivetran_start,\n cast(_fivetran_end as timestamp) as _fivetran_end\n\n --The below script allows for pass through columns.\n \n\n\n\n\n from fields\n)\n\nselect * \nfrom final\nwhere coalesce(_fivetran_active, true)", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.stg_intercom__conversation_part_history": {"database": "postgres", "schema": "public_intercom_dev", "name": "stg_intercom__conversation_part_history", "resource_type": "model", "package_name": "intercom", "path": "staging/stg_intercom__conversation_part_history.sql", "original_file_path": "models/staging/stg_intercom__conversation_part_history.sql", "unique_id": "model.intercom.stg_intercom__conversation_part_history", "fqn": ["intercom", "staging", "stg_intercom__conversation_part_history"], "alias": "stg_intercom__conversation_part_history", "checksum": {"name": "sha256", "checksum": "7cb04d12171e1cc500346959f1a8c8f76ec1bb66de33539b733da13b430f77d7"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "Table containing data related to the individual parts of a single conversation.", "columns": {"source_relation": {"name": "source_relation", "description": "Identifies the record's source.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.intercom.source_relation"]}, "conversation_part_id": {"name": "conversation_part_id", "description": "The id representing the conversation part.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "part_type": {"name": "part_type", "description": "The type of conversation part.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation_id": {"name": "conversation_id", "description": "The id representing the parent conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "author_id": {"name": "author_id", "description": "The id representing the individual that sent the message.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "author_type": {"name": "author_type", "description": "The type of individual that sent the message (user, admin, or bot).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "created_at": {"name": "created_at", "description": "The time the conversation part was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "assigned_to_id": {"name": "assigned_to_id", "description": "The id of the admin that was assigned the conversation by this conversation_part (null if there has been no change in assignment).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "assigned_to_type": {"name": "assigned_to_type", "description": "The type of the individual which the conversation part is assigned.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation_updated_at": {"name": "conversation_updated_at", "description": "The time the parent conversation was last updated at.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "updated_at": {"name": "updated_at", "description": "The time the conversation part was last updated at.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "body": {"name": "body", "description": "Optional field that contains the body of the conversation part. Typically only populated for comment and assignment part_types.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_active": {"name": "_fivetran_active", "description": "Boolean to identify an active record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_start": {"name": "_fivetran_start", "description": "Timestamp to record the time that a record is ingested by Fivetran. This value may not be identical to the time the record was created in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_end": {"name": "_fivetran_end", "description": "Timestamp to record the time when a record became inactive in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "intercom://models/staging/stg_intercom.yml", "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "table"}, "created_at": 1765992571.5032778, "relation_name": "\"postgres\".\"public_intercom_dev\".\"stg_intercom__conversation_part_history\"", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_intercom__conversation_part_history_tmp') }}\n\n),\n\nfields as (\n\n select\n /*\n The below macro is used to generate the correct SQL for package staging models. It takes a list of columns \n that are expected/needed (staging_columns from dbt_intercom/models/tmp/) and compares it with columns \n in the source (source_columns from dbt_intercom/macros/).\n For more information refer to our dbt_fivetran_utils documentation (https://github.com/fivetran/dbt_fivetran_utils.git).\n */\n\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_intercom__conversation_part_history_tmp')),\n staging_columns=get_conversation_part_history_columns()\n )\n }}\n {{ intercom.apply_source_relation() }}\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n id as conversation_part_id,\n part_type,\n body,\n conversation_id,\n author_id,\n author_type,\n cast(created_at as {{ dbt.type_timestamp() }}) as created_at,\n assigned_to_id,\n assigned_to_type,\n cast(conversation_updated_at as {{ dbt.type_timestamp() }}) as conversation_updated_at,\n cast(updated_at as {{ dbt.type_timestamp() }}) as updated_at,\n _fivetran_active,\n cast(_fivetran_start as {{ dbt.type_timestamp() }}) as _fivetran_start,\n cast(_fivetran_end as {{ dbt.type_timestamp() }}) as _fivetran_end\n from fields\n)\n\nselect * \nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__conversation_part_history_tmp", "package": null, "version": null}, {"name": "stg_intercom__conversation_part_history_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.intercom.get_conversation_part_history_columns", "macro.fivetran_utils.fill_staging_columns", "macro.intercom.apply_source_relation", "macro.dbt.type_timestamp"], "nodes": ["model.intercom.stg_intercom__conversation_part_history_tmp"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom__conversation_part_history.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__conversation_part_history_tmp\"\n\n),\n\nfields as (\n\n select\n /*\n The below macro is used to generate the correct SQL for package staging models. It takes a list of columns \n that are expected/needed (staging_columns from dbt_intercom/models/tmp/) and compares it with columns \n in the source (source_columns from dbt_intercom/macros/).\n For more information refer to our dbt_fivetran_utils documentation (https://github.com/fivetran/dbt_fivetran_utils.git).\n */\n\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n _fivetran_active\n \n as \n \n _fivetran_active\n \n, \n \n \n _fivetran_start\n \n as \n \n _fivetran_start\n \n, \n \n \n _fivetran_end\n \n as \n \n _fivetran_end\n \n, \n \n \n assigned_to_id\n \n as \n \n assigned_to_id\n \n, \n \n \n assigned_to_type\n \n as \n \n assigned_to_type\n \n, \n \n \n author_id\n \n as \n \n author_id\n \n, \n \n \n body\n \n as \n \n body\n \n, \n \n \n author_type\n \n as \n \n author_type\n \n, \n \n \n conversation_id\n \n as \n \n conversation_id\n \n, \n \n \n conversation_updated_at\n \n as \n \n conversation_updated_at\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n part_type\n \n as \n \n part_type\n \n, \n \n \n updated_at\n \n as \n \n updated_at\n \n\n\n\n \n, 'postgres' || '.'|| 'public' as source_relation\n\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n id as conversation_part_id,\n part_type,\n body,\n conversation_id,\n author_id,\n author_type,\n cast(created_at as timestamp) as created_at,\n assigned_to_id,\n assigned_to_type,\n cast(conversation_updated_at as timestamp) as conversation_updated_at,\n cast(updated_at as timestamp) as updated_at,\n _fivetran_active,\n cast(_fivetran_start as timestamp) as _fivetran_start,\n cast(_fivetran_end as timestamp) as _fivetran_end\n from fields\n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.stg_intercom__conversation_tag_history": {"database": "postgres", "schema": "public_intercom_dev", "name": "stg_intercom__conversation_tag_history", "resource_type": "model", "package_name": "intercom", "path": "staging/stg_intercom__conversation_tag_history.sql", "original_file_path": "models/staging/stg_intercom__conversation_tag_history.sql", "unique_id": "model.intercom.stg_intercom__conversation_tag_history", "fqn": ["intercom", "staging", "stg_intercom__conversation_tag_history"], "alias": "stg_intercom__conversation_tag_history", "checksum": {"name": "sha256", "checksum": "707bdd8b2c52e995b4ca5965d5b82396211ae0fcd5f7b19f9f3e32ac21de7e08"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "Mapping table for tags associated with conversations.", "columns": {"source_relation": {"name": "source_relation", "description": "Identifies the record's source.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.intercom.source_relation"]}, "conversation_id": {"name": "conversation_id", "description": "The unique identifier related to the conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "tag_id": {"name": "tag_id", "description": "The unique identifier related to the tag.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_active": {"name": "_fivetran_active", "description": "Boolean to identify an active record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_start": {"name": "_fivetran_start", "description": "Timestamp to record the time that a record is ingested by Fivetran. This value may not be identical to the time the record was created in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_end": {"name": "_fivetran_end", "description": "Timestamp to record the time when a record became inactive in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "intercom://models/staging/stg_intercom.yml", "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "table", "enabled": true}, "created_at": 1765992571.5041845, "relation_name": "\"postgres\".\"public_intercom_dev\".\"stg_intercom__conversation_tag_history\"", "raw_code": "--To disable this model, set the intercom__using_conversation_tags variable within your dbt_project.yml file to False.\n{{ config(enabled=var('intercom__using_conversation_tags', True)) }}\n\nwith base as (\n\n select * \n from {{ ref('stg_intercom__conversation_tag_history_tmp') }}\n\n),\n\nfields as (\n\n select\n /*\n The below macro is used to generate the correct SQL for package staging models. It takes a list of columns \n that are expected/needed (staging_columns from dbt_intercom/models/tmp/) and compares it with columns \n in the source (source_columns from dbt_intercom/macros/).\n For more information refer to our dbt_fivetran_utils documentation (https://github.com/fivetran/dbt_fivetran_utils.git).\n */\n\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_intercom__conversation_tag_history_tmp')),\n staging_columns=get_conversation_tag_history_columns()\n )\n }}\n {{ intercom.apply_source_relation() }}\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n conversation_id,\n tag_id,\n _fivetran_active,\n cast(_fivetran_start as {{ dbt.type_timestamp() }}) as _fivetran_start,\n cast(_fivetran_end as {{ dbt.type_timestamp() }}) as _fivetran_end\n from fields\n)\n\nselect * \nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__conversation_tag_history_tmp", "package": null, "version": null}, {"name": "stg_intercom__conversation_tag_history_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.intercom.get_conversation_tag_history_columns", "macro.fivetran_utils.fill_staging_columns", "macro.intercom.apply_source_relation", "macro.dbt.type_timestamp"], "nodes": ["model.intercom.stg_intercom__conversation_tag_history_tmp"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom__conversation_tag_history.sql", "compiled": true, "compiled_code": "--To disable this model, set the intercom__using_conversation_tags variable within your dbt_project.yml file to False.\n\n\nwith base as (\n\n select * \n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__conversation_tag_history_tmp\"\n\n),\n\nfields as (\n\n select\n /*\n The below macro is used to generate the correct SQL for package staging models. It takes a list of columns \n that are expected/needed (staging_columns from dbt_intercom/models/tmp/) and compares it with columns \n in the source (source_columns from dbt_intercom/macros/).\n For more information refer to our dbt_fivetran_utils documentation (https://github.com/fivetran/dbt_fivetran_utils.git).\n */\n\n \n \n \n _fivetran_active\n \n as \n \n _fivetran_active\n \n, \n \n \n _fivetran_start\n \n as \n \n _fivetran_start\n \n, \n \n \n _fivetran_end\n \n as \n \n _fivetran_end\n \n, \n \n \n conversation_id\n \n as \n \n conversation_id\n \n, \n \n \n conversation_updated_at\n \n as \n \n conversation_updated_at\n \n, \n \n \n tag_id\n \n as \n \n tag_id\n \n\n\n\n \n, 'postgres' || '.'|| 'public' as source_relation\n\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n conversation_id,\n tag_id,\n _fivetran_active,\n cast(_fivetran_start as timestamp) as _fivetran_start,\n cast(_fivetran_end as timestamp) as _fivetran_end\n from fields\n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.stg_intercom__conversation_history": {"database": "postgres", "schema": "public_intercom_dev", "name": "stg_intercom__conversation_history", "resource_type": "model", "package_name": "intercom", "path": "staging/stg_intercom__conversation_history.sql", "original_file_path": "models/staging/stg_intercom__conversation_history.sql", "unique_id": "model.intercom.stg_intercom__conversation_history", "fqn": ["intercom", "staging", "stg_intercom__conversation_history"], "alias": "stg_intercom__conversation_history", "checksum": {"name": "sha256", "checksum": "d79aabe7b299fbb0ea09e552102e31f60288ef3934eadf27ab59eb616af1e4be"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "Table containing the historical records of each conversation. Conversations are created when a contact replies to an outbound message, or when one admin directly sends a message to a single contact.", "columns": {"source_relation": {"name": "source_relation", "description": "Identifies the record's source.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.intercom.source_relation"]}, "conversation_id": {"name": "conversation_id", "description": "The id representing the conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "created_at": {"name": "created_at", "description": "The time the conversation was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "assignee_id": {"name": "assignee_id", "description": "The id of the user assigned to the conversation. If it is not assigned to a user it will return null.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "assignee_type": {"name": "assignee_type", "description": "[DEPRECATED] The type of user the conversation is assigned to. If it is not assigned to a user it will return null. Use is_assignee_admin in the conversation_enhanced model instead.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation_rating_value": {"name": "conversation_rating_value", "description": "An optional field for the customer to rate the conversation which will be between 1 and 5.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation_rating_remark": {"name": "conversation_rating_remark", "description": "An optional field to add a remark to correspond to the number rating.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "first_contact_reply_created_at": {"name": "first_contact_reply_created_at", "description": "Time of the first text conversation part from a contact.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "first_contact_reply_type": {"name": "first_contact_reply_type", "description": "The type of communication in which the first contact reply was.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_read": {"name": "is_read", "description": "Boolean indicating whether the conversation message has been read.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "source_author_id": {"name": "source_author_id", "description": "id of the individual who authored the first message.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "source_author_type": {"name": "source_author_type", "description": "The type of individual who authored the first message.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "source_delivered_as": {"name": "source_delivered_as", "description": "How the conversation was initially delivered to the responder.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "source_type": {"name": "source_type", "description": "The type of conversation. This includes conversation, push, facebook, twitter and email.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "source_subject": {"name": "source_subject", "description": "The subject of the conversation created by the initiator.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "state": {"name": "state", "description": "The current state of the conversation (open or close).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "updated_at": {"name": "updated_at", "description": "The date the conversation was last updated at.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "waiting_since": {"name": "waiting_since", "description": "The last time a contact responded to an admin. The time a customer started waiting for a response. Set to null if the last reply is from an admin.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "snoozed_until": {"name": "snoozed_until", "description": "If set, this is the time in the future when this conversation will be marked as open.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sla_name": {"name": "sla_name", "description": "The name of the SLA as given by the teammate when it was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sla_status": {"name": "sla_status", "description": "One of \u201chit\u201d, \u201dmissed\u201d, or \u201ccancelled\u201d.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_active": {"name": "_fivetran_active", "description": "Boolean to identify an active record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_start": {"name": "_fivetran_start", "description": "Timestamp to record the time that a record is ingested by Fivetran. This value may not be identical to the time the record was created in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_end": {"name": "_fivetran_end", "description": "Timestamp to record the time when a record became inactive in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "intercom://models/staging/stg_intercom.yml", "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "table"}, "created_at": 1765992571.500011, "relation_name": "\"postgres\".\"public_intercom_dev\".\"stg_intercom__conversation_history\"", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_intercom__conversation_history_tmp') }}\n\n),\n\nfields as (\n\n select\n /*\n The below macro is used to generate the correct SQL for package staging models. It takes a list of columns \n that are expected/needed (staging_columns from dbt_intercom/models/tmp/) and compares it with columns \n in the source (source_columns from dbt_intercom/macros/).\n For more information refer to our dbt_fivetran_utils documentation (https://github.com/fivetran/dbt_fivetran_utils.git).\n */\n\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_intercom__conversation_history_tmp')),\n staging_columns=get_conversation_history_columns()\n )\n }}\n {{ intercom.apply_source_relation() }}\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n id as conversation_id,\n cast(created_at as {{ dbt.type_timestamp() }}) as created_at,\n assignee_id,\n assignee_type, -- [DEPRECATED] use is_assignee_admin in the intercom__conversation_enhanced model instead.\n conversation_rating_value,\n conversation_rating_remark,\n cast(first_contact_reply_created_at as {{ dbt.type_timestamp() }}) as first_contact_reply_created_at,\n first_contact_reply_type,\n read as is_read,\n source_author_id,\n source_author_type,\n source_delivered_as,\n source_type,\n source_subject,\n state,\n cast(updated_at as {{ dbt.type_timestamp() }}) as updated_at,\n cast(waiting_since as {{ dbt.type_timestamp() }}) as waiting_since,\n cast(snoozed_until as {{ dbt.type_timestamp() }}) as snoozed_until,\n sla_name,\n sla_status,\n _fivetran_active,\n cast(_fivetran_start as {{ dbt.type_timestamp() }}) as _fivetran_start,\n cast(_fivetran_end as {{ dbt.type_timestamp() }}) as _fivetran_end\n\n --The below script allows for pass through columns.\n {{ fivetran_utils.fill_pass_through_columns('intercom__conversation_history_pass_through_columns') }}\n from fields\n)\n\nselect * \nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__conversation_history_tmp", "package": null, "version": null}, {"name": "stg_intercom__conversation_history_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.intercom.get_conversation_history_columns", "macro.fivetran_utils.fill_staging_columns", "macro.intercom.apply_source_relation", "macro.dbt.type_timestamp", "macro.fivetran_utils.fill_pass_through_columns"], "nodes": ["model.intercom.stg_intercom__conversation_history_tmp"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom__conversation_history.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__conversation_history_tmp\"\n\n),\n\nfields as (\n\n select\n /*\n The below macro is used to generate the correct SQL for package staging models. It takes a list of columns \n that are expected/needed (staging_columns from dbt_intercom/models/tmp/) and compares it with columns \n in the source (source_columns from dbt_intercom/macros/).\n For more information refer to our dbt_fivetran_utils documentation (https://github.com/fivetran/dbt_fivetran_utils.git).\n */\n\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n _fivetran_active\n \n as \n \n _fivetran_active\n \n, \n \n \n _fivetran_start\n \n as \n \n _fivetran_start\n \n, \n \n \n _fivetran_end\n \n as \n \n _fivetran_end\n \n, \n \n \n assignee_id\n \n as \n \n assignee_id\n \n, \n \n \n assignee_type\n \n as \n \n assignee_type\n \n, \n \n \n conversation_rating_remark\n \n as \n \n conversation_rating_remark\n \n, \n \n \n conversation_rating_value\n \n as \n \n conversation_rating_value\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n first_contact_reply_created_at\n \n as \n \n first_contact_reply_created_at\n \n, \n \n \n first_contact_reply_type\n \n as \n \n first_contact_reply_type\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n read\n \n as \n \n read\n \n, \n \n \n sla_name\n \n as \n \n sla_name\n \n, \n \n \n sla_status\n \n as \n \n sla_status\n \n, \n \n \n snoozed_until\n \n as \n \n snoozed_until\n \n, \n \n \n source_author_id\n \n as \n \n source_author_id\n \n, \n \n \n source_author_type\n \n as \n \n source_author_type\n \n, \n \n \n source_body\n \n as \n \n source_body\n \n, \n \n \n source_delivered_as\n \n as \n \n source_delivered_as\n \n, \n \n \n source_subject\n \n as \n \n source_subject\n \n, \n \n \n source_type\n \n as \n \n source_type\n \n, \n \n \n state\n \n as \n \n state\n \n, \n \n \n updated_at\n \n as \n \n updated_at\n \n, \n \n \n waiting_since\n \n as \n \n waiting_since\n \n\n\n\n \n, 'postgres' || '.'|| 'public' as source_relation\n\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n id as conversation_id,\n cast(created_at as timestamp) as created_at,\n assignee_id,\n assignee_type, -- [DEPRECATED] use is_assignee_admin in the intercom__conversation_enhanced model instead.\n conversation_rating_value,\n conversation_rating_remark,\n cast(first_contact_reply_created_at as timestamp) as first_contact_reply_created_at,\n first_contact_reply_type,\n read as is_read,\n source_author_id,\n source_author_type,\n source_delivered_as,\n source_type,\n source_subject,\n state,\n cast(updated_at as timestamp) as updated_at,\n cast(waiting_since as timestamp) as waiting_since,\n cast(snoozed_until as timestamp) as snoozed_until,\n sla_name,\n sla_status,\n _fivetran_active,\n cast(_fivetran_start as timestamp) as _fivetran_start,\n cast(_fivetran_end as timestamp) as _fivetran_end\n\n --The below script allows for pass through columns.\n \n\n\n\n\n from fields\n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.stg_intercom__help_center_history": {"database": "postgres", "schema": "public_intercom_dev", "name": "stg_intercom__help_center_history", "resource_type": "model", "package_name": "intercom", "path": "staging/stg_intercom__help_center_history.sql", "original_file_path": "models/staging/stg_intercom__help_center_history.sql", "unique_id": "model.intercom.stg_intercom__help_center_history", "fqn": ["intercom", "staging", "stg_intercom__help_center_history"], "alias": "stg_intercom__help_center_history", "checksum": {"name": "sha256", "checksum": "30701d59376dd3a54e1aac4b13883cfcff74dd435d780a0693fd15c986914ec2"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "Table containing historical information about help centers within Intercom.", "columns": {"source_relation": {"name": "source_relation", "description": "Identifies the record's source.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.intercom.source_relation"]}, "help_center_id": {"name": "help_center_id", "description": "The unique identifier for the help center.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "help_center_name": {"name": "help_center_name", "description": "The display name of the help center.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "help_center_identifier": {"name": "help_center_identifier", "description": "The URL-friendly identifier for the help center.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "workspace_id": {"name": "workspace_id", "description": "The Intercom workspace identifier.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_website_enabled": {"name": "is_website_enabled", "description": "Boolean indicating whether the help center website is enabled.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "created_at": {"name": "created_at", "description": "The time the help center was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "updated_at": {"name": "updated_at", "description": "The time the help center was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_active": {"name": "_fivetran_active", "description": "Boolean to identify an active record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_start": {"name": "_fivetran_start", "description": "Timestamp to record the time that a record is ingested by Fivetran. This value may not be identical to the time the record was created in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_end": {"name": "_fivetran_end", "description": "Timestamp to record the time when a record became inactive in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.intercom._fivetran_synced"]}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "intercom://models/staging/stg_intercom.yml", "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "table", "enabled": true}, "created_at": 1765992571.513221, "relation_name": "\"postgres\".\"public_intercom_dev\".\"stg_intercom__help_center_history\"", "raw_code": "--To disable this model, set the intercom__using_help_center_history variable within your dbt_project.yml file to False.\n{{ config(enabled=var('intercom__using_articles', True) and var('intercom__using_collection_history', True) and var('intercom__using_help_center_history', True)) }}\n\nwith base as (\n\n select * \n from {{ ref('stg_intercom__help_center_history_tmp') }}\n\n),\n\nfields as (\n\n select\n /*\n The below macro is used to generate the correct SQL for package staging models. It takes a list of columns \n that are expected/needed (staging_columns from dbt_intercom/models/tmp/) and compares it with columns \n in the source (source_columns from dbt_intercom/macros/).\n For more information refer to our dbt_fivetran_utils documentation (https://github.com/fivetran/dbt_fivetran_utils.git).\n */\n\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_intercom__help_center_history_tmp')),\n staging_columns=get_help_center_history_columns()\n )\n }}\n {{ intercom.apply_source_relation() }}\n\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n cast(id as {{ dbt.type_string() }}) as help_center_id,\n display_name as help_center_name,\n identifier as help_center_identifier,\n workspace_id,\n website_turned_on as is_website_enabled,\n cast(created_at as {{ dbt.type_timestamp() }}) as created_at,\n cast(updated_at as {{ dbt.type_timestamp() }}) as updated_at,\n _fivetran_active,\n cast(_fivetran_start as {{ dbt.type_timestamp() }}) as _fivetran_start,\n cast(_fivetran_end as {{ dbt.type_timestamp() }}) as _fivetran_end,\n cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced\n from fields\n)\n\nselect * \nfrom final\nwhere coalesce(_fivetran_active, true)", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__help_center_history_tmp", "package": null, "version": null}, {"name": "stg_intercom__help_center_history_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.intercom.get_help_center_history_columns", "macro.fivetran_utils.fill_staging_columns", "macro.intercom.apply_source_relation", "macro.dbt.type_string", "macro.dbt.type_timestamp"], "nodes": ["model.intercom.stg_intercom__help_center_history_tmp"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom__help_center_history.sql", "compiled": true, "compiled_code": "--To disable this model, set the intercom__using_help_center_history variable within your dbt_project.yml file to False.\n\n\nwith base as (\n\n select * \n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__help_center_history_tmp\"\n\n),\n\nfields as (\n\n select\n /*\n The below macro is used to generate the correct SQL for package staging models. It takes a list of columns \n that are expected/needed (staging_columns from dbt_intercom/models/tmp/) and compares it with columns \n in the source (source_columns from dbt_intercom/macros/).\n For more information refer to our dbt_fivetran_utils documentation (https://github.com/fivetran/dbt_fivetran_utils.git).\n */\n\n \n \n \n _fivetran_active\n \n as \n \n _fivetran_active\n \n, \n \n \n _fivetran_start\n \n as \n \n _fivetran_start\n \n, \n \n \n _fivetran_end\n \n as \n \n _fivetran_end\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n display_name\n \n as \n \n display_name\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n identifier\n \n as \n \n identifier\n \n, \n \n \n updated_at\n \n as \n \n updated_at\n \n, \n \n \n website_turned_on\n \n as \n \n website_turned_on\n \n, \n \n \n workspace_id\n \n as \n \n workspace_id\n \n\n\n\n \n, 'postgres' || '.'|| 'public' as source_relation\n\n\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n cast(id as TEXT) as help_center_id,\n display_name as help_center_name,\n identifier as help_center_identifier,\n workspace_id,\n website_turned_on as is_website_enabled,\n cast(created_at as timestamp) as created_at,\n cast(updated_at as timestamp) as updated_at,\n _fivetran_active,\n cast(_fivetran_start as timestamp) as _fivetran_start,\n cast(_fivetran_end as timestamp) as _fivetran_end,\n cast(_fivetran_synced as timestamp) as _fivetran_synced\n from fields\n)\n\nselect * \nfrom final\nwhere coalesce(_fivetran_active, true)", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.stg_intercom__tag": {"database": "postgres", "schema": "public_intercom_dev", "name": "stg_intercom__tag", "resource_type": "model", "package_name": "intercom", "path": "staging/stg_intercom__tag.sql", "original_file_path": "models/staging/stg_intercom__tag.sql", "unique_id": "model.intercom.stg_intercom__tag", "fqn": ["intercom", "staging", "stg_intercom__tag"], "alias": "stg_intercom__tag", "checksum": {"name": "sha256", "checksum": "4caa903a489946be8ab99a211e22c6abff1e146ce966a26db65003d07f32dfd1"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "Table consisting of tags which allow you to label your contacts, companies, or conversations.", "columns": {"source_relation": {"name": "source_relation", "description": "Identifies the record's source.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.intercom.source_relation"]}, "tag_id": {"name": "tag_id", "description": "The unique identifier related to the tag.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "name": {"name": "name", "description": "The name of the tag.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean indicating whether the contact is deleted.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "intercom://models/staging/stg_intercom.yml", "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "table"}, "created_at": 1765992571.5050063, "relation_name": "\"postgres\".\"public_intercom_dev\".\"stg_intercom__tag\"", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_intercom__tag_tmp') }}\n\n),\n\nfields as (\n\n select\n /*\n The below macro is used to generate the correct SQL for package staging models. It takes a list of columns \n that are expected/needed (staging_columns from dbt_intercom/models/tmp/) and compares it with columns \n in the source (source_columns from dbt_intercom/macros/).\n For more information refer to our dbt_fivetran_utils documentation (https://github.com/fivetran/dbt_fivetran_utils.git).\n */\n\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_intercom__tag_tmp')),\n staging_columns=get_tag_columns()\n )\n }}\n {{ intercom.apply_source_relation() }}\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n id as tag_id,\n trim(name) as name,\n _fivetran_deleted\n from fields\n)\n\nselect *\nfrom final\nwhere not coalesce(_fivetran_deleted, false)", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__tag_tmp", "package": null, "version": null}, {"name": "stg_intercom__tag_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.intercom.get_tag_columns", "macro.fivetran_utils.fill_staging_columns", "macro.intercom.apply_source_relation"], "nodes": ["model.intercom.stg_intercom__tag_tmp"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom__tag.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__tag_tmp\"\n\n),\n\nfields as (\n\n select\n /*\n The below macro is used to generate the correct SQL for package staging models. It takes a list of columns \n that are expected/needed (staging_columns from dbt_intercom/models/tmp/) and compares it with columns \n in the source (source_columns from dbt_intercom/macros/).\n For more information refer to our dbt_fivetran_utils documentation (https://github.com/fivetran/dbt_fivetran_utils.git).\n */\n\n \n \n \n _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n name\n \n as \n \n name\n \n\n\n\n \n, 'postgres' || '.'|| 'public' as source_relation\n\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n id as tag_id,\n trim(name) as name,\n _fivetran_deleted\n from fields\n)\n\nselect *\nfrom final\nwhere not coalesce(_fivetran_deleted, false)", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.stg_intercom__company_tag_history": {"database": "postgres", "schema": "public_intercom_dev", "name": "stg_intercom__company_tag_history", "resource_type": "model", "package_name": "intercom", "path": "staging/stg_intercom__company_tag_history.sql", "original_file_path": "models/staging/stg_intercom__company_tag_history.sql", "unique_id": "model.intercom.stg_intercom__company_tag_history", "fqn": ["intercom", "staging", "stg_intercom__company_tag_history"], "alias": "stg_intercom__company_tag_history", "checksum": {"name": "sha256", "checksum": "1fc8249c30ada01a58c183f71557e403ea46a0b195dd4a0876caa9f3f92417fa"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "Mapping table for tags associated with companies.", "columns": {"source_relation": {"name": "source_relation", "description": "Identifies the record's source.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.intercom.source_relation"]}, "company_id": {"name": "company_id", "description": "The unique identifier related to the company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "company_updated_at": {"name": "company_updated_at", "description": "The date the company was last updated at.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "tag_id": {"name": "tag_id", "description": "The unique identifier related to the tag.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_active": {"name": "_fivetran_active", "description": "Boolean to identify an active record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_start": {"name": "_fivetran_start", "description": "Timestamp to record the time that a record is ingested by Fivetran. This value may not be identical to the time the record was created in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_end": {"name": "_fivetran_end", "description": "Timestamp to record the time when a record became inactive in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "intercom://models/staging/stg_intercom.yml", "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "table", "enabled": true}, "created_at": 1765992571.4896393, "relation_name": "\"postgres\".\"public_intercom_dev\".\"stg_intercom__company_tag_history\"", "raw_code": "--To disable this model, set the intercom__using_company_tags variable within your dbt_project.yml file to False.\n{{ config(enabled=var('intercom__using_company_tags', True)) }}\n\nwith base as (\n\n select * \n from {{ ref('stg_intercom__company_tag_history_tmp') }}\n\n),\n\nfields as (\n\n select\n /*\n The below macro is used to generate the correct SQL for package staging models. It takes a list of columns \n that are expected/needed (staging_columns from dbt_intercom/models/tmp/) and compares it with columns \n in the source (source_columns from dbt_intercom/macros/).\n For more information refer to our dbt_fivetran_utils documentation (https://github.com/fivetran/dbt_fivetran_utils.git).\n */\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_intercom__company_tag_history_tmp')),\n staging_columns=get_company_tag_history_columns()\n )\n }}\n {{ intercom.apply_source_relation() }}\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n company_id,\n cast(company_updated_at as {{ dbt.type_timestamp() }}) as company_updated_at,\n tag_id,\n _fivetran_active,\n cast(_fivetran_start as {{ dbt.type_timestamp() }}) as _fivetran_start,\n cast(_fivetran_end as {{ dbt.type_timestamp() }}) as _fivetran_end\n from fields\n)\n\nselect * \nfrom final\nwhere coalesce(_fivetran_active, true)", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__company_tag_history_tmp", "package": null, "version": null}, {"name": "stg_intercom__company_tag_history_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.intercom.get_company_tag_history_columns", "macro.fivetran_utils.fill_staging_columns", "macro.intercom.apply_source_relation", "macro.dbt.type_timestamp"], "nodes": ["model.intercom.stg_intercom__company_tag_history_tmp"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom__company_tag_history.sql", "compiled": true, "compiled_code": "--To disable this model, set the intercom__using_company_tags variable within your dbt_project.yml file to False.\n\n\nwith base as (\n\n select * \n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__company_tag_history_tmp\"\n\n),\n\nfields as (\n\n select\n /*\n The below macro is used to generate the correct SQL for package staging models. It takes a list of columns \n that are expected/needed (staging_columns from dbt_intercom/models/tmp/) and compares it with columns \n in the source (source_columns from dbt_intercom/macros/).\n For more information refer to our dbt_fivetran_utils documentation (https://github.com/fivetran/dbt_fivetran_utils.git).\n */\n \n \n \n _fivetran_active\n \n as \n \n _fivetran_active\n \n, \n \n \n _fivetran_start\n \n as \n \n _fivetran_start\n \n, \n \n \n _fivetran_end\n \n as \n \n _fivetran_end\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n company_id\n \n as \n \n company_id\n \n, \n \n \n company_updated_at\n \n as \n \n company_updated_at\n \n, \n \n \n tag_id\n \n as \n \n tag_id\n \n\n\n\n \n, 'postgres' || '.'|| 'public' as source_relation\n\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n company_id,\n cast(company_updated_at as timestamp) as company_updated_at,\n tag_id,\n _fivetran_active,\n cast(_fivetran_start as timestamp) as _fivetran_start,\n cast(_fivetran_end as timestamp) as _fivetran_end\n from fields\n)\n\nselect * \nfrom final\nwhere coalesce(_fivetran_active, true)", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.stg_intercom__team_admin": {"database": "postgres", "schema": "public_intercom_dev", "name": "stg_intercom__team_admin", "resource_type": "model", "package_name": "intercom", "path": "staging/stg_intercom__team_admin.sql", "original_file_path": "models/staging/stg_intercom__team_admin.sql", "unique_id": "model.intercom.stg_intercom__team_admin", "fqn": ["intercom", "staging", "stg_intercom__team_admin"], "alias": "stg_intercom__team_admin", "checksum": {"name": "sha256", "checksum": "a3ab558b38f145b5cd18c2034760cbd0cd40384b93795884ac7598d826c553b9"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "Mapping table for admins associated with teams.", "columns": {"source_relation": {"name": "source_relation", "description": "Identifies the record's source.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.intercom.source_relation"]}, "team_id": {"name": "team_id", "description": "The unique identifier of the team.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "admin_id": {"name": "admin_id", "description": "The unique identifier of the admin associate with the team.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean indicating whether the contact is deleted.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "intercom://models/staging/stg_intercom.yml", "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "table", "enabled": true}, "created_at": 1765992571.5057836, "relation_name": "\"postgres\".\"public_intercom_dev\".\"stg_intercom__team_admin\"", "raw_code": "--To disable this model, set the intercom__using_team variable within your dbt_project.yml file to False.\n{{ config(enabled=var('intercom__using_team', True)) }}\n\nwith base as (\n\n select * \n from {{ ref('stg_intercom__team_admin_tmp') }}\n\n),\n\nfields as (\n\n select\n /*\n The below macro is used to generate the correct SQL for package staging models. It takes a list of columns \n that are expected/needed (staging_columns from dbt_intercom/models/tmp/) and compares it with columns \n in the source (source_columns from dbt_intercom/macros/).\n For more information refer to our dbt_fivetran_utils documentation (https://github.com/fivetran/dbt_fivetran_utils.git).\n */\n\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_intercom__team_admin_tmp')),\n staging_columns=get_team_admin_columns()\n )\n }}\n {{ intercom.apply_source_relation() }}\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n cast(admin_id as {{ dbt.type_string() }}) as admin_id,\n team_id,\n _fivetran_deleted\n from fields\n)\n\nselect * \nfrom final\nwhere not coalesce(_fivetran_deleted, false)", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__team_admin_tmp", "package": null, "version": null}, {"name": "stg_intercom__team_admin_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.intercom.get_team_admin_columns", "macro.fivetran_utils.fill_staging_columns", "macro.intercom.apply_source_relation", "macro.dbt.type_string"], "nodes": ["model.intercom.stg_intercom__team_admin_tmp"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom__team_admin.sql", "compiled": true, "compiled_code": "--To disable this model, set the intercom__using_team variable within your dbt_project.yml file to False.\n\n\nwith base as (\n\n select * \n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__team_admin_tmp\"\n\n),\n\nfields as (\n\n select\n /*\n The below macro is used to generate the correct SQL for package staging models. It takes a list of columns \n that are expected/needed (staging_columns from dbt_intercom/models/tmp/) and compares it with columns \n in the source (source_columns from dbt_intercom/macros/).\n For more information refer to our dbt_fivetran_utils documentation (https://github.com/fivetran/dbt_fivetran_utils.git).\n */\n\n \n \n \n _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n admin_id\n \n as \n \n admin_id\n \n, \n \n \n team_id\n \n as \n \n team_id\n \n\n\n\n \n, 'postgres' || '.'|| 'public' as source_relation\n\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n cast(admin_id as TEXT) as admin_id,\n team_id,\n _fivetran_deleted\n from fields\n)\n\nselect * \nfrom final\nwhere not coalesce(_fivetran_deleted, false)", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.stg_intercom__team": {"database": "postgres", "schema": "public_intercom_dev", "name": "stg_intercom__team", "resource_type": "model", "package_name": "intercom", "path": "staging/stg_intercom__team.sql", "original_file_path": "models/staging/stg_intercom__team.sql", "unique_id": "model.intercom.stg_intercom__team", "fqn": ["intercom", "staging", "stg_intercom__team"], "alias": "stg_intercom__team", "checksum": {"name": "sha256", "checksum": "1eb3d0e5ec7cc73987ad99342cb13485db7a384cb3047369a4c2617d7530fa86"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "Table containing teams which are made up of groups of admin in Intercom.", "columns": {"source_relation": {"name": "source_relation", "description": "Identifies the record's source.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.intercom.source_relation"]}, "team_id": {"name": "team_id", "description": "The unique identifier of the team.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "name": {"name": "name", "description": "The name of the team.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean indicating whether the contact is deleted.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "intercom://models/staging/stg_intercom.yml", "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "table", "enabled": true}, "created_at": 1765992571.5065603, "relation_name": "\"postgres\".\"public_intercom_dev\".\"stg_intercom__team\"", "raw_code": "--To disable this model, set the intercom__using_team variable within your dbt_project.yml file to False.\n{{ config(enabled=var('intercom__using_team', True)) }}\n\nwith base as (\n\n select * \n from {{ ref('stg_intercom__team_tmp') }}\n\n),\n\nfields as (\n\n select\n /*\n The below macro is used to generate the correct SQL for package staging models. It takes a list of columns \n that are expected/needed (staging_columns from dbt_intercom/models/tmp/) and compares it with columns \n in the source (source_columns from dbt_intercom/macros/).\n For more information refer to our dbt_fivetran_utils documentation (https://github.com/fivetran/dbt_fivetran_utils.git).\n */\n\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_intercom__team_tmp')),\n staging_columns=get_team_columns()\n )\n }}\n {{ intercom.apply_source_relation() }}\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n id as team_id,\n name,\n _fivetran_deleted\n from fields\n)\n\nselect * \nfrom final\nwhere not coalesce(_fivetran_deleted, false)", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__team_tmp", "package": null, "version": null}, {"name": "stg_intercom__team_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.intercom.get_team_columns", "macro.fivetran_utils.fill_staging_columns", "macro.intercom.apply_source_relation"], "nodes": ["model.intercom.stg_intercom__team_tmp"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom__team.sql", "compiled": true, "compiled_code": "--To disable this model, set the intercom__using_team variable within your dbt_project.yml file to False.\n\n\nwith base as (\n\n select * \n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__team_tmp\"\n\n),\n\nfields as (\n\n select\n /*\n The below macro is used to generate the correct SQL for package staging models. It takes a list of columns \n that are expected/needed (staging_columns from dbt_intercom/models/tmp/) and compares it with columns \n in the source (source_columns from dbt_intercom/macros/).\n For more information refer to our dbt_fivetran_utils documentation (https://github.com/fivetran/dbt_fivetran_utils.git).\n */\n\n \n \n \n _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n name\n \n as \n \n name\n \n\n\n\n \n, 'postgres' || '.'|| 'public' as source_relation\n\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n id as team_id,\n name,\n _fivetran_deleted\n from fields\n)\n\nselect * \nfrom final\nwhere not coalesce(_fivetran_deleted, false)", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.stg_intercom__collection_history": {"database": "postgres", "schema": "public_intercom_dev", "name": "stg_intercom__collection_history", "resource_type": "model", "package_name": "intercom", "path": "staging/stg_intercom__collection_history.sql", "original_file_path": "models/staging/stg_intercom__collection_history.sql", "unique_id": "model.intercom.stg_intercom__collection_history", "fqn": ["intercom", "staging", "stg_intercom__collection_history"], "alias": "stg_intercom__collection_history", "checksum": {"name": "sha256", "checksum": "db1f0547625f811de07814b89a0cc99056cd9a2256778045ca7a27a6b10ae500"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "Table containing historical information about help center collections (categories/sections) within Intercom.", "columns": {"source_relation": {"name": "source_relation", "description": "Identifies the record's source.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.intercom.source_relation"]}, "collection_id": {"name": "collection_id", "description": "The unique identifier for the collection.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "help_center_id": {"name": "help_center_id", "description": "The unique identifier of the help center this collection belongs to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "parent_collection_id": {"name": "parent_collection_id", "description": "The unique identifier of the parent collection (for nested sections).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "collection_name": {"name": "collection_name", "description": "The name of the collection.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "collection_description": {"name": "collection_description", "description": "The description of the collection.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "collection_url": {"name": "collection_url", "description": "The public URL of the collection.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "collection_icon": {"name": "collection_icon", "description": "The icon identifier for the collection.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "collection_type": {"name": "collection_type", "description": "The type of collection (e.g., 'collection').", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "default_locale": {"name": "default_locale", "description": "The default locale/language of the collection.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "workspace_id": {"name": "workspace_id", "description": "The Intercom workspace identifier.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "display_order": {"name": "display_order", "description": "The display order within the parent.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "created_at": {"name": "created_at", "description": "The time the collection was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "updated_at": {"name": "updated_at", "description": "The time the collection was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_active": {"name": "_fivetran_active", "description": "Boolean to identify an active record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_start": {"name": "_fivetran_start", "description": "Timestamp to record the time that a record is ingested by Fivetran. This value may not be identical to the time the record was created in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_end": {"name": "_fivetran_end", "description": "Timestamp to record the time when a record became inactive in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.intercom._fivetran_synced"]}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "intercom://models/staging/stg_intercom.yml", "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "table", "enabled": true}, "created_at": 1765992571.511737, "relation_name": "\"postgres\".\"public_intercom_dev\".\"stg_intercom__collection_history\"", "raw_code": "--To disable this model, set the intercom__using_collection_history variable within your dbt_project.yml file to False.\n{{ config(enabled=var('intercom__using_articles', True) and var('intercom__using_collection_history', True)) }}\n\nwith base as (\n\n select * \n from {{ ref('stg_intercom__collection_history_tmp') }}\n\n),\n\nfields as (\n\n select\n /*\n The below macro is used to generate the correct SQL for package staging models. It takes a list of columns \n that are expected/needed (staging_columns from dbt_intercom/models/tmp/) and compares it with columns \n in the source (source_columns from dbt_intercom/macros/).\n For more information refer to our dbt_fivetran_utils documentation (https://github.com/fivetran/dbt_fivetran_utils.git).\n */\n\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_intercom__collection_history_tmp')),\n staging_columns=get_collection_history_columns()\n )\n }}\n {{ intercom.apply_source_relation() }}\n\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n cast(id as {{ dbt.type_string() }}) as collection_id,\n cast(help_center_id as {{ dbt.type_string() }}) as help_center_id,\n cast(parent_id as {{ dbt.type_string() }}) as parent_collection_id,\n name as collection_name,\n description as collection_description,\n url as collection_url,\n icon as collection_icon,\n type as collection_type,\n default_locale,\n workspace_id,\n display_order,\n cast(created_at as {{ dbt.type_timestamp() }}) as created_at,\n cast(updated_at as {{ dbt.type_timestamp() }}) as updated_at,\n _fivetran_active,\n cast(_fivetran_start as {{ dbt.type_timestamp() }}) as _fivetran_start,\n cast(_fivetran_end as {{ dbt.type_timestamp() }}) as _fivetran_end,\n cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced\n from fields\n)\n\nselect * \nfrom final\nwhere coalesce(_fivetran_active, true)", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__collection_history_tmp", "package": null, "version": null}, {"name": "stg_intercom__collection_history_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.intercom.get_collection_history_columns", "macro.fivetran_utils.fill_staging_columns", "macro.intercom.apply_source_relation", "macro.dbt.type_string", "macro.dbt.type_timestamp"], "nodes": ["model.intercom.stg_intercom__collection_history_tmp"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom__collection_history.sql", "compiled": true, "compiled_code": "--To disable this model, set the intercom__using_collection_history variable within your dbt_project.yml file to False.\n\n\nwith base as (\n\n select * \n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__collection_history_tmp\"\n\n),\n\nfields as (\n\n select\n /*\n The below macro is used to generate the correct SQL for package staging models. It takes a list of columns \n that are expected/needed (staging_columns from dbt_intercom/models/tmp/) and compares it with columns \n in the source (source_columns from dbt_intercom/macros/).\n For more information refer to our dbt_fivetran_utils documentation (https://github.com/fivetran/dbt_fivetran_utils.git).\n */\n\n \n \n \n _fivetran_active\n \n as \n \n _fivetran_active\n \n, \n \n \n _fivetran_start\n \n as \n \n _fivetran_start\n \n, \n \n \n _fivetran_end\n \n as \n \n _fivetran_end\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n default_locale\n \n as \n \n default_locale\n \n, \n \n \n description\n \n as \n \n description\n \n, \n \n \n help_center_id\n \n as \n \n help_center_id\n \n, \n \n \n icon\n \n as \n \n icon\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n name\n \n as \n \n name\n \n, \n \n \n \n \n \"order\"\n \n \n \n as display_order , \n \n \n parent_id\n \n as \n \n parent_id\n \n, \n \n \n type\n \n as \n \n type\n \n, \n \n \n updated_at\n \n as \n \n updated_at\n \n, \n \n \n url\n \n as \n \n url\n \n, \n \n \n workspace_id\n \n as \n \n workspace_id\n \n\n\n\n \n, 'postgres' || '.'|| 'public' as source_relation\n\n\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n cast(id as TEXT) as collection_id,\n cast(help_center_id as TEXT) as help_center_id,\n cast(parent_id as TEXT) as parent_collection_id,\n name as collection_name,\n description as collection_description,\n url as collection_url,\n icon as collection_icon,\n type as collection_type,\n default_locale,\n workspace_id,\n display_order,\n cast(created_at as timestamp) as created_at,\n cast(updated_at as timestamp) as updated_at,\n _fivetran_active,\n cast(_fivetran_start as timestamp) as _fivetran_start,\n cast(_fivetran_end as timestamp) as _fivetran_end,\n cast(_fivetran_synced as timestamp) as _fivetran_synced\n from fields\n)\n\nselect * \nfrom final\nwhere coalesce(_fivetran_active, true)", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.stg_intercom__article_history": {"database": "postgres", "schema": "public_intercom_dev", "name": "stg_intercom__article_history", "resource_type": "model", "package_name": "intercom", "path": "staging/stg_intercom__article_history.sql", "original_file_path": "models/staging/stg_intercom__article_history.sql", "unique_id": "model.intercom.stg_intercom__article_history", "fqn": ["intercom", "staging", "stg_intercom__article_history"], "alias": "stg_intercom__article_history", "checksum": {"name": "sha256", "checksum": "b381c25802e15d2377c87968713e33303109a24e0e95ce13934c7687d20a70f7"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "Table containing historical information about help center articles within Intercom.", "columns": {"source_relation": {"name": "source_relation", "description": "Identifies the record's source.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.intercom.source_relation"]}, "article_id": {"name": "article_id", "description": "The unique identifier for the article.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "collection_id": {"name": "collection_id", "description": "The unique identifier of the collection this article belongs to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "section_id": {"name": "section_id", "description": "The unique identifier of the section (nested collection) if applicable.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "author_id": {"name": "author_id", "description": "The unique identifier of the admin who authored the article.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "article_title": {"name": "article_title", "description": "The title of the article.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "article_description": {"name": "article_description", "description": "The description or summary of the article.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "article_body": {"name": "article_body", "description": "The full body content of the article (HTML).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "article_url": {"name": "article_url", "description": "The public URL of the article.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "article_type": {"name": "article_type", "description": "The type of the article (e.g., 'article').", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "article_state": {"name": "article_state", "description": "The publication state of the article (draft, published).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "parent_type": {"name": "parent_type", "description": "The type of parent container (collection, section).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "default_locale": {"name": "default_locale", "description": "The default locale/language of the article.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "workspace_id": {"name": "workspace_id", "description": "The Intercom workspace identifier.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "statistics_type": {"name": "statistics_type", "description": "The type of statistics tracking.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "statistics_views": {"name": "statistics_views", "description": "The number of article views.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "statistics_conversations": {"name": "statistics_conversations", "description": "The number of conversations started from this article.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "statistics_reactions": {"name": "statistics_reactions", "description": "The total number of reactions.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "statistics_happy_reaction_percentage": {"name": "statistics_happy_reaction_percentage", "description": "The percentage of happy reactions.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "statistics_neutral_reaction_percentage": {"name": "statistics_neutral_reaction_percentage", "description": "The percentage of neutral reactions.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "statistics_sad_reaction_percentage": {"name": "statistics_sad_reaction_percentage", "description": "The percentage of sad reactions.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "created_at": {"name": "created_at", "description": "The time the article was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "updated_at": {"name": "updated_at", "description": "The time the article was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_active": {"name": "_fivetran_active", "description": "Boolean to identify an active record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_start": {"name": "_fivetran_start", "description": "Timestamp to record the time that a record is ingested by Fivetran. This value may not be identical to the time the record was created in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_end": {"name": "_fivetran_end", "description": "Timestamp to record the time when a record became inactive in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "The time when a record was last updated by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.intercom._fivetran_synced"]}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "intercom://models/staging/stg_intercom.yml", "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "table", "enabled": true}, "created_at": 1765992571.509645, "relation_name": "\"postgres\".\"public_intercom_dev\".\"stg_intercom__article_history\"", "raw_code": "--To disable this model, set the intercom__using_articles variable within your dbt_project.yml file to False.\n{{ config(enabled=var('intercom__using_articles', True)) }}\n\nwith base as (\n\n select * \n from {{ ref('stg_intercom__article_history_tmp') }}\n\n),\n\nfields as (\n\n select\n /*\n The below macro is used to generate the correct SQL for package staging models. It takes a list of columns \n that are expected/needed (staging_columns from dbt_intercom/models/tmp/) and compares it with columns \n in the source (source_columns from dbt_intercom/macros/).\n For more information refer to our dbt_fivetran_utils documentation (https://github.com/fivetran/dbt_fivetran_utils.git).\n */\n\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_intercom__article_history_tmp')),\n staging_columns=get_article_history_columns()\n )\n }}\n {{ intercom.apply_source_relation() }}\n\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n cast(id as {{ dbt.type_string() }}) as article_id,\n cast(collection_id as {{ dbt.type_string() }}) as collection_id,\n cast(section_id as {{ dbt.type_string() }}) as section_id,\n cast(author_id as {{ dbt.type_string() }}) as author_id,\n title as article_title,\n description as article_description,\n body as article_body,\n url as article_url,\n type as article_type,\n state as article_state,\n parent_type,\n default_locale,\n workspace_id,\n statistics_type,\n statistics_views,\n statistics_conversations,\n statistics_reactions,\n statistics_happy_reaction_percentage,\n statistics_neutral_reaction_percentage,\n statistics_sad_reaction_percentage,\n cast(created_at as {{ dbt.type_timestamp() }}) as created_at,\n cast(updated_at as {{ dbt.type_timestamp() }}) as updated_at,\n _fivetran_active,\n cast(_fivetran_start as {{ dbt.type_timestamp() }}) as _fivetran_start,\n cast(_fivetran_end as {{ dbt.type_timestamp() }}) as _fivetran_end,\n cast(_fivetran_synced as {{ dbt.type_timestamp() }}) as _fivetran_synced\n\n --The below script allows for pass through columns.\n {{ fivetran_utils.fill_pass_through_columns('intercom__article_history_pass_through_columns') }}\n from fields\n)\n\nselect * \nfrom final\nwhere coalesce(_fivetran_active, true)", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__article_history_tmp", "package": null, "version": null}, {"name": "stg_intercom__article_history_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.intercom.get_article_history_columns", "macro.fivetran_utils.fill_staging_columns", "macro.intercom.apply_source_relation", "macro.dbt.type_string", "macro.dbt.type_timestamp", "macro.fivetran_utils.fill_pass_through_columns"], "nodes": ["model.intercom.stg_intercom__article_history_tmp"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom__article_history.sql", "compiled": true, "compiled_code": "--To disable this model, set the intercom__using_articles variable within your dbt_project.yml file to False.\n\n\nwith base as (\n\n select * \n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__article_history_tmp\"\n\n),\n\nfields as (\n\n select\n /*\n The below macro is used to generate the correct SQL for package staging models. It takes a list of columns \n that are expected/needed (staging_columns from dbt_intercom/models/tmp/) and compares it with columns \n in the source (source_columns from dbt_intercom/macros/).\n For more information refer to our dbt_fivetran_utils documentation (https://github.com/fivetran/dbt_fivetran_utils.git).\n */\n\n \n \n \n _fivetran_active\n \n as \n \n _fivetran_active\n \n, \n \n \n _fivetran_start\n \n as \n \n _fivetran_start\n \n, \n \n \n _fivetran_end\n \n as \n \n _fivetran_end\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n author_id\n \n as \n \n author_id\n \n, \n \n \n body\n \n as \n \n body\n \n, \n \n \n collection_id\n \n as \n \n collection_id\n \n, \n \n \n created_at\n \n as \n \n created_at\n \n, \n \n \n default_locale\n \n as \n \n default_locale\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 parent_type\n \n as \n \n parent_type\n \n, \n \n \n section_id\n \n as \n \n section_id\n \n, \n \n \n state\n \n as \n \n state\n \n, \n \n \n statistics_conversations\n \n as \n \n statistics_conversations\n \n, \n \n \n statistics_happy_reaction_percentage\n \n as \n \n statistics_happy_reaction_percentage\n \n, \n \n \n statistics_neutral_reaction_percentage\n \n as \n \n statistics_neutral_reaction_percentage\n \n, \n \n \n statistics_reactions\n \n as \n \n statistics_reactions\n \n, \n \n \n statistics_sad_reaction_percentage\n \n as \n \n statistics_sad_reaction_percentage\n \n, \n \n \n statistics_type\n \n as \n \n statistics_type\n \n, \n \n \n statistics_views\n \n as \n \n statistics_views\n \n, \n \n \n title\n \n as \n \n title\n \n, \n \n \n type\n \n as \n \n type\n \n, \n \n \n updated_at\n \n as \n \n updated_at\n \n, \n \n \n url\n \n as \n \n url\n \n, \n \n \n workspace_id\n \n as \n \n workspace_id\n \n\n\n\n \n, 'postgres' || '.'|| 'public' as source_relation\n\n\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n cast(id as TEXT) as article_id,\n cast(collection_id as TEXT) as collection_id,\n cast(section_id as TEXT) as section_id,\n cast(author_id as TEXT) as author_id,\n title as article_title,\n description as article_description,\n body as article_body,\n url as article_url,\n type as article_type,\n state as article_state,\n parent_type,\n default_locale,\n workspace_id,\n statistics_type,\n statistics_views,\n statistics_conversations,\n statistics_reactions,\n statistics_happy_reaction_percentage,\n statistics_neutral_reaction_percentage,\n statistics_sad_reaction_percentage,\n cast(created_at as timestamp) as created_at,\n cast(updated_at as timestamp) as updated_at,\n _fivetran_active,\n cast(_fivetran_start as timestamp) as _fivetran_start,\n cast(_fivetran_end as timestamp) as _fivetran_end,\n cast(_fivetran_synced as timestamp) as _fivetran_synced\n\n --The below script allows for pass through columns.\n \n\n\n\n\n from fields\n)\n\nselect * \nfrom final\nwhere coalesce(_fivetran_active, true)", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.stg_intercom__contact_tag_history": {"database": "postgres", "schema": "public_intercom_dev", "name": "stg_intercom__contact_tag_history", "resource_type": "model", "package_name": "intercom", "path": "staging/stg_intercom__contact_tag_history.sql", "original_file_path": "models/staging/stg_intercom__contact_tag_history.sql", "unique_id": "model.intercom.stg_intercom__contact_tag_history", "fqn": ["intercom", "staging", "stg_intercom__contact_tag_history"], "alias": "stg_intercom__contact_tag_history", "checksum": {"name": "sha256", "checksum": "fef355b2cde100689ec11c46dcca53689eb15bc0d1bf07dcce66fd8617e79dbb"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "Mapping table for tags associated with contacts.", "columns": {"source_relation": {"name": "source_relation", "description": "Identifies the record's source.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.intercom.source_relation"]}, "contact_id": {"name": "contact_id", "description": "The unique identifier related to the contact.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "contact_updated_at": {"name": "contact_updated_at", "description": "The date the contact was last updated at.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "tag_id": {"name": "tag_id", "description": "The unique identifier related to the tag.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_active": {"name": "_fivetran_active", "description": "Boolean to identify an active record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_start": {"name": "_fivetran_start", "description": "Timestamp to record the time that a record is ingested by Fivetran. This value may not be identical to the time the record was created in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_end": {"name": "_fivetran_end", "description": "Timestamp to record the time when a record became inactive in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "intercom://models/staging/stg_intercom.yml", "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "table", "enabled": true}, "created_at": 1765992571.493302, "relation_name": "\"postgres\".\"public_intercom_dev\".\"stg_intercom__contact_tag_history\"", "raw_code": "--To disable this model, set the intercom__using_contact_tags variable within your dbt_project.yml file to False. \n{{ config(enabled=var('intercom__using_contact_tags', True)) }}\n\nwith base as (\n\n select * \n from {{ ref('stg_intercom__contact_tag_history_tmp') }}\n\n),\n\nfields as (\n\n select\n /*\n The below macro is used to generate the correct SQL for package staging models. It takes a list of columns \n that are expected/needed (staging_columns from dbt_intercom/models/tmp/) and compares it with columns \n in the source (source_columns from dbt_intercom/macros/).\n For more information refer to our dbt_fivetran_utils documentation (https://github.com/fivetran/dbt_fivetran_utils.git).\n */\n\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_intercom__contact_tag_history_tmp')),\n staging_columns=get_contact_tag_history_columns()\n )\n }}\n {{ intercom.apply_source_relation() }}\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n contact_id,\n cast(contact_updated_at as {{ dbt.type_timestamp() }}) as contact_updated_at,\n tag_id,\n _fivetran_active,\n cast(_fivetran_start as {{ dbt.type_timestamp() }}) as _fivetran_start,\n cast(_fivetran_end as {{ dbt.type_timestamp() }}) as _fivetran_end\n from fields\n)\n\nselect * \nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__contact_tag_history_tmp", "package": null, "version": null}, {"name": "stg_intercom__contact_tag_history_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.intercom.get_contact_tag_history_columns", "macro.fivetran_utils.fill_staging_columns", "macro.intercom.apply_source_relation", "macro.dbt.type_timestamp"], "nodes": ["model.intercom.stg_intercom__contact_tag_history_tmp"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom__contact_tag_history.sql", "compiled": true, "compiled_code": "--To disable this model, set the intercom__using_contact_tags variable within your dbt_project.yml file to False. \n\n\nwith base as (\n\n select * \n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__contact_tag_history_tmp\"\n\n),\n\nfields as (\n\n select\n /*\n The below macro is used to generate the correct SQL for package staging models. It takes a list of columns \n that are expected/needed (staging_columns from dbt_intercom/models/tmp/) and compares it with columns \n in the source (source_columns from dbt_intercom/macros/).\n For more information refer to our dbt_fivetran_utils documentation (https://github.com/fivetran/dbt_fivetran_utils.git).\n */\n\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n _fivetran_active\n \n as \n \n _fivetran_active\n \n, \n \n \n _fivetran_start\n \n as \n \n _fivetran_start\n \n, \n \n \n _fivetran_end\n \n as \n \n _fivetran_end\n \n, \n \n \n contact_id\n \n as \n \n contact_id\n \n, \n \n \n contact_updated_at\n \n as \n \n contact_updated_at\n \n, \n \n \n tag_id\n \n as \n \n tag_id\n \n\n\n\n \n, 'postgres' || '.'|| 'public' as source_relation\n\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n contact_id,\n cast(contact_updated_at as timestamp) as contact_updated_at,\n tag_id,\n _fivetran_active,\n cast(_fivetran_start as timestamp) as _fivetran_start,\n cast(_fivetran_end as timestamp) as _fivetran_end\n from fields\n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.stg_intercom__contact_company_history": {"database": "postgres", "schema": "public_intercom_dev", "name": "stg_intercom__contact_company_history", "resource_type": "model", "package_name": "intercom", "path": "staging/stg_intercom__contact_company_history.sql", "original_file_path": "models/staging/stg_intercom__contact_company_history.sql", "unique_id": "model.intercom.stg_intercom__contact_company_history", "fqn": ["intercom", "staging", "stg_intercom__contact_company_history"], "alias": "stg_intercom__contact_company_history", "checksum": {"name": "sha256", "checksum": "8608be6515a5278c24743d78f271d0eeaaeab65d21797d62a86ba5b5ec5a6987"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "Mapping table for contacts associated with companies.", "columns": {"source_relation": {"name": "source_relation", "description": "Identifies the record's source.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": ["doc.intercom.source_relation"]}, "company_id": {"name": "company_id", "description": "The unique identifier related to the company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "contact_id": {"name": "contact_id", "description": "The unique identifier related to the contact.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "contact_updated_at": {"name": "contact_updated_at", "description": "The time the contact was last updated at.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_active": {"name": "_fivetran_active", "description": "Boolean to identify an active record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_start": {"name": "_fivetran_start", "description": "Timestamp to record the time that a record is ingested by Fivetran. This value may not be identical to the time the record was created in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_end": {"name": "_fivetran_end", "description": "Timestamp to record the time when a record became inactive in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": "intercom://models/staging/stg_intercom.yml", "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "table", "enabled": true}, "created_at": 1765992571.4909403, "relation_name": "\"postgres\".\"public_intercom_dev\".\"stg_intercom__contact_company_history\"", "raw_code": "--To disable this model, set the intercom__using_contact_company variable within your dbt_project.yml file to False.\n{{ config(enabled=var('intercom__using_contact_company', True)) }}\n\nwith base as (\n\n select * \n from {{ ref('stg_intercom__contact_company_history_tmp') }}\n\n),\n\nfields as (\n\n select\n /*\n The below macro is used to generate the correct SQL for package staging models. It takes a list of columns \n that are expected/needed (staging_columns from dbt_intercom/models/tmp/) and compares it with columns \n in the source (source_columns from dbt_intercom/macros/).\n For more information refer to our dbt_fivetran_utils documentation (https://github.com/fivetran/dbt_fivetran_utils.git).\n */\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_intercom__contact_company_history_tmp')),\n staging_columns=get_contact_company_history_columns()\n )\n }}\n {{ intercom.apply_source_relation() }}\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n company_id,\n contact_id,\n cast(contact_updated_at as {{ dbt.type_timestamp() }}) as contact_updated_at,\n _fivetran_active,\n cast(_fivetran_start as {{ dbt.type_timestamp() }}) as _fivetran_start,\n cast(_fivetran_end as {{ dbt.type_timestamp() }}) as _fivetran_end\n from fields\n)\n\nselect * \nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__contact_company_history_tmp", "package": null, "version": null}, {"name": "stg_intercom__contact_company_history_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.intercom.get_contact_company_history_columns", "macro.fivetran_utils.fill_staging_columns", "macro.intercom.apply_source_relation", "macro.dbt.type_timestamp"], "nodes": ["model.intercom.stg_intercom__contact_company_history_tmp"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom__contact_company_history.sql", "compiled": true, "compiled_code": "--To disable this model, set the intercom__using_contact_company variable within your dbt_project.yml file to False.\n\n\nwith base as (\n\n select * \n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__contact_company_history_tmp\"\n\n),\n\nfields as (\n\n select\n /*\n The below macro is used to generate the correct SQL for package staging models. It takes a list of columns \n that are expected/needed (staging_columns from dbt_intercom/models/tmp/) and compares it with columns \n in the source (source_columns from dbt_intercom/macros/).\n For more information refer to our dbt_fivetran_utils documentation (https://github.com/fivetran/dbt_fivetran_utils.git).\n */\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n _fivetran_active\n \n as \n \n _fivetran_active\n \n, \n \n \n _fivetran_start\n \n as \n \n _fivetran_start\n \n, \n \n \n _fivetran_end\n \n as \n \n _fivetran_end\n \n, \n \n \n company_id\n \n as \n \n company_id\n \n, \n \n \n contact_id\n \n as \n \n contact_id\n \n, \n \n \n contact_updated_at\n \n as \n \n contact_updated_at\n \n\n\n\n \n, 'postgres' || '.'|| 'public' as source_relation\n\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n company_id,\n contact_id,\n cast(contact_updated_at as timestamp) as contact_updated_at,\n _fivetran_active,\n cast(_fivetran_start as timestamp) as _fivetran_start,\n cast(_fivetran_end as timestamp) as _fivetran_end\n from fields\n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.stg_intercom__company_history_tmp": {"database": "postgres", "schema": "public_intercom_dev", "name": "stg_intercom__company_history_tmp", "resource_type": "model", "package_name": "intercom", "path": "staging/tmp/stg_intercom__company_history_tmp.sql", "original_file_path": "models/staging/tmp/stg_intercom__company_history_tmp.sql", "unique_id": "model.intercom.stg_intercom__company_history_tmp", "fqn": ["intercom", "staging", "tmp", "stg_intercom__company_history_tmp"], "alias": "stg_intercom__company_history_tmp", "checksum": {"name": "sha256", "checksum": "4311a1f4e22de56e3cdfc6aacee021845e1329d4384b0dd68d2c80ce80008dee"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "view", "enabled": true}, "created_at": 1765992570.9702759, "relation_name": "\"postgres\".\"public_intercom_dev\".\"stg_intercom__company_history_tmp\"", "raw_code": "--To disable this model, set the intercom__using_contact_company variable within your dbt_project.yml file to False.\n{{ config(enabled=var('intercom__using_contact_company', True)) }}\n\n{{\n intercom.intercom_union_connections(\n connection_dictionary='intercom_sources',\n single_source_name='intercom',\n single_table_name='company_history'\n )\n}}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["intercom", "company_history"], ["intercom", "company_history"], ["intercom", "company_history"]], "metrics": [], "depends_on": {"macros": ["macro.intercom.intercom_union_connections"], "nodes": ["source.intercom.intercom.company_history"]}, "compiled_path": "target/compiled/intercom/models/staging/tmp/stg_intercom__company_history_tmp.sql", "compiled": true, "compiled_code": "--To disable this model, set the intercom__using_contact_company variable within your dbt_project.yml file to False.\n\n\n\n\n\n\n\n -- ** Values passed to adapter.get_relation:\n -- full-identifier_var: intercom_company_history_identifier\n -- database: postgres \n -- schema: public\n -- identifier: company_history_data\n\n\n select\n \"id\",\n \"updated_at\",\n \"_fivetran_synced\",\n \"company_id\",\n \"created_at\",\n \"industry\",\n \"last_request_at\",\n \"monthly_spend\",\n \"plan_id\",\n \"plan_name\",\n \"remote_created_at\",\n \"session_count\",\n \"size\",\n \"user_count\",\n \"website\",\n \"name\",\n \"_fivetran_active\",\n \"_fivetran_start\",\n \"_fivetran_end\"\n from \"postgres\".\"public\".\"company_history_data\" as source_table\n\n ", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.stg_intercom__tag_tmp": {"database": "postgres", "schema": "public_intercom_dev", "name": "stg_intercom__tag_tmp", "resource_type": "model", "package_name": "intercom", "path": "staging/tmp/stg_intercom__tag_tmp.sql", "original_file_path": "models/staging/tmp/stg_intercom__tag_tmp.sql", "unique_id": "model.intercom.stg_intercom__tag_tmp", "fqn": ["intercom", "staging", "tmp", "stg_intercom__tag_tmp"], "alias": "stg_intercom__tag_tmp", "checksum": {"name": "sha256", "checksum": "ab3941ee141bd879763326428ae054c047794af149c5c5ae37833456cde9c269"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "view"}, "created_at": 1765992570.9952588, "relation_name": "\"postgres\".\"public_intercom_dev\".\"stg_intercom__tag_tmp\"", "raw_code": "{{\n intercom.intercom_union_connections(\n connection_dictionary='intercom_sources',\n single_source_name='intercom',\n single_table_name='tag'\n )\n}}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["intercom", "tag"], ["intercom", "tag"], ["intercom", "tag"]], "metrics": [], "depends_on": {"macros": ["macro.intercom.intercom_union_connections"], "nodes": ["source.intercom.intercom.tag"]}, "compiled_path": "target/compiled/intercom/models/staging/tmp/stg_intercom__tag_tmp.sql", "compiled": true, "compiled_code": "\n\n\n\n\n -- ** Values passed to adapter.get_relation:\n -- full-identifier_var: intercom_tag_identifier\n -- database: postgres \n -- schema: public\n -- identifier: tag_data\n\n\n select\n \"id\",\n \"_fivetran_deleted\",\n \"_fivetran_synced\",\n \"name\"\n from \"postgres\".\"public\".\"tag_data\" as source_table\n\n ", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.stg_intercom__contact_history_tmp": {"database": "postgres", "schema": "public_intercom_dev", "name": "stg_intercom__contact_history_tmp", "resource_type": "model", "package_name": "intercom", "path": "staging/tmp/stg_intercom__contact_history_tmp.sql", "original_file_path": "models/staging/tmp/stg_intercom__contact_history_tmp.sql", "unique_id": "model.intercom.stg_intercom__contact_history_tmp", "fqn": ["intercom", "staging", "tmp", "stg_intercom__contact_history_tmp"], "alias": "stg_intercom__contact_history_tmp", "checksum": {"name": "sha256", "checksum": "512d905379208181933ef879c9b31b049983686df72e00fdb90958ce3b5b62bc"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "view"}, "created_at": 1765992571.003013, "relation_name": "\"postgres\".\"public_intercom_dev\".\"stg_intercom__contact_history_tmp\"", "raw_code": "{{\n intercom.intercom_union_connections(\n connection_dictionary='intercom_sources',\n single_source_name='intercom',\n single_table_name='contact_history'\n )\n}}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["intercom", "contact_history"], ["intercom", "contact_history"], ["intercom", "contact_history"]], "metrics": [], "depends_on": {"macros": ["macro.intercom.intercom_union_connections"], "nodes": ["source.intercom.intercom.contact_history"]}, "compiled_path": "target/compiled/intercom/models/staging/tmp/stg_intercom__contact_history_tmp.sql", "compiled": true, "compiled_code": "\n\n\n\n\n -- ** Values passed to adapter.get_relation:\n -- full-identifier_var: intercom_contact_history_identifier\n -- database: postgres \n -- schema: public\n -- identifier: contact_history_data\n\n\n select\n \"id\",\n \"updated_at\",\n \"_fivetran_active\",\n \"_fivetran_synced\",\n \"admin_id\",\n \"android_app_name\",\n \"android_app_version\",\n \"android_device\",\n \"android_last_seen_at\",\n \"android_os_version\",\n \"android_sdk_version\",\n \"browser\",\n \"browser_language\",\n \"browser_version\",\n \"created_at\",\n \"custom_onboarding_step\",\n \"custom_organisation_id\",\n \"custom_organisation_name\",\n \"external_id\",\n \"has_hard_bounced\",\n \"ios_app_name\",\n \"ios_app_version\",\n \"ios_device\",\n \"ios_last_seen_at\",\n \"ios_os_version\",\n \"ios_sdk_version\",\n \"language_override\",\n \"last_contacted_at\",\n \"last_email_clicked_at\",\n \"last_email_opened_at\",\n \"last_replied_at\",\n \"last_seen_at\",\n \"location_city\",\n \"location_country\",\n \"location_region\",\n \"marked_email_as_spam\",\n \"os\",\n \"phone\",\n \"role\",\n \"signed_up_at\",\n \"unsubscribed_from_emails\",\n \"workspace_id\",\n \"avatar\",\n \"custom_job_title\",\n \"email\",\n \"name\",\n \"_fivetran_start\",\n \"_fivetran_end\"\n from \"postgres\".\"public\".\"contact_history_data\" as source_table\n\n ", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.stg_intercom__contact_tag_history_tmp": {"database": "postgres", "schema": "public_intercom_dev", "name": "stg_intercom__contact_tag_history_tmp", "resource_type": "model", "package_name": "intercom", "path": "staging/tmp/stg_intercom__contact_tag_history_tmp.sql", "original_file_path": "models/staging/tmp/stg_intercom__contact_tag_history_tmp.sql", "unique_id": "model.intercom.stg_intercom__contact_tag_history_tmp", "fqn": ["intercom", "staging", "tmp", "stg_intercom__contact_tag_history_tmp"], "alias": "stg_intercom__contact_tag_history_tmp", "checksum": {"name": "sha256", "checksum": "cf1f54ea444d3050ddae8f128363ed0be90603d5c5c2bfbf4dab80b7128670fa"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "view", "enabled": true}, "created_at": 1765992571.0107179, "relation_name": "\"postgres\".\"public_intercom_dev\".\"stg_intercom__contact_tag_history_tmp\"", "raw_code": "--To disable this model, set the intercom__using_contact_tags variable within your dbt_project.yml file to False.\n{{ config(enabled=var('intercom__using_contact_tags', True)) }}\n\n{{\n intercom.intercom_union_connections(\n connection_dictionary='intercom_sources',\n single_source_name='intercom',\n single_table_name='contact_tag_history'\n )\n}}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["intercom", "contact_tag_history"], ["intercom", "contact_tag_history"], ["intercom", "contact_tag_history"]], "metrics": [], "depends_on": {"macros": ["macro.intercom.intercom_union_connections"], "nodes": ["source.intercom.intercom.contact_tag_history"]}, "compiled_path": "target/compiled/intercom/models/staging/tmp/stg_intercom__contact_tag_history_tmp.sql", "compiled": true, "compiled_code": "--To disable this model, set the intercom__using_contact_tags variable within your dbt_project.yml file to False.\n\n\n\n\n\n\n\n -- ** Values passed to adapter.get_relation:\n -- full-identifier_var: intercom_contact_tag_history_identifier\n -- database: postgres \n -- schema: public\n -- identifier: contact_tag_history_data\n\n\n select\n \"contact_id\",\n \"contact_updated_at\",\n \"tag_id\",\n \"_fivetran_synced\",\n \"_fivetran_start\",\n \"_fivetran_end\",\n \"_fivetran_active\"\n from \"postgres\".\"public\".\"contact_tag_history_data\" as source_table\n\n ", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.stg_intercom__help_center_history_tmp": {"database": "postgres", "schema": "public_intercom_dev", "name": "stg_intercom__help_center_history_tmp", "resource_type": "model", "package_name": "intercom", "path": "staging/tmp/stg_intercom__help_center_history_tmp.sql", "original_file_path": "models/staging/tmp/stg_intercom__help_center_history_tmp.sql", "unique_id": "model.intercom.stg_intercom__help_center_history_tmp", "fqn": ["intercom", "staging", "tmp", "stg_intercom__help_center_history_tmp"], "alias": "stg_intercom__help_center_history_tmp", "checksum": {"name": "sha256", "checksum": "08e5016cc9e7bd8711416e963cbc5b798eef889b047d3d3cdd2366689dfc86a8"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "view", "enabled": true}, "created_at": 1765992571.0202541, "relation_name": "\"postgres\".\"public_intercom_dev\".\"stg_intercom__help_center_history_tmp\"", "raw_code": "--To disable this model, set the intercom__using_help_center_history variable within your dbt_project.yml file to False.\n{{ config(enabled=var('intercom__using_articles', True) and var('intercom__using_collection_history', True) and var('intercom__using_help_center_history', True)) }}\n\n{{\n intercom.intercom_union_connections(\n connection_dictionary='intercom_sources',\n single_source_name='intercom',\n single_table_name='help_center_history'\n )\n}}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["intercom", "help_center_history"], ["intercom", "help_center_history"], ["intercom", "help_center_history"]], "metrics": [], "depends_on": {"macros": ["macro.intercom.intercom_union_connections"], "nodes": ["source.intercom.intercom.help_center_history"]}, "compiled_path": "target/compiled/intercom/models/staging/tmp/stg_intercom__help_center_history_tmp.sql", "compiled": true, "compiled_code": "--To disable this model, set the intercom__using_help_center_history variable within your dbt_project.yml file to False.\n\n\n\n\n\n\n\n -- ** Values passed to adapter.get_relation:\n -- full-identifier_var: intercom_help_center_history_identifier\n -- database: postgres \n -- schema: public\n -- identifier: help_center_history_data\n\n\n select\n \"id\",\n \"display_name\",\n \"identifier\",\n \"workspace_id\",\n \"website_turned_on\",\n \"created_at\",\n \"updated_at\",\n \"_fivetran_active\",\n \"_fivetran_start\",\n \"_fivetran_end\",\n \"_fivetran_synced\"\n from \"postgres\".\"public\".\"help_center_history_data\" as source_table\n\n ", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.stg_intercom__conversation_history_tmp": {"database": "postgres", "schema": "public_intercom_dev", "name": "stg_intercom__conversation_history_tmp", "resource_type": "model", "package_name": "intercom", "path": "staging/tmp/stg_intercom__conversation_history_tmp.sql", "original_file_path": "models/staging/tmp/stg_intercom__conversation_history_tmp.sql", "unique_id": "model.intercom.stg_intercom__conversation_history_tmp", "fqn": ["intercom", "staging", "tmp", "stg_intercom__conversation_history_tmp"], "alias": "stg_intercom__conversation_history_tmp", "checksum": {"name": "sha256", "checksum": "582610819677a90feeb8053aec38f22e6f999d4628298edc0e44171a7b6bcdfa"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "view"}, "created_at": 1765992571.028852, "relation_name": "\"postgres\".\"public_intercom_dev\".\"stg_intercom__conversation_history_tmp\"", "raw_code": "{{\n intercom.intercom_union_connections(\n connection_dictionary='intercom_sources',\n single_source_name='intercom',\n single_table_name='conversation_history'\n )\n}}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["intercom", "conversation_history"], ["intercom", "conversation_history"], ["intercom", "conversation_history"]], "metrics": [], "depends_on": {"macros": ["macro.intercom.intercom_union_connections"], "nodes": ["source.intercom.intercom.conversation_history"]}, "compiled_path": "target/compiled/intercom/models/staging/tmp/stg_intercom__conversation_history_tmp.sql", "compiled": true, "compiled_code": "\n\n\n\n\n -- ** Values passed to adapter.get_relation:\n -- full-identifier_var: intercom_conversation_history_identifier\n -- database: postgres \n -- schema: public\n -- identifier: conversation_history_data\n\n\n select\n \"id\",\n \"updated_at\",\n \"_fivetran_synced\",\n \"assignee_id\",\n \"assignee_type\",\n \"conversation_rating_created_at\",\n \"conversation_rating_remark\",\n \"conversation_rating_value\",\n \"created_at\",\n \"first_contact_reply_created_at\",\n \"first_contact_reply_type\",\n \"priority\",\n \"read\",\n \"sla_name\",\n \"sla_status\",\n \"snoozed_until\",\n \"source_author_id\",\n \"source_author_type\",\n \"source_delivered_as\",\n \"source_id\",\n \"source_type\",\n \"state\",\n \"waiting_since\",\n \"first_contact_reply_url\",\n \"source_body\",\n \"source_subject\",\n \"source_url\",\n \"_fivetran_start\",\n \"_fivetran_end\",\n \"_fivetran_active\"\n from \"postgres\".\"public\".\"conversation_history_data\" as source_table\n\n ", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.stg_intercom__conversation_part_history_tmp": {"database": "postgres", "schema": "public_intercom_dev", "name": "stg_intercom__conversation_part_history_tmp", "resource_type": "model", "package_name": "intercom", "path": "staging/tmp/stg_intercom__conversation_part_history_tmp.sql", "original_file_path": "models/staging/tmp/stg_intercom__conversation_part_history_tmp.sql", "unique_id": "model.intercom.stg_intercom__conversation_part_history_tmp", "fqn": ["intercom", "staging", "tmp", "stg_intercom__conversation_part_history_tmp"], "alias": "stg_intercom__conversation_part_history_tmp", "checksum": {"name": "sha256", "checksum": "51fcba3c5d37775f99c6487674dafde42d794dc3e2b2278cb65b22ed1d01be03"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "view"}, "created_at": 1765992571.0363154, "relation_name": "\"postgres\".\"public_intercom_dev\".\"stg_intercom__conversation_part_history_tmp\"", "raw_code": "{{\n intercom.intercom_union_connections(\n connection_dictionary='intercom_sources',\n single_source_name='intercom',\n single_table_name='conversation_part_history'\n )\n}}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["intercom", "conversation_part_history"], ["intercom", "conversation_part_history"], ["intercom", "conversation_part_history"]], "metrics": [], "depends_on": {"macros": ["macro.intercom.intercom_union_connections"], "nodes": ["source.intercom.intercom.conversation_part_history"]}, "compiled_path": "target/compiled/intercom/models/staging/tmp/stg_intercom__conversation_part_history_tmp.sql", "compiled": true, "compiled_code": "\n\n\n\n\n -- ** Values passed to adapter.get_relation:\n -- full-identifier_var: intercom_conversation_part_history_identifier\n -- database: postgres \n -- schema: public\n -- identifier: conversation_part_history_data\n\n\n select\n \"id\",\n \"updated_at\",\n \"_fivetran_synced\",\n \"assigned_to_id\",\n \"assigned_to_type\",\n \"author_id\",\n \"author_type\",\n \"conversation_id\",\n \"conversation_updated_at\",\n \"created_at\",\n \"notified_at\",\n \"part_type\",\n \"body\",\n \"_fivetran_start\",\n \"_fivetran_end\",\n \"_fivetran_active\"\n from \"postgres\".\"public\".\"conversation_part_history_data\" as source_table\n\n ", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.stg_intercom__conversation_tag_history_tmp": {"database": "postgres", "schema": "public_intercom_dev", "name": "stg_intercom__conversation_tag_history_tmp", "resource_type": "model", "package_name": "intercom", "path": "staging/tmp/stg_intercom__conversation_tag_history_tmp.sql", "original_file_path": "models/staging/tmp/stg_intercom__conversation_tag_history_tmp.sql", "unique_id": "model.intercom.stg_intercom__conversation_tag_history_tmp", "fqn": ["intercom", "staging", "tmp", "stg_intercom__conversation_tag_history_tmp"], "alias": "stg_intercom__conversation_tag_history_tmp", "checksum": {"name": "sha256", "checksum": "9d599f406b8c497a379f0dc6e39fc3493ff574ad22f5f422a6d09d37f17ba6b4"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "view", "enabled": true}, "created_at": 1765992571.0437143, "relation_name": "\"postgres\".\"public_intercom_dev\".\"stg_intercom__conversation_tag_history_tmp\"", "raw_code": "--To disable this model, set the intercom__using_conversation_tags variable within your dbt_project.yml file to False.\n{{ config(enabled=var('intercom__using_conversation_tags', True)) }}\n\n{{\n intercom.intercom_union_connections(\n connection_dictionary='intercom_sources',\n single_source_name='intercom',\n single_table_name='conversation_tag_history'\n )\n}}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["intercom", "conversation_tag_history"], ["intercom", "conversation_tag_history"], ["intercom", "conversation_tag_history"]], "metrics": [], "depends_on": {"macros": ["macro.intercom.intercom_union_connections"], "nodes": ["source.intercom.intercom.conversation_tag_history"]}, "compiled_path": "target/compiled/intercom/models/staging/tmp/stg_intercom__conversation_tag_history_tmp.sql", "compiled": true, "compiled_code": "--To disable this model, set the intercom__using_conversation_tags variable within your dbt_project.yml file to False.\n\n\n\n\n\n\n\n -- ** Values passed to adapter.get_relation:\n -- full-identifier_var: intercom_conversation_tag_history_identifier\n -- database: postgres \n -- schema: public\n -- identifier: conversation_tag_history_data\n\n\n select\n \"tag_id\",\n \"conversation_id\",\n \"conversation_updated_at\",\n \"_fivetran_synced\",\n \"_fivetran_start\",\n \"_fivetran_end\",\n \"_fivetran_active\"\n from \"postgres\".\"public\".\"conversation_tag_history_data\" as source_table\n\n ", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.stg_intercom__collection_history_tmp": {"database": "postgres", "schema": "public_intercom_dev", "name": "stg_intercom__collection_history_tmp", "resource_type": "model", "package_name": "intercom", "path": "staging/tmp/stg_intercom__collection_history_tmp.sql", "original_file_path": "models/staging/tmp/stg_intercom__collection_history_tmp.sql", "unique_id": "model.intercom.stg_intercom__collection_history_tmp", "fqn": ["intercom", "staging", "tmp", "stg_intercom__collection_history_tmp"], "alias": "stg_intercom__collection_history_tmp", "checksum": {"name": "sha256", "checksum": "4a30a80e9530a95c96c3f8f965931d04a723d0d0a2d3a1ebaef3bc9d9c71915c"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "view", "enabled": true}, "created_at": 1765992571.0524926, "relation_name": "\"postgres\".\"public_intercom_dev\".\"stg_intercom__collection_history_tmp\"", "raw_code": "--To disable this model, set the intercom__using_collection_history variable within your dbt_project.yml file to False.\n{{ config(enabled=var('intercom__using_articles', True) and var('intercom__using_collection_history', True)) }}\n\n{{\n intercom.intercom_union_connections(\n connection_dictionary='intercom_sources',\n single_source_name='intercom',\n single_table_name='collection_history'\n )\n}}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["intercom", "collection_history"], ["intercom", "collection_history"], ["intercom", "collection_history"]], "metrics": [], "depends_on": {"macros": ["macro.intercom.intercom_union_connections"], "nodes": ["source.intercom.intercom.collection_history"]}, "compiled_path": "target/compiled/intercom/models/staging/tmp/stg_intercom__collection_history_tmp.sql", "compiled": true, "compiled_code": "--To disable this model, set the intercom__using_collection_history variable within your dbt_project.yml file to False.\n\n\n\n\n\n\n\n -- ** Values passed to adapter.get_relation:\n -- full-identifier_var: intercom_collection_history_identifier\n -- database: postgres \n -- schema: public\n -- identifier: collection_history_data\n\n\n select\n \"id\",\n \"help_center_id\",\n \"parent_id\",\n \"name\",\n \"description\",\n \"url\",\n \"icon\",\n \"type\",\n \"default_locale\",\n \"workspace_id\",\n \"order\",\n \"created_at\",\n \"updated_at\",\n \"_fivetran_active\",\n \"_fivetran_start\",\n \"_fivetran_end\",\n \"_fivetran_synced\"\n from \"postgres\".\"public\".\"collection_history_data\" as source_table\n\n ", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.stg_intercom__team_admin_tmp": {"database": "postgres", "schema": "public_intercom_dev", "name": "stg_intercom__team_admin_tmp", "resource_type": "model", "package_name": "intercom", "path": "staging/tmp/stg_intercom__team_admin_tmp.sql", "original_file_path": "models/staging/tmp/stg_intercom__team_admin_tmp.sql", "unique_id": "model.intercom.stg_intercom__team_admin_tmp", "fqn": ["intercom", "staging", "tmp", "stg_intercom__team_admin_tmp"], "alias": "stg_intercom__team_admin_tmp", "checksum": {"name": "sha256", "checksum": "b6863861711b444a19dc69b8b01bc1cfa7f4b2f8c12f9d41644521c556a218a5"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "view", "enabled": true}, "created_at": 1765992571.0607584, "relation_name": "\"postgres\".\"public_intercom_dev\".\"stg_intercom__team_admin_tmp\"", "raw_code": "--To disable this model, set the intercom__using_team variable within your dbt_project.yml file to False.\n{{ config(enabled=var('intercom__using_team', True)) }}\n\n{{\n intercom.intercom_union_connections(\n connection_dictionary='intercom_sources',\n single_source_name='intercom',\n single_table_name='team_admin'\n )\n}}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["intercom", "team_admin"], ["intercom", "team_admin"], ["intercom", "team_admin"]], "metrics": [], "depends_on": {"macros": ["macro.intercom.intercom_union_connections"], "nodes": ["source.intercom.intercom.team_admin"]}, "compiled_path": "target/compiled/intercom/models/staging/tmp/stg_intercom__team_admin_tmp.sql", "compiled": true, "compiled_code": "--To disable this model, set the intercom__using_team variable within your dbt_project.yml file to False.\n\n\n\n\n\n\n\n -- ** Values passed to adapter.get_relation:\n -- full-identifier_var: intercom_team_admin_identifier\n -- database: postgres \n -- schema: public\n -- identifier: team_admin_data\n\n\n select\n \"admin_id\",\n \"team_id\",\n \"_fivetran_deleted\",\n \"_fivetran_synced\"\n from \"postgres\".\"public\".\"team_admin_data\" as source_table\n\n ", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.stg_intercom__company_tag_history_tmp": {"database": "postgres", "schema": "public_intercom_dev", "name": "stg_intercom__company_tag_history_tmp", "resource_type": "model", "package_name": "intercom", "path": "staging/tmp/stg_intercom__company_tag_history_tmp.sql", "original_file_path": "models/staging/tmp/stg_intercom__company_tag_history_tmp.sql", "unique_id": "model.intercom.stg_intercom__company_tag_history_tmp", "fqn": ["intercom", "staging", "tmp", "stg_intercom__company_tag_history_tmp"], "alias": "stg_intercom__company_tag_history_tmp", "checksum": {"name": "sha256", "checksum": "1a39d9b8a264cdcf7fdaf29d4daad039440ecda438ad213dd736e61e779d650e"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "view", "enabled": true}, "created_at": 1765992571.068653, "relation_name": "\"postgres\".\"public_intercom_dev\".\"stg_intercom__company_tag_history_tmp\"", "raw_code": "--To disable this model, set the intercom__using_company_tags variable within your dbt_project.yml file to False.\n{{ config(enabled=var('intercom__using_company_tags', True)) }}\n\n{{\n intercom.intercom_union_connections(\n connection_dictionary='intercom_sources',\n single_source_name='intercom',\n single_table_name='company_tag_history'\n )\n}}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["intercom", "company_tag_history"], ["intercom", "company_tag_history"], ["intercom", "company_tag_history"]], "metrics": [], "depends_on": {"macros": ["macro.intercom.intercom_union_connections"], "nodes": ["source.intercom.intercom.company_tag_history"]}, "compiled_path": "target/compiled/intercom/models/staging/tmp/stg_intercom__company_tag_history_tmp.sql", "compiled": true, "compiled_code": "--To disable this model, set the intercom__using_company_tags variable within your dbt_project.yml file to False.\n\n\n\n\n\n\n\n -- ** Values passed to adapter.get_relation:\n -- full-identifier_var: intercom_company_tag_history_identifier\n -- database: postgres \n -- schema: public\n -- identifier: company_tag_history_data\n\n\n select\n \"company_id\",\n \"company_updated_at\",\n \"tag_id\",\n \"_fivetran_active\",\n \"_fivetran_synced\",\n \"_fivetran_start\",\n \"_fivetran_end\"\n from \"postgres\".\"public\".\"company_tag_history_data\" as source_table\n\n ", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.stg_intercom__conversation_contact_history_tmp": {"database": "postgres", "schema": "public_intercom_dev", "name": "stg_intercom__conversation_contact_history_tmp", "resource_type": "model", "package_name": "intercom", "path": "staging/tmp/stg_intercom__conversation_contact_history_tmp.sql", "original_file_path": "models/staging/tmp/stg_intercom__conversation_contact_history_tmp.sql", "unique_id": "model.intercom.stg_intercom__conversation_contact_history_tmp", "fqn": ["intercom", "staging", "tmp", "stg_intercom__conversation_contact_history_tmp"], "alias": "stg_intercom__conversation_contact_history_tmp", "checksum": {"name": "sha256", "checksum": "adce61a54a88381874e24da87d5ef46675851db0d8f37134d669e1c97d3f9714"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "view"}, "created_at": 1765992571.0766664, "relation_name": "\"postgres\".\"public_intercom_dev\".\"stg_intercom__conversation_contact_history_tmp\"", "raw_code": "{{\n intercom.intercom_union_connections(\n connection_dictionary='intercom_sources',\n single_source_name='intercom',\n single_table_name='conversation_contact_history'\n )\n}}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["intercom", "conversation_contact_history"], ["intercom", "conversation_contact_history"], ["intercom", "conversation_contact_history"]], "metrics": [], "depends_on": {"macros": ["macro.intercom.intercom_union_connections"], "nodes": ["source.intercom.intercom.conversation_contact_history"]}, "compiled_path": "target/compiled/intercom/models/staging/tmp/stg_intercom__conversation_contact_history_tmp.sql", "compiled": true, "compiled_code": "\n\n\n\n\n -- ** Values passed to adapter.get_relation:\n -- full-identifier_var: intercom_conversation_contact_history_identifier\n -- database: postgres \n -- schema: public\n -- identifier: conversation_contact_history_data\n\n\n select\n \"contact_id\",\n \"conversation_id\",\n \"conversation_updated_at\",\n \"_fivetran_synced\",\n \"_fivetran_start\",\n \"_fivetran_end\",\n \"_fivetran_active\"\n from \"postgres\".\"public\".\"conversation_contact_history_data\" as source_table\n\n ", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.stg_intercom__team_tmp": {"database": "postgres", "schema": "public_intercom_dev", "name": "stg_intercom__team_tmp", "resource_type": "model", "package_name": "intercom", "path": "staging/tmp/stg_intercom__team_tmp.sql", "original_file_path": "models/staging/tmp/stg_intercom__team_tmp.sql", "unique_id": "model.intercom.stg_intercom__team_tmp", "fqn": ["intercom", "staging", "tmp", "stg_intercom__team_tmp"], "alias": "stg_intercom__team_tmp", "checksum": {"name": "sha256", "checksum": "5df5ea8cb45d9436728ef6b117380fa89da73f3aab05b67a3dfc9a22ece7771e"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "view", "enabled": true}, "created_at": 1765992571.0841775, "relation_name": "\"postgres\".\"public_intercom_dev\".\"stg_intercom__team_tmp\"", "raw_code": "--To disable this model, set the intercom__using_team variable within your dbt_project.yml file to False.\n{{ config(enabled=var('intercom__using_team', True)) }}\n\n{{\n intercom.intercom_union_connections(\n connection_dictionary='intercom_sources',\n single_source_name='intercom',\n single_table_name='team'\n )\n}}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["intercom", "team"], ["intercom", "team"], ["intercom", "team"]], "metrics": [], "depends_on": {"macros": ["macro.intercom.intercom_union_connections"], "nodes": ["source.intercom.intercom.team"]}, "compiled_path": "target/compiled/intercom/models/staging/tmp/stg_intercom__team_tmp.sql", "compiled": true, "compiled_code": "--To disable this model, set the intercom__using_team variable within your dbt_project.yml file to False.\n\n\n\n\n\n\n\n -- ** Values passed to adapter.get_relation:\n -- full-identifier_var: intercom_team_identifier\n -- database: postgres \n -- schema: public\n -- identifier: team_data\n\n\n select\n \"id\",\n \"name\",\n \"_fivetran_deleted\",\n \"_fivetran_synced\"\n from \"postgres\".\"public\".\"team_data\" as source_table\n\n ", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.stg_intercom__contact_company_history_tmp": {"database": "postgres", "schema": "public_intercom_dev", "name": "stg_intercom__contact_company_history_tmp", "resource_type": "model", "package_name": "intercom", "path": "staging/tmp/stg_intercom__contact_company_history_tmp.sql", "original_file_path": "models/staging/tmp/stg_intercom__contact_company_history_tmp.sql", "unique_id": "model.intercom.stg_intercom__contact_company_history_tmp", "fqn": ["intercom", "staging", "tmp", "stg_intercom__contact_company_history_tmp"], "alias": "stg_intercom__contact_company_history_tmp", "checksum": {"name": "sha256", "checksum": "19ae8ec61b71ad4d1f027007fd2a96896e1ad084a9075b4f060320a945cb57eb"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "view", "enabled": true}, "created_at": 1765992571.0937634, "relation_name": "\"postgres\".\"public_intercom_dev\".\"stg_intercom__contact_company_history_tmp\"", "raw_code": "--To disable this model, set the intercom__using_contact_company variable within your dbt_project.yml file to False.\n{{ config(enabled=var('intercom__using_contact_company', True)) }}\n\n{{\n intercom.intercom_union_connections(\n connection_dictionary='intercom_sources',\n single_source_name='intercom',\n single_table_name='contact_company_history'\n )\n}}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["intercom", "contact_company_history"], ["intercom", "contact_company_history"], ["intercom", "contact_company_history"]], "metrics": [], "depends_on": {"macros": ["macro.intercom.intercom_union_connections"], "nodes": ["source.intercom.intercom.contact_company_history"]}, "compiled_path": "target/compiled/intercom/models/staging/tmp/stg_intercom__contact_company_history_tmp.sql", "compiled": true, "compiled_code": "--To disable this model, set the intercom__using_contact_company variable within your dbt_project.yml file to False.\n\n\n\n\n\n\n\n -- ** Values passed to adapter.get_relation:\n -- full-identifier_var: intercom_contact_company_history_identifier\n -- database: postgres \n -- schema: public\n -- identifier: contact_company_history_data\n\n\n select\n \"company_id\",\n \"contact_id\",\n \"contact_updated_at\",\n \"_fivetran_synced\",\n \"_fivetran_active\",\n \"_fivetran_start\",\n \"_fivetran_end\"\n from \"postgres\".\"public\".\"contact_company_history_data\" as source_table\n\n ", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.stg_intercom__article_history_tmp": {"database": "postgres", "schema": "public_intercom_dev", "name": "stg_intercom__article_history_tmp", "resource_type": "model", "package_name": "intercom", "path": "staging/tmp/stg_intercom__article_history_tmp.sql", "original_file_path": "models/staging/tmp/stg_intercom__article_history_tmp.sql", "unique_id": "model.intercom.stg_intercom__article_history_tmp", "fqn": ["intercom", "staging", "tmp", "stg_intercom__article_history_tmp"], "alias": "stg_intercom__article_history_tmp", "checksum": {"name": "sha256", "checksum": "92ebd2910662f60fabcab3f0a4a829ace222260e5ef716259d3915d22f29b339"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "view", "enabled": true}, "created_at": 1765992571.1017306, "relation_name": "\"postgres\".\"public_intercom_dev\".\"stg_intercom__article_history_tmp\"", "raw_code": "--To disable this model, set the intercom__using_articles variable within your dbt_project.yml file to False.\n{{ config(enabled=var('intercom__using_articles', True)) }}\n\n{{\n intercom.intercom_union_connections(\n connection_dictionary='intercom_sources',\n single_source_name='intercom',\n single_table_name='article_history'\n )\n}}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["intercom", "article_history"], ["intercom", "article_history"], ["intercom", "article_history"]], "metrics": [], "depends_on": {"macros": ["macro.intercom.intercom_union_connections"], "nodes": ["source.intercom.intercom.article_history"]}, "compiled_path": "target/compiled/intercom/models/staging/tmp/stg_intercom__article_history_tmp.sql", "compiled": true, "compiled_code": "--To disable this model, set the intercom__using_articles variable within your dbt_project.yml file to False.\n\n\n\n\n\n\n\n -- ** Values passed to adapter.get_relation:\n -- full-identifier_var: intercom_article_history_identifier\n -- database: postgres \n -- schema: public\n -- identifier: article_history_data\n\n\n select\n \"id\",\n \"collection_id\",\n \"section_id\",\n \"author_id\",\n \"title\",\n \"description\",\n \"body\",\n \"url\",\n \"type\",\n \"state\",\n \"parent_type\",\n \"default_locale\",\n \"workspace_id\",\n \"statistics_type\",\n \"statistics_views\",\n \"statistics_conversations\",\n \"statistics_reactions\",\n \"statistics_happy_reaction_percentage\",\n \"statistics_neutral_reaction_percentage\",\n \"statistics_sad_reaction_percentage\",\n \"created_at\",\n \"updated_at\",\n \"_fivetran_active\",\n \"_fivetran_start\",\n \"_fivetran_end\",\n \"_fivetran_synced\"\n from \"postgres\".\"public\".\"article_history_data\" as source_table\n\n ", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.stg_intercom__admin_tmp": {"database": "postgres", "schema": "public_intercom_dev", "name": "stg_intercom__admin_tmp", "resource_type": "model", "package_name": "intercom", "path": "staging/tmp/stg_intercom__admin_tmp.sql", "original_file_path": "models/staging/tmp/stg_intercom__admin_tmp.sql", "unique_id": "model.intercom.stg_intercom__admin_tmp", "fqn": ["intercom", "staging", "tmp", "stg_intercom__admin_tmp"], "alias": "stg_intercom__admin_tmp", "checksum": {"name": "sha256", "checksum": "c9b1d11725347689e82fe611738db5842a0206d0ac6246b99695d35a34655d17"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "view"}, "created_at": 1765992571.109796, "relation_name": "\"postgres\".\"public_intercom_dev\".\"stg_intercom__admin_tmp\"", "raw_code": "{{\n intercom.intercom_union_connections(\n connection_dictionary='intercom_sources',\n single_source_name='intercom',\n single_table_name='admin'\n )\n}}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["intercom", "admin"], ["intercom", "admin"], ["intercom", "admin"]], "metrics": [], "depends_on": {"macros": ["macro.intercom.intercom_union_connections"], "nodes": ["source.intercom.intercom.admin"]}, "compiled_path": "target/compiled/intercom/models/staging/tmp/stg_intercom__admin_tmp.sql", "compiled": true, "compiled_code": "\n\n\n\n\n -- ** Values passed to adapter.get_relation:\n -- full-identifier_var: intercom_admin_identifier\n -- database: postgres \n -- schema: public\n -- identifier: admin_data\n\n\n select\n \"id\",\n \"_fivetran_deleted\",\n \"_fivetran_synced\",\n \"job_title\",\n \"email\",\n \"name\"\n from \"postgres\".\"public\".\"admin_data\" as source_table\n\n ", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.int_intercom__conversation_string_aggregates": {"database": "postgres", "schema": "public_intercom_dev", "name": "int_intercom__conversation_string_aggregates", "resource_type": "model", "package_name": "intercom", "path": "intermediate/int_intercom__conversation_string_aggregates.sql", "original_file_path": "models/intermediate/int_intercom__conversation_string_aggregates.sql", "unique_id": "model.intercom.int_intercom__conversation_string_aggregates", "fqn": ["intercom", "intermediate", "int_intercom__conversation_string_aggregates"], "alias": "int_intercom__conversation_string_aggregates", "checksum": {"name": "sha256", "checksum": "08c4b57250f8e934634a2d0fa8677808fb9abba34b048a69928e03b5bf0fc493"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "table"}, "created_at": 1765992571.1171837, "relation_name": "\"postgres\".\"public_intercom_dev\".\"int_intercom__conversation_string_aggregates\"", "raw_code": "with conversation_part_history as (\n select *\n from {{ ref('stg_intercom__conversation_part_history') }}\n),\n\n--Returns each distinct admin author(s) that were associated with a single conversation.\nadmin_conversation_parts as (\n select distinct\n source_relation,\n conversation_id,\n author_id\n from conversation_part_history\n\n where author_type = 'admin'\n\n),\n\n--Aggregates the admin_conversation_parts author_ids into an array to show all admins associated with a single conversation within one cell.\nadmin_conversation_aggregates as (\n select\n source_relation,\n conversation_id,\n {{ fivetran_utils.string_agg('distinct author_id', \"', '\" ) }} as conversation_admins\n from admin_conversation_parts\n\n group by 1, 2\n),\n\n--Returns each distinct contact (as either a user or lead) author(s) that were associated with a single conversation.\ncontact_conversation_parts as (\n select distinct\n source_relation,\n conversation_id,\n author_id\n from conversation_part_history\n\n where author_type in ('user', 'lead')\n\n),\n\n--Aggregates the contact_conversation_parts author_ids into an array to show all contacts associated with a single conversation within one cell.\ncontact_conversation_aggregates as (\n select\n source_relation,\n conversation_id,\n {{ fivetran_utils.string_agg('distinct author_id', \"', '\" ) }} as conversation_contacts\n from contact_conversation_parts\n\n group by 1, 2\n),\n\n--Joins the admin and contact author aggregate CTEs on the conversation_id.\nfinal as (\n select\n admin_conversation_aggregates.source_relation,\n admin_conversation_aggregates.conversation_id,\n admin_conversation_aggregates.conversation_admins,\n contact_conversation_aggregates.conversation_contacts\n from admin_conversation_aggregates\n\n left join contact_conversation_aggregates\n on contact_conversation_aggregates.conversation_id = admin_conversation_aggregates.conversation_id\n and contact_conversation_aggregates.source_relation = admin_conversation_aggregates.source_relation\n)\n\nselect *\nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__conversation_part_history", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.fivetran_utils.string_agg"], "nodes": ["model.intercom.stg_intercom__conversation_part_history"]}, "compiled_path": "target/compiled/intercom/models/intermediate/int_intercom__conversation_string_aggregates.sql", "compiled": true, "compiled_code": "with conversation_part_history as (\n select *\n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__conversation_part_history\"\n),\n\n--Returns each distinct admin author(s) that were associated with a single conversation.\nadmin_conversation_parts as (\n select distinct\n source_relation,\n conversation_id,\n author_id\n from conversation_part_history\n\n where author_type = 'admin'\n\n),\n\n--Aggregates the admin_conversation_parts author_ids into an array to show all admins associated with a single conversation within one cell.\nadmin_conversation_aggregates as (\n select\n source_relation,\n conversation_id,\n \n string_agg(distinct author_id, ', ')\n\n as conversation_admins\n from admin_conversation_parts\n\n group by 1, 2\n),\n\n--Returns each distinct contact (as either a user or lead) author(s) that were associated with a single conversation.\ncontact_conversation_parts as (\n select distinct\n source_relation,\n conversation_id,\n author_id\n from conversation_part_history\n\n where author_type in ('user', 'lead')\n\n),\n\n--Aggregates the contact_conversation_parts author_ids into an array to show all contacts associated with a single conversation within one cell.\ncontact_conversation_aggregates as (\n select\n source_relation,\n conversation_id,\n \n string_agg(distinct author_id, ', ')\n\n as conversation_contacts\n from contact_conversation_parts\n\n group by 1, 2\n),\n\n--Joins the admin and contact author aggregate CTEs on the conversation_id.\nfinal as (\n select\n admin_conversation_aggregates.source_relation,\n admin_conversation_aggregates.conversation_id,\n admin_conversation_aggregates.conversation_admins,\n contact_conversation_aggregates.conversation_contacts\n from admin_conversation_aggregates\n\n left join contact_conversation_aggregates\n on contact_conversation_aggregates.conversation_id = admin_conversation_aggregates.conversation_id\n and contact_conversation_aggregates.source_relation = admin_conversation_aggregates.source_relation\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.int_intercom__conversation_part_events": {"database": "postgres", "schema": "public_intercom_dev", "name": "int_intercom__conversation_part_events", "resource_type": "model", "package_name": "intercom", "path": "intermediate/int_intercom__conversation_part_events.sql", "original_file_path": "models/intermediate/int_intercom__conversation_part_events.sql", "unique_id": "model.intercom.int_intercom__conversation_part_events", "fqn": ["intercom", "intermediate", "int_intercom__conversation_part_events"], "alias": "int_intercom__conversation_part_events", "checksum": {"name": "sha256", "checksum": "c40030213bbbfbff42c3ced92036d80010e44a782a555dd5ac8941334b8e06cc"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "table"}, "created_at": 1765992571.1258757, "relation_name": "\"postgres\".\"public_intercom_dev\".\"int_intercom__conversation_part_events\"", "raw_code": "with conversation_part_history as (\n \n select *\n from {{ ref('stg_intercom__conversation_part_history') }}\n),\n\nconversation_events as (\n\n select distinct\n source_relation,\n conversation_id,\n -- Admin close events: Captures the first and last admin-authored close events for each conversation\n -- The window function uses a custom ordering: admin close events (0) are prioritized over others (1),\n -- then ordered by created_at. This ensures first_value() returns only admin close events if they exist.\n first_value(case when part_type = 'close' and author_type = 'admin' then author_id end)\n over (partition by conversation_id {{ intercom.partition_by_source_relation() }} order by case when part_type = 'close' and author_type = 'admin' then 0 else 1 end,\n created_at asc rows between unbounded preceding and unbounded following) as first_close_by_admin_id,\n first_value(case when part_type = 'close' and author_type = 'admin' then author_id end)\n over (partition by conversation_id {{ intercom.partition_by_source_relation() }} order by case when part_type = 'close' and author_type = 'admin' then 0 else 1 end,\n created_at desc rows between unbounded preceding and unbounded following) as last_close_by_admin_id,\n first_value(case when part_type = 'close' and author_type = 'admin' then created_at end)\n over (partition by conversation_id {{ intercom.partition_by_source_relation() }} order by case when part_type = 'close' and author_type = 'admin' then 0 else 1 end,\n created_at asc rows between unbounded preceding and unbounded following) as first_admin_close_at,\n first_value(case when part_type = 'close' and author_type = 'admin' then created_at end)\n over (partition by conversation_id {{ intercom.partition_by_source_relation() }} order by case when part_type = 'close' and author_type = 'admin' then 0 else 1 end,\n created_at desc rows between unbounded preceding and unbounded following) as last_admin_close_at,\n -- All close events: Captures the first and last close events regardless of author type\n -- Similar window function logic: close events (0) are prioritized, then ordered by created_at\n -- This includes closes by admins, users, or any other author type\n first_value(case when part_type = 'close' then author_id end)\n over (partition by conversation_id {{ intercom.partition_by_source_relation() }} order by case when part_type = 'close' then 0 else 1 end,\n created_at asc rows between unbounded preceding and unbounded following) as first_close_by_author_id,\n first_value(case when part_type = 'close' then author_id end)\n over (partition by conversation_id {{ intercom.partition_by_source_relation() }} order by case when part_type = 'close' then 0 else 1 end,\n created_at desc rows between unbounded preceding and unbounded following) as last_close_by_author_id,\n first_value(case when part_type = 'close' then created_at end)\n over (partition by conversation_id {{ intercom.partition_by_source_relation() }} order by case when part_type = 'close' then 0 else 1 end,\n created_at asc rows between unbounded preceding and unbounded following) as first_close_at,\n first_value(case when part_type = 'close' then created_at end)\n over (partition by conversation_id {{ intercom.partition_by_source_relation() }} order by case when part_type = 'close' then 0 else 1 end,\n created_at desc rows between unbounded preceding and unbounded following) as last_close_at,\n -- Contact author events: Captures the first and last events authored by contacts (users or leads)\n -- Window function prioritizes contact-authored events (0) over others (1), then orders by created_at\n -- This identifies which contacts initiated and last participated in the conversation\n first_value(case when author_type in ('user','lead') then author_id end)\n over (partition by conversation_id {{ intercom.partition_by_source_relation() }} order by case when author_type in ('user','lead') then 0 else 1 end,\n created_at asc rows between unbounded preceding and unbounded following) as first_contact_author_id,\n first_value(case when author_type in ('user','lead') then author_id end)\n over (partition by conversation_id {{ intercom.partition_by_source_relation() }} order by case when author_type in ('user','lead') then 0 else 1 end,\n created_at desc rows between unbounded preceding and unbounded following) as last_contact_author_id,\n -- Team assignment events: Captures the first and last team assignments for each conversation\n -- Window function prioritizes team assignments (0) over others (1), then orders by created_at\n -- This tracks conversation ownership and routing through different teams\n first_value(case when assigned_to_type = 'team' then assigned_to_id end)\n over (partition by conversation_id {{ intercom.partition_by_source_relation() }} order by case when assigned_to_type = 'team' then 0 else 1 end,\n created_at asc rows between unbounded preceding and unbounded following) as first_team_id,\n first_value(case when assigned_to_type = 'team' then assigned_to_id end)\n over (partition by conversation_id {{ intercom.partition_by_source_relation() }} order by case when assigned_to_type = 'team' then 0 else 1 end,\n created_at desc rows between unbounded preceding and unbounded following) as last_team_id\n from conversation_part_history\n),\n\nfinal as (\n select\n source_relation,\n conversation_id,\n cast(first_close_by_admin_id as {{ dbt.type_string() }}) as first_close_by_admin_id,\n cast(last_close_by_admin_id as {{ dbt.type_string() }}) as last_close_by_admin_id,\n cast(first_close_by_author_id as {{ dbt.type_string() }}) as first_close_by_author_id,\n cast(last_close_by_author_id as {{ dbt.type_string() }}) as last_close_by_author_id,\n cast(first_contact_author_id as {{ dbt.type_string() }}) as first_contact_author_id,\n cast(last_contact_author_id as {{ dbt.type_string() }}) as last_contact_author_id,\n cast(first_team_id as {{ dbt.type_string() }}) as first_team_id,\n cast(last_team_id as {{ dbt.type_string() }}) as last_team_id,\n first_admin_close_at,\n last_admin_close_at,\n first_close_at,\n last_close_at\n from conversation_events\n)\n\nselect *\nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__conversation_part_history", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.intercom.partition_by_source_relation", "macro.dbt.type_string"], "nodes": ["model.intercom.stg_intercom__conversation_part_history"]}, "compiled_path": "target/compiled/intercom/models/intermediate/int_intercom__conversation_part_events.sql", "compiled": true, "compiled_code": "with conversation_part_history as (\n \n select *\n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__conversation_part_history\"\n),\n\nconversation_events as (\n\n select distinct\n source_relation,\n conversation_id,\n -- Admin close events: Captures the first and last admin-authored close events for each conversation\n -- The window function uses a custom ordering: admin close events (0) are prioritized over others (1),\n -- then ordered by created_at. This ensures first_value() returns only admin close events if they exist.\n first_value(case when part_type = 'close' and author_type = 'admin' then author_id end)\n over (partition by conversation_id order by case when part_type = 'close' and author_type = 'admin' then 0 else 1 end,\n created_at asc rows between unbounded preceding and unbounded following) as first_close_by_admin_id,\n first_value(case when part_type = 'close' and author_type = 'admin' then author_id end)\n over (partition by conversation_id order by case when part_type = 'close' and author_type = 'admin' then 0 else 1 end,\n created_at desc rows between unbounded preceding and unbounded following) as last_close_by_admin_id,\n first_value(case when part_type = 'close' and author_type = 'admin' then created_at end)\n over (partition by conversation_id order by case when part_type = 'close' and author_type = 'admin' then 0 else 1 end,\n created_at asc rows between unbounded preceding and unbounded following) as first_admin_close_at,\n first_value(case when part_type = 'close' and author_type = 'admin' then created_at end)\n over (partition by conversation_id order by case when part_type = 'close' and author_type = 'admin' then 0 else 1 end,\n created_at desc rows between unbounded preceding and unbounded following) as last_admin_close_at,\n -- All close events: Captures the first and last close events regardless of author type\n -- Similar window function logic: close events (0) are prioritized, then ordered by created_at\n -- This includes closes by admins, users, or any other author type\n first_value(case when part_type = 'close' then author_id end)\n over (partition by conversation_id order by case when part_type = 'close' then 0 else 1 end,\n created_at asc rows between unbounded preceding and unbounded following) as first_close_by_author_id,\n first_value(case when part_type = 'close' then author_id end)\n over (partition by conversation_id order by case when part_type = 'close' then 0 else 1 end,\n created_at desc rows between unbounded preceding and unbounded following) as last_close_by_author_id,\n first_value(case when part_type = 'close' then created_at end)\n over (partition by conversation_id order by case when part_type = 'close' then 0 else 1 end,\n created_at asc rows between unbounded preceding and unbounded following) as first_close_at,\n first_value(case when part_type = 'close' then created_at end)\n over (partition by conversation_id order by case when part_type = 'close' then 0 else 1 end,\n created_at desc rows between unbounded preceding and unbounded following) as last_close_at,\n -- Contact author events: Captures the first and last events authored by contacts (users or leads)\n -- Window function prioritizes contact-authored events (0) over others (1), then orders by created_at\n -- This identifies which contacts initiated and last participated in the conversation\n first_value(case when author_type in ('user','lead') then author_id end)\n over (partition by conversation_id order by case when author_type in ('user','lead') then 0 else 1 end,\n created_at asc rows between unbounded preceding and unbounded following) as first_contact_author_id,\n first_value(case when author_type in ('user','lead') then author_id end)\n over (partition by conversation_id order by case when author_type in ('user','lead') then 0 else 1 end,\n created_at desc rows between unbounded preceding and unbounded following) as last_contact_author_id,\n -- Team assignment events: Captures the first and last team assignments for each conversation\n -- Window function prioritizes team assignments (0) over others (1), then orders by created_at\n -- This tracks conversation ownership and routing through different teams\n first_value(case when assigned_to_type = 'team' then assigned_to_id end)\n over (partition by conversation_id order by case when assigned_to_type = 'team' then 0 else 1 end,\n created_at asc rows between unbounded preceding and unbounded following) as first_team_id,\n first_value(case when assigned_to_type = 'team' then assigned_to_id end)\n over (partition by conversation_id order by case when assigned_to_type = 'team' then 0 else 1 end,\n created_at desc rows between unbounded preceding and unbounded following) as last_team_id\n from conversation_part_history\n),\n\nfinal as (\n select\n source_relation,\n conversation_id,\n cast(first_close_by_admin_id as TEXT) as first_close_by_admin_id,\n cast(last_close_by_admin_id as TEXT) as last_close_by_admin_id,\n cast(first_close_by_author_id as TEXT) as first_close_by_author_id,\n cast(last_close_by_author_id as TEXT) as last_close_by_author_id,\n cast(first_contact_author_id as TEXT) as first_contact_author_id,\n cast(last_contact_author_id as TEXT) as last_contact_author_id,\n cast(first_team_id as TEXT) as first_team_id,\n cast(last_team_id as TEXT) as last_team_id,\n first_admin_close_at,\n last_admin_close_at,\n first_close_at,\n last_close_at\n from conversation_events\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "model.intercom.int_intercom__conversation_part_aggregates": {"database": "postgres", "schema": "public_intercom_dev", "name": "int_intercom__conversation_part_aggregates", "resource_type": "model", "package_name": "intercom", "path": "intermediate/int_intercom__conversation_part_aggregates.sql", "original_file_path": "models/intermediate/int_intercom__conversation_part_aggregates.sql", "unique_id": "model.intercom.int_intercom__conversation_part_aggregates", "fqn": ["intercom", "intermediate", "int_intercom__conversation_part_aggregates"], "alias": "int_intercom__conversation_part_aggregates", "checksum": {"name": "sha256", "checksum": "d8cb5fdc107f3755c22d71b8206625436447a1ddd074f0eaea078659eaccfd76"}, "config": {"enabled": true, "alias": null, "schema": "intercom_dev", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": true, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "access": "protected", "freshness": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"schema": "intercom_{{ var('directed_schema','dev') }}", "materialized": "table"}, "created_at": 1765992571.236018, "relation_name": "\"postgres\".\"public_intercom_dev\".\"int_intercom__conversation_part_aggregates\"", "raw_code": "with latest_conversation_part as (\n select *\n from {{ ref('stg_intercom__conversation_part_history') }}\n where coalesce(_fivetran_active, true)\n),\n\nlatest_conversation as (\n select *\n from {{ ref('stg_intercom__conversation_history') }}\n where coalesce(_fivetran_active, true)\n),\n\n--Aggregates conversation part data related to a single conversation from the int_intercom__latest_conversation model. See below for specific aggregates.\nfinal as (\n select\n latest_conversation.source_relation,\n latest_conversation.conversation_id,\n latest_conversation.created_at as conversation_created_at,\n count(latest_conversation_part.conversation_part_id) as count_total_parts,\n min(case when latest_conversation_part.part_type = 'comment' and latest_conversation_part.author_type in ('lead','user') then latest_conversation_part.created_at else null end) as first_contact_reply_at,\n min(case when latest_conversation_part.part_type like '%assignment%' then latest_conversation_part.created_at else null end) as first_assignment_at,\n min(case when latest_conversation_part.part_type in ('comment','assignment') and latest_conversation_part.author_type = 'admin' and latest_conversation_part.body is not null then latest_conversation_part.created_at else null end) as first_admin_response_at,\n min(case when latest_conversation_part.part_type = 'open' then latest_conversation_part.created_at else null end) as first_reopen_at,\n max(case when latest_conversation_part.part_type like '%assignment%' then latest_conversation_part.created_at else null end) as last_assignment_at,\n max(case when latest_conversation_part.part_type = 'comment' and latest_conversation_part.author_type in ('lead','user') then latest_conversation_part.created_at else null end) as last_contact_reply_at,\n max(case when latest_conversation_part.part_type in ('comment','assignment') and latest_conversation_part.author_type = 'admin' and latest_conversation_part.body is not null then latest_conversation_part.created_at else null end) as last_admin_response_at,\n max(case when latest_conversation_part.part_type = 'open' then latest_conversation_part.created_at else null end) as last_reopen_at,\n sum(case when latest_conversation_part.part_type like '%assignment%' then 1 else 0 end) as count_assignments,\n sum(case when latest_conversation_part.part_type = 'open' then 1 else 0 end) as count_reopens\n from latest_conversation\n\n left join latest_conversation_part\n on latest_conversation.conversation_id = latest_conversation_part.conversation_id\n and latest_conversation.source_relation = latest_conversation_part.source_relation\n\n group by 1, 2, 3\n \n)\n\nselect * \nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__conversation_part_history", "package": null, "version": null}, {"name": "stg_intercom__conversation_history", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": [], "nodes": ["model.intercom.stg_intercom__conversation_part_history", "model.intercom.stg_intercom__conversation_history"]}, "compiled_path": "target/compiled/intercom/models/intermediate/int_intercom__conversation_part_aggregates.sql", "compiled": true, "compiled_code": "with latest_conversation_part as (\n select *\n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__conversation_part_history\"\n where coalesce(_fivetran_active, true)\n),\n\nlatest_conversation as (\n select *\n from \"postgres\".\"public_intercom_dev\".\"stg_intercom__conversation_history\"\n where coalesce(_fivetran_active, true)\n),\n\n--Aggregates conversation part data related to a single conversation from the int_intercom__latest_conversation model. See below for specific aggregates.\nfinal as (\n select\n latest_conversation.source_relation,\n latest_conversation.conversation_id,\n latest_conversation.created_at as conversation_created_at,\n count(latest_conversation_part.conversation_part_id) as count_total_parts,\n min(case when latest_conversation_part.part_type = 'comment' and latest_conversation_part.author_type in ('lead','user') then latest_conversation_part.created_at else null end) as first_contact_reply_at,\n min(case when latest_conversation_part.part_type like '%assignment%' then latest_conversation_part.created_at else null end) as first_assignment_at,\n min(case when latest_conversation_part.part_type in ('comment','assignment') and latest_conversation_part.author_type = 'admin' and latest_conversation_part.body is not null then latest_conversation_part.created_at else null end) as first_admin_response_at,\n min(case when latest_conversation_part.part_type = 'open' then latest_conversation_part.created_at else null end) as first_reopen_at,\n max(case when latest_conversation_part.part_type like '%assignment%' then latest_conversation_part.created_at else null end) as last_assignment_at,\n max(case when latest_conversation_part.part_type = 'comment' and latest_conversation_part.author_type in ('lead','user') then latest_conversation_part.created_at else null end) as last_contact_reply_at,\n max(case when latest_conversation_part.part_type in ('comment','assignment') and latest_conversation_part.author_type = 'admin' and latest_conversation_part.body is not null then latest_conversation_part.created_at else null end) as last_admin_response_at,\n max(case when latest_conversation_part.part_type = 'open' then latest_conversation_part.created_at else null end) as last_reopen_at,\n sum(case when latest_conversation_part.part_type like '%assignment%' then 1 else 0 end) as count_assignments,\n sum(case when latest_conversation_part.part_type = 'open' then 1 else 0 end) as count_reopens\n from latest_conversation\n\n left join latest_conversation_part\n on latest_conversation.conversation_id = latest_conversation_part.conversation_id\n and latest_conversation.source_relation = latest_conversation_part.source_relation\n\n group by 1, 2, 3\n \n)\n\nselect * \nfrom final", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": [], "time_spine": null}, "test.intercom.not_null_intercom__article_enhanced_article_id.078725de64": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_intercom__article_enhanced_article_id", "resource_type": "test", "package_name": "intercom", "path": "not_null_intercom__article_enhanced_article_id.sql", "original_file_path": "models/intercom.yml", "unique_id": "test.intercom.not_null_intercom__article_enhanced_article_id.078725de64", "fqn": ["intercom", "not_null_intercom__article_enhanced_article_id"], "alias": "not_null_intercom__article_enhanced_article_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {}, "created_at": 1765992571.4681656, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "intercom__article_enhanced", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.intercom.intercom__article_enhanced"]}, "compiled_path": "target/compiled/intercom/models/intercom.yml/not_null_intercom__article_enhanced_article_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect article_id\nfrom \"postgres\".\"public_intercom_dev\".\"intercom__article_enhanced\"\nwhere article_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "article_id", "file_key_name": "models.intercom__article_enhanced", "attached_node": "model.intercom.intercom__article_enhanced", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "article_id", "model": "{{ get_where_subquery(ref('intercom__article_enhanced')) }}"}, "namespace": null}}, "test.intercom.not_null_intercom__company_enhanced_company_id.4c66b4c17c": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_intercom__company_enhanced_company_id", "resource_type": "test", "package_name": "intercom", "path": "not_null_intercom__company_enhanced_company_id.sql", "original_file_path": "models/intercom.yml", "unique_id": "test.intercom.not_null_intercom__company_enhanced_company_id.4c66b4c17c", "fqn": ["intercom", "not_null_intercom__company_enhanced_company_id"], "alias": "not_null_intercom__company_enhanced_company_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {}, "created_at": 1765992571.4711406, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "intercom__company_enhanced", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.intercom.intercom__company_enhanced"]}, "compiled_path": "target/compiled/intercom/models/intercom.yml/not_null_intercom__company_enhanced_company_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect company_id\nfrom \"postgres\".\"public_intercom_dev\".\"intercom__company_enhanced\"\nwhere company_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "company_id", "file_key_name": "models.intercom__company_enhanced", "attached_node": "model.intercom.intercom__company_enhanced", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "company_id", "model": "{{ get_where_subquery(ref('intercom__company_enhanced')) }}"}, "namespace": null}}, "test.intercom.not_null_intercom__company_metrics_company_id.2b20c82594": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_intercom__company_metrics_company_id", "resource_type": "test", "package_name": "intercom", "path": "not_null_intercom__company_metrics_company_id.sql", "original_file_path": "models/intercom.yml", "unique_id": "test.intercom.not_null_intercom__company_metrics_company_id.2b20c82594", "fqn": ["intercom", "not_null_intercom__company_metrics_company_id"], "alias": "not_null_intercom__company_metrics_company_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {}, "created_at": 1765992571.4737215, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "intercom__company_metrics", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.intercom.intercom__company_metrics"]}, "compiled_path": "target/compiled/intercom/models/intercom.yml/not_null_intercom__company_metrics_company_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect company_id\nfrom \"postgres\".\"public_intercom_dev\".\"intercom__company_metrics\"\nwhere company_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "company_id", "file_key_name": "models.intercom__company_metrics", "attached_node": "model.intercom.intercom__company_metrics", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "company_id", "model": "{{ get_where_subquery(ref('intercom__company_metrics')) }}"}, "namespace": null}}, "test.intercom.not_null_intercom__contact_enhanced_contact_id.24abe88e7a": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_intercom__contact_enhanced_contact_id", "resource_type": "test", "package_name": "intercom", "path": "not_null_intercom__contact_enhanced_contact_id.sql", "original_file_path": "models/intercom.yml", "unique_id": "test.intercom.not_null_intercom__contact_enhanced_contact_id.24abe88e7a", "fqn": ["intercom", "not_null_intercom__contact_enhanced_contact_id"], "alias": "not_null_intercom__contact_enhanced_contact_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {}, "created_at": 1765992571.4761932, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "intercom__contact_enhanced", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.intercom.intercom__contact_enhanced"]}, "compiled_path": "target/compiled/intercom/models/intercom.yml/not_null_intercom__contact_enhanced_contact_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect contact_id\nfrom \"postgres\".\"public_intercom_dev\".\"intercom__contact_enhanced\"\nwhere contact_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "contact_id", "file_key_name": "models.intercom__contact_enhanced", "attached_node": "model.intercom.intercom__contact_enhanced", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "contact_id", "model": "{{ get_where_subquery(ref('intercom__contact_enhanced')) }}"}, "namespace": null}}, "test.intercom.not_null_intercom__conversation_enhanced_conversation_id.8620076fcc": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_intercom__conversation_enhanced_conversation_id", "resource_type": "test", "package_name": "intercom", "path": "not_null_intercom__conversation_enhanced_conversation_id.sql", "original_file_path": "models/intercom.yml", "unique_id": "test.intercom.not_null_intercom__conversation_enhanced_conversation_id.8620076fcc", "fqn": ["intercom", "not_null_intercom__conversation_enhanced_conversation_id"], "alias": "not_null_intercom__conversation_enhanced_conversation_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {}, "created_at": 1765992571.4803245, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "intercom__conversation_enhanced", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.intercom.intercom__conversation_enhanced"]}, "compiled_path": "target/compiled/intercom/models/intercom.yml/not_null_intercom__conversation_enhanced_conversation_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect conversation_id\nfrom \"postgres\".\"public_intercom_dev\".\"intercom__conversation_enhanced\"\nwhere conversation_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "conversation_id", "file_key_name": "models.intercom__conversation_enhanced", "attached_node": "model.intercom.intercom__conversation_enhanced", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "conversation_id", "model": "{{ get_where_subquery(ref('intercom__conversation_enhanced')) }}"}, "namespace": null}}, "test.intercom.not_null_intercom__conversation_metrics_conversation_id.edb60f27d3": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_intercom__conversation_metrics_conversation_id", "resource_type": "test", "package_name": "intercom", "path": "not_null_intercom__conversation_metrics_conversation_id.sql", "original_file_path": "models/intercom.yml", "unique_id": "test.intercom.not_null_intercom__conversation_metrics_conversation_id.edb60f27d3", "fqn": ["intercom", "not_null_intercom__conversation_metrics_conversation_id"], "alias": "not_null_intercom__conversation_metrics_conversation_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {}, "created_at": 1765992571.482845, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "intercom__conversation_metrics", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.intercom.intercom__conversation_metrics"]}, "compiled_path": "target/compiled/intercom/models/intercom.yml/not_null_intercom__conversation_metrics_conversation_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect conversation_id\nfrom \"postgres\".\"public_intercom_dev\".\"intercom__conversation_metrics\"\nwhere conversation_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "conversation_id", "file_key_name": "models.intercom__conversation_metrics", "attached_node": "model.intercom.intercom__conversation_metrics", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "conversation_id", "model": "{{ get_where_subquery(ref('intercom__conversation_metrics')) }}"}, "namespace": null}}, "test.intercom.not_null_stg_intercom__admin_admin_id.8630313ad7": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_intercom__admin_admin_id", "resource_type": "test", "package_name": "intercom", "path": "not_null_stg_intercom__admin_admin_id.sql", "original_file_path": "models/staging/stg_intercom.yml", "unique_id": "test.intercom.not_null_stg_intercom__admin_admin_id.8630313ad7", "fqn": ["intercom", "staging", "not_null_stg_intercom__admin_admin_id"], "alias": "not_null_stg_intercom__admin_admin_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {}, "created_at": 1765992571.5144804, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__admin", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.intercom.stg_intercom__admin"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom.yml/not_null_stg_intercom__admin_admin_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect admin_id\nfrom \"postgres\".\"public_intercom_dev\".\"stg_intercom__admin\"\nwhere admin_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "admin_id", "file_key_name": "models.stg_intercom__admin", "attached_node": "model.intercom.stg_intercom__admin", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "admin_id", "model": "{{ get_where_subquery(ref('stg_intercom__admin')) }}"}, "namespace": null}}, "test.intercom.not_null_stg_intercom__company_history_company_id.29e68d8641": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_intercom__company_history_company_id", "resource_type": "test", "package_name": "intercom", "path": "not_null_stg_intercom__company_history_company_id.sql", "original_file_path": "models/staging/stg_intercom.yml", "unique_id": "test.intercom.not_null_stg_intercom__company_history_company_id.29e68d8641", "fqn": ["intercom", "staging", "not_null_stg_intercom__company_history_company_id"], "alias": "not_null_stg_intercom__company_history_company_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {}, "created_at": 1765992571.5171845, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__company_history", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.intercom.stg_intercom__company_history"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom.yml/not_null_stg_intercom__company_history_company_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect company_id\nfrom \"postgres\".\"public_intercom_dev\".\"stg_intercom__company_history\"\nwhere company_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "company_id", "file_key_name": "models.stg_intercom__company_history", "attached_node": "model.intercom.stg_intercom__company_history", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "company_id", "model": "{{ get_where_subquery(ref('stg_intercom__company_history')) }}"}, "namespace": null}}, "test.intercom.not_null_stg_intercom__company_tag_history_company_id.7ce26b3077": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_intercom__company_tag_history_company_id", "resource_type": "test", "package_name": "intercom", "path": "not_null_stg_intercom__company_tag_history_company_id.sql", "original_file_path": "models/staging/stg_intercom.yml", "unique_id": "test.intercom.not_null_stg_intercom__company_tag_history_company_id.7ce26b3077", "fqn": ["intercom", "staging", "not_null_stg_intercom__company_tag_history_company_id"], "alias": "not_null_stg_intercom__company_tag_history_company_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {}, "created_at": 1765992571.519787, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__company_tag_history", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.intercom.stg_intercom__company_tag_history"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom.yml/not_null_stg_intercom__company_tag_history_company_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect company_id\nfrom \"postgres\".\"public_intercom_dev\".\"stg_intercom__company_tag_history\"\nwhere company_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "company_id", "file_key_name": "models.stg_intercom__company_tag_history", "attached_node": "model.intercom.stg_intercom__company_tag_history", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "company_id", "model": "{{ get_where_subquery(ref('stg_intercom__company_tag_history')) }}"}, "namespace": null}}, "test.intercom.not_null_stg_intercom__company_tag_history_tag_id.a71b043180": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_intercom__company_tag_history_tag_id", "resource_type": "test", "package_name": "intercom", "path": "not_null_stg_intercom__company_tag_history_tag_id.sql", "original_file_path": "models/staging/stg_intercom.yml", "unique_id": "test.intercom.not_null_stg_intercom__company_tag_history_tag_id.a71b043180", "fqn": ["intercom", "staging", "not_null_stg_intercom__company_tag_history_tag_id"], "alias": "not_null_stg_intercom__company_tag_history_tag_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {}, "created_at": 1765992571.522223, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__company_tag_history", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.intercom.stg_intercom__company_tag_history"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom.yml/not_null_stg_intercom__company_tag_history_tag_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect tag_id\nfrom \"postgres\".\"public_intercom_dev\".\"stg_intercom__company_tag_history\"\nwhere tag_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "tag_id", "file_key_name": "models.stg_intercom__company_tag_history", "attached_node": "model.intercom.stg_intercom__company_tag_history", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "tag_id", "model": "{{ get_where_subquery(ref('stg_intercom__company_tag_history')) }}"}, "namespace": null}}, "test.intercom.not_null_stg_intercom__contact_company_history_company_id.ba3e617037": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_intercom__contact_company_history_company_id", "resource_type": "test", "package_name": "intercom", "path": "not_null_stg_intercom__contact_company_history_company_id.sql", "original_file_path": "models/staging/stg_intercom.yml", "unique_id": "test.intercom.not_null_stg_intercom__contact_company_history_company_id.ba3e617037", "fqn": ["intercom", "staging", "not_null_stg_intercom__contact_company_history_company_id"], "alias": "not_null_stg_intercom__contact_company_history_company_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {}, "created_at": 1765992571.5246422, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__contact_company_history", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.intercom.stg_intercom__contact_company_history"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom.yml/not_null_stg_intercom__contact_company_history_company_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect company_id\nfrom \"postgres\".\"public_intercom_dev\".\"stg_intercom__contact_company_history\"\nwhere company_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "company_id", "file_key_name": "models.stg_intercom__contact_company_history", "attached_node": "model.intercom.stg_intercom__contact_company_history", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "company_id", "model": "{{ get_where_subquery(ref('stg_intercom__contact_company_history')) }}"}, "namespace": null}}, "test.intercom.not_null_stg_intercom__contact_company_history_contact_id.5e389a0d84": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_intercom__contact_company_history_contact_id", "resource_type": "test", "package_name": "intercom", "path": "not_null_stg_intercom__contact_company_history_contact_id.sql", "original_file_path": "models/staging/stg_intercom.yml", "unique_id": "test.intercom.not_null_stg_intercom__contact_company_history_contact_id.5e389a0d84", "fqn": ["intercom", "staging", "not_null_stg_intercom__contact_company_history_contact_id"], "alias": "not_null_stg_intercom__contact_company_history_contact_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {}, "created_at": 1765992571.527045, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__contact_company_history", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.intercom.stg_intercom__contact_company_history"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom.yml/not_null_stg_intercom__contact_company_history_contact_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect contact_id\nfrom \"postgres\".\"public_intercom_dev\".\"stg_intercom__contact_company_history\"\nwhere contact_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "contact_id", "file_key_name": "models.stg_intercom__contact_company_history", "attached_node": "model.intercom.stg_intercom__contact_company_history", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "contact_id", "model": "{{ get_where_subquery(ref('stg_intercom__contact_company_history')) }}"}, "namespace": null}}, "test.intercom.not_null_stg_intercom__contact_history_contact_id.433f831acf": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_intercom__contact_history_contact_id", "resource_type": "test", "package_name": "intercom", "path": "not_null_stg_intercom__contact_history_contact_id.sql", "original_file_path": "models/staging/stg_intercom.yml", "unique_id": "test.intercom.not_null_stg_intercom__contact_history_contact_id.433f831acf", "fqn": ["intercom", "staging", "not_null_stg_intercom__contact_history_contact_id"], "alias": "not_null_stg_intercom__contact_history_contact_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {}, "created_at": 1765992571.5294278, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__contact_history", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.intercom.stg_intercom__contact_history"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom.yml/not_null_stg_intercom__contact_history_contact_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect contact_id\nfrom \"postgres\".\"public_intercom_dev\".\"stg_intercom__contact_history\"\nwhere contact_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "contact_id", "file_key_name": "models.stg_intercom__contact_history", "attached_node": "model.intercom.stg_intercom__contact_history", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "contact_id", "model": "{{ get_where_subquery(ref('stg_intercom__contact_history')) }}"}, "namespace": null}}, "test.intercom.not_null_stg_intercom__contact_tag_history_contact_id.80f3693f49": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_intercom__contact_tag_history_contact_id", "resource_type": "test", "package_name": "intercom", "path": "not_null_stg_intercom__contact_tag_history_contact_id.sql", "original_file_path": "models/staging/stg_intercom.yml", "unique_id": "test.intercom.not_null_stg_intercom__contact_tag_history_contact_id.80f3693f49", "fqn": ["intercom", "staging", "not_null_stg_intercom__contact_tag_history_contact_id"], "alias": "not_null_stg_intercom__contact_tag_history_contact_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {}, "created_at": 1765992571.5319076, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__contact_tag_history", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.intercom.stg_intercom__contact_tag_history"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom.yml/not_null_stg_intercom__contact_tag_history_contact_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect contact_id\nfrom \"postgres\".\"public_intercom_dev\".\"stg_intercom__contact_tag_history\"\nwhere contact_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "contact_id", "file_key_name": "models.stg_intercom__contact_tag_history", "attached_node": "model.intercom.stg_intercom__contact_tag_history", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "contact_id", "model": "{{ get_where_subquery(ref('stg_intercom__contact_tag_history')) }}"}, "namespace": null}}, "test.intercom.not_null_stg_intercom__contact_tag_history_tag_id.24a4c9df63": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_intercom__contact_tag_history_tag_id", "resource_type": "test", "package_name": "intercom", "path": "not_null_stg_intercom__contact_tag_history_tag_id.sql", "original_file_path": "models/staging/stg_intercom.yml", "unique_id": "test.intercom.not_null_stg_intercom__contact_tag_history_tag_id.24a4c9df63", "fqn": ["intercom", "staging", "not_null_stg_intercom__contact_tag_history_tag_id"], "alias": "not_null_stg_intercom__contact_tag_history_tag_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {}, "created_at": 1765992571.5342298, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__contact_tag_history", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.intercom.stg_intercom__contact_tag_history"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom.yml/not_null_stg_intercom__contact_tag_history_tag_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect tag_id\nfrom \"postgres\".\"public_intercom_dev\".\"stg_intercom__contact_tag_history\"\nwhere tag_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "tag_id", "file_key_name": "models.stg_intercom__contact_tag_history", "attached_node": "model.intercom.stg_intercom__contact_tag_history", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "tag_id", "model": "{{ get_where_subquery(ref('stg_intercom__contact_tag_history')) }}"}, "namespace": null}}, "test.intercom.not_null_stg_intercom__conversation_contact_history_contact_id.faa2dd69f0": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_intercom__conversation_contact_history_contact_id", "resource_type": "test", "package_name": "intercom", "path": "not_null_stg_intercom__conversation_contact_history_contact_id.sql", "original_file_path": "models/staging/stg_intercom.yml", "unique_id": "test.intercom.not_null_stg_intercom__conversation_contact_history_contact_id.faa2dd69f0", "fqn": ["intercom", "staging", "not_null_stg_intercom__conversation_contact_history_contact_id"], "alias": "not_null_stg_intercom__conversation_contact_history_contact_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {}, "created_at": 1765992571.5366037, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__conversation_contact_history", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.intercom.stg_intercom__conversation_contact_history"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom.yml/not_null_stg_intercom__conversation_contact_history_contact_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect contact_id\nfrom \"postgres\".\"public_intercom_dev\".\"stg_intercom__conversation_contact_history\"\nwhere contact_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "contact_id", "file_key_name": "models.stg_intercom__conversation_contact_history", "attached_node": "model.intercom.stg_intercom__conversation_contact_history", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "contact_id", "model": "{{ get_where_subquery(ref('stg_intercom__conversation_contact_history')) }}"}, "namespace": null}}, "test.intercom.not_null_stg_intercom__conversation_contact_history_conversation_id.6619b609cf": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_intercom__conversation_contact_history_conversation_id", "resource_type": "test", "package_name": "intercom", "path": "not_null_stg_intercom__convers_d02c0924e7c5ab61bbeabd18aede5b2a.sql", "original_file_path": "models/staging/stg_intercom.yml", "unique_id": "test.intercom.not_null_stg_intercom__conversation_contact_history_conversation_id.6619b609cf", "fqn": ["intercom", "staging", "not_null_stg_intercom__conversation_contact_history_conversation_id"], "alias": "not_null_stg_intercom__convers_d02c0924e7c5ab61bbeabd18aede5b2a", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "not_null_stg_intercom__convers_d02c0924e7c5ab61bbeabd18aede5b2a", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"alias": "not_null_stg_intercom__convers_d02c0924e7c5ab61bbeabd18aede5b2a"}, "created_at": 1765992571.5389905, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}{{ config(alias=\"not_null_stg_intercom__convers_d02c0924e7c5ab61bbeabd18aede5b2a\") }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__conversation_contact_history", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.intercom.stg_intercom__conversation_contact_history"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom.yml/not_null_stg_intercom__convers_d02c0924e7c5ab61bbeabd18aede5b2a.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect conversation_id\nfrom \"postgres\".\"public_intercom_dev\".\"stg_intercom__conversation_contact_history\"\nwhere conversation_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "conversation_id", "file_key_name": "models.stg_intercom__conversation_contact_history", "attached_node": "model.intercom.stg_intercom__conversation_contact_history", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "conversation_id", "model": "{{ get_where_subquery(ref('stg_intercom__conversation_contact_history')) }}"}, "namespace": null}}, "test.intercom.not_null_stg_intercom__conversation_history_conversation_id.947be5d87e": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_intercom__conversation_history_conversation_id", "resource_type": "test", "package_name": "intercom", "path": "not_null_stg_intercom__conversation_history_conversation_id.sql", "original_file_path": "models/staging/stg_intercom.yml", "unique_id": "test.intercom.not_null_stg_intercom__conversation_history_conversation_id.947be5d87e", "fqn": ["intercom", "staging", "not_null_stg_intercom__conversation_history_conversation_id"], "alias": "not_null_stg_intercom__conversation_history_conversation_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {}, "created_at": 1765992571.5414984, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__conversation_history", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.intercom.stg_intercom__conversation_history"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom.yml/not_null_stg_intercom__conversation_history_conversation_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect conversation_id\nfrom \"postgres\".\"public_intercom_dev\".\"stg_intercom__conversation_history\"\nwhere conversation_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "conversation_id", "file_key_name": "models.stg_intercom__conversation_history", "attached_node": "model.intercom.stg_intercom__conversation_history", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "conversation_id", "model": "{{ get_where_subquery(ref('stg_intercom__conversation_history')) }}"}, "namespace": null}}, "test.intercom.not_null_stg_intercom__conversation_part_history_conversation_part_id.53df1b68d4": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_intercom__conversation_part_history_conversation_part_id", "resource_type": "test", "package_name": "intercom", "path": "not_null_stg_intercom__convers_7d7e8ffe4c2506ce9378da1e8358c385.sql", "original_file_path": "models/staging/stg_intercom.yml", "unique_id": "test.intercom.not_null_stg_intercom__conversation_part_history_conversation_part_id.53df1b68d4", "fqn": ["intercom", "staging", "not_null_stg_intercom__conversation_part_history_conversation_part_id"], "alias": "not_null_stg_intercom__convers_7d7e8ffe4c2506ce9378da1e8358c385", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": "not_null_stg_intercom__convers_7d7e8ffe4c2506ce9378da1e8358c385", "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"alias": "not_null_stg_intercom__convers_7d7e8ffe4c2506ce9378da1e8358c385"}, "created_at": 1765992571.5439405, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}{{ config(alias=\"not_null_stg_intercom__convers_7d7e8ffe4c2506ce9378da1e8358c385\") }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__conversation_part_history", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.intercom.stg_intercom__conversation_part_history"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom.yml/not_null_stg_intercom__convers_7d7e8ffe4c2506ce9378da1e8358c385.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect conversation_part_id\nfrom \"postgres\".\"public_intercom_dev\".\"stg_intercom__conversation_part_history\"\nwhere conversation_part_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "conversation_part_id", "file_key_name": "models.stg_intercom__conversation_part_history", "attached_node": "model.intercom.stg_intercom__conversation_part_history", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "conversation_part_id", "model": "{{ get_where_subquery(ref('stg_intercom__conversation_part_history')) }}"}, "namespace": null}}, "test.intercom.not_null_stg_intercom__conversation_part_history_created_at.7f5a7ff8d7": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_intercom__conversation_part_history_created_at", "resource_type": "test", "package_name": "intercom", "path": "not_null_stg_intercom__conversation_part_history_created_at.sql", "original_file_path": "models/staging/stg_intercom.yml", "unique_id": "test.intercom.not_null_stg_intercom__conversation_part_history_created_at.7f5a7ff8d7", "fqn": ["intercom", "staging", "not_null_stg_intercom__conversation_part_history_created_at"], "alias": "not_null_stg_intercom__conversation_part_history_created_at", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {}, "created_at": 1765992571.5462987, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__conversation_part_history", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.intercom.stg_intercom__conversation_part_history"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom.yml/not_null_stg_intercom__conversation_part_history_created_at.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect created_at\nfrom \"postgres\".\"public_intercom_dev\".\"stg_intercom__conversation_part_history\"\nwhere created_at is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "created_at", "file_key_name": "models.stg_intercom__conversation_part_history", "attached_node": "model.intercom.stg_intercom__conversation_part_history", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "created_at", "model": "{{ get_where_subquery(ref('stg_intercom__conversation_part_history')) }}"}, "namespace": null}}, "test.intercom.not_null_stg_intercom__conversation_tag_history_conversation_id.2b897a1922": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_intercom__conversation_tag_history_conversation_id", "resource_type": "test", "package_name": "intercom", "path": "not_null_stg_intercom__conversation_tag_history_conversation_id.sql", "original_file_path": "models/staging/stg_intercom.yml", "unique_id": "test.intercom.not_null_stg_intercom__conversation_tag_history_conversation_id.2b897a1922", "fqn": ["intercom", "staging", "not_null_stg_intercom__conversation_tag_history_conversation_id"], "alias": "not_null_stg_intercom__conversation_tag_history_conversation_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {}, "created_at": 1765992571.5487185, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__conversation_tag_history", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.intercom.stg_intercom__conversation_tag_history"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom.yml/not_null_stg_intercom__conversation_tag_history_conversation_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect conversation_id\nfrom \"postgres\".\"public_intercom_dev\".\"stg_intercom__conversation_tag_history\"\nwhere conversation_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "conversation_id", "file_key_name": "models.stg_intercom__conversation_tag_history", "attached_node": "model.intercom.stg_intercom__conversation_tag_history", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "conversation_id", "model": "{{ get_where_subquery(ref('stg_intercom__conversation_tag_history')) }}"}, "namespace": null}}, "test.intercom.not_null_stg_intercom__conversation_tag_history_tag_id.11ffc3e16e": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_intercom__conversation_tag_history_tag_id", "resource_type": "test", "package_name": "intercom", "path": "not_null_stg_intercom__conversation_tag_history_tag_id.sql", "original_file_path": "models/staging/stg_intercom.yml", "unique_id": "test.intercom.not_null_stg_intercom__conversation_tag_history_tag_id.11ffc3e16e", "fqn": ["intercom", "staging", "not_null_stg_intercom__conversation_tag_history_tag_id"], "alias": "not_null_stg_intercom__conversation_tag_history_tag_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {}, "created_at": 1765992571.5510676, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__conversation_tag_history", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.intercom.stg_intercom__conversation_tag_history"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom.yml/not_null_stg_intercom__conversation_tag_history_tag_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect tag_id\nfrom \"postgres\".\"public_intercom_dev\".\"stg_intercom__conversation_tag_history\"\nwhere tag_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "tag_id", "file_key_name": "models.stg_intercom__conversation_tag_history", "attached_node": "model.intercom.stg_intercom__conversation_tag_history", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "tag_id", "model": "{{ get_where_subquery(ref('stg_intercom__conversation_tag_history')) }}"}, "namespace": null}}, "test.intercom.not_null_stg_intercom__team_admin_team_id.11bddbf17b": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_intercom__team_admin_team_id", "resource_type": "test", "package_name": "intercom", "path": "not_null_stg_intercom__team_admin_team_id.sql", "original_file_path": "models/staging/stg_intercom.yml", "unique_id": "test.intercom.not_null_stg_intercom__team_admin_team_id.11bddbf17b", "fqn": ["intercom", "staging", "not_null_stg_intercom__team_admin_team_id"], "alias": "not_null_stg_intercom__team_admin_team_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {}, "created_at": 1765992571.5535812, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__team_admin", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.intercom.stg_intercom__team_admin"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom.yml/not_null_stg_intercom__team_admin_team_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect team_id\nfrom \"postgres\".\"public_intercom_dev\".\"stg_intercom__team_admin\"\nwhere team_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "team_id", "file_key_name": "models.stg_intercom__team_admin", "attached_node": "model.intercom.stg_intercom__team_admin", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "team_id", "model": "{{ get_where_subquery(ref('stg_intercom__team_admin')) }}"}, "namespace": null}}, "test.intercom.not_null_stg_intercom__team_team_id.f6f47bb6ae": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_intercom__team_team_id", "resource_type": "test", "package_name": "intercom", "path": "not_null_stg_intercom__team_team_id.sql", "original_file_path": "models/staging/stg_intercom.yml", "unique_id": "test.intercom.not_null_stg_intercom__team_team_id.f6f47bb6ae", "fqn": ["intercom", "staging", "not_null_stg_intercom__team_team_id"], "alias": "not_null_stg_intercom__team_team_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {}, "created_at": 1765992571.5559964, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__team", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.intercom.stg_intercom__team"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom.yml/not_null_stg_intercom__team_team_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect team_id\nfrom \"postgres\".\"public_intercom_dev\".\"stg_intercom__team\"\nwhere team_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "team_id", "file_key_name": "models.stg_intercom__team", "attached_node": "model.intercom.stg_intercom__team", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "team_id", "model": "{{ get_where_subquery(ref('stg_intercom__team')) }}"}, "namespace": null}}, "test.intercom.not_null_stg_intercom__article_history_article_id.15bcfdb2d9": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_intercom__article_history_article_id", "resource_type": "test", "package_name": "intercom", "path": "not_null_stg_intercom__article_history_article_id.sql", "original_file_path": "models/staging/stg_intercom.yml", "unique_id": "test.intercom.not_null_stg_intercom__article_history_article_id.15bcfdb2d9", "fqn": ["intercom", "staging", "not_null_stg_intercom__article_history_article_id"], "alias": "not_null_stg_intercom__article_history_article_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {}, "created_at": 1765992571.5584812, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__article_history", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.intercom.stg_intercom__article_history"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom.yml/not_null_stg_intercom__article_history_article_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect article_id\nfrom \"postgres\".\"public_intercom_dev\".\"stg_intercom__article_history\"\nwhere article_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "article_id", "file_key_name": "models.stg_intercom__article_history", "attached_node": "model.intercom.stg_intercom__article_history", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "article_id", "model": "{{ get_where_subquery(ref('stg_intercom__article_history')) }}"}, "namespace": null}}, "test.intercom.not_null_stg_intercom__collection_history_collection_id.349ec418dd": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_intercom__collection_history_collection_id", "resource_type": "test", "package_name": "intercom", "path": "not_null_stg_intercom__collection_history_collection_id.sql", "original_file_path": "models/staging/stg_intercom.yml", "unique_id": "test.intercom.not_null_stg_intercom__collection_history_collection_id.349ec418dd", "fqn": ["intercom", "staging", "not_null_stg_intercom__collection_history_collection_id"], "alias": "not_null_stg_intercom__collection_history_collection_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {}, "created_at": 1765992571.5608697, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__collection_history", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.intercom.stg_intercom__collection_history"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom.yml/not_null_stg_intercom__collection_history_collection_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect collection_id\nfrom \"postgres\".\"public_intercom_dev\".\"stg_intercom__collection_history\"\nwhere collection_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "collection_id", "file_key_name": "models.stg_intercom__collection_history", "attached_node": "model.intercom.stg_intercom__collection_history", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "collection_id", "model": "{{ get_where_subquery(ref('stg_intercom__collection_history')) }}"}, "namespace": null}}, "test.intercom.not_null_stg_intercom__help_center_history_help_center_id.0224959596": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_intercom__help_center_history_help_center_id", "resource_type": "test", "package_name": "intercom", "path": "not_null_stg_intercom__help_center_history_help_center_id.sql", "original_file_path": "models/staging/stg_intercom.yml", "unique_id": "test.intercom.not_null_stg_intercom__help_center_history_help_center_id.0224959596", "fqn": ["intercom", "staging", "not_null_stg_intercom__help_center_history_help_center_id"], "alias": "not_null_stg_intercom__help_center_history_help_center_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {}, "created_at": 1765992571.5639997, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_intercom__help_center_history", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.intercom.stg_intercom__help_center_history"]}, "compiled_path": "target/compiled/intercom/models/staging/stg_intercom.yml/not_null_stg_intercom__help_center_history_help_center_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect help_center_id\nfrom \"postgres\".\"public_intercom_dev\".\"stg_intercom__help_center_history\"\nwhere help_center_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "help_center_id", "file_key_name": "models.stg_intercom__help_center_history", "attached_node": "model.intercom.stg_intercom__help_center_history", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "help_center_id", "model": "{{ get_where_subquery(ref('stg_intercom__help_center_history')) }}"}, "namespace": null}}}, "sources": {"source.intercom.intercom.article_history": {"database": "postgres", "schema": "public", "name": "article_history", "resource_type": "source", "package_name": "intercom", "path": "models/staging/src_intercom.yml", "original_file_path": "models/staging/src_intercom.yml", "unique_id": "source.intercom.intercom.article_history", "fqn": ["intercom", "staging", "intercom", "article_history"], "source_name": "intercom", "source_description": "", "loader": "fivetran", "identifier": "article_history_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "external": null, "description": "Table containing historical information about help center articles within Intercom.", "columns": {"id": {"name": "id", "description": "The unique identifier for the article.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "collection_id": {"name": "collection_id", "description": "The unique identifier of the collection this article belongs to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "section_id": {"name": "section_id", "description": "The unique identifier of the section (nested collection) if applicable.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "author_id": {"name": "author_id", "description": "The unique identifier of the admin who authored the article.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "title": {"name": "title", "description": "The title of the article.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "description": {"name": "description", "description": "The description or summary of the article.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "body": {"name": "body", "description": "The full body content of the article (HTML).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "url": {"name": "url", "description": "The public URL of the article.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "type": {"name": "type", "description": "The type of the article (e.g., 'article').", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "state": {"name": "state", "description": "The publication state of the article (draft, published).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "parent_type": {"name": "parent_type", "description": "The type of parent container (collection, section).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "default_locale": {"name": "default_locale", "description": "The default locale/language of the article.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "workspace_id": {"name": "workspace_id", "description": "The Intercom workspace identifier.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "statistics_type": {"name": "statistics_type", "description": "The type of statistics tracking.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "statistics_views": {"name": "statistics_views", "description": "The number of article views.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "statistics_conversations": {"name": "statistics_conversations", "description": "The number of conversations started from this article.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "statistics_reactions": {"name": "statistics_reactions", "description": "The total number of reactions.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "statistics_happy_reaction_percentage": {"name": "statistics_happy_reaction_percentage", "description": "The percentage of happy reactions.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "statistics_neutral_reaction_percentage": {"name": "statistics_neutral_reaction_percentage", "description": "The percentage of neutral reactions.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "statistics_sad_reaction_percentage": {"name": "statistics_sad_reaction_percentage", "description": "The percentage of sad reactions.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "created_at": {"name": "created_at", "description": "The time the article was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "updated_at": {"name": "updated_at", "description": "The time the article was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_active": {"name": "_fivetran_active", "description": "Boolean to identify an active record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_start": {"name": "_fivetran_start", "description": "Timestamp to record the time that a record is ingested by Fivetran. This value may not be identical to the time the record was created in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_end": {"name": "_fivetran_end", "description": "Timestamp to record the time when a record became inactive in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true, "event_time": null, "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "meta": {}, "tags": []}, "patch_path": null, "unrendered_config": {"enabled": true, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "loaded_at_query": null, "meta": {}, "tags": []}, "relation_name": "\"postgres\".\"public\".\"article_history_data\"", "created_at": 1765992571.7305543, "unrendered_database": "{% if target.type != 'spark' %}{{ var('intercom_database', target.database)}}{% endif %}", "unrendered_schema": "{{ var('intercom_schema', 'intercom') }}", "doc_blocks": []}, "source.intercom.intercom.admin": {"database": "postgres", "schema": "public", "name": "admin", "resource_type": "source", "package_name": "intercom", "path": "models/staging/src_intercom.yml", "original_file_path": "models/staging/src_intercom.yml", "unique_id": "source.intercom.intercom.admin", "fqn": ["intercom", "staging", "intercom", "admin"], "source_name": "intercom", "source_description": "", "loader": "fivetran", "identifier": "admin_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": null, "external": null, "description": "Table containing information related to admins. Admins are the teammate accounts that have access to a workspace.", "columns": {"id": {"name": "id", "description": "The unique identifier representing the admin.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "job_title": {"name": "job_title", "description": "The admin job title.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "name": {"name": "name", "description": "The name of the admin.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean indicating whether the contact is deleted.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true, "event_time": null, "freshness": null, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "meta": {}, "tags": []}, "patch_path": null, "unrendered_config": {"enabled": true, "loaded_at_field": "_fivetran_synced", "freshness": null, "loaded_at_query": null, "meta": {}, "tags": []}, "relation_name": "\"postgres\".\"public\".\"admin_data\"", "created_at": 1765992571.7325027, "unrendered_database": "{% if target.type != 'spark' %}{{ var('intercom_database', target.database)}}{% endif %}", "unrendered_schema": "{{ var('intercom_schema', 'intercom') }}", "doc_blocks": []}, "source.intercom.intercom.collection_history": {"database": "postgres", "schema": "public", "name": "collection_history", "resource_type": "source", "package_name": "intercom", "path": "models/staging/src_intercom.yml", "original_file_path": "models/staging/src_intercom.yml", "unique_id": "source.intercom.intercom.collection_history", "fqn": ["intercom", "staging", "intercom", "collection_history"], "source_name": "intercom", "source_description": "", "loader": "fivetran", "identifier": "collection_history_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "external": null, "description": "Table containing historical information about help center collections (categories/sections) within Intercom.", "columns": {"id": {"name": "id", "description": "The unique identifier for the collection.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "help_center_id": {"name": "help_center_id", "description": "The unique identifier of the help center this collection belongs to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "parent_id": {"name": "parent_id", "description": "The unique identifier of the parent collection (for nested sections).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "name": {"name": "name", "description": "The name of the collection.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "description": {"name": "description", "description": "The description of the collection.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "url": {"name": "url", "description": "The public URL of the collection.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "icon": {"name": "icon", "description": "The icon identifier for the collection.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "type": {"name": "type", "description": "The type of collection (e.g., 'collection').", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "default_locale": {"name": "default_locale", "description": "The default locale/language of the collection.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "workspace_id": {"name": "workspace_id", "description": "The Intercom workspace identifier.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "order": {"name": "order", "description": "The display order within the parent.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "created_at": {"name": "created_at", "description": "The time the collection was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "updated_at": {"name": "updated_at", "description": "The time the collection was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_active": {"name": "_fivetran_active", "description": "Boolean to identify an active record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_start": {"name": "_fivetran_start", "description": "Timestamp to record the time that a record is ingested by Fivetran. This value may not be identical to the time the record was created in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_end": {"name": "_fivetran_end", "description": "Timestamp to record the time when a record became inactive in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true, "event_time": null, "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "meta": {}, "tags": []}, "patch_path": null, "unrendered_config": {"enabled": true, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "loaded_at_query": null, "meta": {}, "tags": []}, "relation_name": "\"postgres\".\"public\".\"collection_history_data\"", "created_at": 1765992571.7333593, "unrendered_database": "{% if target.type != 'spark' %}{{ var('intercom_database', target.database)}}{% endif %}", "unrendered_schema": "{{ var('intercom_schema', 'intercom') }}", "doc_blocks": []}, "source.intercom.intercom.company_history": {"database": "postgres", "schema": "public", "name": "company_history", "resource_type": "source", "package_name": "intercom", "path": "models/staging/src_intercom.yml", "original_file_path": "models/staging/src_intercom.yml", "unique_id": "source.intercom.intercom.company_history", "fqn": ["intercom", "staging", "intercom", "company_history"], "source_name": "intercom", "source_description": "", "loader": "fivetran", "identifier": "company_history_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "external": null, "description": "Table containing historical information about companies which have been created within Intercom.", "columns": {"id": {"name": "id", "description": "The unique identifier representing the Intercom defined company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "company_id": {"name": "company_id", "description": "The custom identifier representing the Intercom defined company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "name": {"name": "name", "description": "The name of the company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "website": {"name": "website", "description": "The website associated with the company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "industry": {"name": "industry", "description": "The defined industry the company operates in.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "created_at": {"name": "created_at", "description": "The time the company was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "updated_at": {"name": "updated_at", "description": "The time the company was last updated at.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "user_count": {"name": "user_count", "description": "The total count of users associated with the company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "session_count": {"name": "session_count", "description": "The total count of conversation sessions associated with the company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "monthly_spend": {"name": "monthly_spend", "description": "How much revenue the company generates for your business.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "plan_id": {"name": "plan_id", "description": "Unique identifier representing the company plan.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "plan_name": {"name": "plan_name", "description": "The name of the plan you have associated with the company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_active": {"name": "_fivetran_active", "description": "Boolean to identify an active record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_start": {"name": "_fivetran_start", "description": "Timestamp to record the time that a record is ingested by Fivetran. This value may not be identical to the time the record was created in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_end": {"name": "_fivetran_end", "description": "Timestamp to record the time when a record became inactive in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true, "event_time": null, "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "meta": {}, "tags": []}, "patch_path": null, "unrendered_config": {"enabled": true, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "loaded_at_query": null, "meta": {}, "tags": []}, "relation_name": "\"postgres\".\"public\".\"company_history_data\"", "created_at": 1765992571.7340693, "unrendered_database": "{% if target.type != 'spark' %}{{ var('intercom_database', target.database)}}{% endif %}", "unrendered_schema": "{{ var('intercom_schema', 'intercom') }}", "doc_blocks": []}, "source.intercom.intercom.company_tag_history": {"database": "postgres", "schema": "public", "name": "company_tag_history", "resource_type": "source", "package_name": "intercom", "path": "models/staging/src_intercom.yml", "original_file_path": "models/staging/src_intercom.yml", "unique_id": "source.intercom.intercom.company_tag_history", "fqn": ["intercom", "staging", "intercom", "company_tag_history"], "source_name": "intercom", "source_description": "", "loader": "fivetran", "identifier": "company_tag_history_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "external": null, "description": "Mapping table for tags associated with companies.", "columns": {"company_id": {"name": "company_id", "description": "The unique identifier related to the company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "company_updated_at": {"name": "company_updated_at", "description": "The date the company was last updated at.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "tag_id": {"name": "tag_id", "description": "The unique identifier related to the tag.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_active": {"name": "_fivetran_active", "description": "Boolean to identify an active record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_start": {"name": "_fivetran_start", "description": "Timestamp to record the time that a record is ingested by Fivetran. This value may not be identical to the time the record was created in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_end": {"name": "_fivetran_end", "description": "Timestamp to record the time when a record became inactive in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true, "event_time": null, "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "meta": {}, "tags": []}, "patch_path": null, "unrendered_config": {"enabled": true, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "loaded_at_query": null, "meta": {}, "tags": []}, "relation_name": "\"postgres\".\"public\".\"company_tag_history_data\"", "created_at": 1765992571.7347074, "unrendered_database": "{% if target.type != 'spark' %}{{ var('intercom_database', target.database)}}{% endif %}", "unrendered_schema": "{{ var('intercom_schema', 'intercom') }}", "doc_blocks": []}, "source.intercom.intercom.contact_company_history": {"database": "postgres", "schema": "public", "name": "contact_company_history", "resource_type": "source", "package_name": "intercom", "path": "models/staging/src_intercom.yml", "original_file_path": "models/staging/src_intercom.yml", "unique_id": "source.intercom.intercom.contact_company_history", "fqn": ["intercom", "staging", "intercom", "contact_company_history"], "source_name": "intercom", "source_description": "", "loader": "fivetran", "identifier": "contact_company_history_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "external": null, "description": "Mapping table for contacts associated with companies.", "columns": {"company_id": {"name": "company_id", "description": "The unique identifier related to the company.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "contact_id": {"name": "contact_id", "description": "The unique identifier related to the contact.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "contact_updated_at": {"name": "contact_updated_at", "description": "The time the contact was last updated at.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_active": {"name": "_fivetran_active", "description": "Boolean to identify an active record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_start": {"name": "_fivetran_start", "description": "Timestamp to record the time that a record is ingested by Fivetran. This value may not be identical to the time the record was created in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_end": {"name": "_fivetran_end", "description": "Timestamp to record the time when a record became inactive in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true, "event_time": null, "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "meta": {}, "tags": []}, "patch_path": null, "unrendered_config": {"enabled": true, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "loaded_at_query": null, "meta": {}, "tags": []}, "relation_name": "\"postgres\".\"public\".\"contact_company_history_data\"", "created_at": 1765992571.7353175, "unrendered_database": "{% if target.type != 'spark' %}{{ var('intercom_database', target.database)}}{% endif %}", "unrendered_schema": "{{ var('intercom_schema', 'intercom') }}", "doc_blocks": []}, "source.intercom.intercom.contact_history": {"database": "postgres", "schema": "public", "name": "contact_history", "resource_type": "source", "package_name": "intercom", "path": "models/staging/src_intercom.yml", "original_file_path": "models/staging/src_intercom.yml", "unique_id": "source.intercom.intercom.contact_history", "fqn": ["intercom", "staging", "intercom", "contact_history"], "source_name": "intercom", "source_description": "", "loader": "fivetran", "identifier": "contact_history_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "external": null, "description": "Table which provides historical details on contacts within Intercom.", "columns": {"id": {"name": "id", "description": "The unique identifier for the contact which is given by Intercom.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "admin_id": {"name": "admin_id", "description": "The unique identifier representing the admin which has been assigned ownership of the contact.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "created_at": {"name": "created_at", "description": "The time when the contact was created within Intercom.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "signed_up_at": {"name": "signed_up_at", "description": "The time the contact signed up.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "name": {"name": "name", "description": "The name of the contact.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "role": {"name": "role", "description": "The role of the contact (user or lead).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "email": {"name": "email", "description": "The contacts email.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_replied_at": {"name": "last_replied_at", "description": "The time when the contact last messaged in.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_contacted_at": {"name": "last_contacted_at", "description": "The time when the contact was last messaged.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_email_clicked_at": {"name": "last_email_clicked_at", "description": "The time when the contact last clicked a link in an email.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_email_opened_at": {"name": "last_email_opened_at", "description": "The time when a contact last opened an email.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "unsubscribed_from_emails": {"name": "unsubscribed_from_emails", "description": "Boolean indicating whether the contact has unsubscribed from emails.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_active": {"name": "_fivetran_active", "description": "Boolean to identify an active record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_start": {"name": "_fivetran_start", "description": "Timestamp to record the time that a record is ingested by Fivetran. This value may not be identical to the time the record was created in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_end": {"name": "_fivetran_end", "description": "Timestamp to record the time when a record became inactive in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true, "event_time": null, "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "meta": {}, "tags": []}, "patch_path": null, "unrendered_config": {"enabled": true, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "loaded_at_query": null, "meta": {}, "tags": []}, "relation_name": "\"postgres\".\"public\".\"contact_history_data\"", "created_at": 1765992571.7359972, "unrendered_database": "{% if target.type != 'spark' %}{{ var('intercom_database', target.database)}}{% endif %}", "unrendered_schema": "{{ var('intercom_schema', 'intercom') }}", "doc_blocks": []}, "source.intercom.intercom.contact_tag_history": {"database": "postgres", "schema": "public", "name": "contact_tag_history", "resource_type": "source", "package_name": "intercom", "path": "models/staging/src_intercom.yml", "original_file_path": "models/staging/src_intercom.yml", "unique_id": "source.intercom.intercom.contact_tag_history", "fqn": ["intercom", "staging", "intercom", "contact_tag_history"], "source_name": "intercom", "source_description": "", "loader": "fivetran", "identifier": "contact_tag_history_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "external": null, "description": "Mapping table for tags associated with contacts.", "columns": {"contact_id": {"name": "contact_id", "description": "The unique identifier related to the contact.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "contact_updated_at": {"name": "contact_updated_at", "description": "The date the contact was last updated at.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "tag_id": {"name": "tag_id", "description": "The unique identifier related to the tag.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_active": {"name": "_fivetran_active", "description": "Boolean to identify an active record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_start": {"name": "_fivetran_start", "description": "Timestamp to record the time that a record is ingested by Fivetran. This value may not be identical to the time the record was created in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_end": {"name": "_fivetran_end", "description": "Timestamp to record the time when a record became inactive in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true, "event_time": null, "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "meta": {}, "tags": []}, "patch_path": null, "unrendered_config": {"enabled": true, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "loaded_at_query": null, "meta": {}, "tags": []}, "relation_name": "\"postgres\".\"public\".\"contact_tag_history_data\"", "created_at": 1765992571.7366257, "unrendered_database": "{% if target.type != 'spark' %}{{ var('intercom_database', target.database)}}{% endif %}", "unrendered_schema": "{{ var('intercom_schema', 'intercom') }}", "doc_blocks": []}, "source.intercom.intercom.conversation_contact_history": {"database": "postgres", "schema": "public", "name": "conversation_contact_history", "resource_type": "source", "package_name": "intercom", "path": "models/staging/src_intercom.yml", "original_file_path": "models/staging/src_intercom.yml", "unique_id": "source.intercom.intercom.conversation_contact_history", "fqn": ["intercom", "staging", "intercom", "conversation_contact_history"], "source_name": "intercom", "source_description": "", "loader": "fivetran", "identifier": "conversation_contact_history_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "external": null, "description": "Mapping table for contacts associated with a conversation.", "columns": {"contact_id": {"name": "contact_id", "description": "The unique identifier for the contact.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation_id": {"name": "conversation_id", "description": "The unique identifier for the conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation_updated_at": {"name": "conversation_updated_at", "description": "Time the conversation was last updated at.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_active": {"name": "_fivetran_active", "description": "Boolean to identify an active record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_start": {"name": "_fivetran_start", "description": "Timestamp to record the time that a record is ingested by Fivetran. This value may not be identical to the time the record was created in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_end": {"name": "_fivetran_end", "description": "Timestamp to record the time when a record became inactive in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true, "event_time": null, "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "meta": {}, "tags": []}, "patch_path": null, "unrendered_config": {"enabled": true, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "loaded_at_query": null, "meta": {}, "tags": []}, "relation_name": "\"postgres\".\"public\".\"conversation_contact_history_data\"", "created_at": 1765992571.7372591, "unrendered_database": "{% if target.type != 'spark' %}{{ var('intercom_database', target.database)}}{% endif %}", "unrendered_schema": "{{ var('intercom_schema', 'intercom') }}", "doc_blocks": []}, "source.intercom.intercom.conversation_history": {"database": "postgres", "schema": "public", "name": "conversation_history", "resource_type": "source", "package_name": "intercom", "path": "models/staging/src_intercom.yml", "original_file_path": "models/staging/src_intercom.yml", "unique_id": "source.intercom.intercom.conversation_history", "fqn": ["intercom", "staging", "intercom", "conversation_history"], "source_name": "intercom", "source_description": "", "loader": "fivetran", "identifier": "conversation_history_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "external": null, "description": "Table containing the historical records of each conversation. Conversations are created when a contact replies to an outbound message, or when one admin directly sends a message to a single contact.", "columns": {"id": {"name": "id", "description": "The id representing the conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "created_at": {"name": "created_at", "description": "The time the conversation was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "assignee_id": {"name": "assignee_id", "description": "The id of the user assigned to the conversation. If it is not assigned to a user it will return null.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "assignee_type": {"name": "assignee_type", "description": "[DEPRECATED] The type of user the conversation is assigned to. If it is not assigned to a user it will return null. Use is_assignee_admin in the conversation_enhanced model instead.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation_rating_value": {"name": "conversation_rating_value", "description": "An optional field for the customer to rate the conversation which will be between 1 and 5.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation_rating_remark": {"name": "conversation_rating_remark", "description": "An optional field to add a remark to correspond to the number rating.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "first_contact_reply_created_at": {"name": "first_contact_reply_created_at", "description": "Time of the first text conversation part from a contact.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "first_contact_reply_type": {"name": "first_contact_reply_type", "description": "The type of communication in which the first contact reply was.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_read": {"name": "is_read", "description": "Boolean indicating whether the conversation message has been read.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "source_author_id": {"name": "source_author_id", "description": "id of the individual who authored the first message.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "source_author_type": {"name": "source_author_type", "description": "The type of individual who authored the first message.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "source_delivered_as": {"name": "source_delivered_as", "description": "How the conversation was initially delivered to the responder.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "source_type": {"name": "source_type", "description": "The type of conversation. This includes conversation, push, facebook, twitter and email.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "source_subject": {"name": "source_subject", "description": "The subject of the conversation created by the initiator.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "state": {"name": "state", "description": "The current state of the conversation (open or close).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "updated_at": {"name": "updated_at", "description": "The date the conversation was last updated at.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "waiting_since": {"name": "waiting_since", "description": "The last time a contact responded to an admin. The time a customer started waiting for a response. Set to null if the last reply is from an admin.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "snoozed_until": {"name": "snoozed_until", "description": "If set, this is the time in the future when this conversation will be marked as open.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sla_name": {"name": "sla_name", "description": "The name of the SLA as given by the teammate when it was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sla_status": {"name": "sla_status", "description": "One of \u201chit\u201d, \u201dmissed\u201d, or \u201ccancelled\u201d.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_active": {"name": "_fivetran_active", "description": "Boolean to identify an active record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_start": {"name": "_fivetran_start", "description": "Timestamp to record the time that a record is ingested by Fivetran. This value may not be identical to the time the record was created in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_end": {"name": "_fivetran_end", "description": "Timestamp to record the time when a record became inactive in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true, "event_time": null, "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "meta": {}, "tags": []}, "patch_path": null, "unrendered_config": {"enabled": true, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "loaded_at_query": null, "meta": {}, "tags": []}, "relation_name": "\"postgres\".\"public\".\"conversation_history_data\"", "created_at": 1765992571.7379613, "unrendered_database": "{% if target.type != 'spark' %}{{ var('intercom_database', target.database)}}{% endif %}", "unrendered_schema": "{{ var('intercom_schema', 'intercom') }}", "doc_blocks": []}, "source.intercom.intercom.conversation_part_history": {"database": "postgres", "schema": "public", "name": "conversation_part_history", "resource_type": "source", "package_name": "intercom", "path": "models/staging/src_intercom.yml", "original_file_path": "models/staging/src_intercom.yml", "unique_id": "source.intercom.intercom.conversation_part_history", "fqn": ["intercom", "staging", "intercom", "conversation_part_history"], "source_name": "intercom", "source_description": "", "loader": "fivetran", "identifier": "conversation_part_history_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "external": null, "description": "Table containing data related to the individual parts of a single conversation.", "columns": {"id": {"name": "id", "description": "The id representing the conversation part.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "part_type": {"name": "part_type", "description": "The type of conversation part.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation_id": {"name": "conversation_id", "description": "The id representing the parent conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "author_id": {"name": "author_id", "description": "The id representing the individual that sent the message.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "author_type": {"name": "author_type", "description": "The type of individual that sent the message (user, admin, or bot).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "created_at": {"name": "created_at", "description": "The time the conversation part was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "assigned_to_id": {"name": "assigned_to_id", "description": "The id of the admin that was assigned the conversation by this conversation_part (null if there has been no change in assignment).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "assigned_to_type": {"name": "assigned_to_type", "description": "The type of the individual which the conversation part is assigned.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation_updated_at": {"name": "conversation_updated_at", "description": "The time the parent conversation was last updated at.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "updated_at": {"name": "updated_at", "description": "The time the conversation part was last updated at.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "body": {"name": "body", "description": "Optional field that contains the body of the conversation part. Typically only populated for comment and assignment part_types.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_active": {"name": "_fivetran_active", "description": "Boolean to identify an active record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_start": {"name": "_fivetran_start", "description": "Timestamp to record the time that a record is ingested by Fivetran. This value may not be identical to the time the record was created in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_end": {"name": "_fivetran_end", "description": "Timestamp to record the time when a record became inactive in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true, "event_time": null, "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "meta": {}, "tags": []}, "patch_path": null, "unrendered_config": {"enabled": true, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "loaded_at_query": null, "meta": {}, "tags": []}, "relation_name": "\"postgres\".\"public\".\"conversation_part_history_data\"", "created_at": 1765992571.738625, "unrendered_database": "{% if target.type != 'spark' %}{{ var('intercom_database', target.database)}}{% endif %}", "unrendered_schema": "{{ var('intercom_schema', 'intercom') }}", "doc_blocks": []}, "source.intercom.intercom.conversation_tag_history": {"database": "postgres", "schema": "public", "name": "conversation_tag_history", "resource_type": "source", "package_name": "intercom", "path": "models/staging/src_intercom.yml", "original_file_path": "models/staging/src_intercom.yml", "unique_id": "source.intercom.intercom.conversation_tag_history", "fqn": ["intercom", "staging", "intercom", "conversation_tag_history"], "source_name": "intercom", "source_description": "", "loader": "fivetran", "identifier": "conversation_tag_history_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "external": null, "description": "Mapping table for tags associated with conversations.", "columns": {"conversation_id": {"name": "conversation_id", "description": "The unique identifier related to the conversation.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "tag_id": {"name": "tag_id", "description": "The unique identifier related to the tag.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_active": {"name": "_fivetran_active", "description": "Boolean to identify an active record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_start": {"name": "_fivetran_start", "description": "Timestamp to record the time that a record is ingested by Fivetran. This value may not be identical to the time the record was created in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_end": {"name": "_fivetran_end", "description": "Timestamp to record the time when a record became inactive in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true, "event_time": null, "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "meta": {}, "tags": []}, "patch_path": null, "unrendered_config": {"enabled": true, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "loaded_at_query": null, "meta": {}, "tags": []}, "relation_name": "\"postgres\".\"public\".\"conversation_tag_history_data\"", "created_at": 1765992571.7392318, "unrendered_database": "{% if target.type != 'spark' %}{{ var('intercom_database', target.database)}}{% endif %}", "unrendered_schema": "{{ var('intercom_schema', 'intercom') }}", "doc_blocks": []}, "source.intercom.intercom.help_center_history": {"database": "postgres", "schema": "public", "name": "help_center_history", "resource_type": "source", "package_name": "intercom", "path": "models/staging/src_intercom.yml", "original_file_path": "models/staging/src_intercom.yml", "unique_id": "source.intercom.intercom.help_center_history", "fqn": ["intercom", "staging", "intercom", "help_center_history"], "source_name": "intercom", "source_description": "", "loader": "fivetran", "identifier": "help_center_history_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "external": null, "description": "Table containing historical information about help centers within Intercom.", "columns": {"id": {"name": "id", "description": "The unique identifier for the help center.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "display_name": {"name": "display_name", "description": "The display name of the help center.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "identifier": {"name": "identifier", "description": "The URL-friendly identifier for the help center.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "workspace_id": {"name": "workspace_id", "description": "The Intercom workspace identifier.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "website_turned_on": {"name": "website_turned_on", "description": "Boolean indicating whether the help center website is enabled.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "created_at": {"name": "created_at", "description": "The time the help center was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "updated_at": {"name": "updated_at", "description": "The time the help center was last updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_active": {"name": "_fivetran_active", "description": "Boolean to identify an active record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_start": {"name": "_fivetran_start", "description": "Timestamp to record the time that a record is ingested by Fivetran. This value may not be identical to the time the record was created in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_end": {"name": "_fivetran_end", "description": "Timestamp to record the time when a record became inactive in the source system.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true, "event_time": null, "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "meta": {}, "tags": []}, "patch_path": null, "unrendered_config": {"enabled": true, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "loaded_at_query": null, "meta": {}, "tags": []}, "relation_name": "\"postgres\".\"public\".\"help_center_history_data\"", "created_at": 1765992571.7398677, "unrendered_database": "{% if target.type != 'spark' %}{{ var('intercom_database', target.database)}}{% endif %}", "unrendered_schema": "{{ var('intercom_schema', 'intercom') }}", "doc_blocks": []}, "source.intercom.intercom.tag": {"database": "postgres", "schema": "public", "name": "tag", "resource_type": "source", "package_name": "intercom", "path": "models/staging/src_intercom.yml", "original_file_path": "models/staging/src_intercom.yml", "unique_id": "source.intercom.intercom.tag", "fqn": ["intercom", "staging", "intercom", "tag"], "source_name": "intercom", "source_description": "", "loader": "fivetran", "identifier": "tag_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "external": null, "description": "Table consisting of tags which allow you to label your contacts, companies, or conversations.", "columns": {"id": {"name": "id", "description": "The unique identifier related to the tag.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "name": {"name": "name", "description": "The name of the tag.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean indicating whether the contact is deleted.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true, "event_time": null, "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "meta": {}, "tags": []}, "patch_path": null, "unrendered_config": {"enabled": true, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "loaded_at_query": null, "meta": {}, "tags": []}, "relation_name": "\"postgres\".\"public\".\"tag_data\"", "created_at": 1765992571.7405174, "unrendered_database": "{% if target.type != 'spark' %}{{ var('intercom_database', target.database)}}{% endif %}", "unrendered_schema": "{{ var('intercom_schema', 'intercom') }}", "doc_blocks": []}, "source.intercom.intercom.team_admin": {"database": "postgres", "schema": "public", "name": "team_admin", "resource_type": "source", "package_name": "intercom", "path": "models/staging/src_intercom.yml", "original_file_path": "models/staging/src_intercom.yml", "unique_id": "source.intercom.intercom.team_admin", "fqn": ["intercom", "staging", "intercom", "team_admin"], "source_name": "intercom", "source_description": "", "loader": "fivetran", "identifier": "team_admin_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "external": null, "description": "Mapping table for admins associated with teams.", "columns": {"team_id": {"name": "team_id", "description": "The unique identifier of the team.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "admin_id": {"name": "admin_id", "description": "The unique identifier of the admin associate with the team.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean indicating whether the contact is deleted.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true, "event_time": null, "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "meta": {}, "tags": []}, "patch_path": null, "unrendered_config": {"enabled": true, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "loaded_at_query": null, "meta": {}, "tags": []}, "relation_name": "\"postgres\".\"public\".\"team_admin_data\"", "created_at": 1765992571.7411115, "unrendered_database": "{% if target.type != 'spark' %}{{ var('intercom_database', target.database)}}{% endif %}", "unrendered_schema": "{{ var('intercom_schema', 'intercom') }}", "doc_blocks": []}, "source.intercom.intercom.team": {"database": "postgres", "schema": "public", "name": "team", "resource_type": "source", "package_name": "intercom", "path": "models/staging/src_intercom.yml", "original_file_path": "models/staging/src_intercom.yml", "unique_id": "source.intercom.intercom.team", "fqn": ["intercom", "staging", "intercom", "team"], "source_name": "intercom", "source_description": "", "loader": "fivetran", "identifier": "team_data", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "external": null, "description": "Table containing teams which are made up of groups of admin in Intercom.", "columns": {"id": {"name": "id", "description": "The unique identifier of the team.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "name": {"name": "name", "description": "The name of the team.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean indicating whether the contact is deleted.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}}, "meta": {}, "source_meta": {}, "tags": [], "config": {"enabled": true, "event_time": null, "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "meta": {}, "tags": []}, "patch_path": null, "unrendered_config": {"enabled": true, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 48, "period": "hour"}, "error_after": {"count": 72, "period": "hour"}, "filter": null}, "loaded_at_query": null, "meta": {}, "tags": []}, "relation_name": "\"postgres\".\"public\".\"team_data\"", "created_at": 1765992571.741721, "unrendered_database": "{% if target.type != 'spark' %}{{ var('intercom_database', target.database)}}{% endif %}", "unrendered_schema": "{{ var('intercom_schema', 'intercom') }}", "doc_blocks": []}}, "macros": {"macro.dbt_postgres.postgres__get_catalog_relations": {"name": "postgres__get_catalog_relations", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/catalog.sql", "original_file_path": "macros/catalog.sql", "unique_id": "macro.dbt_postgres.postgres__get_catalog_relations", "macro_sql": "{% macro postgres__get_catalog_relations(information_schema, relations) -%}\n {%- call statement('catalog', fetch_result=True) -%}\n\n {#\n If the user has multiple databases set and the first one is wrong, this will fail.\n But we won't fail in the case where there are multiple quoting-difference-only dbs, which is better.\n #}\n {% set database = information_schema.database %}\n {{ adapter.verify_database(database) }}\n\n select\n '{{ database }}' as table_database,\n sch.nspname as table_schema,\n tbl.relname as table_name,\n case tbl.relkind\n when 'v' then 'VIEW'\n when 'm' then 'MATERIALIZED VIEW'\n else 'BASE TABLE'\n end as table_type,\n tbl_desc.description as table_comment,\n col.attname as column_name,\n col.attnum as column_index,\n pg_catalog.format_type(col.atttypid, col.atttypmod) as column_type,\n col_desc.description as column_comment,\n pg_get_userbyid(tbl.relowner) as table_owner\n\n from pg_catalog.pg_namespace sch\n join pg_catalog.pg_class tbl on tbl.relnamespace = sch.oid\n join pg_catalog.pg_attribute col on col.attrelid = tbl.oid\n left outer join pg_catalog.pg_description tbl_desc on (tbl_desc.objoid = tbl.oid and tbl_desc.objsubid = 0)\n left outer join pg_catalog.pg_description col_desc on (col_desc.objoid = tbl.oid and col_desc.objsubid = col.attnum)\n where (\n {%- for relation in relations -%}\n {%- if relation.identifier -%}\n (upper(sch.nspname) = upper('{{ relation.schema }}') and\n upper(tbl.relname) = upper('{{ relation.identifier }}'))\n {%- else-%}\n upper(sch.nspname) = upper('{{ relation.schema }}')\n {%- endif -%}\n {%- if not loop.last %} or {% endif -%}\n {%- endfor -%}\n )\n and not pg_is_other_temp_schema(sch.oid) -- not a temporary schema belonging to another session\n and tbl.relpersistence in ('p', 'u') -- [p]ermanent table or [u]nlogged table. Exclude [t]emporary tables\n and tbl.relkind in ('r', 'v', 'f', 'p', 'm') -- o[r]dinary table, [v]iew, [f]oreign table, [p]artitioned table, [m]aterialized view. Other values are [i]ndex, [S]equence, [c]omposite type, [t]OAST table\n and col.attnum > 0 -- negative numbers are used for system columns such as oid\n and not col.attisdropped -- column as not been dropped\n\n order by\n sch.nspname,\n tbl.relname,\n col.attnum\n\n {%- endcall -%}\n\n {{ return(load_result('catalog').table) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.4983625, "supported_languages": null}, "macro.dbt_postgres.postgres__get_catalog": {"name": "postgres__get_catalog", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/catalog.sql", "original_file_path": "macros/catalog.sql", "unique_id": "macro.dbt_postgres.postgres__get_catalog", "macro_sql": "{% macro postgres__get_catalog(information_schema, schemas) -%}\n {%- set relations = [] -%}\n {%- for schema in schemas -%}\n {%- set dummy = relations.append({'schema': schema}) -%}\n {%- endfor -%}\n {{ return(postgres__get_catalog_relations(information_schema, relations)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__get_catalog_relations"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.4991455, "supported_languages": null}, "macro.dbt_postgres.postgres__create_table_as": {"name": "postgres__create_table_as", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_postgres.postgres__create_table_as", "macro_sql": "{% macro postgres__create_table_as(temporary, relation, sql) -%}\n {%- set unlogged = config.get('unlogged', default=false) -%}\n {%- set sql_header = config.get('sql_header', none) -%}\n\n {{ sql_header if sql_header is not none }}\n\n create {% if temporary -%}\n temporary\n {%- elif unlogged -%}\n unlogged\n {%- endif %} table {{ relation }}\n {% set contract_config = config.get('contract') %}\n {% if contract_config.enforced %}\n {{ get_assert_columns_equivalent(sql) }}\n {% endif -%}\n {% if contract_config.enforced and (not temporary) -%}\n {{ get_table_columns_and_constraints() }} ;\n insert into {{ relation }} (\n {{ adapter.dispatch('get_column_names', 'dbt')() }}\n )\n {%- set sql = get_select_subquery(sql) %}\n {% else %}\n as\n {% endif %}\n (\n {{ sql }}\n );\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.get_assert_columns_equivalent", "macro.dbt.get_table_columns_and_constraints", "macro.dbt.default__get_column_names", "macro.dbt.get_select_subquery"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.5035548, "supported_languages": null}, "macro.dbt_postgres.postgres__get_create_index_sql": {"name": "postgres__get_create_index_sql", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_postgres.postgres__get_create_index_sql", "macro_sql": "{% macro postgres__get_create_index_sql(relation, index_dict) -%}\n {%- set index_config = adapter.parse_index(index_dict) -%}\n {%- set comma_separated_columns = \", \".join(index_config.columns) -%}\n {%- set index_name = index_config.render(relation) -%}\n\n create {% if index_config.unique -%}\n unique\n {%- endif %} index if not exists\n \"{{ index_name }}\"\n on {{ relation }} {% if index_config.type -%}\n using {{ index_config.type }}\n {%- endif %}\n ({{ comma_separated_columns }})\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.504548, "supported_languages": null}, "macro.dbt_postgres.postgres__create_schema": {"name": "postgres__create_schema", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_postgres.postgres__create_schema", "macro_sql": "{% macro postgres__create_schema(relation) -%}\n {% if relation.database -%}\n {{ adapter.verify_database(relation.database) }}\n {%- endif -%}\n {%- call statement('create_schema') -%}\n create schema if not exists {{ relation.without_identifier().include(database=False) }}\n {%- endcall -%}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.5051765, "supported_languages": null}, "macro.dbt_postgres.postgres__drop_schema": {"name": "postgres__drop_schema", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_postgres.postgres__drop_schema", "macro_sql": "{% macro postgres__drop_schema(relation) -%}\n {% if relation.database -%}\n {{ adapter.verify_database(relation.database) }}\n {%- endif -%}\n {%- call statement('drop_schema') -%}\n drop schema if exists {{ relation.without_identifier().include(database=False) }} cascade\n {%- endcall -%}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.5058093, "supported_languages": null}, "macro.dbt_postgres.postgres__get_columns_in_relation": {"name": "postgres__get_columns_in_relation", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_postgres.postgres__get_columns_in_relation", "macro_sql": "{% macro postgres__get_columns_in_relation(relation) -%}\n {% call statement('get_columns_in_relation', fetch_result=True) %}\n select\n column_name,\n data_type,\n character_maximum_length,\n numeric_precision,\n numeric_scale\n\n from {{ relation.information_schema('columns') }}\n where table_name = '{{ relation.identifier }}'\n {% if relation.schema %}\n and table_schema = '{{ relation.schema }}'\n {% endif %}\n order by ordinal_position\n\n {% endcall %}\n {% set table = load_result('get_columns_in_relation').table %}\n {{ return(sql_convert_columns_in_relation(table)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement", "macro.dbt.sql_convert_columns_in_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.5067172, "supported_languages": null}, "macro.dbt_postgres.postgres__list_relations_without_caching": {"name": "postgres__list_relations_without_caching", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_postgres.postgres__list_relations_without_caching", "macro_sql": "{% macro postgres__list_relations_without_caching(schema_relation) %}\n {% call statement('list_relations_without_caching', fetch_result=True) -%}\n select\n '{{ schema_relation.database }}' as database,\n tablename as name,\n schemaname as schema,\n 'table' as type\n from pg_tables\n where schemaname ilike '{{ schema_relation.schema }}'\n union all\n select\n '{{ schema_relation.database }}' as database,\n viewname as name,\n schemaname as schema,\n 'view' as type\n from pg_views\n where schemaname ilike '{{ schema_relation.schema }}'\n union all\n select\n '{{ schema_relation.database }}' as database,\n matviewname as name,\n schemaname as schema,\n 'materialized_view' as type\n from pg_matviews\n where schemaname ilike '{{ schema_relation.schema }}'\n {% endcall %}\n {{ return(load_result('list_relations_without_caching').table) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.507564, "supported_languages": null}, "macro.dbt_postgres.postgres__information_schema_name": {"name": "postgres__information_schema_name", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_postgres.postgres__information_schema_name", "macro_sql": "{% macro postgres__information_schema_name(database) -%}\n {% if database_name -%}\n {{ adapter.verify_database(database_name) }}\n {%- endif -%}\n information_schema\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.507907, "supported_languages": null}, "macro.dbt_postgres.postgres__list_schemas": {"name": "postgres__list_schemas", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_postgres.postgres__list_schemas", "macro_sql": "{% macro postgres__list_schemas(database) %}\n {% if database -%}\n {{ adapter.verify_database(database) }}\n {%- endif -%}\n {% call statement('list_schemas', fetch_result=True, auto_begin=False) %}\n select distinct nspname from pg_namespace\n {% endcall %}\n {{ return(load_result('list_schemas').table) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.5086076, "supported_languages": null}, "macro.dbt_postgres.postgres__check_schema_exists": {"name": "postgres__check_schema_exists", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_postgres.postgres__check_schema_exists", "macro_sql": "{% macro postgres__check_schema_exists(information_schema, schema) -%}\n {% if information_schema.database -%}\n {{ adapter.verify_database(information_schema.database) }}\n {%- endif -%}\n {% call statement('check_schema_exists', fetch_result=True, auto_begin=False) %}\n select count(*) from pg_namespace where nspname = '{{ schema }}'\n {% endcall %}\n {{ return(load_result('check_schema_exists').table) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.509468, "supported_languages": null}, "macro.dbt_postgres.postgres__make_relation_with_suffix": {"name": "postgres__make_relation_with_suffix", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_postgres.postgres__make_relation_with_suffix", "macro_sql": "{% macro postgres__make_relation_with_suffix(base_relation, suffix, dstring) %}\n {% if dstring %}\n {% set dt = modules.datetime.datetime.now() %}\n {% set dtstring = dt.strftime(\"%H%M%S%f\") %}\n {% set suffix = suffix ~ dtstring %}\n {% endif %}\n {% set suffix_length = suffix|length %}\n {% set relation_max_name_length = base_relation.relation_max_name_length() %}\n {% if suffix_length > relation_max_name_length %}\n {% do exceptions.raise_compiler_error('Relation suffix is too long (' ~ suffix_length ~ ' characters). Maximum length is ' ~ relation_max_name_length ~ ' characters.') %}\n {% endif %}\n {% set identifier = base_relation.identifier[:relation_max_name_length - suffix_length] ~ suffix %}\n\n {{ return(base_relation.incorporate(path={\"identifier\": identifier })) }}\n\n {% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.511086, "supported_languages": null}, "macro.dbt_postgres.postgres__make_intermediate_relation": {"name": "postgres__make_intermediate_relation", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_postgres.postgres__make_intermediate_relation", "macro_sql": "{% macro postgres__make_intermediate_relation(base_relation, suffix) %}\n {{ return(postgres__make_relation_with_suffix(base_relation, suffix, dstring=False)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__make_relation_with_suffix"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.5114944, "supported_languages": null}, "macro.dbt_postgres.postgres__make_temp_relation": {"name": "postgres__make_temp_relation", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_postgres.postgres__make_temp_relation", "macro_sql": "{% macro postgres__make_temp_relation(base_relation, suffix) %}\n {% set temp_relation = postgres__make_relation_with_suffix(base_relation, suffix, dstring=True) %}\n {{ return(temp_relation.incorporate(path={\"schema\": none,\n \"database\": none})) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__make_relation_with_suffix"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.5121138, "supported_languages": null}, "macro.dbt_postgres.postgres__make_backup_relation": {"name": "postgres__make_backup_relation", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_postgres.postgres__make_backup_relation", "macro_sql": "{% macro postgres__make_backup_relation(base_relation, backup_relation_type, suffix) %}\n {% set backup_relation = postgres__make_relation_with_suffix(base_relation, suffix, dstring=False) %}\n {{ return(backup_relation.incorporate(type=backup_relation_type)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__make_relation_with_suffix"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.51267, "supported_languages": null}, "macro.dbt_postgres.postgres_escape_comment": {"name": "postgres_escape_comment", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_postgres.postgres_escape_comment", "macro_sql": "{% macro postgres_escape_comment(comment) -%}\n {% if comment is not string %}\n {% do exceptions.raise_compiler_error('cannot escape a non-string: ' ~ comment) %}\n {% endif %}\n {%- set magic = '$dbt_comment_literal_block$' -%}\n {%- if magic in comment -%}\n {%- do exceptions.raise_compiler_error('The string ' ~ magic ~ ' is not allowed in comments.') -%}\n {%- endif -%}\n {{ magic }}{{ comment }}{{ magic }}\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.5135193, "supported_languages": null}, "macro.dbt_postgres.postgres__alter_relation_comment": {"name": "postgres__alter_relation_comment", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_postgres.postgres__alter_relation_comment", "macro_sql": "{% macro postgres__alter_relation_comment(relation, comment) %}\n {% set escaped_comment = postgres_escape_comment(comment) %}\n {% if relation.type == 'materialized_view' -%}\n {% set relation_type = \"materialized view\" %}\n {%- else -%}\n {%- set relation_type = relation.type -%}\n {%- endif -%}\n comment on {{ relation_type }} {{ relation }} is {{ escaped_comment }};\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres_escape_comment"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.5142565, "supported_languages": null}, "macro.dbt_postgres.postgres__alter_column_comment": {"name": "postgres__alter_column_comment", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_postgres.postgres__alter_column_comment", "macro_sql": "{% macro postgres__alter_column_comment(relation, column_dict) %}\n {% set existing_columns = adapter.get_columns_in_relation(relation) | map(attribute=\"name\") | list %}\n {% for column_name in column_dict if (column_name in existing_columns) %}\n {% set comment = column_dict[column_name]['description'] %}\n {% set escaped_comment = postgres_escape_comment(comment) %}\n comment on column {{ relation }}.{{ adapter.quote(column_name) if column_dict[column_name]['quote'] else column_name }} is {{ escaped_comment }};\n {% endfor %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres_escape_comment"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.5154326, "supported_languages": null}, "macro.dbt_postgres.postgres__get_show_grant_sql": {"name": "postgres__get_show_grant_sql", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_postgres.postgres__get_show_grant_sql", "macro_sql": "\n\n{%- macro postgres__get_show_grant_sql(relation) -%}\n select grantee, privilege_type\n from {{ relation.information_schema('role_table_grants') }}\n where grantor = current_role\n and grantee != current_role\n and table_schema = '{{ relation.schema }}'\n and table_name = '{{ relation.identifier }}'\n{%- endmacro -%}\n\n", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.515833, "supported_languages": null}, "macro.dbt_postgres.postgres__copy_grants": {"name": "postgres__copy_grants", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_postgres.postgres__copy_grants", "macro_sql": "{% macro postgres__copy_grants() %}\n {{ return(False) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.5160713, "supported_languages": null}, "macro.dbt_postgres.postgres__get_show_indexes_sql": {"name": "postgres__get_show_indexes_sql", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_postgres.postgres__get_show_indexes_sql", "macro_sql": "{% macro postgres__get_show_indexes_sql(relation) %}\n select\n i.relname as name,\n m.amname as method,\n ix.indisunique as \"unique\",\n array_to_string(array_agg(a.attname), ',') as column_names\n from pg_index ix\n join pg_class i\n on i.oid = ix.indexrelid\n join pg_am m\n on m.oid=i.relam\n join pg_class t\n on t.oid = ix.indrelid\n join pg_namespace n\n on n.oid = t.relnamespace\n join pg_attribute a\n on a.attrelid = t.oid\n and a.attnum = ANY(ix.indkey)\n where t.relname = '{{ relation.identifier }}'\n and n.nspname = '{{ relation.schema }}'\n and t.relkind in ('r', 'm')\n group by 1, 2, 3\n order by 1, 2, 3\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.5164247, "supported_languages": null}, "macro.dbt_postgres.postgres__get_drop_index_sql": {"name": "postgres__get_drop_index_sql", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/adapters.sql", "original_file_path": "macros/adapters.sql", "unique_id": "macro.dbt_postgres.postgres__get_drop_index_sql", "macro_sql": "\n\n\n{%- macro postgres__get_drop_index_sql(relation, index_name) -%}\n drop index if exists \"{{ relation.schema }}\".\"{{ index_name }}\"\n{%- endmacro -%}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.5167153, "supported_languages": null}, "macro.dbt_postgres.postgres__current_timestamp": {"name": "postgres__current_timestamp", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/timestamps.sql", "original_file_path": "macros/timestamps.sql", "unique_id": "macro.dbt_postgres.postgres__current_timestamp", "macro_sql": "{% macro postgres__current_timestamp() -%}\n now()\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.5171525, "supported_languages": null}, "macro.dbt_postgres.postgres__snapshot_string_as_time": {"name": "postgres__snapshot_string_as_time", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/timestamps.sql", "original_file_path": "macros/timestamps.sql", "unique_id": "macro.dbt_postgres.postgres__snapshot_string_as_time", "macro_sql": "{% macro postgres__snapshot_string_as_time(timestamp) -%}\n {%- set result = \"'\" ~ timestamp ~ \"'::timestamp without time zone\" -%}\n {{ return(result) }}\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.5175328, "supported_languages": null}, "macro.dbt_postgres.postgres__snapshot_get_time": {"name": "postgres__snapshot_get_time", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/timestamps.sql", "original_file_path": "macros/timestamps.sql", "unique_id": "macro.dbt_postgres.postgres__snapshot_get_time", "macro_sql": "{% macro postgres__snapshot_get_time() -%}\n {{ current_timestamp() }}::timestamp without time zone\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.current_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.5177493, "supported_languages": null}, "macro.dbt_postgres.postgres__current_timestamp_backcompat": {"name": "postgres__current_timestamp_backcompat", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/timestamps.sql", "original_file_path": "macros/timestamps.sql", "unique_id": "macro.dbt_postgres.postgres__current_timestamp_backcompat", "macro_sql": "{% macro postgres__current_timestamp_backcompat() %}\n current_timestamp::{{ type_timestamp() }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.5179644, "supported_languages": null}, "macro.dbt_postgres.postgres__current_timestamp_in_utc_backcompat": {"name": "postgres__current_timestamp_in_utc_backcompat", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/timestamps.sql", "original_file_path": "macros/timestamps.sql", "unique_id": "macro.dbt_postgres.postgres__current_timestamp_in_utc_backcompat", "macro_sql": "{% macro postgres__current_timestamp_in_utc_backcompat() %}\n (current_timestamp at time zone 'utc')::{{ type_timestamp() }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.5181797, "supported_languages": null}, "macro.dbt_postgres.postgres__get_relations": {"name": "postgres__get_relations", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/relations.sql", "original_file_path": "macros/relations.sql", "unique_id": "macro.dbt_postgres.postgres__get_relations", "macro_sql": "{% macro postgres__get_relations() -%}\n\n {#\n -- in pg_depend, objid is the dependent, refobjid is the referenced object\n -- > a pg_depend entry indicates that the referenced object cannot be\n -- > dropped without also dropping the dependent object.\n #}\n\n {%- call statement('relations', fetch_result=True) -%}\n select distinct\n dependent_namespace.nspname as dependent_schema,\n dependent_class.relname as dependent_name,\n referenced_namespace.nspname as referenced_schema,\n referenced_class.relname as referenced_name\n\n -- Query for views: views are entries in pg_class with an entry in pg_rewrite, but we avoid\n -- a seq scan on pg_rewrite by leveraging the fact there is an \"internal\" row in pg_depend for\n -- the view...\n from pg_class as dependent_class\n join pg_namespace as dependent_namespace on dependent_namespace.oid = dependent_class.relnamespace\n join pg_depend as dependent_depend on dependent_depend.refobjid = dependent_class.oid\n and dependent_depend.classid = 'pg_rewrite'::regclass\n and dependent_depend.refclassid = 'pg_class'::regclass\n and dependent_depend.deptype = 'i'\n\n -- ... and via pg_depend (that has a row per column, hence the need for \"distinct\" above, and\n -- making sure to exclude the internal row to avoid a view appearing to depend on itself)...\n join pg_depend as joining_depend on joining_depend.objid = dependent_depend.objid\n and joining_depend.classid = 'pg_rewrite'::regclass\n and joining_depend.refclassid = 'pg_class'::regclass\n and joining_depend.refobjid != dependent_depend.refobjid\n\n -- ... we can find the tables they query from in pg_class, but excluding system tables. Note we\n -- don't need need to exclude _dependent_ system tables, because they only query from other\n -- system tables, and so are automatically excluded by excluding _referenced_ system tables\n join pg_class as referenced_class on referenced_class.oid = joining_depend.refobjid\n join pg_namespace as referenced_namespace on referenced_namespace.oid = referenced_class.relnamespace\n and referenced_namespace.nspname != 'information_schema'\n and referenced_namespace.nspname not like 'pg\\_%'\n\n order by\n dependent_schema, dependent_name, referenced_schema, referenced_name;\n\n {%- endcall -%}\n\n {{ return(load_result('relations').table) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.5191348, "supported_languages": null}, "macro.dbt_postgres.postgres_get_relations": {"name": "postgres_get_relations", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/relations.sql", "original_file_path": "macros/relations.sql", "unique_id": "macro.dbt_postgres.postgres_get_relations", "macro_sql": "{% macro postgres_get_relations() %}\n {{ return(postgres__get_relations()) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__get_relations"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.5194066, "supported_languages": null}, "macro.dbt_postgres.postgres__snapshot_merge_sql": {"name": "postgres__snapshot_merge_sql", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/materializations/snapshot_merge.sql", "original_file_path": "macros/materializations/snapshot_merge.sql", "unique_id": "macro.dbt_postgres.postgres__snapshot_merge_sql", "macro_sql": "{% macro postgres__snapshot_merge_sql(target, source, insert_cols) -%}\n {%- set insert_cols_csv = insert_cols | join(', ') -%}\n\n {%- set columns = config.get(\"snapshot_table_column_names\") or get_snapshot_table_column_names() -%}\n\n update {{ target }}\n set {{ columns.dbt_valid_to }} = DBT_INTERNAL_SOURCE.{{ columns.dbt_valid_to }}\n from {{ source }} as DBT_INTERNAL_SOURCE\n where DBT_INTERNAL_SOURCE.{{ columns.dbt_scd_id }}::text = {{ target }}.{{ columns.dbt_scd_id }}::text\n and DBT_INTERNAL_SOURCE.dbt_change_type::text in ('update'::text, 'delete'::text)\n {% if config.get(\"dbt_valid_to_current\") %}\n and ({{ target }}.{{ columns.dbt_valid_to }} = {{ config.get('dbt_valid_to_current') }} or {{ target }}.{{ columns.dbt_valid_to }} is null);\n {% else %}\n and {{ target }}.{{ columns.dbt_valid_to }} is null;\n {% endif %}\n\n\n insert into {{ target }} ({{ insert_cols_csv }})\n select {% for column in insert_cols -%}\n DBT_INTERNAL_SOURCE.{{ column }} {%- if not loop.last %}, {%- endif %}\n {%- endfor %}\n from {{ source }} as DBT_INTERNAL_SOURCE\n where DBT_INTERNAL_SOURCE.dbt_change_type::text = 'insert'::text;\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_snapshot_table_column_names"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.5217922, "supported_languages": null}, "macro.dbt_postgres.postgres__get_incremental_default_sql": {"name": "postgres__get_incremental_default_sql", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/materializations/incremental_strategies.sql", "original_file_path": "macros/materializations/incremental_strategies.sql", "unique_id": "macro.dbt_postgres.postgres__get_incremental_default_sql", "macro_sql": "{% macro postgres__get_incremental_default_sql(arg_dict) %}\n\n {% if arg_dict[\"unique_key\"] %}\n {% do return(get_incremental_delete_insert_sql(arg_dict)) %}\n {% else %}\n {% do return(get_incremental_append_sql(arg_dict)) %}\n {% endif %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_incremental_delete_insert_sql", "macro.dbt.get_incremental_append_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.5226943, "supported_languages": null}, "macro.dbt_postgres.postgres__get_incremental_microbatch_sql": {"name": "postgres__get_incremental_microbatch_sql", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/materializations/incremental_strategies.sql", "original_file_path": "macros/materializations/incremental_strategies.sql", "unique_id": "macro.dbt_postgres.postgres__get_incremental_microbatch_sql", "macro_sql": "{% macro postgres__get_incremental_microbatch_sql(arg_dict) %}\n\n {% if arg_dict[\"unique_key\"] %}\n {% do return(adapter.dispatch('get_incremental_merge_sql', 'dbt')(arg_dict)) %}\n {% else %}\n {{ exceptions.raise_compiler_error(\"dbt-postgres 'microbatch' requires a `unique_key` config\") }}\n {% endif %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_incremental_merge_sql", "macro.dbt.default__get_incremental_merge_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.5233366, "supported_languages": null}, "macro.dbt_postgres.postgres__last_day": {"name": "postgres__last_day", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/utils/last_day.sql", "original_file_path": "macros/utils/last_day.sql", "unique_id": "macro.dbt_postgres.postgres__last_day", "macro_sql": "{% macro postgres__last_day(date, datepart) -%}\n\n {%- if datepart == 'quarter' -%}\n -- postgres dateadd does not support quarter interval.\n cast(\n {{dbt.dateadd('day', '-1',\n dbt.dateadd('month', '3', dbt.date_trunc(datepart, date))\n )}}\n as date)\n {%- else -%}\n {{dbt.default_last_day(date, datepart)}}\n {%- endif -%}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.dateadd", "macro.dbt.date_trunc", "macro.dbt.default_last_day"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.5242834, "supported_languages": null}, "macro.dbt_postgres.postgres__split_part": {"name": "postgres__split_part", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/utils/split_part.sql", "original_file_path": "macros/utils/split_part.sql", "unique_id": "macro.dbt_postgres.postgres__split_part", "macro_sql": "{% macro postgres__split_part(string_text, delimiter_text, part_number) %}\n\n {% if part_number >= 0 %}\n {{ dbt.default__split_part(string_text, delimiter_text, part_number) }}\n {% else %}\n {{ dbt._split_part_negative(string_text, delimiter_text, part_number) }}\n {% endif %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__split_part", "macro.dbt._split_part_negative"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.5250928, "supported_languages": null}, "macro.dbt_postgres.postgres__datediff": {"name": "postgres__datediff", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/utils/datediff.sql", "original_file_path": "macros/utils/datediff.sql", "unique_id": "macro.dbt_postgres.postgres__datediff", "macro_sql": "{% macro postgres__datediff(first_date, second_date, datepart) -%}\n\n {% if datepart == 'year' %}\n (date_part('year', ({{second_date}})::date) - date_part('year', ({{first_date}})::date))\n {% elif datepart == 'quarter' %}\n ({{ datediff(first_date, second_date, 'year') }} * 4 + date_part('quarter', ({{second_date}})::date) - date_part('quarter', ({{first_date}})::date))\n {% elif datepart == 'month' %}\n ({{ datediff(first_date, second_date, 'year') }} * 12 + date_part('month', ({{second_date}})::date) - date_part('month', ({{first_date}})::date))\n {% elif datepart == 'day' %}\n (({{second_date}})::date - ({{first_date}})::date)\n {% elif datepart == 'week' %}\n ({{ datediff(first_date, second_date, 'day') }} / 7 + case\n when date_part('dow', ({{first_date}})::timestamp) <= date_part('dow', ({{second_date}})::timestamp) then\n case when {{first_date}} <= {{second_date}} then 0 else -1 end\n else\n case when {{first_date}} <= {{second_date}} then 1 else 0 end\n end)\n {% elif datepart == 'hour' %}\n ({{ datediff(first_date, second_date, 'day') }} * 24 + date_part('hour', ({{second_date}})::timestamp) - date_part('hour', ({{first_date}})::timestamp))\n {% elif datepart == 'minute' %}\n ({{ datediff(first_date, second_date, 'hour') }} * 60 + date_part('minute', ({{second_date}})::timestamp) - date_part('minute', ({{first_date}})::timestamp))\n {% elif datepart == 'second' %}\n ({{ datediff(first_date, second_date, 'minute') }} * 60 + floor(date_part('second', ({{second_date}})::timestamp)) - floor(date_part('second', ({{first_date}})::timestamp)))\n {% elif datepart == 'millisecond' %}\n ({{ datediff(first_date, second_date, 'minute') }} * 60000 + floor(date_part('millisecond', ({{second_date}})::timestamp)) - floor(date_part('millisecond', ({{first_date}})::timestamp)))\n {% elif datepart == 'microsecond' %}\n ({{ datediff(first_date, second_date, 'minute') }} * 60000000 + floor(date_part('microsecond', ({{second_date}})::timestamp)) - floor(date_part('microsecond', ({{first_date}})::timestamp)))\n {% else %}\n {{ exceptions.raise_compiler_error(\"Unsupported datepart for macro datediff in postgres: {!r}\".format(datepart)) }}\n {% endif %}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.datediff"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.5290167, "supported_languages": null}, "macro.dbt_postgres.postgres__dateadd": {"name": "postgres__dateadd", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/utils/dateadd.sql", "original_file_path": "macros/utils/dateadd.sql", "unique_id": "macro.dbt_postgres.postgres__dateadd", "macro_sql": "{% macro postgres__dateadd(datepart, interval, from_date_or_timestamp) %}\n\n {{ from_date_or_timestamp }} + ((interval '1 {{ datepart }}') * ({{ interval }}))\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.5294802, "supported_languages": null}, "macro.dbt_postgres.postgres__listagg": {"name": "postgres__listagg", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/utils/listagg.sql", "original_file_path": "macros/utils/listagg.sql", "unique_id": "macro.dbt_postgres.postgres__listagg", "macro_sql": "{% macro postgres__listagg(measure, delimiter_text, order_by_clause, limit_num) -%}\n\n {% if limit_num -%}\n array_to_string(\n (array_agg(\n {{ measure }}\n {% if order_by_clause -%}\n {{ order_by_clause }}\n {%- endif %}\n ))[1:{{ limit_num }}],\n {{ delimiter_text }}\n )\n {%- else %}\n string_agg(\n {{ measure }},\n {{ delimiter_text }}\n {% if order_by_clause -%}\n {{ order_by_clause }}\n {%- endif %}\n )\n {%- endif %}\n\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.5305088, "supported_languages": null}, "macro.dbt_postgres.postgres__any_value": {"name": "postgres__any_value", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/utils/any_value.sql", "original_file_path": "macros/utils/any_value.sql", "unique_id": "macro.dbt_postgres.postgres__any_value", "macro_sql": "{% macro postgres__any_value(expression) -%}\n\n min({{ expression }})\n\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.5308118, "supported_languages": null}, "macro.dbt_postgres.postgres__get_create_materialized_view_as_sql": {"name": "postgres__get_create_materialized_view_as_sql", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/relations/materialized_view/create.sql", "original_file_path": "macros/relations/materialized_view/create.sql", "unique_id": "macro.dbt_postgres.postgres__get_create_materialized_view_as_sql", "macro_sql": "{% macro postgres__get_create_materialized_view_as_sql(relation, sql) %}\n create materialized view if not exists {{ relation }} as {{ sql }};\n\n {% for _index_dict in config.get('indexes', []) -%}\n {{- get_create_index_sql(relation, _index_dict) -}}{{ ';' if not loop.last else \"\" }}\n {%- endfor -%}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_create_index_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.531661, "supported_languages": null}, "macro.dbt_postgres.postgres__get_rename_materialized_view_sql": {"name": "postgres__get_rename_materialized_view_sql", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/relations/materialized_view/rename.sql", "original_file_path": "macros/relations/materialized_view/rename.sql", "unique_id": "macro.dbt_postgres.postgres__get_rename_materialized_view_sql", "macro_sql": "{% macro postgres__get_rename_materialized_view_sql(relation, new_name) %}\n alter materialized view {{ relation }} rename to {{ new_name }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.5320213, "supported_languages": null}, "macro.dbt_postgres.postgres__describe_materialized_view": {"name": "postgres__describe_materialized_view", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/relations/materialized_view/describe.sql", "original_file_path": "macros/relations/materialized_view/describe.sql", "unique_id": "macro.dbt_postgres.postgres__describe_materialized_view", "macro_sql": "{% macro postgres__describe_materialized_view(relation) %}\n -- for now just get the indexes, we don't need the name or the query yet\n {% set _indexes = run_query(get_show_indexes_sql(relation)) %}\n {% do return({'indexes': _indexes}) %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.run_query", "macro.dbt.get_show_indexes_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.5326142, "supported_languages": null}, "macro.dbt_postgres.postgres__get_alter_materialized_view_as_sql": {"name": "postgres__get_alter_materialized_view_as_sql", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/relations/materialized_view/alter.sql", "original_file_path": "macros/relations/materialized_view/alter.sql", "unique_id": "macro.dbt_postgres.postgres__get_alter_materialized_view_as_sql", "macro_sql": "{% macro postgres__get_alter_materialized_view_as_sql(\n relation,\n configuration_changes,\n sql,\n existing_relation,\n backup_relation,\n intermediate_relation\n) %}\n\n -- apply a full refresh immediately if needed\n {% if configuration_changes.requires_full_refresh %}\n\n {{ get_replace_sql(existing_relation, relation, sql) }}\n\n -- otherwise apply individual changes as needed\n {% else %}\n\n {{ postgres__update_indexes_on_materialized_view(relation, configuration_changes.indexes) }}\n\n {%- endif -%}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_replace_sql", "macro.dbt_postgres.postgres__update_indexes_on_materialized_view"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.5336761, "supported_languages": null}, "macro.dbt_postgres.postgres__update_indexes_on_materialized_view": {"name": "postgres__update_indexes_on_materialized_view", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/relations/materialized_view/alter.sql", "original_file_path": "macros/relations/materialized_view/alter.sql", "unique_id": "macro.dbt_postgres.postgres__update_indexes_on_materialized_view", "macro_sql": "\n\n\n{%- macro postgres__update_indexes_on_materialized_view(relation, index_changes) -%}\n {{- log(\"Applying UPDATE INDEXES to: \" ~ relation) -}}\n\n {%- for _index_change in index_changes -%}\n {%- set _index = _index_change.context -%}\n\n {%- if _index_change.action == \"drop\" -%}\n\n {{ postgres__get_drop_index_sql(relation, _index.name) }}\n\n {%- elif _index_change.action == \"create\" -%}\n\n {{ postgres__get_create_index_sql(relation, _index.as_node_config) }}\n\n {%- endif -%}\n\t{{ ';' if not loop.last else \"\" }}\n\n {%- endfor -%}\n\n{%- endmacro -%}\n\n\n", "depends_on": {"macros": ["macro.dbt_postgres.postgres__get_drop_index_sql", "macro.dbt_postgres.postgres__get_create_index_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.5347388, "supported_languages": null}, "macro.dbt_postgres.postgres__get_materialized_view_configuration_changes": {"name": "postgres__get_materialized_view_configuration_changes", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/relations/materialized_view/alter.sql", "original_file_path": "macros/relations/materialized_view/alter.sql", "unique_id": "macro.dbt_postgres.postgres__get_materialized_view_configuration_changes", "macro_sql": "{% macro postgres__get_materialized_view_configuration_changes(existing_relation, new_config) %}\n {% set _existing_materialized_view = postgres__describe_materialized_view(existing_relation) %}\n {% set _configuration_changes = existing_relation.get_materialized_view_config_change_collection(_existing_materialized_view, new_config.model) %}\n {% do return(_configuration_changes) %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__describe_materialized_view"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.5353272, "supported_languages": null}, "macro.dbt_postgres.postgres__drop_materialized_view": {"name": "postgres__drop_materialized_view", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/relations/materialized_view/drop.sql", "original_file_path": "macros/relations/materialized_view/drop.sql", "unique_id": "macro.dbt_postgres.postgres__drop_materialized_view", "macro_sql": "{% macro postgres__drop_materialized_view(relation) -%}\n drop materialized view if exists {{ relation }} cascade\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.535633, "supported_languages": null}, "macro.dbt_postgres.postgres__refresh_materialized_view": {"name": "postgres__refresh_materialized_view", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/relations/materialized_view/refresh.sql", "original_file_path": "macros/relations/materialized_view/refresh.sql", "unique_id": "macro.dbt_postgres.postgres__refresh_materialized_view", "macro_sql": "{% macro postgres__refresh_materialized_view(relation) %}\n refresh materialized view {{ relation }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.5359108, "supported_languages": null}, "macro.dbt_postgres.postgres__get_replace_view_sql": {"name": "postgres__get_replace_view_sql", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/relations/view/replace.sql", "original_file_path": "macros/relations/view/replace.sql", "unique_id": "macro.dbt_postgres.postgres__get_replace_view_sql", "macro_sql": "{% macro postgres__get_replace_view_sql(relation, sql) -%}\n\n {%- set sql_header = config.get('sql_header', none) -%}\n {{ sql_header if sql_header is not none }}\n\n create or replace view {{ relation }}\n {% set contract_config = config.get('contract') %}\n {% if contract_config.enforced %}\n {{ get_assert_columns_equivalent(sql) }}\n {%- endif %}\n as (\n {{ sql }}\n );\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.get_assert_columns_equivalent"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.5370495, "supported_languages": null}, "macro.dbt_postgres.postgres__get_rename_view_sql": {"name": "postgres__get_rename_view_sql", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/relations/view/rename.sql", "original_file_path": "macros/relations/view/rename.sql", "unique_id": "macro.dbt_postgres.postgres__get_rename_view_sql", "macro_sql": "{% macro postgres__get_rename_view_sql(relation, new_name) %}\n alter view {{ relation }} rename to {{ new_name }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.5374186, "supported_languages": null}, "macro.dbt_postgres.postgres__drop_view": {"name": "postgres__drop_view", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/relations/view/drop.sql", "original_file_path": "macros/relations/view/drop.sql", "unique_id": "macro.dbt_postgres.postgres__drop_view", "macro_sql": "{% macro postgres__drop_view(relation) -%}\n drop view if exists {{ relation }} cascade\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.5377004, "supported_languages": null}, "macro.dbt_postgres.postgres__get_replace_table_sql": {"name": "postgres__get_replace_table_sql", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/relations/table/replace.sql", "original_file_path": "macros/relations/table/replace.sql", "unique_id": "macro.dbt_postgres.postgres__get_replace_table_sql", "macro_sql": "{% macro postgres__get_replace_table_sql(relation, sql) -%}\n\n {%- set sql_header = config.get('sql_header', none) -%}\n {{ sql_header if sql_header is not none }}\n\n create or replace table {{ relation }}\n {% set contract_config = config.get('contract') %}\n {% if contract_config.enforced %}\n {{ get_assert_columns_equivalent(sql) }}\n {{ get_table_columns_and_constraints() }}\n {%- set sql = get_select_subquery(sql) %}\n {% endif %}\n as (\n {{ sql }}\n );\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.get_assert_columns_equivalent", "macro.dbt.get_table_columns_and_constraints", "macro.dbt.get_select_subquery"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.5389247, "supported_languages": null}, "macro.dbt_postgres.postgres__get_rename_table_sql": {"name": "postgres__get_rename_table_sql", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/relations/table/rename.sql", "original_file_path": "macros/relations/table/rename.sql", "unique_id": "macro.dbt_postgres.postgres__get_rename_table_sql", "macro_sql": "{% macro postgres__get_rename_table_sql(relation, new_name) %}\n alter table {{ relation }} rename to {{ new_name }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.5392804, "supported_languages": null}, "macro.dbt_postgres.postgres__drop_table": {"name": "postgres__drop_table", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/relations/table/drop.sql", "original_file_path": "macros/relations/table/drop.sql", "unique_id": "macro.dbt_postgres.postgres__drop_table", "macro_sql": "{% macro postgres__drop_table(relation) -%}\n drop table if exists {{ relation }} cascade\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.539575, "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.default__resolve_model_name"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.5409186, "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": 1765992568.5412214, "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 _ref_args = [_ref.get('package'), _ref['name']] if _ref.get('package') else [_ref['name'],] %}\n {%- set resolved = ref(*_ref_args, v=_ref.get('version')) -%}\n\n {#\n We want to get the string of the returned relation by calling .render() in order to skip sample/empty\n mode rendering logic. However, people override the default ref macro, and often return a string instead\n of a relation (like the ref macro does by default). Thus, to make sure we dont blow things up, we have\n to ensure the resolved relation has a .render() method.\n #}\n {%- if resolved.render is defined and resolved.render is callable -%}\n {%- set resolved = resolved.render() -%}\n {%- endif -%}\n\n {%- if _ref.get('version') -%}\n {% do _ref_args.extend([\"v\" ~ _ref['version']]) %}\n {%- endif -%}\n {%- do ref_dict.update({_ref_args | join('.'): resolve_model_name(resolved)}) -%}\n {%- endfor -%}\n\ndef ref(*args, **kwargs):\n refs = {{ ref_dict | tojson }}\n key = '.'.join(args)\n version = kwargs.get(\"v\") or kwargs.get(\"version\")\n if version:\n key += f\".v{version}\"\n dbt_load_df_function = kwargs.get(\"dbt_load_df_function\")\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": 1765992568.5430775, "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": 1765992568.5438871, "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": 1765992568.545029, "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, **kwargs: ref(*args, **kwargs, 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": 1765992568.5459352, "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": 1765992568.5460894, "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": 1765992568.5477855, "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": 1765992568.548172, "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": 1765992568.5484796, "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": 1765992568.5487657, "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": 1765992568.5490477, "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": 1765992568.549624, "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": 1765992568.550331, "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": 1765992568.5509322, "supported_languages": null}, "macro.dbt.materialization_table_default": {"name": "materialization_table_default", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/table.sql", "original_file_path": "macros/materializations/models/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 {% do create_indexes(intermediate_relation) %}\n\n -- cleanup\n {% if existing_relation is not none %}\n /* Do the equivalent of rename_if_exists. 'existing_relation' could have been dropped\n since the variable was first set. */\n {% set existing_relation = load_cached_relation(existing_relation) %}\n {% if existing_relation is not none %}\n {{ adapter.rename_relation(existing_relation, backup_relation) }}\n {% endif %}\n {% endif %}\n\n {{ adapter.rename_relation(intermediate_relation, 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": 1765992568.5550113, "supported_languages": ["sql"]}, "macro.dbt.materialization_view_default": {"name": "materialization_view_default", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/view.sql", "original_file_path": "macros/materializations/models/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 /* Do the equivalent of rename_if_exists. 'existing_relation' could have been dropped\n since the variable was first set. */\n {% set existing_relation = load_cached_relation(existing_relation) %}\n {% if existing_relation is not none %}\n {{ adapter.rename_relation(existing_relation, backup_relation) }}\n {% endif %}\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": 1765992568.5590978, "supported_languages": ["sql"]}, "macro.dbt.materialization_materialized_view_default": {"name": "materialization_materialized_view_default", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/materialized_view.sql", "original_file_path": "macros/materializations/models/materialized_view.sql", "unique_id": "macro.dbt.materialization_materialized_view_default", "macro_sql": "{% materialization materialized_view, default %}\n {% set existing_relation = load_cached_relation(this) %}\n {% set target_relation = this.incorporate(type=this.MaterializedView) %}\n {% set intermediate_relation = make_intermediate_relation(target_relation) %}\n {% set backup_relation_type = target_relation.MaterializedView if existing_relation is none else existing_relation.type %}\n {% set backup_relation = make_backup_relation(target_relation, backup_relation_type) %}\n\n {{ materialized_view_setup(backup_relation, intermediate_relation, pre_hooks) }}\n\n {% set build_sql = materialized_view_get_build_sql(existing_relation, target_relation, backup_relation, intermediate_relation) %}\n\n {% if build_sql == '' %}\n {{ materialized_view_execute_no_op(target_relation) }}\n {% else %}\n {{ materialized_view_execute_build_sql(build_sql, existing_relation, target_relation, post_hooks) }}\n {% endif %}\n\n {{ materialized_view_teardown(backup_relation, intermediate_relation, post_hooks) }}\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.materialized_view_setup", "macro.dbt.materialized_view_get_build_sql", "macro.dbt.materialized_view_execute_no_op", "macro.dbt.materialized_view_execute_build_sql", "macro.dbt.materialized_view_teardown"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.5621119, "supported_languages": ["sql"]}, "macro.dbt.materialized_view_setup": {"name": "materialized_view_setup", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/materialized_view.sql", "original_file_path": "macros/materializations/models/materialized_view.sql", "unique_id": "macro.dbt.materialized_view_setup", "macro_sql": "{% macro materialized_view_setup(backup_relation, intermediate_relation, pre_hooks) %}\n\n -- backup_relation and intermediate_relation should not already exist in the database\n -- it's possible these exist because of a previous run that exited unexpectedly\n {% set preexisting_backup_relation = load_cached_relation(backup_relation) %}\n {% set preexisting_intermediate_relation = load_cached_relation(intermediate_relation) %}\n\n -- drop the temp relations if they exist already in the database\n {{ drop_relation_if_exists(preexisting_backup_relation) }}\n {{ drop_relation_if_exists(preexisting_intermediate_relation) }}\n\n {{ run_hooks(pre_hooks, inside_transaction=False) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.load_cached_relation", "macro.dbt.drop_relation_if_exists", "macro.dbt.run_hooks"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.5628839, "supported_languages": null}, "macro.dbt.materialized_view_teardown": {"name": "materialized_view_teardown", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/materialized_view.sql", "original_file_path": "macros/materializations/models/materialized_view.sql", "unique_id": "macro.dbt.materialized_view_teardown", "macro_sql": "{% macro materialized_view_teardown(backup_relation, intermediate_relation, post_hooks) %}\n\n -- drop the temp relations if they exist to leave the database clean for the next run\n {{ drop_relation_if_exists(backup_relation) }}\n {{ drop_relation_if_exists(intermediate_relation) }}\n\n {{ run_hooks(post_hooks, inside_transaction=False) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.drop_relation_if_exists", "macro.dbt.run_hooks"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.5633678, "supported_languages": null}, "macro.dbt.materialized_view_get_build_sql": {"name": "materialized_view_get_build_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/materialized_view.sql", "original_file_path": "macros/materializations/models/materialized_view.sql", "unique_id": "macro.dbt.materialized_view_get_build_sql", "macro_sql": "{% macro materialized_view_get_build_sql(existing_relation, target_relation, backup_relation, intermediate_relation) %}\n\n {% set full_refresh_mode = should_full_refresh() %}\n\n -- determine the scenario we're in: create, full_refresh, alter, refresh data\n {% if existing_relation is none %}\n {% set build_sql = get_create_materialized_view_as_sql(target_relation, sql) %}\n {% elif full_refresh_mode or not existing_relation.is_materialized_view %}\n {% set build_sql = get_replace_sql(existing_relation, target_relation, sql) %}\n {% else %}\n\n -- get config options\n {% set on_configuration_change = config.get('on_configuration_change') %}\n {% set configuration_changes = get_materialized_view_configuration_changes(existing_relation, config) %}\n\n {% if configuration_changes is none %}\n {% set build_sql = refresh_materialized_view(target_relation) %}\n\n {% elif on_configuration_change == 'apply' %}\n {% set build_sql = get_alter_materialized_view_as_sql(target_relation, configuration_changes, sql, existing_relation, backup_relation, intermediate_relation) %}\n {% elif on_configuration_change == 'continue' %}\n {% set build_sql = '' %}\n {{ exceptions.warn(\"Configuration changes were identified and `on_configuration_change` was set to `continue` for `\" ~ target_relation.render() ~ \"`\") }}\n {% elif on_configuration_change == 'fail' %}\n {{ exceptions.raise_fail_fast_error(\"Configuration changes were identified and `on_configuration_change` was set to `fail` for `\" ~ target_relation.render() ~ \"`\") }}\n\n {% else %}\n -- this only happens if the user provides a value other than `apply`, 'skip', 'fail'\n {{ exceptions.raise_compiler_error(\"Unexpected configuration scenario\") }}\n\n {% endif %}\n\n {% endif %}\n\n {% do return(build_sql) %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.should_full_refresh", "macro.dbt.get_create_materialized_view_as_sql", "macro.dbt.get_replace_sql", "macro.dbt.get_materialized_view_configuration_changes", "macro.dbt.refresh_materialized_view", "macro.dbt.get_alter_materialized_view_as_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.5659204, "supported_languages": null}, "macro.dbt.materialized_view_execute_no_op": {"name": "materialized_view_execute_no_op", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/materialized_view.sql", "original_file_path": "macros/materializations/models/materialized_view.sql", "unique_id": "macro.dbt.materialized_view_execute_no_op", "macro_sql": "{% macro materialized_view_execute_no_op(target_relation) %}\n {% do store_raw_result(\n name=\"main\",\n message=\"skip \" ~ target_relation,\n code=\"skip\",\n rows_affected=\"-1\"\n ) %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.5663805, "supported_languages": null}, "macro.dbt.materialized_view_execute_build_sql": {"name": "materialized_view_execute_build_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/materialized_view.sql", "original_file_path": "macros/materializations/models/materialized_view.sql", "unique_id": "macro.dbt.materialized_view_execute_build_sql", "macro_sql": "{% macro materialized_view_execute_build_sql(build_sql, existing_relation, target_relation, post_hooks) %}\n\n -- `BEGIN` happens here:\n {{ run_hooks(pre_hooks, inside_transaction=True) }}\n\n {% set grant_config = config.get('grants') %}\n\n {% call statement(name=\"main\") %}\n {{ build_sql }}\n {% endcall %}\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{% endmacro %}", "depends_on": {"macros": ["macro.dbt.run_hooks", "macro.dbt.statement", "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": 1765992568.5676997, "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": 1765992568.5688405, "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": 1765992568.5708933, "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 source_unique_key = (\"DBT_INTERNAL_SOURCE.\" ~ unique_key) | trim %}\n\t {% set target_unique_key = (\"DBT_INTERNAL_DEST.\" ~ unique_key) | trim %}\n\t {% set unique_key_match = equals(source_unique_key, target_unique_key) | trim %}\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", "macro.dbt.equals"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.574481, "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": 1765992568.5749967, "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 string %}\n {% set unique_key = [unique_key] %}\n {% endif %}\n\n {%- set unique_key_str = unique_key|join(', ') -%}\n\n delete from {{ target }} as DBT_INTERNAL_DEST\n where ({{ unique_key_str }}) in (\n select distinct {{ unique_key_str }}\n from {{ source }} as DBT_INTERNAL_SOURCE\n )\n {%- if incremental_predicates %}\n {% for predicate in incremental_predicates %}\n and {{ predicate }}\n {% endfor %}\n {%- endif -%};\n\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": 1765992568.576446, "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": 1765992568.5769598, "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": 1765992568.578229, "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": 1765992568.5797942, "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": 1765992568.5808585, "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": 1765992568.5821295, "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": 1765992568.582603, "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": 1765992568.5840466, "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": 1765992568.5852888, "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": 1765992568.5857725, "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": 1765992568.5861444, "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": 1765992568.5867307, "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": 1765992568.5870922, "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": 1765992568.5876935, "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": 1765992568.5880613, "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": 1765992568.5885923, "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_postgres.postgres__get_incremental_default_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.5889525, "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": 1765992568.5892494, "supported_languages": null}, "macro.dbt.get_incremental_microbatch_sql": {"name": "get_incremental_microbatch_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_microbatch_sql", "macro_sql": "{% macro get_incremental_microbatch_sql(arg_dict) %}\n\n {{ return(adapter.dispatch('get_incremental_microbatch_sql', 'dbt')(arg_dict)) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__get_incremental_microbatch_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.5896225, "supported_languages": null}, "macro.dbt.default__get_incremental_microbatch_sql": {"name": "default__get_incremental_microbatch_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_microbatch_sql", "macro_sql": "{% macro default__get_incremental_microbatch_sql(arg_dict) %}\n\n {{ exceptions.raise_not_implemented('microbatch materialization strategy 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": 1765992568.590063, "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": 1765992568.5906231, "supported_languages": null}, "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": 1765992568.5928571, "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": 1765992568.5952592, "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": 1765992568.5976958, "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": 1765992568.5993366, "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 {% set incremental_strategy = config.get('incremental_strategy') or 'default' %}\n {% set strategy_sql_macro_func = adapter.get_incremental_strategy_macro(context, incremental_strategy) %}\n\n {% if existing_relation is none %}\n {% set build_sql = get_create_table_as_sql(False, target_relation, sql) %}\n {% set relation_for_indexes = target_relation %}\n {% elif full_refresh_mode %}\n {% set build_sql = get_create_table_as_sql(False, intermediate_relation, sql) %}\n {% set relation_for_indexes = intermediate_relation %}\n {% set need_swap = true %}\n {% else %}\n {% do run_query(get_create_table_as_sql(True, temp_relation, sql)) %}\n {% set relation_for_indexes = temp_relation %}\n {% set contract_config = config.get('contract') %}\n {% if not contract_config or not contract_config.enforced %}\n {% do adapter.expand_target_column_types(\n from_relation=temp_relation,\n to_relation=target_relation) %}\n {% endif %}\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_predicates = config.get('predicates', none) or config.get('incremental_predicates', none) %}\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 existing_relation is none or existing_relation.is_view or should_full_refresh() %}\n {% do create_indexes(relation_for_indexes) %}\n {% endif %}\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 {{ 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.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": 1765992568.6076312, "supported_languages": ["sql"]}, "macro.dbt.create_or_replace_clone": {"name": "create_or_replace_clone", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/clone/create_or_replace_clone.sql", "original_file_path": "macros/materializations/models/clone/create_or_replace_clone.sql", "unique_id": "macro.dbt.create_or_replace_clone", "macro_sql": "{% macro create_or_replace_clone(this_relation, defer_relation) %}\n {{ return(adapter.dispatch('create_or_replace_clone', 'dbt')(this_relation, defer_relation)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__create_or_replace_clone"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.608241, "supported_languages": null}, "macro.dbt.default__create_or_replace_clone": {"name": "default__create_or_replace_clone", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/clone/create_or_replace_clone.sql", "original_file_path": "macros/materializations/models/clone/create_or_replace_clone.sql", "unique_id": "macro.dbt.default__create_or_replace_clone", "macro_sql": "{% macro default__create_or_replace_clone(this_relation, defer_relation) %}\n create or replace table {{ this_relation.render() }} clone {{ defer_relation.render() }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.6086097, "supported_languages": null}, "macro.dbt.materialization_clone_default": {"name": "materialization_clone_default", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/clone/clone.sql", "original_file_path": "macros/materializations/models/clone/clone.sql", "unique_id": "macro.dbt.materialization_clone_default", "macro_sql": "{%- materialization clone, default -%}\n\n {%- set relations = {'relations': []} -%}\n\n {%- if not defer_relation -%}\n -- nothing to do\n {{ log(\"No relation found in state manifest for \" ~ model.unique_id, info=True) }}\n {{ return(relations) }}\n {%- endif -%}\n\n {%- set existing_relation = load_cached_relation(this) -%}\n\n {%- if existing_relation and not flags.FULL_REFRESH -%}\n -- noop!\n {{ log(\"Relation \" ~ existing_relation ~ \" already exists\", info=True) }}\n {{ return(relations) }}\n {%- endif -%}\n\n {%- set other_existing_relation = load_cached_relation(defer_relation) -%}\n\n -- If this is a database that can do zero-copy cloning of tables, and the other relation is a table, then this will be a table\n -- Otherwise, this will be a view\n\n {% set can_clone_table = can_clone_table() %}\n\n {%- if other_existing_relation and other_existing_relation.type == 'table' and can_clone_table -%}\n\n {%- set target_relation = this.incorporate(type='table') -%}\n {% if existing_relation is not none and not existing_relation.is_table %}\n {{ log(\"Dropping relation \" ~ existing_relation.render() ~ \" because it is of type \" ~ existing_relation.type) }}\n {{ drop_relation_if_exists(existing_relation) }}\n {% endif %}\n\n -- as a general rule, data platforms that can clone tables can also do atomic 'create or replace'\n {% if target_relation.database == defer_relation.database and\n target_relation.schema == defer_relation.schema and\n target_relation.identifier == defer_relation.identifier %}\n {{ log(\"Target relation and defer relation are the same, skipping clone for relation: \" ~ target_relation.render()) }}\n {% else %}\n {% call statement('main') %}\n {{ create_or_replace_clone(target_relation, defer_relation) }}\n {% endcall %}\n {% endif %}\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 {% do persist_docs(target_relation, model) %}\n\n {{ return({'relations': [target_relation]}) }}\n\n {%- else -%}\n\n {%- set target_relation = this.incorporate(type='view') -%}\n\n -- reuse the view materialization\n -- TODO: support actual dispatch for materialization macros\n -- Tracking ticket: https://github.com/dbt-labs/dbt-core/issues/7799\n {% set search_name = \"materialization_view_\" ~ adapter.type() %}\n {% if not search_name in context %}\n {% set search_name = \"materialization_view_default\" %}\n {% endif %}\n {% set materialization_macro = context[search_name] %}\n {% set relations = materialization_macro() %}\n {{ return(relations) }}\n\n {%- endif -%}\n\n{%- endmaterialization -%}", "depends_on": {"macros": ["macro.dbt.load_cached_relation", "macro.dbt.can_clone_table", "macro.dbt.drop_relation_if_exists", "macro.dbt.statement", "macro.dbt.create_or_replace_clone", "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": 1765992568.6134305, "supported_languages": ["sql"]}, "macro.dbt.can_clone_table": {"name": "can_clone_table", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/clone/can_clone_table.sql", "original_file_path": "macros/materializations/models/clone/can_clone_table.sql", "unique_id": "macro.dbt.can_clone_table", "macro_sql": "{% macro can_clone_table() %}\n {{ return(adapter.dispatch('can_clone_table', 'dbt')()) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__can_clone_table"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.6139235, "supported_languages": null}, "macro.dbt.default__can_clone_table": {"name": "default__can_clone_table", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/clone/can_clone_table.sql", "original_file_path": "macros/materializations/models/clone/can_clone_table.sql", "unique_id": "macro.dbt.default__can_clone_table", "macro_sql": "{% macro default__can_clone_table() %}\n {{ return(False) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.6141598, "supported_languages": null}, "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.default__create_csv_table"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.6159136, "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": 1765992568.617659, "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.default__reset_csv_table"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.6181176, "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.render() %}\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": 1765992568.6190932, "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": 1765992568.6194816, "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": 1765992568.6197553, "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": 1765992568.6200352, "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": 1765992568.6202693, "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": 1765992568.620619, "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": 1765992568.6208572, "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": 1765992568.62179, "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.default__load_csv_rows"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.6222477, "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": 1765992568.624669, "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 comparison 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.render())) }}\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": 1765992568.6296377, "supported_languages": ["sql"]}, "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\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 {# The model['config'] parameter below is no longer used, but passing anyway for compatibility #}\n {# It was a dictionary of config, instead of the config object from the context #}\n {% set strategy = strategy_macro(model, \"snapshotted_data\", \"source_data\", model['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 build_or_select_sql = build_sql %}\n {% set final_sql = create_table_as(False, target_relation, build_sql) %}\n\n {% else %}\n\n {% set columns = config.get(\"snapshot_table_column_names\") or get_snapshot_table_column_names() %}\n\n {{ adapter.assert_valid_snapshot_target_given_strategy(target_relation, columns, strategy) }}\n\n {% set build_or_select_sql = snapshot_staging_table(strategy, sql, target_relation) %}\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 remove_columns = ['dbt_change_type', 'DBT_CHANGE_TYPE', 'dbt_unique_key', 'DBT_UNIQUE_KEY'] %}\n {% if unique_key | is_list %}\n {% for key in strategy.unique_key %}\n {{ remove_columns.append('dbt_unique_key_' + loop.index|string) }}\n {{ remove_columns.append('DBT_UNIQUE_KEY_' + loop.index|string) }}\n {% endfor %}\n {% endif %}\n\n {% set missing_columns = adapter.get_missing_columns(staging_table, target_relation)\n | rejectattr('name', 'in', remove_columns)\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', 'in', remove_columns)\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\n {{ check_time_data_types(build_or_select_sql) }}\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.get_snapshot_table_column_names", "macro.dbt.snapshot_staging_table", "macro.dbt.build_snapshot_staging_table", "macro.dbt.create_columns", "macro.dbt.snapshot_merge_sql", "macro.dbt.check_time_data_types", "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": 1765992568.637471, "supported_languages": ["sql"]}, "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.default__create_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.6414351, "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.render() }} add column {{ adapter.quote(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": 1765992568.6420815, "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.default__post_snapshot"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.6424255, "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": 1765992568.6426144, "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": 1765992568.6429043, "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": 1765992568.643137, "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": 1765992568.643553, "supported_languages": null}, "macro.dbt.get_snapshot_table_column_names": {"name": "get_snapshot_table_column_names", "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_snapshot_table_column_names", "macro_sql": "{% macro get_snapshot_table_column_names() %}\n {{ return({'dbt_valid_to': 'dbt_valid_to', 'dbt_valid_from': 'dbt_valid_from', 'dbt_scd_id': 'dbt_scd_id', 'dbt_updated_at': 'dbt_updated_at', 'dbt_is_deleted': 'dbt_is_deleted'}) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.6440399, "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 {% set columns = config.get('snapshot_table_column_names') or get_snapshot_table_column_names() %}\n {% if strategy.hard_deletes == 'new_record' %}\n {% set new_scd_id = snapshot_hash_arguments([columns.dbt_scd_id, snapshot_get_time()]) %}\n {% endif %}\n with snapshot_query as (\n\n {{ source_sql }}\n\n ),\n\n snapshotted_data as (\n\n select *, {{ unique_key_fields(strategy.unique_key) }}\n from {{ target_relation }}\n where\n {% if config.get('dbt_valid_to_current') %}\n\t\t{% set source_unique_key = columns.dbt_valid_to | trim %}\n\t\t{% set target_unique_key = config.get('dbt_valid_to_current') | trim %}\n\n\t\t{# The exact equals semantics between NULL values depends on the current behavior flag set. Also, update records if the source field is null #}\n ( {{ equals(source_unique_key, target_unique_key) }} or {{ source_unique_key }} is null )\n {% else %}\n {{ columns.dbt_valid_to }} is null\n {% endif %}\n\n ),\n\n insertions_source_data as (\n\n select *, {{ unique_key_fields(strategy.unique_key) }},\n {{ strategy.updated_at }} as {{ columns.dbt_updated_at }},\n {{ strategy.updated_at }} as {{ columns.dbt_valid_from }},\n {{ get_dbt_valid_to_current(strategy, columns) }},\n {{ strategy.scd_id }} as {{ columns.dbt_scd_id }}\n\n from snapshot_query\n ),\n\n updates_source_data as (\n\n select *, {{ unique_key_fields(strategy.unique_key) }},\n {{ strategy.updated_at }} as {{ columns.dbt_updated_at }},\n {{ strategy.updated_at }} as {{ columns.dbt_valid_from }},\n {{ strategy.updated_at }} as {{ columns.dbt_valid_to }}\n\n from snapshot_query\n ),\n\n {%- if strategy.hard_deletes == 'invalidate' or strategy.hard_deletes == 'new_record' %}\n\n deletes_source_data as (\n\n select *, {{ unique_key_fields(strategy.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 {%- if strategy.hard_deletes == 'new_record' -%}\n ,'False' as {{ columns.dbt_is_deleted }}\n {%- endif %}\n\n from insertions_source_data as source_data\n left outer join snapshotted_data\n on {{ unique_key_join_on(strategy.unique_key, \"snapshotted_data\", \"source_data\") }}\n where {{ unique_key_is_null(strategy.unique_key, \"snapshotted_data\") }}\n or ({{ unique_key_is_not_null(strategy.unique_key, \"snapshotted_data\") }} and (\n {{ strategy.row_changed }} {%- if strategy.hard_deletes == 'new_record' -%} or snapshotted_data.{{ columns.dbt_is_deleted }} = 'True' {% endif %}\n )\n\n )\n\n ),\n\n updates as (\n\n select\n 'update' as dbt_change_type,\n source_data.*,\n snapshotted_data.{{ columns.dbt_scd_id }}\n {%- if strategy.hard_deletes == 'new_record' -%}\n , snapshotted_data.{{ columns.dbt_is_deleted }}\n {%- endif %}\n\n from updates_source_data as source_data\n join snapshotted_data\n on {{ unique_key_join_on(strategy.unique_key, \"snapshotted_data\", \"source_data\") }}\n where (\n {{ strategy.row_changed }} {%- if strategy.hard_deletes == 'new_record' -%} or snapshotted_data.{{ columns.dbt_is_deleted }} = 'True' {% endif %}\n )\n )\n\n {%- if strategy.hard_deletes == 'invalidate' or strategy.hard_deletes == 'new_record' %}\n ,\n deletes as (\n\n select\n 'delete' as dbt_change_type,\n source_data.*,\n {{ snapshot_get_time() }} as {{ columns.dbt_valid_from }},\n {{ snapshot_get_time() }} as {{ columns.dbt_updated_at }},\n {{ snapshot_get_time() }} as {{ columns.dbt_valid_to }},\n snapshotted_data.{{ columns.dbt_scd_id }}\n {%- if strategy.hard_deletes == 'new_record' -%}\n , snapshotted_data.{{ columns.dbt_is_deleted }}\n {%- endif %}\n from snapshotted_data\n left join deletes_source_data as source_data\n on {{ unique_key_join_on(strategy.unique_key, \"snapshotted_data\", \"source_data\") }}\n where {{ unique_key_is_null(strategy.unique_key, \"source_data\") }}\n\n {%- if strategy.hard_deletes == 'new_record' %}\n and not (\n --avoid updating the record's valid_to if the latest entry is marked as deleted\n snapshotted_data.{{ columns.dbt_is_deleted }} = 'True'\n and\n {% if config.get('dbt_valid_to_current') -%}\n snapshotted_data.{{ columns.dbt_valid_to }} = {{ config.get('dbt_valid_to_current') }}\n {%- else -%}\n snapshotted_data.{{ columns.dbt_valid_to }} is null\n {%- endif %}\n )\n {%- endif %}\n )\n {%- endif %}\n\n {%- if strategy.hard_deletes == 'new_record' %}\n {% set snapshotted_cols = get_list_of_column_names(get_columns_in_relation(target_relation)) %}\n {% set source_sql_cols = get_column_schema_from_query(source_sql) %}\n ,\n deletion_records as (\n\n select\n 'insert' as dbt_change_type,\n {#/*\n If a column has been added to the source it won't yet exist in the\n snapshotted table so we insert a null value as a placeholder for the column.\n */#}\n {%- for col in source_sql_cols -%}\n {%- if col.name in snapshotted_cols -%}\n snapshotted_data.{{ adapter.quote(col.column) }},\n {%- else -%}\n NULL as {{ adapter.quote(col.column) }},\n {%- endif -%}\n {% endfor -%}\n {%- if strategy.unique_key | is_list -%}\n {%- for key in strategy.unique_key -%}\n snapshotted_data.{{ key }} as dbt_unique_key_{{ loop.index }},\n {% endfor -%}\n {%- else -%}\n snapshotted_data.dbt_unique_key as dbt_unique_key,\n {% endif -%}\n {{ snapshot_get_time() }} as {{ columns.dbt_valid_from }},\n {{ snapshot_get_time() }} as {{ columns.dbt_updated_at }},\n snapshotted_data.{{ columns.dbt_valid_to }} as {{ columns.dbt_valid_to }},\n {{ new_scd_id }} as {{ columns.dbt_scd_id }},\n 'True' as {{ columns.dbt_is_deleted }}\n from snapshotted_data\n left join deletes_source_data as source_data\n on {{ unique_key_join_on(strategy.unique_key, \"snapshotted_data\", \"source_data\") }}\n where {{ unique_key_is_null(strategy.unique_key, \"source_data\") }}\n and not (\n --avoid inserting a new record if the latest one is marked as deleted\n snapshotted_data.{{ columns.dbt_is_deleted }} = 'True'\n and\n {% if config.get('dbt_valid_to_current') -%}\n snapshotted_data.{{ columns.dbt_valid_to }} = {{ config.get('dbt_valid_to_current') }}\n {%- else -%}\n snapshotted_data.{{ columns.dbt_valid_to }} is null\n {%- endif %}\n )\n\n )\n {%- endif %}\n\n select * from insertions\n union all\n select * from updates\n {%- if strategy.hard_deletes == 'invalidate' or strategy.hard_deletes == 'new_record' %}\n union all\n select * from deletes\n {%- endif %}\n {%- if strategy.hard_deletes == 'new_record' %}\n union all\n select * from deletion_records\n {%- endif %}\n\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.get_snapshot_table_column_names", "macro.dbt.snapshot_hash_arguments", "macro.dbt.snapshot_get_time", "macro.dbt.unique_key_fields", "macro.dbt.equals", "macro.dbt.get_dbt_valid_to_current", "macro.dbt.unique_key_join_on", "macro.dbt.unique_key_is_null", "macro.dbt.unique_key_is_not_null", "macro.dbt.get_list_of_column_names", "macro.dbt.get_columns_in_relation", "macro.dbt.get_column_schema_from_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.6526806, "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": 1765992568.6530983, "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 {% set columns = config.get('snapshot_table_column_names') or get_snapshot_table_column_names() %}\n\n select *,\n {{ strategy.scd_id }} as {{ columns.dbt_scd_id }},\n {{ strategy.updated_at }} as {{ columns.dbt_updated_at }},\n {{ strategy.updated_at }} as {{ columns.dbt_valid_from }},\n {{ get_dbt_valid_to_current(strategy, columns) }}\n {%- if strategy.hard_deletes == 'new_record' -%}\n , 'False' as {{ columns.dbt_is_deleted }}\n {% endif -%}\n from (\n {{ sql }}\n ) sbq\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_snapshot_table_column_names", "macro.dbt.get_dbt_valid_to_current"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.6541145, "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": 1765992568.65496, "supported_languages": null}, "macro.dbt.get_updated_at_column_data_type": {"name": "get_updated_at_column_data_type", "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_updated_at_column_data_type", "macro_sql": "{% macro get_updated_at_column_data_type(snapshot_sql) %}\n {% set snapshot_sql_column_schema = get_column_schema_from_query(snapshot_sql) %}\n {% set dbt_updated_at_data_type = null %}\n {% set ns = namespace() -%} {#-- handle for-loop scoping with a namespace --#}\n {% set ns.dbt_updated_at_data_type = null -%}\n {% for column in snapshot_sql_column_schema %}\n {% if ((column.column == 'dbt_updated_at') or (column.column == 'DBT_UPDATED_AT')) %}\n {% set ns.dbt_updated_at_data_type = column.dtype %}\n {% endif %}\n {% endfor %}\n {{ return(ns.dbt_updated_at_data_type or none) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_column_schema_from_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.6561139, "supported_languages": null}, "macro.dbt.check_time_data_types": {"name": "check_time_data_types", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/helpers.sql", "original_file_path": "macros/materializations/snapshots/helpers.sql", "unique_id": "macro.dbt.check_time_data_types", "macro_sql": "{% macro check_time_data_types(sql) %}\n {% set dbt_updated_at_data_type = get_updated_at_column_data_type(sql) %}\n {% set snapshot_get_time_data_type = get_snapshot_get_time_data_type() %}\n {% if snapshot_get_time_data_type is not none and dbt_updated_at_data_type is not none and snapshot_get_time_data_type != dbt_updated_at_data_type %}\n {% if exceptions.warn_snapshot_timestamp_data_types %}\n {{ exceptions.warn_snapshot_timestamp_data_types(snapshot_get_time_data_type, dbt_updated_at_data_type) }}\n {% endif %}\n {% endif %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_updated_at_column_data_type", "macro.dbt.get_snapshot_get_time_data_type"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.656973, "supported_languages": null}, "macro.dbt.get_dbt_valid_to_current": {"name": "get_dbt_valid_to_current", "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_dbt_valid_to_current", "macro_sql": "{% macro get_dbt_valid_to_current(strategy, columns) %}\n {% set dbt_valid_to_current = config.get('dbt_valid_to_current') or \"null\" %}\n coalesce(nullif({{ strategy.updated_at }}, {{ strategy.updated_at }}), {{dbt_valid_to_current}})\n as {{ columns.dbt_valid_to }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.65754, "supported_languages": null}, "macro.dbt.unique_key_fields": {"name": "unique_key_fields", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/helpers.sql", "original_file_path": "macros/materializations/snapshots/helpers.sql", "unique_id": "macro.dbt.unique_key_fields", "macro_sql": "{% macro unique_key_fields(unique_key) %}\n {% if unique_key | is_list %}\n {% for key in unique_key %}\n {{ key }} as dbt_unique_key_{{ loop.index }}\n {%- if not loop.last %} , {%- endif %}\n {% endfor %}\n {% else %}\n {{ unique_key }} as dbt_unique_key\n {% endif %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.6582165, "supported_languages": null}, "macro.dbt.unique_key_join_on": {"name": "unique_key_join_on", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/helpers.sql", "original_file_path": "macros/materializations/snapshots/helpers.sql", "unique_id": "macro.dbt.unique_key_join_on", "macro_sql": "{% macro unique_key_join_on(unique_key, identifier, from_identifier) %}\n {% if unique_key | is_list %}\n {% for key in unique_key %}\n\t {% set source_unique_key = (identifier ~ \".dbt_unique_key_\" ~ loop.index) | trim %}\n\t {% set target_unique_key = (from_identifier ~ \".dbt_unique_key_\" ~ loop.index) | trim %}\n\t {{ equals(source_unique_key, target_unique_key) }}\n {%- if not loop.last %} and {%- endif %}\n {% endfor %}\n {% else %}\n {{ identifier }}.dbt_unique_key = {{ from_identifier }}.dbt_unique_key\n {% endif %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.equals"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.6593354, "supported_languages": null}, "macro.dbt.unique_key_is_null": {"name": "unique_key_is_null", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/helpers.sql", "original_file_path": "macros/materializations/snapshots/helpers.sql", "unique_id": "macro.dbt.unique_key_is_null", "macro_sql": "{% macro unique_key_is_null(unique_key, identifier) %}\n {% if unique_key | is_list %}\n {{ identifier }}.dbt_unique_key_1 is null\n {% else %}\n {{ identifier }}.dbt_unique_key is null\n {% endif %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.6597679, "supported_languages": null}, "macro.dbt.unique_key_is_not_null": {"name": "unique_key_is_not_null", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/helpers.sql", "original_file_path": "macros/materializations/snapshots/helpers.sql", "unique_id": "macro.dbt.unique_key_is_not_null", "macro_sql": "{% macro unique_key_is_not_null(unique_key, identifier) %}\n {% if unique_key | is_list %}\n {{ identifier }}.dbt_unique_key_1 is not null\n {% else %}\n {{ identifier }}.dbt_unique_key is not null\n {% endif %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.6601763, "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": 1765992568.6641998, "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.default__snapshot_hash_arguments"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.664555, "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": 1765992568.6650023, "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, model_config, target_exists) %}\n {# The model_config parameter is no longer used, but is passed in anyway for compatibility. #}\n {% set primary_key = config.get('unique_key') %}\n {% set updated_at = config.get('updated_at') %}\n {% set hard_deletes = adapter.get_hard_deletes_behavior(config) %}\n {% set invalidate_hard_deletes = hard_deletes == 'invalidate' %}\n {% set columns = config.get(\"snapshot_table_column_names\") or get_snapshot_table_column_names() %}\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 }}.{{ columns.dbt_valid_from }} < {{ current_rel }}.{{ updated_at }})\n {%- endset %}\n\n {% set scd_args = api.Relation.scd_args(primary_key, updated_at) %}\n {% set scd_id_expr = snapshot_hash_arguments(scd_args) %}\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 \"hard_deletes\": hard_deletes\n }) %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_snapshot_table_column_names", "macro.dbt.snapshot_hash_arguments"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.666925, "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_postgres.postgres__snapshot_string_as_time"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.667252, "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": 1765992568.667604, "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 {#-- N.B. The whitespace below is necessary to avoid edge case issue with comments --#}\n {#-- See: https://github.com/dbt-labs/dbt-core/issues/6781 --#}\n select {{ check_cols_config | join(', ') }} from (\n {{ node['compiled_code'] }}\n ) 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": 1765992568.67077, "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, model_config, target_exists) %}\n {# The model_config parameter is no longer used, but is passed in anyway for compatibility. #}\n {% set check_cols_config = config.get('check_cols') %}\n {% set primary_key = config.get('unique_key') %}\n {% set hard_deletes = adapter.get_hard_deletes_behavior(config) %}\n {% set invalidate_hard_deletes = hard_deletes == 'invalidate' %}\n {% set updated_at = config.get('updated_at') or 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_args = api.Relation.scd_args(primary_key, updated_at) %}\n {% set scd_id_expr = snapshot_hash_arguments(scd_args) %}\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 \"hard_deletes\": 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": 1765992568.6735983, "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_postgres.postgres__snapshot_merge_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.674431, "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 {%- set columns = config.get(\"snapshot_table_column_names\") or get_snapshot_table_column_names() -%}\n\n merge into {{ target.render() }} as DBT_INTERNAL_DEST\n using {{ source }} as DBT_INTERNAL_SOURCE\n on DBT_INTERNAL_SOURCE.{{ columns.dbt_scd_id }} = DBT_INTERNAL_DEST.{{ columns.dbt_scd_id }}\n\n when matched\n {% if config.get(\"dbt_valid_to_current\") %}\n\t{% set source_unique_key = (\"DBT_INTERNAL_DEST.\" ~ columns.dbt_valid_to) | trim %}\n\t{% set target_unique_key = config.get('dbt_valid_to_current') | trim %}\n\tand ({{ equals(source_unique_key, target_unique_key) }} or {{ source_unique_key }} is null)\n\n {% else %}\n and DBT_INTERNAL_DEST.{{ columns.dbt_valid_to }} is null\n {% endif %}\n and DBT_INTERNAL_SOURCE.dbt_change_type in ('update', 'delete')\n then update\n set {{ columns.dbt_valid_to }} = DBT_INTERNAL_SOURCE.{{ columns.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": ["macro.dbt.get_snapshot_table_column_names", "macro.dbt.equals"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.6760395, "supported_languages": null}, "macro.dbt.materialization_unit_default": {"name": "materialization_unit_default", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/tests/unit.sql", "original_file_path": "macros/materializations/tests/unit.sql", "unique_id": "macro.dbt.materialization_unit_default", "macro_sql": "{%- materialization unit, default -%}\n\n {% set relations = [] %}\n\n {% set expected_rows = config.get('expected_rows') %}\n {% set expected_sql = config.get('expected_sql') %}\n {% set tested_expected_column_names = expected_rows[0].keys() if (expected_rows | length ) > 0 else get_columns_in_query(sql) %}\n\n {%- set target_relation = this.incorporate(type='table') -%}\n {%- set temp_relation = make_temp_relation(target_relation)-%}\n {% do run_query(get_create_table_as_sql(True, temp_relation, get_empty_subquery_sql(sql))) %}\n {%- set columns_in_relation = adapter.get_columns_in_relation(temp_relation) -%}\n {%- set column_name_to_data_types = {} -%}\n {%- set column_name_to_quoted = {} -%}\n {%- for column in columns_in_relation -%}\n {%- do column_name_to_data_types.update({column.name|lower: column.data_type}) -%}\n {%- do column_name_to_quoted.update({column.name|lower: column.quoted}) -%}\n {%- endfor -%}\n\n {%- set expected_column_names_quoted = [] -%}\n {%- for column_name in tested_expected_column_names -%}\n {%- do expected_column_names_quoted.append(column_name_to_quoted[column_name|lower]) -%}\n {%- endfor -%}\n\n {% if not expected_sql %}\n {% set expected_sql = get_expected_sql(expected_rows, column_name_to_data_types, column_name_to_quoted) %}\n {% endif %}\n {% set unit_test_sql = get_unit_test_sql(sql, expected_sql, expected_column_names_quoted) %}\n\n {% call statement('main', fetch_result=True) -%}\n\n {{ unit_test_sql }}\n\n {%- endcall %}\n\n {% do adapter.drop_relation(temp_relation) %}\n\n {{ return({'relations': relations}) }}\n\n{%- endmaterialization -%}", "depends_on": {"macros": ["macro.dbt.get_columns_in_query", "macro.dbt.make_temp_relation", "macro.dbt.run_query", "macro.dbt.get_create_table_as_sql", "macro.dbt.get_empty_subquery_sql", "macro.dbt.get_expected_sql", "macro.dbt.get_unit_test_sql", "macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.6796713, "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 {% set limit = config.get('limit') %}\n\n {% set sql_with_limit %}\n {{ get_limit_subquery_sql(sql, limit) }}\n {% endset %}\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\n {% set store_failures_as = config.get('store_failures_as') %}\n -- if `--store-failures` is invoked via command line and `store_failures_as` is not set,\n -- config.get('store_failures_as', 'table') returns None, not 'table'\n {% if store_failures_as == none %}{% set store_failures_as = 'table' %}{% endif %}\n {% if store_failures_as not in ['table', 'view'] %}\n {{ exceptions.raise_compiler_error(\n \"'\" ~ store_failures_as ~ \"' is not a valid value for `store_failures_as`. \"\n \"Accepted values are: ['ephemeral', 'table', 'view']\"\n ) }}\n {% endif %}\n\n {% set target_relation = api.Relation.create(\n identifier=identifier, schema=schema, database=database, type=store_failures_as) -%} %}\n\n {% if old_relation %}\n {% do adapter.drop_relation(old_relation) %}\n {% endif %}\n\n {% call statement(auto_begin=True) %}\n {{ get_create_sql(target_relation, sql_with_limit) }}\n {% endcall %}\n\n {% do relations.append(target_relation) %}\n\n {# Since the test failures have already been saved to the database, reuse that result rather than querying again #}\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_with_limit %}\n\n {% endif %}\n\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 {# The limit has already been included above, and we do not want to duplicate it again. We also want to be safe for macro overrides treating `limit` as a required parameter. #}\n {{ get_test_sql(main_sql, fail_calc, warn_if, error_if, limit=none)}}\n\n {%- endcall %}\n\n {{ return({'relations': relations}) }}\n\n{%- endmaterialization -%}", "depends_on": {"macros": ["macro.dbt.get_limit_subquery_sql", "macro.dbt.should_store_failures", "macro.dbt.statement", "macro.dbt.get_create_sql", "macro.dbt.get_test_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.684063, "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": 1765992568.68509, "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": 1765992568.6857018, "supported_languages": null}, "macro.dbt.get_unit_test_sql": {"name": "get_unit_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_unit_test_sql", "macro_sql": "{% macro get_unit_test_sql(main_sql, expected_fixture_sql, expected_column_names) -%}\n {{ adapter.dispatch('get_unit_test_sql', 'dbt')(main_sql, expected_fixture_sql, expected_column_names) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_unit_test_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.6860971, "supported_languages": null}, "macro.dbt.default__get_unit_test_sql": {"name": "default__get_unit_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_unit_test_sql", "macro_sql": "{% macro default__get_unit_test_sql(main_sql, expected_fixture_sql, expected_column_names) -%}\n-- Build actual result given inputs\nwith dbt_internal_unit_test_actual as (\n select\n {% for expected_column_name in expected_column_names %}{{expected_column_name}}{% if not loop.last -%},{% endif %}{%- endfor -%}, {{ dbt.string_literal(\"actual\") }} as {{ adapter.quote(\"actual_or_expected\") }}\n from (\n {{ main_sql }}\n ) _dbt_internal_unit_test_actual\n),\n-- Build expected result\ndbt_internal_unit_test_expected as (\n select\n {% for expected_column_name in expected_column_names %}{{expected_column_name}}{% if not loop.last -%}, {% endif %}{%- endfor -%}, {{ dbt.string_literal(\"expected\") }} as {{ adapter.quote(\"actual_or_expected\") }}\n from (\n {{ expected_fixture_sql }}\n ) _dbt_internal_unit_test_expected\n)\n-- Union actual and expected results\nselect * from dbt_internal_unit_test_actual\nunion all\nselect * from dbt_internal_unit_test_expected\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.string_literal"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.687271, "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": 1765992568.6878912, "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": 1765992568.68868, "supported_languages": null}, "macro.dbt.materialization_function_default": {"name": "materialization_function_default", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/functions/function.sql", "original_file_path": "macros/materializations/functions/function.sql", "unique_id": "macro.dbt.materialization_function_default", "macro_sql": "{% materialization function, default, supported_languages=['sql', 'python'] %}\n {% set existing_relation = load_cached_relation(this) %}\n {% set target_relation = this.incorporate(type=this.Function) %}\n\n {{ run_hooks(pre_hooks) }}\n\n {% set function_config = this.get_function_config(model) %}\n {% set macro_name = this.get_function_macro_name(function_config) %}\n\n {# Doing this aliasing of adapter.dispatch is a hacky way to disable the static analysis of actually calling adapter.dispatch #}\n {# This is necessary because the static analysis breaks being able to dynamically pass a macro_name #}\n {% set _dispatch = adapter.dispatch %}\n\n {% set build_sql = _dispatch(macro_name, 'dbt')(target_relation) %}\n {{ function_execute_build_sql(build_sql, existing_relation, target_relation) }}\n {{ run_hooks(post_hooks) }}\n\n {{ return({'relations': [target_relation]}) }}\n\n{% endmaterialization %}", "depends_on": {"macros": ["macro.dbt.load_cached_relation", "macro.dbt.run_hooks", "macro.dbt.function_execute_build_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.6904857, "supported_languages": ["sql", "python"]}, "macro.dbt.function_execute_build_sql": {"name": "function_execute_build_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/functions/helpers.sql", "original_file_path": "macros/materializations/functions/helpers.sql", "unique_id": "macro.dbt.function_execute_build_sql", "macro_sql": "{% macro function_execute_build_sql(build_sql, existing_relation, target_relation) %}\n {{ return(adapter.dispatch('function_execute_build_sql', 'dbt')(build_sql, existing_relation, target_relation)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__function_execute_build_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.6911862, "supported_languages": null}, "macro.dbt.default__function_execute_build_sql": {"name": "default__function_execute_build_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/functions/helpers.sql", "original_file_path": "macros/materializations/functions/helpers.sql", "unique_id": "macro.dbt.default__function_execute_build_sql", "macro_sql": "{% macro default__function_execute_build_sql(build_sql, existing_relation, target_relation) %}\n\n {% set grant_config = config.get('grants') %}\n\n {% call statement(name=\"main\") %}\n {{ build_sql }}\n {% endcall %}\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 {{ adapter.commit() }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement", "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": 1765992568.6922238, "supported_languages": null}, "macro.dbt.scalar_function_sql": {"name": "scalar_function_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/functions/scalar.sql", "original_file_path": "macros/materializations/functions/scalar.sql", "unique_id": "macro.dbt.scalar_function_sql", "macro_sql": "{% macro scalar_function_sql(target_relation) %}\n {{ return(adapter.dispatch('scalar_function_sql', 'dbt')(target_relation)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__scalar_function_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.6934814, "supported_languages": null}, "macro.dbt.default__scalar_function_sql": {"name": "default__scalar_function_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/functions/scalar.sql", "original_file_path": "macros/materializations/functions/scalar.sql", "unique_id": "macro.dbt.default__scalar_function_sql", "macro_sql": "{% macro default__scalar_function_sql(target_relation) %}\n {{ scalar_function_create_replace_signature_sql(target_relation) }}\n {{ scalar_function_body_sql() }};\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.scalar_function_create_replace_signature_sql", "macro.dbt.scalar_function_body_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.693791, "supported_languages": null}, "macro.dbt.scalar_function_create_replace_signature_sql": {"name": "scalar_function_create_replace_signature_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/functions/scalar.sql", "original_file_path": "macros/materializations/functions/scalar.sql", "unique_id": "macro.dbt.scalar_function_create_replace_signature_sql", "macro_sql": "{% macro scalar_function_create_replace_signature_sql(target_relation) %}\n {{ return(adapter.dispatch('scalar_function_create_replace_signature_sql', 'dbt')(target_relation)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__scalar_function_create_replace_signature_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.6941485, "supported_languages": null}, "macro.dbt.default__scalar_function_create_replace_signature_sql": {"name": "default__scalar_function_create_replace_signature_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/functions/scalar.sql", "original_file_path": "macros/materializations/functions/scalar.sql", "unique_id": "macro.dbt.default__scalar_function_create_replace_signature_sql", "macro_sql": "{% macro default__scalar_function_create_replace_signature_sql(target_relation) %}\n CREATE OR REPLACE FUNCTION {{ target_relation.render() }} ({{ formatted_scalar_function_args_sql()}})\n RETURNS {{ model.returns.data_type }}\n {{ scalar_function_volatility_sql() }}\n AS\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.formatted_scalar_function_args_sql", "macro.dbt.scalar_function_volatility_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.6947, "supported_languages": null}, "macro.dbt.formatted_scalar_function_args_sql": {"name": "formatted_scalar_function_args_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/functions/scalar.sql", "original_file_path": "macros/materializations/functions/scalar.sql", "unique_id": "macro.dbt.formatted_scalar_function_args_sql", "macro_sql": "{% macro formatted_scalar_function_args_sql() %}\n {{ return(adapter.dispatch('formatted_scalar_function_args_sql', 'dbt')()) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__formatted_scalar_function_args_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.6950366, "supported_languages": null}, "macro.dbt.default__formatted_scalar_function_args_sql": {"name": "default__formatted_scalar_function_args_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/functions/scalar.sql", "original_file_path": "macros/materializations/functions/scalar.sql", "unique_id": "macro.dbt.default__formatted_scalar_function_args_sql", "macro_sql": "{% macro default__formatted_scalar_function_args_sql() %}\n {% set args = [] %}\n {% for arg in model.arguments -%}\n {%- do args.append(arg.name ~ ' ' ~ arg.data_type) -%}\n {%- endfor %}\n {{ args | join(', ') }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.6956801, "supported_languages": null}, "macro.dbt.scalar_function_body_sql": {"name": "scalar_function_body_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/functions/scalar.sql", "original_file_path": "macros/materializations/functions/scalar.sql", "unique_id": "macro.dbt.scalar_function_body_sql", "macro_sql": "{% macro scalar_function_body_sql() %}\n {{ return(adapter.dispatch('scalar_function_body_sql', 'dbt')()) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__scalar_function_body_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.696011, "supported_languages": null}, "macro.dbt.default__scalar_function_body_sql": {"name": "default__scalar_function_body_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/functions/scalar.sql", "original_file_path": "macros/materializations/functions/scalar.sql", "unique_id": "macro.dbt.default__scalar_function_body_sql", "macro_sql": "{% macro default__scalar_function_body_sql() %}\n $$\n {{ model.compiled_code }}\n $$ LANGUAGE SQL\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.696222, "supported_languages": null}, "macro.dbt.scalar_function_volatility_sql": {"name": "scalar_function_volatility_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/functions/scalar.sql", "original_file_path": "macros/materializations/functions/scalar.sql", "unique_id": "macro.dbt.scalar_function_volatility_sql", "macro_sql": "{% macro scalar_function_volatility_sql() %}\n {{ return(adapter.dispatch('scalar_function_volatility_sql', 'dbt')()) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__scalar_function_volatility_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.696557, "supported_languages": null}, "macro.dbt.default__scalar_function_volatility_sql": {"name": "default__scalar_function_volatility_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/functions/scalar.sql", "original_file_path": "macros/materializations/functions/scalar.sql", "unique_id": "macro.dbt.default__scalar_function_volatility_sql", "macro_sql": "{% macro default__scalar_function_volatility_sql() %}\n {% set volatility = model.config.get('volatility') %}\n {% if volatility == 'deterministic' %}\n IMMUTABLE\n {% elif volatility == 'stable' %}\n STABLE\n {% elif volatility == 'non-deterministic' %}\n VOLATILE\n {% elif volatility != none %}\n {# This shouldn't happen unless a new volatility is invented #}\n {% do unsupported_volatility_warning(volatility) %}\n {% endif %}\n {# If no volatility is set, don't add anything and let the data warehouse default it #}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.unsupported_volatility_warning"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.6973517, "supported_languages": null}, "macro.dbt.unsupported_volatility_warning": {"name": "unsupported_volatility_warning", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/functions/scalar.sql", "original_file_path": "macros/materializations/functions/scalar.sql", "unique_id": "macro.dbt.unsupported_volatility_warning", "macro_sql": "{% macro unsupported_volatility_warning(volatility) %}\n {{ return(adapter.dispatch('unsupported_volatility_warning', 'dbt')(volatility)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__unsupported_volatility_warning"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.697735, "supported_languages": null}, "macro.dbt.default__unsupported_volatility_warning": {"name": "default__unsupported_volatility_warning", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/functions/scalar.sql", "original_file_path": "macros/materializations/functions/scalar.sql", "unique_id": "macro.dbt.default__unsupported_volatility_warning", "macro_sql": "{% macro default__unsupported_volatility_warning(volatility) %}\n {% set msg = \"Found `\" ~ volatility ~ \"` volatility specified on function `\" ~ model.name ~ \"`. This volatility is not supported by \" ~ adapter.type() ~ \", and will be ignored\" %}\n {% do exceptions.warn(msg) %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.6982465, "supported_languages": null}, "macro.dbt.get_aggregate_function_create_replace_signature": {"name": "get_aggregate_function_create_replace_signature", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/functions/aggregate.sql", "original_file_path": "macros/materializations/functions/aggregate.sql", "unique_id": "macro.dbt.get_aggregate_function_create_replace_signature", "macro_sql": "{% macro get_aggregate_function_create_replace_signature(target_relation) %}\n {{ return(adapter.dispatch('get_aggregate_function_create_replace_signature', 'dbt')(target_relation)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_aggregate_function_create_replace_signature"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.6993816, "supported_languages": null}, "macro.dbt.default__get_aggregate_function_create_replace_signature": {"name": "default__get_aggregate_function_create_replace_signature", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/functions/aggregate.sql", "original_file_path": "macros/materializations/functions/aggregate.sql", "unique_id": "macro.dbt.default__get_aggregate_function_create_replace_signature", "macro_sql": "{% macro default__get_aggregate_function_create_replace_signature(target_relation) %}\n CREATE OR REPLACE AGGREGATE FUNCTION {{ target_relation.render() }} ({{ get_formatted_aggregate_function_args()}})\n RETURNS {{ model.returns.data_type }}\n {{ get_function_language_specifier() }}\n {% if model.get('language') == 'python' %}\n {{ get_function_python_options() }}\n {% endif %}\n {{ scalar_function_volatility_sql() }}\n AS\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_formatted_aggregate_function_args", "macro.dbt.get_function_language_specifier", "macro.dbt.get_function_python_options", "macro.dbt.scalar_function_volatility_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7001128, "supported_languages": null}, "macro.dbt.get_formatted_aggregate_function_args": {"name": "get_formatted_aggregate_function_args", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/functions/aggregate.sql", "original_file_path": "macros/materializations/functions/aggregate.sql", "unique_id": "macro.dbt.get_formatted_aggregate_function_args", "macro_sql": "{% macro get_formatted_aggregate_function_args() %}\n {{ return(adapter.dispatch('get_formatted_aggregate_function_args', 'dbt')()) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_formatted_aggregate_function_args"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7004662, "supported_languages": null}, "macro.dbt.default__get_formatted_aggregate_function_args": {"name": "default__get_formatted_aggregate_function_args", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/functions/aggregate.sql", "original_file_path": "macros/materializations/functions/aggregate.sql", "unique_id": "macro.dbt.default__get_formatted_aggregate_function_args", "macro_sql": "{% macro default__get_formatted_aggregate_function_args() %}\n {# conveniently we can reuse the sql scalar function args #}\n {{ formatted_scalar_function_args_sql() }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.formatted_scalar_function_args_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7007024, "supported_languages": null}, "macro.dbt.get_function_language_specifier": {"name": "get_function_language_specifier", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/functions/aggregate.sql", "original_file_path": "macros/materializations/functions/aggregate.sql", "unique_id": "macro.dbt.get_function_language_specifier", "macro_sql": "{% macro get_function_language_specifier() %}\n {{ return(adapter.dispatch('get_function_language_specifier', 'dbt')()) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_function_language_specifier"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7010238, "supported_languages": null}, "macro.dbt.default__get_function_language_specifier": {"name": "default__get_function_language_specifier", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/functions/aggregate.sql", "original_file_path": "macros/materializations/functions/aggregate.sql", "unique_id": "macro.dbt.default__get_function_language_specifier", "macro_sql": "{% macro default__get_function_language_specifier() %}\n {% set language = model.get('language') %}\n {% if language == 'sql' %}\n {# generally you dont need to specify the language for sql functions #}\n {% elif language == 'python' %}\n LANGUAGE PYTHON\n {% else %}\n {{ 'LANGUAGE ' ~ language.upper() }}\n {% endif %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.701684, "supported_languages": null}, "macro.dbt.get_aggregate_function_volatility_specifier": {"name": "get_aggregate_function_volatility_specifier", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/functions/aggregate.sql", "original_file_path": "macros/materializations/functions/aggregate.sql", "unique_id": "macro.dbt.get_aggregate_function_volatility_specifier", "macro_sql": "{% macro get_aggregate_function_volatility_specifier() %}\n {{ return(adapter.dispatch('get_aggregate_function_volatility_specifier', 'dbt')()) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_aggregate_function_volatility_specifier"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7020128, "supported_languages": null}, "macro.dbt.default__get_aggregate_function_volatility_specifier": {"name": "default__get_aggregate_function_volatility_specifier", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/functions/aggregate.sql", "original_file_path": "macros/materializations/functions/aggregate.sql", "unique_id": "macro.dbt.default__get_aggregate_function_volatility_specifier", "macro_sql": "{% macro default__get_aggregate_function_volatility_specifier() %}\n {{ scalar_function_volatility_sql() }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.scalar_function_volatility_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.702225, "supported_languages": null}, "macro.dbt.get_function_python_options": {"name": "get_function_python_options", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/functions/aggregate.sql", "original_file_path": "macros/materializations/functions/aggregate.sql", "unique_id": "macro.dbt.get_function_python_options", "macro_sql": "{% macro get_function_python_options() %}\n {{ return(adapter.dispatch('get_function_python_options', 'dbt')()) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_function_python_options"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.702563, "supported_languages": null}, "macro.dbt.default__get_function_python_options": {"name": "default__get_function_python_options", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/functions/aggregate.sql", "original_file_path": "macros/materializations/functions/aggregate.sql", "unique_id": "macro.dbt.default__get_function_python_options", "macro_sql": "{% macro default__get_function_python_options() %}\n RUNTIME_VERSION = '{{ model.config.get('runtime_version') }}'\n HANDLER = '{{ model.config.get('entry_point') }}'\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7029305, "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": 1765992568.703446, "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": 1765992568.7037091, "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.default__intersect"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7042704, "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": 1765992568.704448, "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_postgres.postgres__last_day"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7050383, "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": 1765992568.705563, "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": 1765992568.705853, "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": 1765992568.7064428, "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": 1765992568.706771, "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": 1765992568.7072382, "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": 1765992568.7074685, "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.default__hash"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.707947, "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": 1765992568.7082598, "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.default__array_append"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7088218, "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": 1765992568.7090907, "supported_languages": null}, "macro.dbt.get_intervals_between": {"name": "get_intervals_between", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/date_spine.sql", "original_file_path": "macros/utils/date_spine.sql", "unique_id": "macro.dbt.get_intervals_between", "macro_sql": "{% macro get_intervals_between(start_date, end_date, datepart) -%}\n {{ return(adapter.dispatch('get_intervals_between', 'dbt')(start_date, end_date, datepart)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_intervals_between"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.710025, "supported_languages": null}, "macro.dbt.default__get_intervals_between": {"name": "default__get_intervals_between", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/date_spine.sql", "original_file_path": "macros/utils/date_spine.sql", "unique_id": "macro.dbt.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": 1765992568.7111955, "supported_languages": null}, "macro.dbt.date_spine": {"name": "date_spine", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/date_spine.sql", "original_file_path": "macros/utils/date_spine.sql", "unique_id": "macro.dbt.date_spine", "macro_sql": "{% macro date_spine(datepart, start_date, end_date) %}\n {{ return(adapter.dispatch('date_spine', 'dbt')(datepart, start_date, end_date)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__date_spine"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7116628, "supported_languages": null}, "macro.dbt.default__date_spine": {"name": "default__date_spine", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/date_spine.sql", "original_file_path": "macros/utils/date_spine.sql", "unique_id": "macro.dbt.default__date_spine", "macro_sql": "{% macro default__date_spine(datepart, start_date, end_date) %}\n\n\n {# call as follows:\n\n date_spine(\n \"day\",\n \"to_date('01/01/2016', 'mm/dd/yyyy')\",\n \"dbt.dateadd(week, 1, current_date)\"\n ) #}\n\n\n with rawdata as (\n\n {{dbt.generate_series(\n dbt.get_intervals_between(start_date, end_date, datepart)\n )}}\n\n ),\n\n all_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\n filtered as (\n\n select *\n from all_periods\n where date_{{datepart}} <= {{ end_date }}\n\n )\n\n select * from filtered\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.generate_series", "macro.dbt.get_intervals_between", "macro.dbt.dateadd"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.712365, "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.default__array_concat"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7129123, "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": 1765992568.713182, "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.default__array_construct"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7140074, "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": 1765992568.714497, "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.default__escape_single_quotes"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7150168, "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": 1765992568.7152941, "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": 1765992568.716583, "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": 1765992568.716881, "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": 1765992568.7171934, "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": 1765992568.7175064, "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": 1765992568.7178261, "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": 1765992568.7181218, "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": 1765992568.71845, "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": 1765992568.7187917, "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": 1765992568.7191014, "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": 1765992568.719404, "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": 1765992568.719723, "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": 1765992568.7200177, "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": 1765992568.7203271, "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": 1765992568.720625, "supported_languages": null}, "macro.dbt.date": {"name": "date", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/date.sql", "original_file_path": "macros/utils/date.sql", "unique_id": "macro.dbt.date", "macro_sql": "{% macro date(year, month, day) %}\n {{ return(adapter.dispatch('date', 'dbt') (year, month, day)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__date"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7212353, "supported_languages": null}, "macro.dbt.default__date": {"name": "default__date", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/date.sql", "original_file_path": "macros/utils/date.sql", "unique_id": "macro.dbt.default__date", "macro_sql": "{% macro default__date(year, month, day) -%}\n {%- set dt = modules.datetime.date(year, month, day) -%}\n {%- set iso_8601_formatted_date = dt.strftime('%Y-%m-%d') -%}\n to_date('{{ iso_8601_formatted_date }}', 'YYYY-MM-DD')\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7219212, "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.default__right"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7224724, "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": 1765992568.722744, "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.default__date_trunc"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.723256, "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": 1765992568.723532, "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_postgres.postgres__split_part"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7242105, "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": 1765992568.724566, "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": 1765992568.725008, "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.default__position"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7255466, "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": 1765992568.7258143, "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_postgres.postgres__datediff"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7264087, "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": 1765992568.7267456, "supported_languages": null}, "macro.dbt.equals": {"name": "equals", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/equals.sql", "original_file_path": "macros/utils/equals.sql", "unique_id": "macro.dbt.equals", "macro_sql": "{% macro equals(expr1, expr2) %}\n {{ return(adapter.dispatch('equals', 'dbt') (expr1, expr2)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__equals"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7273512, "supported_languages": null}, "macro.dbt.default__equals": {"name": "default__equals", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/equals.sql", "original_file_path": "macros/utils/equals.sql", "unique_id": "macro.dbt.default__equals", "macro_sql": "{% macro default__equals(expr1, expr2) -%}\n{%- if adapter.behavior.enable_truthy_nulls_equals_macro.no_warn %}\n case when (({{ expr1 }} = {{ expr2 }}) or ({{ expr1 }} is null and {{ expr2 }} is null))\n then 0\n else 1\n end = 0\n{%- else -%}\n ({{ expr1 }} = {{ expr2 }})\n{%- endif %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7279494, "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": 1765992568.7284281, "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": 1765992568.7287464, "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.default__safe_cast"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7292907, "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": 1765992568.7295866, "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_postgres.postgres__dateadd"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7301795, "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": 1765992568.7306292, "supported_languages": null}, "macro.dbt.cast": {"name": "cast", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/cast.sql", "original_file_path": "macros/utils/cast.sql", "unique_id": "macro.dbt.cast", "macro_sql": "{% macro cast(field, type) %}\n {{ return(adapter.dispatch('cast', 'dbt') (field, type)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__cast"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.731154, "supported_languages": null}, "macro.dbt.default__cast": {"name": "default__cast", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/cast.sql", "original_file_path": "macros/utils/cast.sql", "unique_id": "macro.dbt.default__cast", "macro_sql": "{% macro default__cast(field, type) %}\n cast({{field}} as {{type}})\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.731425, "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.default__except"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7318485, "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": 1765992568.732003, "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.default__bool_or"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7324786, "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": 1765992568.7326884, "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_postgres.postgres__listagg"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.733529, "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": 1765992568.7343245, "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": 1765992568.7348146, "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": 1765992568.7350295, "supported_languages": null}, "macro.dbt.get_powers_of_two": {"name": "get_powers_of_two", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/generate_series.sql", "original_file_path": "macros/utils/generate_series.sql", "unique_id": "macro.dbt.get_powers_of_two", "macro_sql": "{% macro get_powers_of_two(upper_bound) %}\n {{ return(adapter.dispatch('get_powers_of_two', 'dbt')(upper_bound)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_powers_of_two"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7358732, "supported_languages": null}, "macro.dbt.default__get_powers_of_two": {"name": "default__get_powers_of_two", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/generate_series.sql", "original_file_path": "macros/utils/generate_series.sql", "unique_id": "macro.dbt.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": 1765992568.7367103, "supported_languages": null}, "macro.dbt.generate_series": {"name": "generate_series", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/generate_series.sql", "original_file_path": "macros/utils/generate_series.sql", "unique_id": "macro.dbt.generate_series", "macro_sql": "{% macro generate_series(upper_bound) %}\n {{ return(adapter.dispatch('generate_series', 'dbt')(upper_bound)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__generate_series"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7370799, "supported_languages": null}, "macro.dbt.default__generate_series": {"name": "default__generate_series", "resource_type": "macro", "package_name": "dbt", "path": "macros/utils/generate_series.sql", "original_file_path": "macros/utils/generate_series.sql", "unique_id": "macro.dbt.default__generate_series", "macro_sql": "{% macro default__generate_series(upper_bound) %}\n\n {% set n = dbt.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.get_powers_of_two"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.738099, "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_postgres.postgres__any_value"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7386038, "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": 1765992568.7388153, "supported_languages": null}, "macro.dbt.get_create_sql": {"name": "get_create_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/create.sql", "original_file_path": "macros/relations/create.sql", "unique_id": "macro.dbt.get_create_sql", "macro_sql": "{%- macro get_create_sql(relation, sql) -%}\n {{- log('Applying CREATE to: ' ~ relation) -}}\n {{- adapter.dispatch('get_create_sql', 'dbt')(relation, sql) -}}\n{%- endmacro -%}\n\n\n", "depends_on": {"macros": ["macro.dbt.default__get_create_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7395387, "supported_languages": null}, "macro.dbt.default__get_create_sql": {"name": "default__get_create_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/create.sql", "original_file_path": "macros/relations/create.sql", "unique_id": "macro.dbt.default__get_create_sql", "macro_sql": "{%- macro default__get_create_sql(relation, sql) -%}\n\n {%- if relation.is_view -%}\n {{ get_create_view_as_sql(relation, sql) }}\n\n {%- elif relation.is_table -%}\n {{ get_create_table_as_sql(False, relation, sql) }}\n\n {%- elif relation.is_materialized_view -%}\n {{ get_create_materialized_view_as_sql(relation, sql) }}\n\n {%- else -%}\n {{- exceptions.raise_compiler_error(\"`get_create_sql` has not been implemented for: \" ~ relation.type ) -}}\n\n {%- endif -%}\n\n{%- endmacro -%}", "depends_on": {"macros": ["macro.dbt.get_create_view_as_sql", "macro.dbt.get_create_table_as_sql", "macro.dbt.get_create_materialized_view_as_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.740527, "supported_languages": null}, "macro.dbt.get_create_backup_sql": {"name": "get_create_backup_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/create_backup.sql", "original_file_path": "macros/relations/create_backup.sql", "unique_id": "macro.dbt.get_create_backup_sql", "macro_sql": "{%- macro get_create_backup_sql(relation) -%}\n {{- log('Applying CREATE BACKUP to: ' ~ relation) -}}\n {{- adapter.dispatch('get_create_backup_sql', 'dbt')(relation) -}}\n{%- endmacro -%}\n\n\n", "depends_on": {"macros": ["macro.dbt.default__get_create_backup_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7411199, "supported_languages": null}, "macro.dbt.default__get_create_backup_sql": {"name": "default__get_create_backup_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/create_backup.sql", "original_file_path": "macros/relations/create_backup.sql", "unique_id": "macro.dbt.default__get_create_backup_sql", "macro_sql": "{%- macro default__get_create_backup_sql(relation) -%}\n\n -- get the standard backup name\n {% set backup_relation = make_backup_relation(relation, relation.type) %}\n\n -- drop any pre-existing backup\n {{ get_drop_sql(backup_relation) }};\n\n {{ get_rename_sql(relation, backup_relation.identifier) }}\n\n{%- endmacro -%}", "depends_on": {"macros": ["macro.dbt.make_backup_relation", "macro.dbt.get_drop_sql", "macro.dbt.get_rename_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7416506, "supported_languages": null}, "macro.dbt.get_replace_sql": {"name": "get_replace_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/replace.sql", "original_file_path": "macros/relations/replace.sql", "unique_id": "macro.dbt.get_replace_sql", "macro_sql": "{% macro get_replace_sql(existing_relation, target_relation, sql) %}\n {{- log('Applying REPLACE to: ' ~ existing_relation) -}}\n {{- adapter.dispatch('get_replace_sql', 'dbt')(existing_relation, target_relation, sql) -}}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_replace_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7426739, "supported_languages": null}, "macro.dbt.default__get_replace_sql": {"name": "default__get_replace_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/replace.sql", "original_file_path": "macros/relations/replace.sql", "unique_id": "macro.dbt.default__get_replace_sql", "macro_sql": "{% macro default__get_replace_sql(existing_relation, target_relation, sql) %}\n\n {# /* use a create or replace statement if possible */ #}\n\n {% set is_replaceable = existing_relation.type == target_relation.type and existing_relation.can_be_replaced %}\n\n {% if is_replaceable and existing_relation.is_view %}\n {{ get_replace_view_sql(target_relation, sql) }}\n\n {% elif is_replaceable and existing_relation.is_table %}\n {{ get_replace_table_sql(target_relation, sql) }}\n\n {% elif is_replaceable and existing_relation.is_materialized_view %}\n {{ get_replace_materialized_view_sql(target_relation, sql) }}\n\n {# /* a create or replace statement is not possible, so try to stage and/or backup to be safe */ #}\n\n {# /* create target_relation as an intermediate relation, then swap it out with the existing one using a backup */ #}\n {%- elif target_relation.can_be_renamed and existing_relation.can_be_renamed -%}\n {{ get_create_intermediate_sql(target_relation, sql) }};\n {{ get_create_backup_sql(existing_relation) }};\n {{ get_rename_intermediate_sql(target_relation) }};\n {{ get_drop_backup_sql(existing_relation) }}\n\n {# /* create target_relation as an intermediate relation, then swap it out with the existing one without using a backup */ #}\n {%- elif target_relation.can_be_renamed -%}\n {{ get_create_intermediate_sql(target_relation, sql) }};\n {{ get_drop_sql(existing_relation) }};\n {{ get_rename_intermediate_sql(target_relation) }}\n\n {# /* create target_relation in place by first backing up the existing relation */ #}\n {%- elif existing_relation.can_be_renamed -%}\n {{ get_create_backup_sql(existing_relation) }};\n {{ get_create_sql(target_relation, sql) }};\n {{ get_drop_backup_sql(existing_relation) }}\n\n {# /* no renaming is allowed, so just drop and create */ #}\n {%- else -%}\n {{ get_drop_sql(existing_relation) }};\n {{ get_create_sql(target_relation, sql) }}\n\n {%- endif -%}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_replace_view_sql", "macro.dbt.get_replace_table_sql", "macro.dbt.get_replace_materialized_view_sql", "macro.dbt.get_create_intermediate_sql", "macro.dbt.get_create_backup_sql", "macro.dbt.get_rename_intermediate_sql", "macro.dbt.get_drop_backup_sql", "macro.dbt.get_drop_sql", "macro.dbt.get_create_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7450068, "supported_languages": null}, "macro.dbt.get_rename_sql": {"name": "get_rename_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/rename.sql", "original_file_path": "macros/relations/rename.sql", "unique_id": "macro.dbt.get_rename_sql", "macro_sql": "{%- macro get_rename_sql(relation, new_name) -%}\n {{- log('Applying RENAME to: ' ~ relation) -}}\n {{- adapter.dispatch('get_rename_sql', 'dbt')(relation, new_name) -}}\n{%- endmacro -%}\n\n\n", "depends_on": {"macros": ["macro.dbt.default__get_rename_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7459018, "supported_languages": null}, "macro.dbt.default__get_rename_sql": {"name": "default__get_rename_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/rename.sql", "original_file_path": "macros/relations/rename.sql", "unique_id": "macro.dbt.default__get_rename_sql", "macro_sql": "{%- macro default__get_rename_sql(relation, new_name) -%}\n\n {%- if relation.is_view -%}\n {{ get_rename_view_sql(relation, new_name) }}\n\n {%- elif relation.is_table -%}\n {{ get_rename_table_sql(relation, new_name) }}\n\n {%- elif relation.is_materialized_view -%}\n {{ get_rename_materialized_view_sql(relation, new_name) }}\n\n {%- else -%}\n {{- exceptions.raise_compiler_error(\"`get_rename_sql` has not been implemented for: \" ~ relation.type ) -}}\n\n {%- endif -%}\n\n{%- endmacro -%}\n\n\n", "depends_on": {"macros": ["macro.dbt.get_rename_view_sql", "macro.dbt.get_rename_table_sql", "macro.dbt.get_rename_materialized_view_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7467654, "supported_languages": null}, "macro.dbt.rename_relation": {"name": "rename_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/rename.sql", "original_file_path": "macros/relations/rename.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.default__rename_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7471676, "supported_languages": null}, "macro.dbt.default__rename_relation": {"name": "default__rename_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/rename.sql", "original_file_path": "macros/relations/rename.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.render() }} 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": 1765992568.747766, "supported_languages": null}, "macro.dbt.get_create_intermediate_sql": {"name": "get_create_intermediate_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/create_intermediate.sql", "original_file_path": "macros/relations/create_intermediate.sql", "unique_id": "macro.dbt.get_create_intermediate_sql", "macro_sql": "{%- macro get_create_intermediate_sql(relation, sql) -%}\n {{- log('Applying CREATE INTERMEDIATE to: ' ~ relation) -}}\n {{- adapter.dispatch('get_create_intermediate_sql', 'dbt')(relation, sql) -}}\n{%- endmacro -%}\n\n\n", "depends_on": {"macros": ["macro.dbt.default__get_create_intermediate_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.748422, "supported_languages": null}, "macro.dbt.default__get_create_intermediate_sql": {"name": "default__get_create_intermediate_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/create_intermediate.sql", "original_file_path": "macros/relations/create_intermediate.sql", "unique_id": "macro.dbt.default__get_create_intermediate_sql", "macro_sql": "{%- macro default__get_create_intermediate_sql(relation, sql) -%}\n\n -- get the standard intermediate name\n {% set intermediate_relation = make_intermediate_relation(relation) %}\n\n -- drop any pre-existing intermediate\n {{ get_drop_sql(intermediate_relation) }};\n\n {{ get_create_sql(intermediate_relation, sql) }}\n\n{%- endmacro -%}", "depends_on": {"macros": ["macro.dbt.make_intermediate_relation", "macro.dbt.get_drop_sql", "macro.dbt.get_create_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7489085, "supported_languages": null}, "macro.dbt.drop_schema_named": {"name": "drop_schema_named", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/schema.sql", "original_file_path": "macros/relations/schema.sql", "unique_id": "macro.dbt.drop_schema_named", "macro_sql": "{% macro drop_schema_named(schema_name) %}\n {{ return(adapter.dispatch('drop_schema_named', 'dbt') (schema_name)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__drop_schema_named"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.749421, "supported_languages": null}, "macro.dbt.default__drop_schema_named": {"name": "default__drop_schema_named", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/schema.sql", "original_file_path": "macros/relations/schema.sql", "unique_id": "macro.dbt.default__drop_schema_named", "macro_sql": "{% macro default__drop_schema_named(schema_name) %}\n {% set schema_relation = api.Relation.create(schema=schema_name) %}\n {{ adapter.drop_schema(schema_relation) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7498424, "supported_languages": null}, "macro.dbt.get_drop_sql": {"name": "get_drop_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/drop.sql", "original_file_path": "macros/relations/drop.sql", "unique_id": "macro.dbt.get_drop_sql", "macro_sql": "{%- macro get_drop_sql(relation) -%}\n {{- log('Applying DROP to: ' ~ relation) -}}\n {{- adapter.dispatch('get_drop_sql', 'dbt')(relation) -}}\n{%- endmacro -%}\n\n\n", "depends_on": {"macros": ["macro.dbt.default__get_drop_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7507033, "supported_languages": null}, "macro.dbt.default__get_drop_sql": {"name": "default__get_drop_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/drop.sql", "original_file_path": "macros/relations/drop.sql", "unique_id": "macro.dbt.default__get_drop_sql", "macro_sql": "{%- macro default__get_drop_sql(relation) -%}\n\n {%- if relation.is_view -%}\n {{ drop_view(relation) }}\n\n {%- elif relation.is_table -%}\n {{ drop_table(relation) }}\n\n {%- elif relation.is_materialized_view -%}\n {{ drop_materialized_view(relation) }}\n\n {%- else -%}\n drop {{ relation.type }} if exists {{ relation.render() }} cascade\n\n {%- endif -%}\n\n{%- endmacro -%}\n\n\n", "depends_on": {"macros": ["macro.dbt.drop_view", "macro.dbt.drop_table", "macro.dbt.drop_materialized_view"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7514825, "supported_languages": null}, "macro.dbt.drop_relation": {"name": "drop_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/drop.sql", "original_file_path": "macros/relations/drop.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.default__drop_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7518349, "supported_languages": null}, "macro.dbt.default__drop_relation": {"name": "default__drop_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/drop.sql", "original_file_path": "macros/relations/drop.sql", "unique_id": "macro.dbt.default__drop_relation", "macro_sql": "{% macro default__drop_relation(relation) -%}\n {% call statement('drop_relation', auto_begin=False) -%}\n {{ get_drop_sql(relation) }}\n {%- endcall %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement", "macro.dbt.get_drop_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7522256, "supported_languages": null}, "macro.dbt.drop_relation_if_exists": {"name": "drop_relation_if_exists", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/drop.sql", "original_file_path": "macros/relations/drop.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": 1765992568.75273, "supported_languages": null}, "macro.dbt.get_drop_backup_sql": {"name": "get_drop_backup_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/drop_backup.sql", "original_file_path": "macros/relations/drop_backup.sql", "unique_id": "macro.dbt.get_drop_backup_sql", "macro_sql": "{%- macro get_drop_backup_sql(relation) -%}\n {{- log('Applying DROP BACKUP to: ' ~ relation) -}}\n {{- adapter.dispatch('get_drop_backup_sql', 'dbt')(relation) -}}\n{%- endmacro -%}\n\n\n", "depends_on": {"macros": ["macro.dbt.default__get_drop_backup_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7533052, "supported_languages": null}, "macro.dbt.default__get_drop_backup_sql": {"name": "default__get_drop_backup_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/drop_backup.sql", "original_file_path": "macros/relations/drop_backup.sql", "unique_id": "macro.dbt.default__get_drop_backup_sql", "macro_sql": "{%- macro default__get_drop_backup_sql(relation) -%}\n\n -- get the standard backup name\n {% set backup_relation = make_backup_relation(relation, relation.type) %}\n\n {{ get_drop_sql(backup_relation) }}\n\n{%- endmacro -%}", "depends_on": {"macros": ["macro.dbt.make_backup_relation", "macro.dbt.get_drop_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7537203, "supported_languages": null}, "macro.dbt.get_rename_intermediate_sql": {"name": "get_rename_intermediate_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/rename_intermediate.sql", "original_file_path": "macros/relations/rename_intermediate.sql", "unique_id": "macro.dbt.get_rename_intermediate_sql", "macro_sql": "{%- macro get_rename_intermediate_sql(relation) -%}\n {{- log('Applying RENAME INTERMEDIATE to: ' ~ relation) -}}\n {{- adapter.dispatch('get_rename_intermediate_sql', 'dbt')(relation) -}}\n{%- endmacro -%}\n\n\n", "depends_on": {"macros": ["macro.dbt.default__get_rename_intermediate_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7542887, "supported_languages": null}, "macro.dbt.default__get_rename_intermediate_sql": {"name": "default__get_rename_intermediate_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/rename_intermediate.sql", "original_file_path": "macros/relations/rename_intermediate.sql", "unique_id": "macro.dbt.default__get_rename_intermediate_sql", "macro_sql": "{%- macro default__get_rename_intermediate_sql(relation) -%}\n\n -- get the standard intermediate name\n {% set intermediate_relation = make_intermediate_relation(relation) %}\n\n {{ get_rename_sql(intermediate_relation, relation.identifier) }}\n\n{%- endmacro -%}", "depends_on": {"macros": ["macro.dbt.make_intermediate_relation", "macro.dbt.get_rename_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7547085, "supported_languages": null}, "macro.dbt.get_create_materialized_view_as_sql": {"name": "get_create_materialized_view_as_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/materialized_view/create.sql", "original_file_path": "macros/relations/materialized_view/create.sql", "unique_id": "macro.dbt.get_create_materialized_view_as_sql", "macro_sql": "{% macro get_create_materialized_view_as_sql(relation, sql) -%}\n {{- adapter.dispatch('get_create_materialized_view_as_sql', 'dbt')(relation, sql) -}}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__get_create_materialized_view_as_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.755213, "supported_languages": null}, "macro.dbt.default__get_create_materialized_view_as_sql": {"name": "default__get_create_materialized_view_as_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/materialized_view/create.sql", "original_file_path": "macros/relations/materialized_view/create.sql", "unique_id": "macro.dbt.default__get_create_materialized_view_as_sql", "macro_sql": "{% macro default__get_create_materialized_view_as_sql(relation, sql) -%}\n {{ exceptions.raise_compiler_error(\n \"`get_create_materialized_view_as_sql` has not been implemented for this adapter.\"\n ) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7555141, "supported_languages": null}, "macro.dbt.get_replace_materialized_view_sql": {"name": "get_replace_materialized_view_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/materialized_view/replace.sql", "original_file_path": "macros/relations/materialized_view/replace.sql", "unique_id": "macro.dbt.get_replace_materialized_view_sql", "macro_sql": "{% macro get_replace_materialized_view_sql(relation, sql) %}\n {{- adapter.dispatch('get_replace_materialized_view_sql', 'dbt')(relation, sql) -}}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_replace_materialized_view_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7560215, "supported_languages": null}, "macro.dbt.default__get_replace_materialized_view_sql": {"name": "default__get_replace_materialized_view_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/materialized_view/replace.sql", "original_file_path": "macros/relations/materialized_view/replace.sql", "unique_id": "macro.dbt.default__get_replace_materialized_view_sql", "macro_sql": "{% macro default__get_replace_materialized_view_sql(relation, sql) %}\n {{ exceptions.raise_compiler_error(\n \"`get_replace_materialized_view_sql` has not been implemented for this adapter.\"\n ) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7563086, "supported_languages": null}, "macro.dbt.get_rename_materialized_view_sql": {"name": "get_rename_materialized_view_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/materialized_view/rename.sql", "original_file_path": "macros/relations/materialized_view/rename.sql", "unique_id": "macro.dbt.get_rename_materialized_view_sql", "macro_sql": "{% macro get_rename_materialized_view_sql(relation, new_name) %}\n {{- adapter.dispatch('get_rename_materialized_view_sql', 'dbt')(relation, new_name) -}}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__get_rename_materialized_view_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7568195, "supported_languages": null}, "macro.dbt.default__get_rename_materialized_view_sql": {"name": "default__get_rename_materialized_view_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/materialized_view/rename.sql", "original_file_path": "macros/relations/materialized_view/rename.sql", "unique_id": "macro.dbt.default__get_rename_materialized_view_sql", "macro_sql": "{% macro default__get_rename_materialized_view_sql(relation, new_name) %}\n {{ exceptions.raise_compiler_error(\n \"`get_rename_materialized_view_sql` has not been implemented for this adapter.\"\n ) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7571046, "supported_languages": null}, "macro.dbt.get_alter_materialized_view_as_sql": {"name": "get_alter_materialized_view_as_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/materialized_view/alter.sql", "original_file_path": "macros/relations/materialized_view/alter.sql", "unique_id": "macro.dbt.get_alter_materialized_view_as_sql", "macro_sql": "{% macro get_alter_materialized_view_as_sql(\n relation,\n configuration_changes,\n sql,\n existing_relation,\n backup_relation,\n intermediate_relation\n) %}\n {{- log('Applying ALTER to: ' ~ relation) -}}\n {{- adapter.dispatch('get_alter_materialized_view_as_sql', 'dbt')(\n relation,\n configuration_changes,\n sql,\n existing_relation,\n backup_relation,\n intermediate_relation\n ) -}}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__get_alter_materialized_view_as_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7580974, "supported_languages": null}, "macro.dbt.default__get_alter_materialized_view_as_sql": {"name": "default__get_alter_materialized_view_as_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/materialized_view/alter.sql", "original_file_path": "macros/relations/materialized_view/alter.sql", "unique_id": "macro.dbt.default__get_alter_materialized_view_as_sql", "macro_sql": "{% macro default__get_alter_materialized_view_as_sql(\n relation,\n configuration_changes,\n sql,\n existing_relation,\n backup_relation,\n intermediate_relation\n) %}\n {{ exceptions.raise_compiler_error(\"Materialized views have not been implemented for this adapter.\") }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7584941, "supported_languages": null}, "macro.dbt.get_materialized_view_configuration_changes": {"name": "get_materialized_view_configuration_changes", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/materialized_view/alter.sql", "original_file_path": "macros/relations/materialized_view/alter.sql", "unique_id": "macro.dbt.get_materialized_view_configuration_changes", "macro_sql": "{% macro get_materialized_view_configuration_changes(existing_relation, new_config) %}\n /* {#\n It's recommended that configuration changes be formatted as follows:\n {\"\": [{\"action\": \"\", \"context\": ...}]}\n\n For example:\n {\n \"indexes\": [\n {\"action\": \"drop\", \"context\": \"index_abc\"},\n {\"action\": \"create\", \"context\": {\"columns\": [\"column_1\", \"column_2\"], \"type\": \"hash\", \"unique\": True}},\n ],\n }\n\n Either way, `get_materialized_view_configuration_changes` needs to align with `get_alter_materialized_view_as_sql`.\n #} */\n {{- log('Determining configuration changes on: ' ~ existing_relation) -}}\n {%- do return(adapter.dispatch('get_materialized_view_configuration_changes', 'dbt')(existing_relation, new_config)) -%}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__get_materialized_view_configuration_changes"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.759072, "supported_languages": null}, "macro.dbt.default__get_materialized_view_configuration_changes": {"name": "default__get_materialized_view_configuration_changes", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/materialized_view/alter.sql", "original_file_path": "macros/relations/materialized_view/alter.sql", "unique_id": "macro.dbt.default__get_materialized_view_configuration_changes", "macro_sql": "{% macro default__get_materialized_view_configuration_changes(existing_relation, new_config) %}\n {{ exceptions.raise_compiler_error(\"Materialized views have not been implemented for this adapter.\") }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7593656, "supported_languages": null}, "macro.dbt.drop_materialized_view": {"name": "drop_materialized_view", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/materialized_view/drop.sql", "original_file_path": "macros/relations/materialized_view/drop.sql", "unique_id": "macro.dbt.drop_materialized_view", "macro_sql": "{% macro drop_materialized_view(relation) -%}\n {{- adapter.dispatch('drop_materialized_view', 'dbt')(relation) -}}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__drop_materialized_view"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.759849, "supported_languages": null}, "macro.dbt.default__drop_materialized_view": {"name": "default__drop_materialized_view", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/materialized_view/drop.sql", "original_file_path": "macros/relations/materialized_view/drop.sql", "unique_id": "macro.dbt.default__drop_materialized_view", "macro_sql": "{% macro default__drop_materialized_view(relation) -%}\n drop materialized view if exists {{ relation.render() }} cascade\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7600973, "supported_languages": null}, "macro.dbt.refresh_materialized_view": {"name": "refresh_materialized_view", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/materialized_view/refresh.sql", "original_file_path": "macros/relations/materialized_view/refresh.sql", "unique_id": "macro.dbt.refresh_materialized_view", "macro_sql": "{% macro refresh_materialized_view(relation) %}\n {{- log('Applying REFRESH to: ' ~ relation) -}}\n {{- adapter.dispatch('refresh_materialized_view', 'dbt')(relation) -}}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__refresh_materialized_view"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7606723, "supported_languages": null}, "macro.dbt.default__refresh_materialized_view": {"name": "default__refresh_materialized_view", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/materialized_view/refresh.sql", "original_file_path": "macros/relations/materialized_view/refresh.sql", "unique_id": "macro.dbt.default__refresh_materialized_view", "macro_sql": "{% macro default__refresh_materialized_view(relation) %}\n {{ exceptions.raise_compiler_error(\"`refresh_materialized_view` has not been implemented for this adapter.\") }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7609422, "supported_languages": null}, "macro.dbt.get_table_columns_and_constraints": {"name": "get_table_columns_and_constraints", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/column/columns_spec_ddl.sql", "original_file_path": "macros/relations/column/columns_spec_ddl.sql", "unique_id": "macro.dbt.get_table_columns_and_constraints", "macro_sql": "{%- macro get_table_columns_and_constraints() -%}\n {{ adapter.dispatch('get_table_columns_and_constraints', 'dbt')() }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt.default__get_table_columns_and_constraints"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7624226, "supported_languages": null}, "macro.dbt.default__get_table_columns_and_constraints": {"name": "default__get_table_columns_and_constraints", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/column/columns_spec_ddl.sql", "original_file_path": "macros/relations/column/columns_spec_ddl.sql", "unique_id": "macro.dbt.default__get_table_columns_and_constraints", "macro_sql": "{% macro default__get_table_columns_and_constraints() -%}\n {{ return(table_columns_and_constraints()) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.table_columns_and_constraints"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7626684, "supported_languages": null}, "macro.dbt.table_columns_and_constraints": {"name": "table_columns_and_constraints", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/column/columns_spec_ddl.sql", "original_file_path": "macros/relations/column/columns_spec_ddl.sql", "unique_id": "macro.dbt.table_columns_and_constraints", "macro_sql": "{% macro table_columns_and_constraints() %}\n {# loop through user_provided_columns to create DDL with data types and constraints #}\n {%- set raw_column_constraints = adapter.render_raw_columns_constraints(raw_columns=model['columns']) -%}\n {%- set raw_model_constraints = adapter.render_raw_model_constraints(raw_constraints=model['constraints']) -%}\n (\n {% for c in raw_column_constraints -%}\n {{ c }}{{ \",\" if not loop.last or raw_model_constraints }}\n {% endfor %}\n {% for c in raw_model_constraints -%}\n {{ c }}{{ \",\" 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": 1765992568.763706, "supported_languages": null}, "macro.dbt.get_assert_columns_equivalent": {"name": "get_assert_columns_equivalent", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/column/columns_spec_ddl.sql", "original_file_path": "macros/relations/column/columns_spec_ddl.sql", "unique_id": "macro.dbt.get_assert_columns_equivalent", "macro_sql": "\n\n{%- macro get_assert_columns_equivalent(sql) -%}\n {{ adapter.dispatch('get_assert_columns_equivalent', 'dbt')(sql) }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt.default__get_assert_columns_equivalent"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.764028, "supported_languages": null}, "macro.dbt.default__get_assert_columns_equivalent": {"name": "default__get_assert_columns_equivalent", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/column/columns_spec_ddl.sql", "original_file_path": "macros/relations/column/columns_spec_ddl.sql", "unique_id": "macro.dbt.default__get_assert_columns_equivalent", "macro_sql": "{% macro default__get_assert_columns_equivalent(sql) -%}\n {{ return(assert_columns_equivalent(sql)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.assert_columns_equivalent"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7642946, "supported_languages": null}, "macro.dbt.assert_columns_equivalent": {"name": "assert_columns_equivalent", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/column/columns_spec_ddl.sql", "original_file_path": "macros/relations/column/columns_spec_ddl.sql", "unique_id": "macro.dbt.assert_columns_equivalent", "macro_sql": "{% macro assert_columns_equivalent(sql) %}\n\n {#-- First ensure the user has defined 'columns' in yaml specification --#}\n {%- set user_defined_columns = model['columns'] -%}\n {%- if not user_defined_columns -%}\n {{ exceptions.raise_contract_error([], []) }}\n {%- endif -%}\n\n {#-- Obtain the column schema provided by sql file. #}\n {%- set sql_file_provided_columns = get_column_schema_from_query(sql, config.get('sql_header', none)) -%}\n {#--Obtain the column schema provided by the schema file by generating an 'empty schema' query from the model's columns. #}\n {%- set schema_file_provided_columns = get_column_schema_from_query(get_empty_schema_sql(user_defined_columns)) -%}\n\n {#-- create dictionaries with name and formatted data type and strings for exception #}\n {%- set sql_columns = format_columns(sql_file_provided_columns) -%}\n {%- set yaml_columns = format_columns(schema_file_provided_columns) -%}\n\n {%- if sql_columns|length != yaml_columns|length -%}\n {%- do exceptions.raise_contract_error(yaml_columns, sql_columns) -%}\n {%- endif -%}\n\n {%- for sql_col in sql_columns -%}\n {%- set yaml_col = [] -%}\n {%- for this_col in yaml_columns -%}\n {%- if this_col['name'] == sql_col['name'] -%}\n {%- do yaml_col.append(this_col) -%}\n {%- break -%}\n {%- endif -%}\n {%- endfor -%}\n {%- if not yaml_col -%}\n {#-- Column with name not found in yaml #}\n {%- do exceptions.raise_contract_error(yaml_columns, sql_columns) -%}\n {%- endif -%}\n {%- if sql_col['formatted'] != yaml_col[0]['formatted'] -%}\n {#-- Column data types don't match #}\n {%- do exceptions.raise_contract_error(yaml_columns, sql_columns) -%}\n {%- endif -%}\n {%- endfor -%}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_column_schema_from_query", "macro.dbt.get_empty_schema_sql", "macro.dbt.format_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7667725, "supported_languages": null}, "macro.dbt.format_columns": {"name": "format_columns", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/column/columns_spec_ddl.sql", "original_file_path": "macros/relations/column/columns_spec_ddl.sql", "unique_id": "macro.dbt.format_columns", "macro_sql": "{% macro format_columns(columns) %}\n {% set formatted_columns = [] %}\n {% for column in columns %}\n {%- set formatted_column = adapter.dispatch('format_column', 'dbt')(column) -%}\n {%- do formatted_columns.append(formatted_column) -%}\n {% endfor %}\n {{ return(formatted_columns) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__format_column"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.76753, "supported_languages": null}, "macro.dbt.default__format_column": {"name": "default__format_column", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/column/columns_spec_ddl.sql", "original_file_path": "macros/relations/column/columns_spec_ddl.sql", "unique_id": "macro.dbt.default__format_column", "macro_sql": "{% macro default__format_column(column) -%}\n {% set data_type = column.dtype %}\n {% set formatted = column.column.lower() ~ \" \" ~ data_type %}\n {{ return({'name': column.name, 'data_type': data_type, 'formatted': formatted}) }}\n{%- endmacro -%}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7681732, "supported_languages": null}, "macro.dbt.get_create_view_as_sql": {"name": "get_create_view_as_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/view/create.sql", "original_file_path": "macros/relations/view/create.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": 1765992568.7688777, "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/relations/view/create.sql", "original_file_path": "macros/relations/view/create.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": 1765992568.7691905, "supported_languages": null}, "macro.dbt.create_view_as": {"name": "create_view_as", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/view/create.sql", "original_file_path": "macros/relations/view/create.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.default__create_view_as"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.769578, "supported_languages": null}, "macro.dbt.default__create_view_as": {"name": "default__create_view_as", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/view/create.sql", "original_file_path": "macros/relations/view/create.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.render() }}\n {% set contract_config = config.get('contract') %}\n {% if contract_config.enforced %}\n {{ get_assert_columns_equivalent(sql) }}\n {%- endif %}\n as (\n {{ sql }}\n );\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.get_assert_columns_equivalent"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7704418, "supported_languages": null}, "macro.dbt.get_replace_view_sql": {"name": "get_replace_view_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/view/replace.sql", "original_file_path": "macros/relations/view/replace.sql", "unique_id": "macro.dbt.get_replace_view_sql", "macro_sql": "{% macro get_replace_view_sql(relation, sql) %}\n {{- adapter.dispatch('get_replace_view_sql', 'dbt')(relation, sql) -}}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__get_replace_view_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7714114, "supported_languages": null}, "macro.dbt.default__get_replace_view_sql": {"name": "default__get_replace_view_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/view/replace.sql", "original_file_path": "macros/relations/view/replace.sql", "unique_id": "macro.dbt.default__get_replace_view_sql", "macro_sql": "{% macro default__get_replace_view_sql(relation, sql) %}\n {{ exceptions.raise_compiler_error(\n \"`get_replace_view_sql` has not been implemented for this adapter.\"\n ) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.771708, "supported_languages": null}, "macro.dbt.create_or_replace_view": {"name": "create_or_replace_view", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/view/replace.sql", "original_file_path": "macros/relations/view/replace.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=should_revoke) %}\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": 1765992568.7739577, "supported_languages": null}, "macro.dbt.handle_existing_table": {"name": "handle_existing_table", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/view/replace.sql", "original_file_path": "macros/relations/view/replace.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.default__handle_existing_table"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7743433, "supported_languages": null}, "macro.dbt.default__handle_existing_table": {"name": "default__handle_existing_table", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/view/replace.sql", "original_file_path": "macros/relations/view/replace.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.render() ~ \" 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": 1765992568.7748156, "supported_languages": null}, "macro.dbt.get_rename_view_sql": {"name": "get_rename_view_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/view/rename.sql", "original_file_path": "macros/relations/view/rename.sql", "unique_id": "macro.dbt.get_rename_view_sql", "macro_sql": "{% macro get_rename_view_sql(relation, new_name) %}\n {{- adapter.dispatch('get_rename_view_sql', 'dbt')(relation, new_name) -}}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__get_rename_view_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7753224, "supported_languages": null}, "macro.dbt.default__get_rename_view_sql": {"name": "default__get_rename_view_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/view/rename.sql", "original_file_path": "macros/relations/view/rename.sql", "unique_id": "macro.dbt.default__get_rename_view_sql", "macro_sql": "{% macro default__get_rename_view_sql(relation, new_name) %}\n {{ exceptions.raise_compiler_error(\n \"`get_rename_view_sql` has not been implemented for this adapter.\"\n ) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7756257, "supported_languages": null}, "macro.dbt.drop_view": {"name": "drop_view", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/view/drop.sql", "original_file_path": "macros/relations/view/drop.sql", "unique_id": "macro.dbt.drop_view", "macro_sql": "{% macro drop_view(relation) -%}\n {{- adapter.dispatch('drop_view', 'dbt')(relation) -}}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__drop_view"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7760808, "supported_languages": null}, "macro.dbt.default__drop_view": {"name": "default__drop_view", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/view/drop.sql", "original_file_path": "macros/relations/view/drop.sql", "unique_id": "macro.dbt.default__drop_view", "macro_sql": "{% macro default__drop_view(relation) -%}\n drop view if exists {{ relation.render() }} cascade\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7763224, "supported_languages": null}, "macro.dbt.get_create_table_as_sql": {"name": "get_create_table_as_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/table/create.sql", "original_file_path": "macros/relations/table/create.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": 1765992568.7774777, "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/relations/table/create.sql", "original_file_path": "macros/relations/table/create.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": 1765992568.7778392, "supported_languages": null}, "macro.dbt.create_table_as": {"name": "create_table_as", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/table/create.sql", "original_file_path": "macros/relations/table/create.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_postgres.postgres__create_table_as"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7786887, "supported_languages": null}, "macro.dbt.default__create_table_as": {"name": "default__create_table_as", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/table/create.sql", "original_file_path": "macros/relations/table/create.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 {% set contract_config = config.get('contract') %}\n {% if contract_config.enforced and (not temporary) %}\n {{ get_assert_columns_equivalent(sql) }}\n {{ get_table_columns_and_constraints() }}\n {%- set sql = get_select_subquery(sql) %}\n {% endif %}\n as (\n {{ sql }}\n );\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.get_assert_columns_equivalent", "macro.dbt.get_table_columns_and_constraints", "macro.dbt.get_select_subquery"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7800288, "supported_languages": null}, "macro.dbt.default__get_column_names": {"name": "default__get_column_names", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/table/create.sql", "original_file_path": "macros/relations/table/create.sql", "unique_id": "macro.dbt.default__get_column_names", "macro_sql": "{% macro default__get_column_names() %}\n {#- loop through user_provided_columns to get column names -#}\n {%- set user_provided_columns = model['columns'] -%}\n {%- for i in user_provided_columns %}\n {%- set col = user_provided_columns[i] -%}\n {%- set col_name = adapter.quote(col['name']) if col.get('quote') else col['name'] -%}\n {{ col_name }}{{ \", \" if not loop.last }}\n {%- endfor -%}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.780941, "supported_languages": null}, "macro.dbt.get_select_subquery": {"name": "get_select_subquery", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/table/create.sql", "original_file_path": "macros/relations/table/create.sql", "unique_id": "macro.dbt.get_select_subquery", "macro_sql": "{% macro get_select_subquery(sql) %}\n {{ return(adapter.dispatch('get_select_subquery', 'dbt')(sql)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_select_subquery"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7813013, "supported_languages": null}, "macro.dbt.default__get_select_subquery": {"name": "default__get_select_subquery", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/table/create.sql", "original_file_path": "macros/relations/table/create.sql", "unique_id": "macro.dbt.default__get_select_subquery", "macro_sql": "{% macro default__get_select_subquery(sql) %}\n select {{ adapter.dispatch('get_column_names', 'dbt')() }}\n from (\n {{ sql }}\n ) as model_subq\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_column_names"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.781666, "supported_languages": null}, "macro.dbt.get_replace_table_sql": {"name": "get_replace_table_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/table/replace.sql", "original_file_path": "macros/relations/table/replace.sql", "unique_id": "macro.dbt.get_replace_table_sql", "macro_sql": "{% macro get_replace_table_sql(relation, sql) %}\n {{- adapter.dispatch('get_replace_table_sql', 'dbt')(relation, sql) -}}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__get_replace_table_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7821643, "supported_languages": null}, "macro.dbt.default__get_replace_table_sql": {"name": "default__get_replace_table_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/table/replace.sql", "original_file_path": "macros/relations/table/replace.sql", "unique_id": "macro.dbt.default__get_replace_table_sql", "macro_sql": "{% macro default__get_replace_table_sql(relation, sql) %}\n {{ exceptions.raise_compiler_error(\n \"`get_replace_table_sql` has not been implemented for this adapter.\"\n ) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7824664, "supported_languages": null}, "macro.dbt.get_rename_table_sql": {"name": "get_rename_table_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/table/rename.sql", "original_file_path": "macros/relations/table/rename.sql", "unique_id": "macro.dbt.get_rename_table_sql", "macro_sql": "{% macro get_rename_table_sql(relation, new_name) %}\n {{- adapter.dispatch('get_rename_table_sql', 'dbt')(relation, new_name) -}}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__get_rename_table_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.78296, "supported_languages": null}, "macro.dbt.default__get_rename_table_sql": {"name": "default__get_rename_table_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/table/rename.sql", "original_file_path": "macros/relations/table/rename.sql", "unique_id": "macro.dbt.default__get_rename_table_sql", "macro_sql": "{% macro default__get_rename_table_sql(relation, new_name) %}\n {{ exceptions.raise_compiler_error(\n \"`get_rename_table_sql` has not been implemented for this adapter.\"\n ) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.783254, "supported_languages": null}, "macro.dbt.drop_table": {"name": "drop_table", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/table/drop.sql", "original_file_path": "macros/relations/table/drop.sql", "unique_id": "macro.dbt.drop_table", "macro_sql": "{% macro drop_table(relation) -%}\n {{- adapter.dispatch('drop_table', 'dbt')(relation) -}}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__drop_table"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.783725, "supported_languages": null}, "macro.dbt.default__drop_table": {"name": "default__drop_table", "resource_type": "macro", "package_name": "dbt", "path": "macros/relations/table/drop.sql", "original_file_path": "macros/relations/table/drop.sql", "unique_id": "macro.dbt.default__drop_table", "macro_sql": "{% macro default__drop_table(relation) -%}\n drop table if exists {{ relation.render() }} cascade\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.783968, "supported_languages": null}, "macro.dbt.get_fixture_sql": {"name": "get_fixture_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/unit_test_sql/get_fixture_sql.sql", "original_file_path": "macros/unit_test_sql/get_fixture_sql.sql", "unique_id": "macro.dbt.get_fixture_sql", "macro_sql": "{% macro get_fixture_sql(rows, column_name_to_data_types) %}\n-- Fixture for {{ model.name }}\n{% set default_row = {} %}\n\n{%- if not column_name_to_data_types -%}\n{#-- Use defer_relation IFF it is available in the manifest and 'this' is missing from the database --#}\n{%- set this_or_defer_relation = defer_relation if (defer_relation and not load_relation(this)) else this -%}\n{%- set columns_in_relation = adapter.get_columns_in_relation(this_or_defer_relation) -%}\n\n{%- set column_name_to_data_types = {} -%}\n{%- set column_name_to_quoted = {} -%}\n{%- for column in columns_in_relation -%}\n\n{#-- This needs to be a case-insensitive comparison --#}\n{%- do column_name_to_data_types.update({column.name|lower: column.data_type}) -%}\n{%- do column_name_to_quoted.update({column.name|lower: column.quoted}) -%}\n{%- endfor -%}\n{%- endif -%}\n\n{%- if not column_name_to_data_types -%}\n {{ exceptions.raise_compiler_error(\"Not able to get columns for unit test '\" ~ model.name ~ \"' from relation \" ~ this ~ \" because the relation doesn't exist\") }}\n{%- endif -%}\n\n{%- for column_name, column_type in column_name_to_data_types.items() -%}\n {%- do default_row.update({column_name: (safe_cast(\"null\", column_type) | trim )}) -%}\n{%- endfor -%}\n\n{{ validate_fixture_rows(rows, row_number) }}\n\n{%- for row in rows -%}\n{%- set formatted_row = format_row(row, column_name_to_data_types) -%}\n{%- set default_row_copy = default_row.copy() -%}\n{%- do default_row_copy.update(formatted_row) -%}\nselect\n{%- for column_name, column_value in default_row_copy.items() %} {{ column_value }} as {{ column_name_to_quoted[column_name] }}{% if not loop.last -%}, {%- endif %}\n{%- endfor %}\n{%- if not loop.last %}\nunion all\n{% endif %}\n{%- endfor -%}\n\n{%- if (rows | length) == 0 -%}\n select\n {%- for column_name, column_value in default_row.items() %} {{ column_value }} as {{ column_name_to_quoted[column_name] }}{% if not loop.last -%},{%- endif %}\n {%- endfor %}\n limit 0\n{%- endif -%}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.load_relation", "macro.dbt.safe_cast", "macro.dbt.validate_fixture_rows", "macro.dbt.format_row"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7889388, "supported_languages": null}, "macro.dbt.get_expected_sql": {"name": "get_expected_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/unit_test_sql/get_fixture_sql.sql", "original_file_path": "macros/unit_test_sql/get_fixture_sql.sql", "unique_id": "macro.dbt.get_expected_sql", "macro_sql": "{% macro get_expected_sql(rows, column_name_to_data_types, column_name_to_quoted) %}\n\n{%- if (rows | length) == 0 -%}\n select * from dbt_internal_unit_test_actual\n limit 0\n{%- else -%}\n{%- for row in rows -%}\n{%- set formatted_row = format_row(row, column_name_to_data_types) -%}\nselect\n{%- for column_name, column_value in formatted_row.items() %} {{ column_value }} as {{ column_name_to_quoted[column_name] }}{% if not loop.last -%}, {%- endif %}\n{%- endfor %}\n{%- if not loop.last %}\nunion all\n{% endif %}\n{%- endfor -%}\n{%- endif -%}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.format_row"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.790083, "supported_languages": null}, "macro.dbt.format_row": {"name": "format_row", "resource_type": "macro", "package_name": "dbt", "path": "macros/unit_test_sql/get_fixture_sql.sql", "original_file_path": "macros/unit_test_sql/get_fixture_sql.sql", "unique_id": "macro.dbt.format_row", "macro_sql": "\n\n{%- macro format_row(row, column_name_to_data_types) -%}\n {#-- generate case-insensitive formatted row --#}\n {% set formatted_row = {} %}\n {%- for column_name, column_value in row.items() -%}\n {% set column_name = column_name|lower %}\n\n {%- if column_name not in column_name_to_data_types %}\n {#-- if user-provided row contains column name that relation does not contain, raise an error --#}\n {% set fixture_name = \"expected output\" if model.resource_type == 'unit_test' else (\"'\" ~ model.name ~ \"'\") %}\n {{ exceptions.raise_compiler_error(\n \"Invalid column name: '\" ~ column_name ~ \"' in unit test fixture for \" ~ fixture_name ~ \".\"\n \"\\nAccepted columns for \" ~ fixture_name ~ \" are: \" ~ (column_name_to_data_types.keys()|list)\n ) }}\n {%- endif -%}\n\n {%- set column_type = column_name_to_data_types[column_name] %}\n\n {#-- sanitize column_value: wrap yaml strings in quotes, apply cast --#}\n {%- set column_value_clean = column_value -%}\n {%- if column_value is string -%}\n {%- set column_value_clean = dbt.string_literal(dbt.escape_single_quotes(column_value)) -%}\n {%- elif column_value is none -%}\n {%- set column_value_clean = 'null' -%}\n {%- endif -%}\n\n {%- set row_update = {column_name: safe_cast(column_value_clean, column_type) } -%}\n {%- do formatted_row.update(row_update) -%}\n {%- endfor -%}\n {{ return(formatted_row) }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt.string_literal", "macro.dbt.escape_single_quotes", "macro.dbt.safe_cast"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.792243, "supported_languages": null}, "macro.dbt.validate_fixture_rows": {"name": "validate_fixture_rows", "resource_type": "macro", "package_name": "dbt", "path": "macros/unit_test_sql/get_fixture_sql.sql", "original_file_path": "macros/unit_test_sql/get_fixture_sql.sql", "unique_id": "macro.dbt.validate_fixture_rows", "macro_sql": "{%- macro validate_fixture_rows(rows, row_number) -%}\n {{ return(adapter.dispatch('validate_fixture_rows', 'dbt')(rows, row_number)) }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt.default__validate_fixture_rows"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7926643, "supported_languages": null}, "macro.dbt.default__validate_fixture_rows": {"name": "default__validate_fixture_rows", "resource_type": "macro", "package_name": "dbt", "path": "macros/unit_test_sql/get_fixture_sql.sql", "original_file_path": "macros/unit_test_sql/get_fixture_sql.sql", "unique_id": "macro.dbt.default__validate_fixture_rows", "macro_sql": "{%- macro default__validate_fixture_rows(rows, row_number) -%}\n {# This is an abstract method for adapter overrides as needed #}\n{%- endmacro -%}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.792857, "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": 1765992568.7938545, "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": 1765992568.7944417, "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": 1765992568.7948956, "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": 1765992568.7954767, "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": 1765992568.7961783, "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 -%}\n\n {{ custom_alias_name | trim }}\n\n {%- elif node.version -%}\n\n {{ return(node.name ~ \"_v\" ~ (node.version | replace(\".\", \"_\"))) }}\n\n {%- else -%}\n\n {{ node.name }}\n\n {%- endif -%}\n\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.7969334, "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": 1765992568.7976248, "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": 1765992568.798125, "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": 1765992568.798961, "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": 1765992568.7994936, "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": 1765992568.800046, "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": 1765992568.8025382, "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": 1765992568.8037682, "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": 1765992568.804328, "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": 1765992568.8057377, "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 Partition 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": 1765992568.8079681, "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": 1765992568.8094113, "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": 1765992568.8098583, "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_postgres.postgres__make_intermediate_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.811147, "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": 1765992568.81149, "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 {#-- This ensures microbatch batches get unique temp relations to avoid clobbering --#}\n {% if suffix == '__dbt_tmp' and model.batch %}\n {% set suffix = suffix ~ '_' ~ model.batch.id %}\n {% endif %}\n\n {{ return(adapter.dispatch('make_temp_relation', 'dbt')(base_relation, suffix)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__make_temp_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.8122258, "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": 1765992568.8127954, "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_postgres.postgres__make_backup_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.8132548, "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": 1765992568.8138764, "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": 1765992568.814226, "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.render() }}\n {%- endcall %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.8145988, "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": 1765992568.8150692, "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": 1765992568.816115, "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": 1765992568.8165593, "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": 1765992568.8168344, "supported_languages": null}, "macro.dbt.get_catalog_relations": {"name": "get_catalog_relations", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/metadata.sql", "original_file_path": "macros/adapters/metadata.sql", "unique_id": "macro.dbt.get_catalog_relations", "macro_sql": "{% macro get_catalog_relations(information_schema, relations) -%}\n {{ return(adapter.dispatch('get_catalog_relations', 'dbt')(information_schema, relations)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__get_catalog_relations"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.818379, "supported_languages": null}, "macro.dbt.default__get_catalog_relations": {"name": "default__get_catalog_relations", "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_relations", "macro_sql": "{% macro default__get_catalog_relations(information_schema, relations) -%}\n {% set typename = adapter.type() %}\n {% set msg -%}\n get_catalog_relations 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": 1765992568.81928, "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_postgres.postgres__get_catalog"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.819685, "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": 1765992568.8201764, "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_postgres.postgres__information_schema_name"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.8205419, "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": 1765992568.8208523, "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_postgres.postgres__list_schemas"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.8211899, "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": 1765992568.8216665, "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_postgres.postgres__check_schema_exists"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.8220496, "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": 1765992568.8226311, "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_postgres.postgres__list_relations_without_caching"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.8229845, "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": 1765992568.82329, "supported_languages": null}, "macro.dbt.get_catalog_for_single_relation": {"name": "get_catalog_for_single_relation", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/metadata.sql", "original_file_path": "macros/adapters/metadata.sql", "unique_id": "macro.dbt.get_catalog_for_single_relation", "macro_sql": "{% macro get_catalog_for_single_relation(relation) %}\n {{ return(adapter.dispatch('get_catalog_for_single_relation', 'dbt')(relation)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_catalog_for_single_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.8236556, "supported_languages": null}, "macro.dbt.default__get_catalog_for_single_relation": {"name": "default__get_catalog_for_single_relation", "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_for_single_relation", "macro_sql": "{% macro default__get_catalog_for_single_relation(relation) %}\n {{ exceptions.raise_not_implemented(\n 'get_catalog_for_single_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": 1765992568.8239686, "supported_languages": null}, "macro.dbt.get_relations": {"name": "get_relations", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/metadata.sql", "original_file_path": "macros/adapters/metadata.sql", "unique_id": "macro.dbt.get_relations", "macro_sql": "{% macro get_relations() %}\n {{ return(adapter.dispatch('get_relations', 'dbt')()) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__get_relations"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.8242872, "supported_languages": null}, "macro.dbt.default__get_relations": {"name": "default__get_relations", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/metadata.sql", "original_file_path": "macros/adapters/metadata.sql", "unique_id": "macro.dbt.default__get_relations", "macro_sql": "{% macro default__get_relations() %}\n {{ exceptions.raise_not_implemented(\n 'get_relations 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": 1765992568.8245988, "supported_languages": null}, "macro.dbt.get_relation_last_modified": {"name": "get_relation_last_modified", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/metadata.sql", "original_file_path": "macros/adapters/metadata.sql", "unique_id": "macro.dbt.get_relation_last_modified", "macro_sql": "{% macro get_relation_last_modified(information_schema, relations) %}\n {{ return(adapter.dispatch('get_relation_last_modified', 'dbt')(information_schema, relations)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_relation_last_modified"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.8249958, "supported_languages": null}, "macro.dbt.default__get_relation_last_modified": {"name": "default__get_relation_last_modified", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/metadata.sql", "original_file_path": "macros/adapters/metadata.sql", "unique_id": "macro.dbt.default__get_relation_last_modified", "macro_sql": "{% macro default__get_relation_last_modified(information_schema, relations) %}\n {{ exceptions.raise_not_implemented(\n 'get_relation_last_modified 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": 1765992568.8253343, "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_postgres.postgres__current_timestamp"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.8262, "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": 1765992568.826518, "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_postgres.postgres__snapshot_get_time"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.826802, "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": 1765992568.827016, "supported_languages": null}, "macro.dbt.get_snapshot_get_time_data_type": {"name": "get_snapshot_get_time_data_type", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/timestamps.sql", "original_file_path": "macros/adapters/timestamps.sql", "unique_id": "macro.dbt.get_snapshot_get_time_data_type", "macro_sql": "{% macro get_snapshot_get_time_data_type() %}\n {% set snapshot_time = adapter.dispatch('snapshot_get_time', 'dbt')() %}\n {% set time_data_type_sql = 'select ' ~ snapshot_time ~ ' as dbt_snapshot_time' %}\n {% set snapshot_time_column_schema = get_column_schema_from_query(time_data_type_sql) %}\n {% set time_data_type = snapshot_time_column_schema[0].dtype %}\n {{ return(time_data_type or none) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.snapshot_get_time", "macro.dbt_postgres.postgres__snapshot_get_time", "macro.dbt.get_column_schema_from_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.827939, "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_postgres.postgres__current_timestamp_backcompat"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.8282685, "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": 1765992568.828442, "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_postgres.postgres__current_timestamp_in_utc_backcompat"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.8287702, "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_postgres.postgres__current_timestamp_backcompat"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.8290935, "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_postgres.postgres__create_schema"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.8297076, "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": 1765992568.8300676, "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_postgres.postgres__drop_schema"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.8303847, "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": 1765992568.8307564, "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": 1765992568.8316002, "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')) }}\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": 1765992568.8323781, "supported_languages": null}, "macro.dbt.collect_freshness_custom_sql": {"name": "collect_freshness_custom_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/freshness.sql", "original_file_path": "macros/adapters/freshness.sql", "unique_id": "macro.dbt.collect_freshness_custom_sql", "macro_sql": "{% macro collect_freshness_custom_sql(source, loaded_at_query) %}\n {{ return(adapter.dispatch('collect_freshness_custom_sql', 'dbt')(source, loaded_at_query))}}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__collect_freshness_custom_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.8327897, "supported_languages": null}, "macro.dbt.default__collect_freshness_custom_sql": {"name": "default__collect_freshness_custom_sql", "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_custom_sql", "macro_sql": "{% macro default__collect_freshness_custom_sql(source, loaded_at_query) %}\n {% call statement('collect_freshness_custom_sql', fetch_result=True, auto_begin=False) -%}\n with source_query as (\n {{ loaded_at_query }}\n )\n select\n (select * from source_query) as max_loaded_at,\n {{ current_timestamp() }} as snapshotted_at\n {% endcall %}\n {{ return(load_result('collect_freshness_custom_sql')) }}\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": 1765992568.8333864, "supported_languages": null}, "macro.dbt.get_show_sql": {"name": "get_show_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/show.sql", "original_file_path": "macros/adapters/show.sql", "unique_id": "macro.dbt.get_show_sql", "macro_sql": "{% macro get_show_sql(compiled_code, sql_header, limit) -%}\n {%- if sql_header is not none -%}\n {{ sql_header }}\n {%- endif %}\n {{ get_limit_subquery_sql(compiled_code, limit) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_limit_subquery_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.8341198, "supported_languages": null}, "macro.dbt.get_limit_subquery_sql": {"name": "get_limit_subquery_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/show.sql", "original_file_path": "macros/adapters/show.sql", "unique_id": "macro.dbt.get_limit_subquery_sql", "macro_sql": "\n{%- macro get_limit_subquery_sql(sql, limit) -%}\n {{ adapter.dispatch('get_limit_sql', 'dbt')(sql, limit) }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt.default__get_limit_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.8344955, "supported_languages": null}, "macro.dbt.default__get_limit_sql": {"name": "default__get_limit_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/show.sql", "original_file_path": "macros/adapters/show.sql", "unique_id": "macro.dbt.default__get_limit_sql", "macro_sql": "{% macro default__get_limit_sql(sql, limit) %}\n {{ sql }}\n {% if limit is not none %}\n limit {{ limit }}\n {%- endif -%}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.8348656, "supported_languages": null}, "macro.dbt.validate_sql": {"name": "validate_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/validate_sql.sql", "original_file_path": "macros/adapters/validate_sql.sql", "unique_id": "macro.dbt.validate_sql", "macro_sql": "{% macro validate_sql(sql) -%}\n {{ return(adapter.dispatch('validate_sql', 'dbt')(sql)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__validate_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.8353908, "supported_languages": null}, "macro.dbt.default__validate_sql": {"name": "default__validate_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/validate_sql.sql", "original_file_path": "macros/adapters/validate_sql.sql", "unique_id": "macro.dbt.default__validate_sql", "macro_sql": "{% macro default__validate_sql(sql) -%}\n {% call statement('validate_sql') -%}\n explain {{ sql }}\n {% endcall %}\n {{ return(load_result('validate_sql')) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.835871, "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_postgres.postgres__get_create_index_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.8367689, "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": 1765992568.8370445, "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": 1765992568.8374922, "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": 1765992568.838253, "supported_languages": null}, "macro.dbt.get_drop_index_sql": {"name": "get_drop_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_drop_index_sql", "macro_sql": "{% macro get_drop_index_sql(relation, index_name) -%}\n {{ adapter.dispatch('get_drop_index_sql', 'dbt')(relation, index_name) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__get_drop_index_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.8386247, "supported_languages": null}, "macro.dbt.default__get_drop_index_sql": {"name": "default__get_drop_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_drop_index_sql", "macro_sql": "{% macro default__get_drop_index_sql(relation, index_name) -%}\n {{ exceptions.raise_compiler_error(\"`get_drop_index_sql has not been implemented for this adapter.\") }}\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.8388968, "supported_languages": null}, "macro.dbt.get_show_indexes_sql": {"name": "get_show_indexes_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/indexes.sql", "original_file_path": "macros/adapters/indexes.sql", "unique_id": "macro.dbt.get_show_indexes_sql", "macro_sql": "{% macro get_show_indexes_sql(relation) -%}\n {{ adapter.dispatch('get_show_indexes_sql', 'dbt')(relation) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_postgres.postgres__get_show_indexes_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.8391998, "supported_languages": null}, "macro.dbt.default__get_show_indexes_sql": {"name": "default__get_show_indexes_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_show_indexes_sql", "macro_sql": "{% macro default__get_show_indexes_sql(relation) -%}\n {{ exceptions.raise_compiler_error(\"`get_show_indexes_sql has not been implemented for this adapter.\") }}\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.839464, "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_postgres.postgres__copy_grants"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.8414493, "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": 1765992568.8416846, "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": 1765992568.8420062, "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": 1765992568.842235, "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": 1765992568.842911, "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_postgres.postgres__get_show_grant_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.8432665, "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.render() }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.843526, "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.default__get_grant_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.8439631, "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.render() }} 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": 1765992568.8443651, "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.default__get_revoke_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.8448193, "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.render() }} 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": 1765992568.8452263, "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": 1765992568.845679, "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": 1765992568.8470976, "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": 1765992568.8474772, "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": 1765992568.8479526, "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": 1765992568.848386, "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.render() ~': 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": 1765992568.850615, "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_postgres.postgres__get_columns_in_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.852765, "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": 1765992568.8530798, "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": 1765992568.8536994, "supported_languages": null}, "macro.dbt.get_list_of_column_names": {"name": "get_list_of_column_names", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/columns.sql", "original_file_path": "macros/adapters/columns.sql", "unique_id": "macro.dbt.get_list_of_column_names", "macro_sql": "\n\n{%- macro get_list_of_column_names(columns) -%}\n {% set col_names = [] %}\n {% for col in columns %}\n {% do col_names.append(col.name) %}\n {% endfor %}\n {{ return(col_names) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.8542585, "supported_languages": null}, "macro.dbt.get_empty_subquery_sql": {"name": "get_empty_subquery_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/columns.sql", "original_file_path": "macros/adapters/columns.sql", "unique_id": "macro.dbt.get_empty_subquery_sql", "macro_sql": "{% macro get_empty_subquery_sql(select_sql, select_sql_header=none) -%}\n {{ return(adapter.dispatch('get_empty_subquery_sql', 'dbt')(select_sql, select_sql_header)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_empty_subquery_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.8546915, "supported_languages": null}, "macro.dbt.default__get_empty_subquery_sql": {"name": "default__get_empty_subquery_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/columns.sql", "original_file_path": "macros/adapters/columns.sql", "unique_id": "macro.dbt.default__get_empty_subquery_sql", "macro_sql": "{% macro default__get_empty_subquery_sql(select_sql, select_sql_header=none) %}\n {%- if select_sql_header is not none -%}\n {{ select_sql_header }}\n {%- endif -%}\n select * from (\n {{ select_sql }}\n ) as __dbt_sbq\n where false\n limit 0\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.8550959, "supported_languages": null}, "macro.dbt.get_empty_schema_sql": {"name": "get_empty_schema_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/columns.sql", "original_file_path": "macros/adapters/columns.sql", "unique_id": "macro.dbt.get_empty_schema_sql", "macro_sql": "{% macro get_empty_schema_sql(columns) -%}\n {{ return(adapter.dispatch('get_empty_schema_sql', 'dbt')(columns)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_empty_schema_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.8554614, "supported_languages": null}, "macro.dbt.default__get_empty_schema_sql": {"name": "default__get_empty_schema_sql", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/columns.sql", "original_file_path": "macros/adapters/columns.sql", "unique_id": "macro.dbt.default__get_empty_schema_sql", "macro_sql": "{% macro default__get_empty_schema_sql(columns) %}\n {%- set col_err = [] -%}\n {%- set col_naked_numeric = [] -%}\n select\n {% for i in columns %}\n {%- set col = columns[i] -%}\n {%- if col['data_type'] is not defined -%}\n {%- do col_err.append(col['name']) -%}\n {#-- If this column's type is just 'numeric' then it is missing precision/scale, raise a warning --#}\n {%- elif col['data_type'].strip().lower() in ('numeric', 'decimal', 'number') -%}\n {%- do col_naked_numeric.append(col['name']) -%}\n {%- endif -%}\n {% set col_name = adapter.quote(col['name']) if col.get('quote') else col['name'] %}\n {{ cast('null', col['data_type']) }} as {{ col_name }}{{ \", \" if not loop.last }}\n {%- endfor -%}\n {%- if (col_err | length) > 0 -%}\n {{ exceptions.column_type_missing(column_names=col_err) }}\n {%- elif (col_naked_numeric | length) > 0 -%}\n {{ exceptions.warn(\"Detected columns with numeric type and unspecified precision/scale, this can lead to unintended rounding: \" ~ col_naked_numeric ~ \"`\") }}\n {%- endif -%}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.cast"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.8577166, "supported_languages": null}, "macro.dbt.get_column_schema_from_query": {"name": "get_column_schema_from_query", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/columns.sql", "original_file_path": "macros/adapters/columns.sql", "unique_id": "macro.dbt.get_column_schema_from_query", "macro_sql": "{% macro get_column_schema_from_query(select_sql, select_sql_header=none) -%}\n {% set columns = [] %}\n {# -- Using an 'empty subquery' here to get the same schema as the given select_sql statement, without necessitating a data scan.#}\n {% set sql = get_empty_subquery_sql(select_sql, select_sql_header) %}\n {% set column_schema = adapter.get_column_schema_from_query(sql) %}\n {{ return(column_schema) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_empty_subquery_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.8583758, "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": 1765992568.8587492, "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 {{ get_empty_subquery_sql(select_sql) }}\n {% endcall %}\n {{ return(load_result('get_columns_in_query').table.columns | map(attribute='name') | list) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement", "macro.dbt.get_empty_subquery_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.8594184, "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.default__alter_column_type"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.8598557, "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.render() }} add column {{ adapter.quote(tmp_column) }} {{ new_column_type }};\n update {{ relation.render() }} set {{ adapter.quote(tmp_column) }} = {{ adapter.quote(column_name) }};\n alter table {{ relation.render() }} drop column {{ adapter.quote(column_name) }} cascade;\n alter table {{ relation.render() }} 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": 1765992568.861246, "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": 1765992568.8617582, "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.render() }}\n\n {% for column in add_columns %}\n add column {{ column.quoted }} {{ 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.quoted }}{{ ',' 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": 1765992568.863321, "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_postgres.postgres__alter_column_comment"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.8641706, "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": 1765992568.86452, "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_postgres.postgres__alter_relation_comment"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.864917, "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": 1765992568.8652594, "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.default__persist_docs"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.8657923, "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": 1765992568.8667185, "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.default__test_unique"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.8675678, "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": 1765992568.8680494, "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": 1765992568.8686712, "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": 1765992568.8692403, "supported_languages": null}, "macro.intercom.get_conversation_history_columns": {"name": "get_conversation_history_columns", "resource_type": "macro", "package_name": "intercom", "path": "macros/staging/get_conversation_history_columns.sql", "original_file_path": "macros/staging/get_conversation_history_columns.sql", "unique_id": "macro.intercom.get_conversation_history_columns", "macro_sql": "{% macro get_conversation_history_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"_fivetran_active\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_start\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"_fivetran_end\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"assignee_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"assignee_type\", \"datatype\": dbt.type_string()},\n {\"name\": \"conversation_rating_remark\", \"datatype\": dbt.type_int()},\n {\"name\": \"conversation_rating_value\", \"datatype\": dbt.type_int()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"first_contact_reply_created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"first_contact_reply_type\", \"datatype\": dbt.type_string()},\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"read\", \"datatype\": \"boolean\"},\n {\"name\": \"sla_name\", \"datatype\": dbt.type_int()},\n {\"name\": \"sla_status\", \"datatype\": dbt.type_int()},\n {\"name\": \"snoozed_until\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"source_author_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"source_author_type\", \"datatype\": dbt.type_string()},\n {\"name\": \"source_body\", \"datatype\": dbt.type_string()},\n {\"name\": \"source_delivered_as\", \"datatype\": dbt.type_string()},\n {\"name\": \"source_subject\", \"datatype\": dbt.type_string()},\n {\"name\": \"source_type\", \"datatype\": dbt.type_string()},\n {\"name\": \"state\", \"datatype\": dbt.type_string()},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"waiting_since\", \"datatype\": dbt.type_timestamp()}\n] %}\n\n{{ fivetran_utils.add_pass_through_columns(columns, var('intercom__conversation_history_pass_through_columns')) }}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int", "macro.dbt.type_string", "macro.fivetran_utils.add_pass_through_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.8741715, "supported_languages": null}, "macro.intercom.get_collection_history_columns": {"name": "get_collection_history_columns", "resource_type": "macro", "package_name": "intercom", "path": "macros/staging/get_collection_history_columns.sql", "original_file_path": "macros/staging/get_collection_history_columns.sql", "unique_id": "macro.intercom.get_collection_history_columns", "macro_sql": "{% macro get_collection_history_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_active\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_start\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"_fivetran_end\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"default_locale\", \"datatype\": dbt.type_string()},\n {\"name\": \"description\", \"datatype\": dbt.type_string()},\n {\"name\": \"help_center_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"icon\", \"datatype\": dbt.type_string()},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"name\", \"datatype\": dbt.type_string()},\n {\"name\": \"order\", \"datatype\": dbt.type_int(), \"quote\": True, \"alias\": \"display_order\"},\n {\"name\": \"parent_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"type\", \"datatype\": dbt.type_string()},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"url\", \"datatype\": dbt.type_string()},\n {\"name\": \"workspace_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": 1765992568.8775713, "supported_languages": null}, "macro.intercom.get_tag_columns": {"name": "get_tag_columns", "resource_type": "macro", "package_name": "intercom", "path": "macros/staging/get_tag_columns.sql", "original_file_path": "macros/staging/get_tag_columns.sql", "unique_id": "macro.intercom.get_tag_columns", "macro_sql": "{% macro get_tag_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_deleted\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"name\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.8786643, "supported_languages": null}, "macro.intercom.get_contact_tag_history_columns": {"name": "get_contact_tag_history_columns", "resource_type": "macro", "package_name": "intercom", "path": "macros/staging/get_contact_tag_history_columns.sql", "original_file_path": "macros/staging/get_contact_tag_history_columns.sql", "unique_id": "macro.intercom.get_contact_tag_history_columns", "macro_sql": "{% macro get_contact_tag_history_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_string()},\n {\"name\": \"_fivetran_active\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_start\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"_fivetran_end\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"contact_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"contact_updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"tag_id\", \"datatype\": dbt.type_int()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_string", "macro.dbt.type_timestamp", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.8802242, "supported_languages": null}, "macro.intercom.get_team_admin_columns": {"name": "get_team_admin_columns", "resource_type": "macro", "package_name": "intercom", "path": "macros/staging/get_team_admin_columns.sql", "original_file_path": "macros/staging/get_team_admin_columns.sql", "unique_id": "macro.intercom.get_team_admin_columns", "macro_sql": "{% macro get_team_admin_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_deleted\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"admin_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"team_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": 1765992568.881284, "supported_languages": null}, "macro.intercom.get_conversation_tag_history_columns": {"name": "get_conversation_tag_history_columns", "resource_type": "macro", "package_name": "intercom", "path": "macros/staging/get_conversation_tag_history_columns.sql", "original_file_path": "macros/staging/get_conversation_tag_history_columns.sql", "unique_id": "macro.intercom.get_conversation_tag_history_columns", "macro_sql": "{% macro get_conversation_tag_history_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_active\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_start\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"_fivetran_end\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"conversation_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"conversation_updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"tag_id\", \"datatype\": dbt.type_int()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.8827083, "supported_languages": null}, "macro.intercom.get_admin_columns": {"name": "get_admin_columns", "resource_type": "macro", "package_name": "intercom", "path": "macros/staging/get_admin_columns.sql", "original_file_path": "macros/staging/get_admin_columns.sql", "unique_id": "macro.intercom.get_admin_columns", "macro_sql": "{% macro get_admin_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_deleted\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"job_title\", \"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": 1765992568.8839457, "supported_languages": null}, "macro.intercom.get_conversation_part_history_columns": {"name": "get_conversation_part_history_columns", "resource_type": "macro", "package_name": "intercom", "path": "macros/staging/get_conversation_part_history_columns.sql", "original_file_path": "macros/staging/get_conversation_part_history_columns.sql", "unique_id": "macro.intercom.get_conversation_part_history_columns", "macro_sql": "{% macro get_conversation_part_history_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"_fivetran_active\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_start\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"_fivetran_end\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"assigned_to_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"assigned_to_type\", \"datatype\": dbt.type_string()},\n {\"name\": \"author_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"body\", \"datatype\": dbt.type_string()},\n {\"name\": \"author_type\", \"datatype\": dbt.type_string()},\n {\"name\": \"conversation_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"conversation_updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"part_type\", \"datatype\": dbt.type_string()},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.886917, "supported_languages": null}, "macro.intercom.get_article_history_columns": {"name": "get_article_history_columns", "resource_type": "macro", "package_name": "intercom", "path": "macros/staging/get_article_history_columns.sql", "original_file_path": "macros/staging/get_article_history_columns.sql", "unique_id": "macro.intercom.get_article_history_columns", "macro_sql": "{% macro get_article_history_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_active\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_start\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"_fivetran_end\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"author_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"body\", \"datatype\": dbt.type_string()},\n {\"name\": \"collection_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"default_locale\", \"datatype\": dbt.type_string()},\n {\"name\": \"description\", \"datatype\": dbt.type_string()},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"parent_type\", \"datatype\": dbt.type_string()},\n {\"name\": \"section_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"state\", \"datatype\": dbt.type_string()},\n {\"name\": \"statistics_conversations\", \"datatype\": dbt.type_int()},\n {\"name\": \"statistics_happy_reaction_percentage\", \"datatype\": dbt.type_float()},\n {\"name\": \"statistics_neutral_reaction_percentage\", \"datatype\": dbt.type_float()},\n {\"name\": \"statistics_reactions\", \"datatype\": dbt.type_int()},\n {\"name\": \"statistics_sad_reaction_percentage\", \"datatype\": dbt.type_float()},\n {\"name\": \"statistics_type\", \"datatype\": dbt.type_string()},\n {\"name\": \"statistics_views\", \"datatype\": dbt.type_int()},\n {\"name\": \"title\", \"datatype\": dbt.type_string()},\n {\"name\": \"type\", \"datatype\": dbt.type_string()},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"url\", \"datatype\": dbt.type_string()},\n {\"name\": \"workspace_id\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ fivetran_utils.add_pass_through_columns(columns, var('intercom__article_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.dbt.type_float", "macro.fivetran_utils.add_pass_through_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.8919466, "supported_languages": null}, "macro.intercom.get_company_history_columns": {"name": "get_company_history_columns", "resource_type": "macro", "package_name": "intercom", "path": "macros/staging/get_company_history_columns.sql", "original_file_path": "macros/staging/get_company_history_columns.sql", "unique_id": "macro.intercom.get_company_history_columns", "macro_sql": "{% macro get_company_history_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_active\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_start\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"_fivetran_end\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"industry\", \"datatype\": dbt.type_int()},\n {\"name\": \"monthly_spend\", \"datatype\": dbt.type_int()},\n {\"name\": \"name\", \"datatype\": dbt.type_string()},\n {\"name\": \"plan_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"plan_name\", \"datatype\": dbt.type_int()},\n {\"name\": \"session_count\", \"datatype\": dbt.type_int()},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"user_count\", \"datatype\": dbt.type_int()},\n {\"name\": \"website\", \"datatype\": dbt.type_int()}\n] %}\n\n{{ fivetran_utils.add_pass_through_columns(columns, var('intercom__company_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": 1765992568.895025, "supported_languages": null}, "macro.intercom.get_company_tag_history_columns": {"name": "get_company_tag_history_columns", "resource_type": "macro", "package_name": "intercom", "path": "macros/staging/get_company_tag_history_columns.sql", "original_file_path": "macros/staging/get_company_tag_history_columns.sql", "unique_id": "macro.intercom.get_company_tag_history_columns", "macro_sql": "{% macro get_company_tag_history_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_active\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_start\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"_fivetran_end\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_string()},\n {\"name\": \"company_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"company_updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"tag_id\", \"datatype\": dbt.type_int()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.8966067, "supported_languages": null}, "macro.intercom.get_contact_company_history_columns": {"name": "get_contact_company_history_columns", "resource_type": "macro", "package_name": "intercom", "path": "macros/staging/get_contact_company_history_columns.sql", "original_file_path": "macros/staging/get_contact_company_history_columns.sql", "unique_id": "macro.intercom.get_contact_company_history_columns", "macro_sql": "{% macro get_contact_company_history_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"_fivetran_active\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_start\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"_fivetran_end\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"company_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"contact_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"contact_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": 1765992568.8981698, "supported_languages": null}, "macro.intercom.get_help_center_history_columns": {"name": "get_help_center_history_columns", "resource_type": "macro", "package_name": "intercom", "path": "macros/staging/get_help_center_history_columns.sql", "original_file_path": "macros/staging/get_help_center_history_columns.sql", "unique_id": "macro.intercom.get_help_center_history_columns", "macro_sql": "{% macro get_help_center_history_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_active\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_start\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"_fivetran_end\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"display_name\", \"datatype\": dbt.type_string()},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"identifier\", \"datatype\": dbt.type_string()},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"website_turned_on\", \"datatype\": \"boolean\"},\n {\"name\": \"workspace_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": 1765992568.9003701, "supported_languages": null}, "macro.intercom.get_team_columns": {"name": "get_team_columns", "resource_type": "macro", "package_name": "intercom", "path": "macros/staging/get_team_columns.sql", "original_file_path": "macros/staging/get_team_columns.sql", "unique_id": "macro.intercom.get_team_columns", "macro_sql": "{% macro get_team_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_deleted\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\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"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.9014766, "supported_languages": null}, "macro.intercom.get_contact_history_columns": {"name": "get_contact_history_columns", "resource_type": "macro", "package_name": "intercom", "path": "macros/staging/get_contact_history_columns.sql", "original_file_path": "macros/staging/get_contact_history_columns.sql", "unique_id": "macro.intercom.get_contact_history_columns", "macro_sql": "{% macro get_contact_history_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_active\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_start\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"_fivetran_end\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"admin_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"created_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"email\", \"datatype\": dbt.type_string()},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"last_contacted_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"last_email_clicked_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"last_email_opened_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"last_replied_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"name\", \"datatype\": dbt.type_string()},\n {\"name\": \"role\", \"datatype\": dbt.type_string()},\n {\"name\": \"signed_up_at\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"unsubscribed_from_emails\", \"datatype\": \"boolean\"},\n {\"name\": \"updated_at\", \"datatype\": dbt.type_timestamp()}\n] %}\n\n{{ fivetran_utils.add_pass_through_columns(columns, var('intercom__contact_history_pass_through_columns')) }}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_int", "macro.dbt.type_string", "macro.fivetran_utils.add_pass_through_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.9048743, "supported_languages": null}, "macro.intercom.get_conversation_contact_history_columns": {"name": "get_conversation_contact_history_columns", "resource_type": "macro", "package_name": "intercom", "path": "macros/staging/get_conversation_contact_history_columns.sql", "original_file_path": "macros/staging/get_conversation_contact_history_columns.sql", "unique_id": "macro.intercom.get_conversation_contact_history_columns", "macro_sql": "{% macro get_conversation_contact_history_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"_fivetran_active\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_start\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"_fivetran_end\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"contact_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"conversation_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"conversation_updated_at\", \"datatype\": dbt.type_timestamp()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.906475, "supported_languages": null}, "macro.intercom.intercom_union_connections": {"name": "intercom_union_connections", "resource_type": "macro", "package_name": "intercom", "path": "macros/union/union_connections.sql", "original_file_path": "macros/union/union_connections.sql", "unique_id": "macro.intercom.intercom_union_connections", "macro_sql": "{% macro intercom_union_connections(connection_dictionary, single_source_name, single_table_name, default_identifier=single_table_name) %}\n\n{{ adapter.dispatch('intercom_union_connections', 'intercom') (connection_dictionary, single_source_name, single_table_name, default_identifier) }}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.intercom.default__intercom_union_connections"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.9078927, "supported_languages": null}, "macro.intercom.default__intercom_union_connections": {"name": "default__intercom_union_connections", "resource_type": "macro", "package_name": "intercom", "path": "macros/union/union_connections.sql", "original_file_path": "macros/union/union_connections.sql", "unique_id": "macro.intercom.default__intercom_union_connections", "macro_sql": "{% macro default__intercom_union_connections(connection_dictionary, single_source_name, single_table_name, default_identifier=single_table_name) %}\n\n{%- set exception_warning = \"\\n\\nPlease be aware: The \" ~ single_source_name|upper ~ \".\" ~ single_table_name|upper ~ \" table was not found in your schema(s). The Fivetran Data Model will create a completely empty 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{%- set using_empty_table_warnings = (execute and not var('fivetran__remove_empty_table_warnings', false)) %}\n{%- set connections = var(connection_dictionary, []) %}\n{%- set using_unioning = connections | length > 0 %}\n\n{%- if using_unioning %}\n{# For unioning #}\n {%- set relations = [] -%}\n {%- for connection in connections -%}\n\n {% if var('has_defined_sources', false) %}\n {%- set database = source(connection.name, single_table_name).database %}\n {%- set schema = source(connection.name, single_table_name).schema %}\n {%- set identifier = source(connection.name, single_table_name).identifier %}\n {%- else %}\n {%- set database = connection.database if connection.database else target.database %}\n {%- set schema = connection.schema if connection.schema else single_source_name %}\n {%- set identifier = default_identifier %}\n {%- endif %}\n \n {%- set relation=adapter.get_relation(\n database=database,\n schema=schema,\n identifier=identifier\n )\n -%}\n\n {%- if relation is not none -%}\n {%- do relations.append(relation) -%}\n {%- endif -%}\n\n -- ** Values passed to adapter.get_relation:\n {{ '-- database: ' ~ database }}\n {{ '-- schema: ' ~ schema }}\n {{ '-- identifier: ' ~ identifier ~ '\\n' }}\n\n {%- endfor -%}\n\n {%- if relations != [] -%}\n {{ intercom.intercom_union_relations(relations) }}\n\n {%- else -%}\n {{ exceptions.warn(exception_warning) if using_empty_table_warnings }}\n\n select\n cast(null as {{ dbt.type_string() }}) as _dbt_source_relation\n limit {{ '0' if target.type != 'redshift' else '1' }}\n {%- endif -%}\n\n{% else %}\n{# Not unioning #}\n\n {% set identifier_var = single_source_name + \"_\" + single_table_name + \"_identifier\"%}\n {%- set database = source(single_source_name, single_table_name).database %}\n {%- set schema = source(single_source_name, single_table_name).schema %}\n {%- set identifier = source(single_source_name, single_table_name).identifier %}\n\n {%- set relation=adapter.get_relation(\n database=database,\n schema=schema,\n identifier=identifier\n )\n -%}\n\n -- ** Values passed to adapter.get_relation:\n {{ '-- full-identifier_var: ' ~ identifier_var }}\n {{ '-- database: ' ~ database }} \n {{ '-- schema: ' ~ schema }}\n {{ '-- identifier: ' ~ identifier ~ '\\n' }}\n\n {% if relation is not none -%}\n select\n {{ dbt_utils.star(from=source(single_source_name, single_table_name)) }}\n from {{ source(single_source_name, single_table_name) }} as source_table\n\n {% else %}\n {{ exceptions.warn(exception_warning) if using_empty_table_warnings }}\n\n select\n cast(null as {{ dbt.type_string() }}) as _dbt_source_relation\n limit {{ '0' if target.type != 'redshift' else '1' }}\n {%- endif -%}\n{% endif -%}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.intercom.intercom_union_relations", "macro.dbt.type_string", "macro.dbt_utils.star"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.913227, "supported_languages": null}, "macro.intercom.intercom_union_relations": {"name": "intercom_union_relations", "resource_type": "macro", "package_name": "intercom", "path": "macros/union/union_relations.sql", "original_file_path": "macros/union/union_relations.sql", "unique_id": "macro.intercom.intercom_union_relations", "macro_sql": "\n\n{%- macro intercom_union_relations(relations, aliases=none, column_override=none, include=[], exclude=[], source_column_name='_dbt_source_relation', where=none) -%}\n {{ return(adapter.dispatch('intercom_union_relations', 'intercom')(relations, aliases, column_override, include, exclude, source_column_name, where)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.intercom.default__intercom_union_relations"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.9153342, "supported_languages": null}, "macro.intercom.default__intercom_union_relations": {"name": "default__intercom_union_relations", "resource_type": "macro", "package_name": "intercom", "path": "macros/union/union_relations.sql", "original_file_path": "macros/union/union_relations.sql", "unique_id": "macro.intercom.default__intercom_union_relations", "macro_sql": "\n\n{%- macro default__intercom_union_relations(relations, aliases=none, 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, 'intercom_union_relations') -%}\n {%- do dbt_utils._is_ephemeral(relation, 'intercom_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.database ~ '.' ~ relation.schema) }} 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 {# This alias is the only addition made to the dbt_utils.union_relations() code. Avoids errors if the table is named a reserved keyword #}\n from {{ aliases[loop.index0] if aliases else relation }} as unioned_relation_{{ loop.index }}\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": 1765992568.9224646, "supported_languages": null}, "macro.intercom.partition_by_source_relation": {"name": "partition_by_source_relation", "resource_type": "macro", "package_name": "intercom", "path": "macros/union/partition_by_source_relation.sql", "original_file_path": "macros/union/partition_by_source_relation.sql", "unique_id": "macro.intercom.partition_by_source_relation", "macro_sql": "{%- macro partition_by_source_relation(has_other_partitions='yes', alias=None) -%}\n\n{{ adapter.dispatch('partition_by_source_relation', 'intercom') (has_other_partitions, alias) }}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.intercom.default__partition_by_source_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.9232209, "supported_languages": null}, "macro.intercom.default__partition_by_source_relation": {"name": "default__partition_by_source_relation", "resource_type": "macro", "package_name": "intercom", "path": "macros/union/partition_by_source_relation.sql", "original_file_path": "macros/union/partition_by_source_relation.sql", "unique_id": "macro.intercom.default__partition_by_source_relation", "macro_sql": "{% macro default__partition_by_source_relation(has_other_partitions='yes', alias=None) -%}\n {% set prefix = '' if alias is none else alias ~ '.' %}\n\n {%- if has_other_partitions == 'no' -%}\n {{ 'partition by ' ~ prefix ~ 'source_relation' if var('intercom_sources', [])|length > 1 }}\n {%- else -%}\n {{ ', ' ~ prefix ~ 'source_relation' if var('intercom_sources', [])|length > 1 }}\n {%- endif -%}\n{%- endmacro -%}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.9246988, "supported_languages": null}, "macro.intercom.apply_source_relation": {"name": "apply_source_relation", "resource_type": "macro", "package_name": "intercom", "path": "macros/union/apply_source_relation.sql", "original_file_path": "macros/union/apply_source_relation.sql", "unique_id": "macro.intercom.apply_source_relation", "macro_sql": "{% macro apply_source_relation() -%}\n\n{{ adapter.dispatch('apply_source_relation', 'intercom') () }}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.intercom.default__apply_source_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.9252758, "supported_languages": null}, "macro.intercom.default__apply_source_relation": {"name": "default__apply_source_relation", "resource_type": "macro", "package_name": "intercom", "path": "macros/union/apply_source_relation.sql", "original_file_path": "macros/union/apply_source_relation.sql", "unique_id": "macro.intercom.default__apply_source_relation", "macro_sql": "{% macro default__apply_source_relation() -%}\n\n{% if var('intercom_sources', []) != [] %}\n, _dbt_source_relation as source_relation\n{% else %}\n, '{{ var(\"intercom_database\", target.database) }}' || '.'|| '{{ var(\"intercom_schema\", \"intercom\") }}' as source_relation\n{% endif %}\n\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.9259164, "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": 1765992568.9267313, "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": 1765992568.9275227, "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": 1765992568.928218, "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": 1765992568.929384, "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": 1765992568.9308546, "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": 1765992568.932909, "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": 1765992568.9338617, "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": 1765992568.934825, "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": 1765992568.9357686, "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": 1765992568.9364638, "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": 1765992568.937297, "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 {{ dbt.type_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": ["macro.dbt.type_numeric"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.9391167, "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": 1765992568.9399705, "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 {% do 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": 1765992568.9412434, "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": 1765992568.9419894, "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": 1765992568.9426188, "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": 1765992568.9436939, "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": 1765992568.9454937, "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": 1765992568.946269, "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": 1765992568.947194, "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": 1765992568.9487464, "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": 1765992568.9520025, "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": 1765992568.9528, "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": 1765992568.9534867, "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": 1765992568.9545496, "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": 1765992568.9565332, "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, exclude_columns=None, precision = None) %}\n {{ return(adapter.dispatch('test_equality', 'dbt_utils')(model, compare_model, compare_columns, exclude_columns, precision)) }}\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": 1765992568.9586961, "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, exclude_columns=None, precision = None) %}\n\n{%- if compare_columns and exclude_columns -%}\n {{ exceptions.raise_compiler_error(\"Both a compare and an ignore list were provided to the `equality` macro. Only one is allowed\") }}\n{%- endif -%}\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\n\n-- setup\n{%- do dbt_utils._is_relation(model, 'test_equality') -%}\n\n{# Ensure there are no extra columns in the compare_model vs model #}\n{%- if not compare_columns -%}\n {%- do dbt_utils._is_ephemeral(model, 'test_equality') -%}\n {%- do dbt_utils._is_ephemeral(compare_model, 'test_equality') -%}\n\n {%- set model_columns = adapter.get_columns_in_relation(model) -%}\n {%- set compare_model_columns = adapter.get_columns_in_relation(compare_model) -%}\n\n\n {%- if exclude_columns -%}\n {#-- Lower case ignore columns for easier comparison --#}\n {%- set exclude_columns = exclude_columns | map(\"lower\") | list %}\n\n {# Filter out the excluded columns #}\n {%- set include_columns = [] %}\n {%- set include_model_columns = [] %}\n {%- for column in model_columns -%}\n {%- if column.name | lower not in exclude_columns -%}\n {% do include_columns.append(column) %}\n {%- endif %}\n {%- endfor %}\n {%- for column in compare_model_columns -%}\n {%- if column.name | lower not in exclude_columns -%}\n {% do include_model_columns.append(column) %}\n {%- endif %}\n {%- endfor %}\n\n {%- set compare_columns_set = set(include_columns | map(attribute='quoted') | map(\"lower\")) %}\n {%- set compare_model_columns_set = set(include_model_columns | map(attribute='quoted') | map(\"lower\")) %}\n {%- else -%}\n {%- set compare_columns_set = set(model_columns | map(attribute='quoted') | map(\"lower\")) %}\n {%- set compare_model_columns_set = set(compare_model_columns | map(attribute='quoted') | map(\"lower\")) %}\n {%- endif -%}\n\n {% if compare_columns_set != compare_model_columns_set %}\n {{ exceptions.raise_compiler_error(compare_model ~\" has less columns than \" ~ model ~ \", please ensure they have the same columns or use the `compare_columns` or `exclude_columns` arguments to subset them.\") }}\n {% endif %}\n\n\n{% endif %}\n\n{%- if not precision -%}\n {%- if not compare_columns -%}\n {# \n You cannot get the columns in an ephemeral model (due to not existing in the information schema),\n so if the user does not provide an explicit list of columns we must error in the case it is ephemeral\n #}\n {%- do dbt_utils._is_ephemeral(model, 'test_equality') -%}\n {%- set compare_columns = adapter.get_columns_in_relation(model)-%}\n\n {%- if exclude_columns -%}\n {#-- Lower case ignore columns for easier comparison --#}\n {%- set exclude_columns = exclude_columns | map(\"lower\") | list %}\n\n {# Filter out the excluded columns #}\n {%- set include_columns = [] %}\n {%- for column in compare_columns -%}\n {%- if column.name | lower not in exclude_columns -%}\n {% do include_columns.append(column) %}\n {%- endif %}\n {%- endfor %}\n\n {%- set compare_columns = include_columns | map(attribute='quoted') %}\n {%- else -%} {# Compare columns provided #}\n {%- set compare_columns = compare_columns | map(attribute='quoted') %}\n {%- endif -%}\n {%- endif -%}\n\n {% set compare_cols_csv = compare_columns | join(', ') %}\n\n{% else %} {# Precision required #}\n {#-\n If rounding is required, we need to get the types, so it cannot be ephemeral even if they provide column names\n -#}\n {%- do dbt_utils._is_ephemeral(model, 'test_equality') -%}\n {%- set columns = adapter.get_columns_in_relation(model) -%}\n\n {% set columns_list = [] %}\n {%- for col in columns -%}\n {%- if (\n (col.name|lower in compare_columns|map('lower') or not compare_columns) and\n (col.name|lower not in exclude_columns|map('lower') or not exclude_columns)\n ) -%}\n {# Databricks double type is not picked up by any number type checks in dbt #}\n {%- if col.is_float() or col.is_numeric() or col.data_type == 'double' -%}\n {# Cast is required due to postgres not having round for a double precision number #}\n {%- do columns_list.append('round(cast(' ~ col.quoted ~ ' as ' ~ dbt.type_numeric() ~ '),' ~ precision ~ ') as ' ~ col.quoted) -%}\n {%- else -%} {# Non-numeric type #}\n {%- do columns_list.append(col.quoted) -%}\n {%- endif -%}\n {% endif %}\n {%- endfor -%}\n\n {% set compare_cols_csv = columns_list | join(', ') %}\n\n{% endif %}\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.type_numeric", "macro.dbt.except"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.966318, "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": 1765992568.96728, "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{% set pruned_cols = [column_name] %}\n\n{% if group_by_columns|length() > 0 %}\n\n {% set select_gb_cols = group_by_columns|join(' ,') + ', ' %}\n {% set groupby_gb_cols = 'group by ' + group_by_columns|join(',') %}\n {% set pruned_cols = group_by_columns %}\n\n {% if column_name not in pruned_cols %}\n {% do pruned_cols.append(column_name) %}\n {% endif %}\n\n{% endif %}\n\n{% set select_pruned_cols = pruned_cols|join(' ,') %}\n\nselect *\nfrom (\n with pruned_rows as (\n select\n {{ select_pruned_cols }}\n from {{ model }}\n {% if group_by_columns|length() == 0 %}\n where {{ column_name }} is not null\n limit 1\n {% endif %}\n )\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 pruned_rows\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": 1765992568.9689748, "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": 1765992568.9700887, "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": 1765992568.9722018, "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": 1765992568.972892, "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": 1765992568.9741466, "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": 1765992568.9747527, "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": 1765992568.9753735, "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": 1765992568.9759543, "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": 1765992568.9768488, "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": 1765992568.978351, "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": 1765992568.9803407, "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": 1765992568.9816933, "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": 1765992568.9846046, "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.postgres__deduplicate"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.9856932, "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": 1765992568.9861157, "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 select *\n from {{ relation }} as tt\n qualify\n row_number() over (\n partition by {{ partition_by }}\n order by {{ order_by }}\n ) = 1\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.9864628, "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": 1765992568.9868417, "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": 1765992568.9871693, "supported_languages": null}, "macro.dbt_utils.databricks__deduplicate": {"name": "databricks__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.databricks__deduplicate", "macro_sql": "\n{%- macro databricks__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": 1765992568.9875102, "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": 1765992568.987848, "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": 1765992568.988626, "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": 1765992568.99008, "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": 1765992568.990926, "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": 1765992568.991844, "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": 1765992568.9922318, "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', quote_identifiers=False) -%}\n {{ return(adapter.dispatch('unpivot', 'dbt_utils')(relation, cast_to, exclude, remove, field_name, value_name, quote_identifiers)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__unpivot"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992568.9937224, "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', quote_identifiers=False) -%}\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 {%- set current_col_name = adapter.quote(col.column) if quote_identifiers else col.column -%}\n select\n {%- for exclude_col in exclude %}\n {{ adapter.quote(exclude_col) if quote_identifiers else exclude_col }},\n {%- endfor %}\n\n cast('{{ col.column }}' as {{ dbt.type_string() }}) as {{ adapter.quote(field_name) if quote_identifiers else field_name }},\n cast( {% if col.data_type == 'boolean' %}\n {{ dbt.cast_bool_to_text(current_col_name) }}\n {% else %}\n {{ current_col_name }}\n {% endif %}\n as {{ cast_to }}) as {{ adapter.quote(value_name) if quote_identifiers else 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": 1765992568.9974608, "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": 1765992568.998131, "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": 1765992568.9986033, "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": 1765992568.9992507, "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": 1765992569.0003898, "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": 1765992569.0009887, "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": 1765992569.0016613, "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": 1765992569.0021844, "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": 1765992569.0024722, "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": 1765992569.0033596, "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": 1765992569.0045469, "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": 1765992569.0049958, "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 generated_number) - 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": 1765992569.005722, "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": 1765992569.006639, "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": 1765992569.0082936, "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.default__get_tables_by_pattern_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992569.0098205, "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": 1765992569.0105453, "supported_languages": null}, "macro.dbt_utils.redshift__get_tables_by_pattern_sql": {"name": "redshift__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.redshift__get_tables_by_pattern_sql", "macro_sql": "{% macro redshift__get_tables_by_pattern_sql(schema_pattern, table_pattern, exclude='', database=target.database) %}\n\n {% set sql %}\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 union all\n select distinct\n schemaname as {{ adapter.quote('table_schema') }},\n tablename as {{ adapter.quote('table_name') }},\n 'external' as {{ adapter.quote('table_type') }}\n from svv_external_tables\n where redshift_database_name = '{{ database }}'\n and schemaname ilike '{{ schema_pattern }}'\n and table_name ilike '{{ table_pattern }}'\n and table_name not ilike '{{ exclude }}'\n {% endset %}\n\n {{ return(sql) }}\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": 1765992569.0119839, "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": 1765992569.0133786, "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": 1765992569.0143628, "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": 1765992569.0150008, "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": 1765992569.0160778, "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": 1765992569.0170069, "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": 1765992569.0186708, "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": 1765992569.020682, "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.render()) }} as {{ dbt.type_string() }}) as {{ source_column_name }},\n {%- endif %}\n\n /* No columns from any of the relations.\n This star is only output during dbt compile, and exists to keep SQLFluff happy. */\n {% if dbt_command == 'compile' and ordered_column_names|length == 0 %}\n *\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": 1765992569.027569, "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": 1765992569.02845, "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.default__haversine_distance"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992569.0289884, "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": 1765992569.0300763, "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": 1765992569.0316586, "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": 1765992569.0322235, "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": 1765992569.0329072, "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": 1765992569.034268, "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": 1765992569.037032, "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": 1765992569.0377536, "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": 1765992569.038993, "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": 1765992569.039775, "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": 1765992569.0412645, "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.postgres__get_table_types_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992569.041895, "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": 1765992569.0421867, "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": 1765992569.042475, "supported_languages": null}, "macro.dbt_utils.databricks__get_table_types_sql": {"name": "databricks__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.databricks__get_table_types_sql", "macro_sql": "{% macro databricks__get_table_types_sql() %}\n case table_type\n when 'MANAGED' then 'table'\n when 'BASE TABLE' then 'table'\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": 1765992569.0427444, "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": 1765992569.0432594, "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": 1765992569.0438871, "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": 1765992569.044627, "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": 1765992569.045181, "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": 1765992569.0460098, "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": 1765992569.0468147, "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": 1765992569.0471773, "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": 1765992569.048184, "supported_languages": null}, "macro.dbt_utils.safe_subtract": {"name": "safe_subtract", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/safe_subtract.sql", "original_file_path": "macros/sql/safe_subtract.sql", "unique_id": "macro.dbt_utils.safe_subtract", "macro_sql": "{%- macro safe_subtract(field_list) -%}\n {{ return(adapter.dispatch('safe_subtract', 'dbt_utils')(field_list)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.default__safe_subtract"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992569.048824, "supported_languages": null}, "macro.dbt_utils.default__safe_subtract": {"name": "default__safe_subtract", "resource_type": "macro", "package_name": "dbt_utils", "path": "macros/sql/safe_subtract.sql", "original_file_path": "macros/sql/safe_subtract.sql", "unique_id": "macro.dbt_utils.default__safe_subtract", "macro_sql": "\n\n{%- macro default__safe_subtract(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_subtract` macro 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.raise_compiler_error(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": 1765992569.0499141, "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": 1765992569.0504317, "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": 1765992569.0507584, "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{% if not string %}\n{{ return('') }}\n{% endif %}\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": 1765992569.0521717, "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": 1765992569.0530412, "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": 1765992569.0535884, "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": 1765992569.0539637, "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": 1765992569.0544574, "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": 1765992569.0548, "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": 1765992569.0562942, "supported_languages": null}, "macro.fivetran_utils.drop_schemas_automation": {"name": "drop_schemas_automation", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/drop_schemas_automation.sql", "original_file_path": "macros/drop_schemas_automation.sql", "unique_id": "macro.fivetran_utils.drop_schemas_automation", "macro_sql": "{% macro drop_schemas_automation(drop_target_schema=true) %}\n {{ return(adapter.dispatch('drop_schemas_automation', 'fivetran_utils')(drop_target_schema)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.default__drop_schemas_automation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992569.0571225, "supported_languages": null}, "macro.fivetran_utils.default__drop_schemas_automation": {"name": "default__drop_schemas_automation", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/drop_schemas_automation.sql", "original_file_path": "macros/drop_schemas_automation.sql", "unique_id": "macro.fivetran_utils.default__drop_schemas_automation", "macro_sql": "{% macro default__drop_schemas_automation(drop_target_schema=true) %}\n\n{% set fetch_list_sql %}\n {% if target.type not in ('databricks', 'spark') %}\n select schema_name\n from \n {{ wrap_in_quotes(target.database) }}.INFORMATION_SCHEMA.SCHEMATA\n where lower(schema_name) like '{{ target.schema | lower }}{%- if not drop_target_schema -%}_{%- endif -%}%'\n {% else %}\n SHOW SCHEMAS LIKE '{{ target.schema }}{%- if not drop_target_schema -%}_{%- endif -%}*'\n {% endif %}\n{% endset %}\n\n{% set results = run_query(fetch_list_sql) %}\n\n{% if execute %}\n {% set results_list = results.columns[0].values() %}\n{% else %}\n {% set results_list = [] %}\n{% endif %}\n\n{% for schema_to_drop in results_list %}\n {% do adapter.drop_schema(api.Relation.create(database=target.database, schema=schema_to_drop)) %}\n {{ print('Schema ' ~ schema_to_drop ~ ' successfully dropped from the ' ~ target.database ~ ' database.\\n')}}\n{% endfor %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.wrap_in_quotes", "macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992569.0590842, "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.postgres__timestamp_add"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992569.0598845, "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": 1765992569.0602145, "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": 1765992569.0605547, "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": 1765992569.0608745, "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": 1765992569.0611932, "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": 1765992569.0615518, "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": 1765992569.06264, "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": 1765992569.0631444, "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": 1765992569.0638888, "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.default__max_bool"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992569.0644207, "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": 1765992569.0646374, "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": 1765992569.0648441, "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": 1765992569.065064, "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.postgres__json_extract"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992569.0658245, "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": 1765992569.0661385, "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": 1765992569.066582, "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": 1765992569.066937, "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": 1765992569.0672438, "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": 1765992569.0675652, "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.postgres__timestamp_diff"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992569.0689254, "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": 1765992569.0692573, "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": 1765992569.0696042, "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": 1765992569.069923, "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": 1765992569.073222, "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": 1765992569.0739617, "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.postgres__json_parse"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992569.0750916, "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": 1765992569.0755959, "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": 1765992569.0760798, "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": 1765992569.0765624, "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": 1765992569.0770311, "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": 1765992569.0775745, "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": 1765992569.0780988, "supported_languages": null}, "macro.fivetran_utils.sqlserver__json_parse": {"name": "sqlserver__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.sqlserver__json_parse", "macro_sql": "{% macro sqlserver__json_parse(string, string_path) %}\n\n json_value({{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": 1765992569.0785944, "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": 1765992569.0807893, "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": 1765992569.0819116, "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": 1765992569.087528, "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": 1765992569.0882246, "supported_languages": null}, "macro.fivetran_utils.extract_url_parameter": {"name": "extract_url_parameter", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/extract_url_parameter.sql", "original_file_path": "macros/extract_url_parameter.sql", "unique_id": "macro.fivetran_utils.extract_url_parameter", "macro_sql": "{% macro extract_url_parameter(field, url_parameter) -%}\n\n{{ adapter.dispatch('extract_url_parameter', 'fivetran_utils') (field, url_parameter) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.default__extract_url_parameter"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992569.0888264, "supported_languages": null}, "macro.fivetran_utils.default__extract_url_parameter": {"name": "default__extract_url_parameter", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/extract_url_parameter.sql", "original_file_path": "macros/extract_url_parameter.sql", "unique_id": "macro.fivetran_utils.default__extract_url_parameter", "macro_sql": "{% macro default__extract_url_parameter(field, url_parameter) -%}\n\n{{ dbt_utils.get_url_parameter(field, url_parameter) }}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.get_url_parameter"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992569.0891232, "supported_languages": null}, "macro.fivetran_utils.spark__extract_url_parameter": {"name": "spark__extract_url_parameter", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/extract_url_parameter.sql", "original_file_path": "macros/extract_url_parameter.sql", "unique_id": "macro.fivetran_utils.spark__extract_url_parameter", "macro_sql": "{% macro spark__extract_url_parameter(field, url_parameter) -%}\n\n{%- set formatted_url_parameter = \"'\" + url_parameter + \"=([^&]+)'\" -%}\nnullif(regexp_extract({{ field }}, {{ formatted_url_parameter }}, 1), '')\n\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992569.0895324, "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": 1765992569.0900097, "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": 1765992569.0902221, "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": 1765992569.090445, "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": 1765992569.09295, "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": 1765992569.0938735, "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\n {% if dbt_version.split('.') | map('int') | list >= [1, 5, 0] %}\n {{ return(load_result('collect_freshness')) }}\n {% else %}\n {{ return(load_result('collect_freshness').table) }}\n {% endif %}\n\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": 1765992569.0963383, "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": 1765992569.0971308, "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.postgres__try_cast"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992569.098192, "supported_languages": null}, "macro.fivetran_utils.default__try_cast": {"name": "default__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.default__try_cast", "macro_sql": "{% macro default__try_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": 1765992569.098517, "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": 1765992569.0990946, "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": 1765992569.0997012, "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": 1765992569.0999708, "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": 1765992569.1002266, "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": 1765992569.100499, "supported_languages": null}, "macro.fivetran_utils.sqlserver__try_cast": {"name": "sqlserver__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.sqlserver__try_cast", "macro_sql": "{% macro sqlserver__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": 1765992569.100756, "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": 1765992569.1014113, "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": 1765992569.1016865, "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": 1765992569.10195, "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": 1765992569.102213, "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": 1765992569.1025054, "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": 1765992569.1038346, "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": 1765992569.105285, "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": 1765992569.1066222, "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": 1765992569.1085587, "supported_languages": null}, "macro.fivetran_utils.wrap_in_quotes": {"name": "wrap_in_quotes", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/wrap_in_quotes.sql", "original_file_path": "macros/wrap_in_quotes.sql", "unique_id": "macro.fivetran_utils.wrap_in_quotes", "macro_sql": "{%- macro wrap_in_quotes(object_to_quote) -%}\n\n{{ return(adapter.dispatch('wrap_in_quotes', 'fivetran_utils')(object_to_quote)) }}\n\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.fivetran_utils.postgres__wrap_in_quotes"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992569.109175, "supported_languages": null}, "macro.fivetran_utils.default__wrap_in_quotes": {"name": "default__wrap_in_quotes", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/wrap_in_quotes.sql", "original_file_path": "macros/wrap_in_quotes.sql", "unique_id": "macro.fivetran_utils.default__wrap_in_quotes", "macro_sql": "{%- macro default__wrap_in_quotes(object_to_quote) -%}\n{# bigquery, spark, databricks #}\n `{{ object_to_quote }}`\n{%- endmacro -%}\n\n", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992569.1094172, "supported_languages": null}, "macro.fivetran_utils.snowflake__wrap_in_quotes": {"name": "snowflake__wrap_in_quotes", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/wrap_in_quotes.sql", "original_file_path": "macros/wrap_in_quotes.sql", "unique_id": "macro.fivetran_utils.snowflake__wrap_in_quotes", "macro_sql": "{%- macro snowflake__wrap_in_quotes(object_to_quote) -%}\n \"{{ object_to_quote | upper }}\"\n{%- endmacro -%}\n\n", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992569.1096516, "supported_languages": null}, "macro.fivetran_utils.redshift__wrap_in_quotes": {"name": "redshift__wrap_in_quotes", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/wrap_in_quotes.sql", "original_file_path": "macros/wrap_in_quotes.sql", "unique_id": "macro.fivetran_utils.redshift__wrap_in_quotes", "macro_sql": "{%- macro redshift__wrap_in_quotes(object_to_quote) -%}\n \"{{ object_to_quote }}\"\n{%- endmacro -%}\n\n", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992569.1098611, "supported_languages": null}, "macro.fivetran_utils.postgres__wrap_in_quotes": {"name": "postgres__wrap_in_quotes", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/wrap_in_quotes.sql", "original_file_path": "macros/wrap_in_quotes.sql", "unique_id": "macro.fivetran_utils.postgres__wrap_in_quotes", "macro_sql": "{%- macro postgres__wrap_in_quotes(object_to_quote) -%}\n \"{{ object_to_quote }}\"\n{%- endmacro -%}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992569.110068, "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": 1765992569.1108088, "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": 1765992569.1112266, "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": 1765992569.111694, "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": 1765992569.112169, "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": 1765992569.112383, "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": 1765992569.1126199, "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": 1765992569.1148064, "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 exception_schemas = {\"linkedin_company_pages\": \"linkedin_pages\", \"instagram_business_pages\": \"instagram_business\"} %}\n {% set relation = namespace(value=\"\") %}\n {% if default_schema in exception_schemas.keys() %}\n {% for corrected_schema_name in exception_schemas.items() %} \n {% if default_schema in corrected_schema_name %}\n {# In order for this macro to effectively work within upstream integration tests (mainly used by the Fivetran dbt package maintainers), this identifier variable selection is required to use the macro with different identifier names. #}\n {% set identifier_var = corrected_schema_name[1] + \"_\" + table_identifier + \"_identifier\" %}\n {%- set relation.value=adapter.get_relation(\n database=source(corrected_schema_name[1], table_identifier).database,\n schema=source(corrected_schema_name[1], table_identifier).schema,\n identifier=var(identifier_var, table_identifier)\n ) -%}\n {% endif %}\n {% endfor %}\n {% else %}\n {# In order for this macro to effectively work within upstream integration tests (mainly used by the Fivetran dbt package maintainers), this identifier variable selection is required to use the macro with different identifier names. #}\n {% set identifier_var = default_schema + \"_\" + table_identifier + \"_identifier\" %}\n {# Unfortunately the Twitter Organic identifiers were misspelled. As such, we will need to account for this in the model. This will be adjusted in the Twitter Organic package, but to ensure backwards compatibility, this needs to be included. #}\n {% if var(identifier_var, none) is none %} \n {% set identifier_var = default_schema + \"_\" + table_identifier + \"_identifer\" %}\n {% endif %}\n {%- set relation.value=adapter.get_relation(\n database=source(default_schema, table_identifier).database,\n schema=source(default_schema, table_identifier).schema,\n identifier=var(identifier_var, table_identifier)\n ) -%}\n {% endif %}\n{%- set table_exists=relation.value is not none -%}\n\n{%- if table_exists -%}\n select * \n from {{ relation.value }}\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": 1765992569.1236784, "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": 1765992569.1244817, "supported_languages": null}, "macro.fivetran_utils.fivetran_date_spine": {"name": "fivetran_date_spine", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/fivetran_date_spine.sql", "original_file_path": "macros/fivetran_date_spine.sql", "unique_id": "macro.fivetran_utils.fivetran_date_spine", "macro_sql": "{% macro fivetran_date_spine(datepart, start_date, end_date) -%}\n\n{{ return(adapter.dispatch('fivetran_date_spine', 'fivetran_utils') (datepart, start_date, end_date)) }}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.default__fivetran_date_spine"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992569.1254864, "supported_languages": null}, "macro.fivetran_utils.default__fivetran_date_spine": {"name": "default__fivetran_date_spine", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/fivetran_date_spine.sql", "original_file_path": "macros/fivetran_date_spine.sql", "unique_id": "macro.fivetran_utils.default__fivetran_date_spine", "macro_sql": "{% macro default__fivetran_date_spine(datepart, start_date, end_date) %}\n\n {{ dbt_utils.date_spine(datepart, start_date, end_date) }}\n \n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.date_spine"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992569.1258368, "supported_languages": null}, "macro.fivetran_utils.sqlserver__fivetran_date_spine": {"name": "sqlserver__fivetran_date_spine", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/fivetran_date_spine.sql", "original_file_path": "macros/fivetran_date_spine.sql", "unique_id": "macro.fivetran_utils.sqlserver__fivetran_date_spine", "macro_sql": "{% macro sqlserver__fivetran_date_spine(datepart, start_date, end_date) -%}\n\n {% set date_spine_query %}\n with\n\n l0 as (\n\n select c\n from (select 1 union all select 1) as d(c)\n\n ),\n l1 as (\n\n select\n 1 as c\n from l0 as a\n cross join l0 as b\n\n ),\n\n l2 as (\n\n select 1 as c\n from l1 as a\n cross join l1 as b\n ),\n\n l3 as (\n\n select 1 as c\n from l2 as a\n cross join l2 as b\n ),\n\n l4 as (\n\n select 1 as c\n from l3 as a\n cross join l3 as b\n ),\n\n l5 as (\n\n select 1 as c\n from l4 as a\n cross join l4 as b\n ),\n\n nums as (\n\n select row_number() over (order by (select null)) as rownum\n from l5\n ),\n\n rawdata as (\n\n select top ({{dbt.datediff(start_date, end_date, datepart)}}) rownum -1 as n\n from nums\n order by rownum\n ),\n\n all_periods as (\n\n select (\n {{\n dbt.dateadd(\n datepart,\n 'n',\n start_date\n )\n }}\n ) as date_{{datepart}}\n from rawdata\n ),\n\n filtered as (\n\n select *\n from all_periods\n where date_{{datepart}} <= {{ end_date }}\n\n )\n\n select * from filtered\n order by 1\n\n {% endset %}\n\n {% set results = run_query(date_spine_query) %}\n\n {% if execute %}\n\n {% set results_list = results.columns[0].values() %}\n \n {% else %}\n\n {% set results_list = [] %}\n\n {% endif %}\n\n {%- for date_field in results_list %}\n select cast('{{ date_field }}' as date) as date_{{datepart}} {{ 'union all ' if not loop.last else '' }}\n {% endfor -%}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.datediff", "macro.dbt.dateadd", "macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992569.1274047, "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": 1765992569.128583, "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": 1765992569.1293428, "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": 1765992569.130072, "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": 1765992569.131197, "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.postgres__percentile"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "patch_path": null, "arguments": [], "created_at": 1765992569.13204, "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": 1765992569.1323824, "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": 1765992569.1327329, "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": 1765992569.133061, "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": 1765992569.1333516, "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": 1765992569.1336927, "supported_languages": null}}, "docs": {"doc.dbt.__overview__": {"name": "__overview__", "resource_type": "doc", "package_name": "dbt", "path": "overview.md", "original_file_path": "docs/overview.md", "unique_id": "doc.dbt.__overview__", "block_contents": "### Welcome!\n\nWelcome to the auto-generated documentation for your dbt project!\n\n### Navigation\n\nYou can use the `Project` and `Database` navigation tabs on the left side of the window to explore the models\nin your project.\n\n#### Project Tab\nThe `Project` tab mirrors the directory structure of your dbt project. In this tab, you can see all of the\nmodels defined in your dbt project, as well as models imported from dbt packages.\n\n#### Database Tab\nThe `Database` tab also exposes your models, but in a format that looks more like a database explorer. This view\nshows relations (tables and views) grouped into database schemas. Note that ephemeral models are _not_ shown\nin this interface, as they do not exist in the database.\n\n### Graph Exploration\nYou can click the blue icon on the bottom-right corner of the page to view the lineage graph of your models.\n\nOn model pages, you'll see the immediate parents and children of the model you're exploring. By clicking the `Expand`\nbutton at the top-right of this lineage pane, you'll be able to see all of the models that are used to build,\nor are built from, the model you're exploring.\n\nOnce expanded, you'll be able to use the `--select` and `--exclude` model selection syntax to filter the\nmodels in the graph. For more information on model selection, check out the [dbt docs](https://docs.getdbt.com/docs/model-selection-syntax).\n\nNote that you can also right-click on models to interactively filter and explore the graph.\n\n---\n\n### More information\n\n- [What is dbt](https://docs.getdbt.com/docs/introduction)?\n- Read the [dbt viewpoint](https://docs.getdbt.com/docs/viewpoint)\n- [Installation](https://docs.getdbt.com/docs/installation)\n- Join the [dbt Community](https://www.getdbt.com/community/) for questions and discussion"}, "doc.intercom._fivetran_synced": {"name": "_fivetran_synced", "resource_type": "doc", "package_name": "intercom", "path": "staging/docs.md", "original_file_path": "models/staging/docs.md", "unique_id": "doc.intercom._fivetran_synced", "block_contents": "The time when a record was last updated by Fivetran."}, "doc.intercom.source_relation": {"name": "source_relation", "resource_type": "doc", "package_name": "intercom", "path": "staging/docs.md", "original_file_path": "models/staging/docs.md", "unique_id": "doc.intercom.source_relation", "block_contents": "Identifies the record's source."}}, "exposures": {}, "metrics": {}, "groups": {}, "selectors": {}, "disabled": {"test.intercom_integration_tests.consistency_conversation_metrics": [{"database": "postgres", "schema": "public_dbt_test__audit", "name": "consistency_conversation_metrics", "resource_type": "test", "package_name": "intercom_integration_tests", "path": "consistency/consistency_conversation_metrics.sql", "original_file_path": "tests/consistency/consistency_conversation_metrics.sql", "unique_id": "test.intercom_integration_tests.consistency_conversation_metrics", "fqn": ["intercom_integration_tests", "consistency", "consistency_conversation_metrics"], "alias": "consistency_conversation_metrics", "checksum": {"name": "sha256", "checksum": "ca7f0d34e65f7be9d39719647ff6dae77af66093612666f61270d946773e8b2f"}, "config": {"enabled": false, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": ["fivetran_validations"], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": ["fivetran_validations"], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"tags": "fivetran_validations", "enabled": false}, "created_at": 1765992569.8829155, "relation_name": null, "raw_code": "{{ config(\n tags=\"fivetran_validations\",\n enabled=(var('fivetran_validation_tests_enabled', false))\n) }}\n\n{% set exclude_cols = ['all_conversation_tags', 'all_conversation_admins', 'all_conversation_contacts', 'all_contact_company_names'] + var('consistency_test_exclude_metrics', []) %}\n\n-- this test ensures the intercom__conversation_metrics end model matches the prior version\nwith prod as (\n select {{ dbt_utils.star(from=ref('intercom__conversation_metrics'), except=exclude_cols) }}\n from {{ target.schema }}_intercom_prod.intercom__conversation_metrics\n),\n\ndev as (\n select {{ dbt_utils.star(from=ref('intercom__conversation_metrics'), except=exclude_cols) }}\n from {{ target.schema }}_intercom_dev.intercom__conversation_metrics\n),\n\nprod_not_in_dev as (\n -- rows from prod not found in dev\n select * from prod\n except distinct\n select * from dev\n),\n\ndev_not_in_prod as (\n -- rows from dev not found in prod\n select * from dev\n except distinct\n select * from prod\n),\n\nfinal as (\n select\n *,\n 'from prod' as source\n from prod_not_in_dev\n\n union all -- union since we only care if rows are produced\n\n select\n *,\n 'from dev' as source\n from dev_not_in_prod\n)\n\nselect *\nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "intercom__conversation_metrics", "package": null, "version": null}, {"name": "intercom__conversation_metrics", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.star"], "nodes": []}, "compiled_path": null, "contract": {"enforced": false, "alias_types": true, "checksum": null}}], "test.intercom_integration_tests.consistency_company_enhanced": [{"database": "postgres", "schema": "public_dbt_test__audit", "name": "consistency_company_enhanced", "resource_type": "test", "package_name": "intercom_integration_tests", "path": "consistency/consistency_company_enhanced.sql", "original_file_path": "tests/consistency/consistency_company_enhanced.sql", "unique_id": "test.intercom_integration_tests.consistency_company_enhanced", "fqn": ["intercom_integration_tests", "consistency", "consistency_company_enhanced"], "alias": "consistency_company_enhanced", "checksum": {"name": "sha256", "checksum": "932dec88dc578ffecb370a93cadcfc6a122706425130e8db80857e48b03c399c"}, "config": {"enabled": false, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": ["fivetran_validations"], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": ["fivetran_validations"], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"tags": "fivetran_validations", "enabled": false}, "created_at": 1765992569.9334292, "relation_name": null, "raw_code": "{{ config(\n tags=\"fivetran_validations\",\n enabled=(var('fivetran_validation_tests_enabled', false))\n) }}\n\n{% set exclude_cols = ['all_company_tags'] + var('consistency_test_exclude_metrics', []) %}\n\n-- this test ensures the intercom__company_enhanced end model matches the prior version\nwith prod as (\n select {{ dbt_utils.star(from=ref('intercom__company_enhanced'), except=exclude_cols) }}\n from {{ target.schema }}_intercom_prod.intercom__company_enhanced\n),\n\ndev as (\n select {{ dbt_utils.star(from=ref('intercom__company_enhanced'), except=exclude_cols) }}\n from {{ target.schema }}_intercom_dev.intercom__company_enhanced\n),\n\nprod_not_in_dev as (\n -- rows from prod not found in dev\n select * from prod\n except distinct\n select * from dev\n),\n\ndev_not_in_prod as (\n -- rows from dev not found in prod\n select * from dev\n except distinct\n select * from prod\n),\n\nfinal as (\n select\n *,\n 'from prod' as source\n from prod_not_in_dev\n\n union all -- union since we only care if rows are produced\n\n select\n *,\n 'from dev' as source\n from dev_not_in_prod\n)\n\nselect *\nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "intercom__company_enhanced", "package": null, "version": null}, {"name": "intercom__company_enhanced", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.star"], "nodes": []}, "compiled_path": null, "contract": {"enforced": false, "alias_types": true, "checksum": null}}], "test.intercom_integration_tests.consistency_company_metrics": [{"database": "postgres", "schema": "public_dbt_test__audit", "name": "consistency_company_metrics", "resource_type": "test", "package_name": "intercom_integration_tests", "path": "consistency/consistency_company_metrics.sql", "original_file_path": "tests/consistency/consistency_company_metrics.sql", "unique_id": "test.intercom_integration_tests.consistency_company_metrics", "fqn": ["intercom_integration_tests", "consistency", "consistency_company_metrics"], "alias": "consistency_company_metrics", "checksum": {"name": "sha256", "checksum": "eac753e678c2d6fd0c234c5595354893288b24ad7b6b496930e02f39f3971e51"}, "config": {"enabled": false, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": ["fivetran_validations"], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": ["fivetran_validations"], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"tags": "fivetran_validations", "enabled": false}, "created_at": 1765992569.9419897, "relation_name": null, "raw_code": "{{ config(\n tags=\"fivetran_validations\",\n enabled=(var('fivetran_validation_tests_enabled', false))\n) }}\n\n{% set exclude_cols = ['all_company_tags'] + var('consistency_test_exclude_metrics', []) %}\n\n-- this test ensures the intercom__company_metrics end model matches the prior version\nwith prod as (\n select {{ dbt_utils.star(from=ref('intercom__company_metrics'), except=exclude_cols) }}\n from {{ target.schema }}_intercom_prod.intercom__company_metrics\n),\n\ndev as (\n select {{ dbt_utils.star(from=ref('intercom__company_metrics'), except=exclude_cols) }}\n from {{ target.schema }}_intercom_dev.intercom__company_metrics\n),\n\nprod_not_in_dev as (\n -- rows from prod not found in dev\n select * from prod\n except distinct\n select * from dev\n),\n\ndev_not_in_prod as (\n -- rows from dev not found in prod\n select * from dev\n except distinct\n select * from prod\n),\n\nfinal as (\n select\n *,\n 'from prod' as source\n from prod_not_in_dev\n\n union all -- union since we only care if rows are produced\n\n select\n *,\n 'from dev' as source\n from dev_not_in_prod\n)\n\nselect *\nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "intercom__company_metrics", "package": null, "version": null}, {"name": "intercom__company_metrics", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.star"], "nodes": []}, "compiled_path": null, "contract": {"enforced": false, "alias_types": true, "checksum": null}}], "test.intercom_integration_tests.consistency_admin_metrics": [{"database": "postgres", "schema": "public_dbt_test__audit", "name": "consistency_admin_metrics", "resource_type": "test", "package_name": "intercom_integration_tests", "path": "consistency/consistency_admin_metrics.sql", "original_file_path": "tests/consistency/consistency_admin_metrics.sql", "unique_id": "test.intercom_integration_tests.consistency_admin_metrics", "fqn": ["intercom_integration_tests", "consistency", "consistency_admin_metrics"], "alias": "consistency_admin_metrics", "checksum": {"name": "sha256", "checksum": "66ed50a1f5abdb0e68979c75a86db0d31a906da05c098508a65c14062ebef190"}, "config": {"enabled": false, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": ["fivetran_validations"], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": ["fivetran_validations"], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"tags": "fivetran_validations", "enabled": false}, "created_at": 1765992569.9501646, "relation_name": null, "raw_code": "{{ config(\n tags=\"fivetran_validations\",\n enabled=(var('fivetran_validation_tests_enabled', false))\n) }}\n\n{% set exclude_cols = var('consistency_test_exclude_metrics', []) %}\n\n-- this test ensures the intercom__admin_metrics end model matches the prior version\nwith prod as (\n select {{ dbt_utils.star(from=ref('intercom__admin_metrics'), except=exclude_cols) }}\n from {{ target.schema }}_intercom_prod.intercom__admin_metrics\n),\n\ndev as (\n select {{ dbt_utils.star(from=ref('intercom__admin_metrics'), except=exclude_cols) }}\n from {{ target.schema }}_intercom_dev.intercom__admin_metrics\n),\n\nprod_not_in_dev as (\n -- rows from prod not found in dev\n select * from prod\n except distinct\n select * from dev\n),\n\ndev_not_in_prod as (\n -- rows from dev not found in prod\n select * from dev\n except distinct\n select * from prod\n),\n\nfinal as (\n select\n *,\n 'from prod' as source\n from prod_not_in_dev\n\n union all -- union since we only care if rows are produced\n\n select\n *,\n 'from dev' as source\n from dev_not_in_prod\n)\n\nselect *\nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "intercom__admin_metrics", "package": null, "version": null}, {"name": "intercom__admin_metrics", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.star"], "nodes": []}, "compiled_path": null, "contract": {"enforced": false, "alias_types": true, "checksum": null}}], "test.intercom_integration_tests.consistency_conversation_enhanced": [{"database": "postgres", "schema": "public_dbt_test__audit", "name": "consistency_conversation_enhanced", "resource_type": "test", "package_name": "intercom_integration_tests", "path": "consistency/consistency_conversation_enhanced.sql", "original_file_path": "tests/consistency/consistency_conversation_enhanced.sql", "unique_id": "test.intercom_integration_tests.consistency_conversation_enhanced", "fqn": ["intercom_integration_tests", "consistency", "consistency_conversation_enhanced"], "alias": "consistency_conversation_enhanced", "checksum": {"name": "sha256", "checksum": "af5a0e02885e64c3451f176ed3cbda93e74f48190cf77e601446ad17f368a89c"}, "config": {"enabled": false, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": ["fivetran_validations"], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": ["fivetran_validations"], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"tags": "fivetran_validations", "enabled": false}, "created_at": 1765992569.959515, "relation_name": null, "raw_code": "{{ config(\n tags=\"fivetran_validations\",\n enabled=(var('fivetran_validation_tests_enabled', false))\n) }}\n\n{% set exclude_cols = ['all_conversation_tags', 'all_conversation_admins', 'all_conversation_contacts', 'all_contact_company_names'] + var('consistency_test_exclude_metrics', []) %}\n\n-- this test ensures the intercom__conversation_enhanced end model matches the prior version\nwith prod as (\n select {{ dbt_utils.star(from=ref('intercom__conversation_enhanced'), except=exclude_cols) }}\n from {{ target.schema }}_intercom_prod.intercom__conversation_enhanced\n),\n\ndev as (\n select {{ dbt_utils.star(from=ref('intercom__conversation_enhanced'), except=exclude_cols) }}\n from {{ target.schema }}_intercom_dev.intercom__conversation_enhanced\n),\n\nprod_not_in_dev as (\n -- rows from prod not found in dev\n select * from prod\n except distinct\n select * from dev\n),\n\ndev_not_in_prod as (\n -- rows from dev not found in prod\n select * from dev\n except distinct\n select * from prod\n),\n\nfinal as (\n select\n *,\n 'from prod' as source\n from prod_not_in_dev\n\n union all -- union since we only care if rows are produced\n\n select\n *,\n 'from dev' as source\n from dev_not_in_prod\n)\n\nselect *\nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "intercom__conversation_enhanced", "package": null, "version": null}, {"name": "intercom__conversation_enhanced", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.star"], "nodes": []}, "compiled_path": null, "contract": {"enforced": false, "alias_types": true, "checksum": null}}], "test.intercom_integration_tests.consistency_article_enhanced": [{"database": "postgres", "schema": "public_dbt_test__audit", "name": "consistency_article_enhanced", "resource_type": "test", "package_name": "intercom_integration_tests", "path": "consistency/consistency_article_enhanced.sql", "original_file_path": "tests/consistency/consistency_article_enhanced.sql", "unique_id": "test.intercom_integration_tests.consistency_article_enhanced", "fqn": ["intercom_integration_tests", "consistency", "consistency_article_enhanced"], "alias": "consistency_article_enhanced", "checksum": {"name": "sha256", "checksum": "d0544113d32896e1053e54de3f6a55bc9836a1b0f19f597bf490dff11cc8843b"}, "config": {"enabled": false, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": ["fivetran_validations"], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": ["fivetran_validations"], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"tags": "fivetran_validations", "enabled": false}, "created_at": 1765992569.9676487, "relation_name": null, "raw_code": "{{ config(\n tags=\"fivetran_validations\",\n enabled=(var('fivetran_validation_tests_enabled', false))\n) }}\n\n{% set exclude_cols = var('consistency_test_exclude_metrics', []) %}\n\nwith prod as (\n select {{ dbt_utils.star(from=ref('intercom__article_enhanced'), except=exclude_cols) }}\n from {{ target.schema }}_intercom_prod.intercom__article_enhanced\n),\n\ndev as (\n select {{ dbt_utils.star(from=ref('intercom__article_enhanced'), except=exclude_cols) }}\n from {{ target.schema }}_intercom_dev.intercom__article_enhanced\n),\n\nprod_not_in_dev as (\n -- rows from prod not found in dev\n select * from prod\n except distinct\n select * from dev\n),\n\ndev_not_in_prod as (\n -- rows from dev not found in prod\n select * from dev\n except distinct\n select * from prod\n),\n\nfinal as (\n select\n *,\n 'from prod' as source\n from prod_not_in_dev\n\n union all -- union since we only care if rows are produced\n\n select\n *,\n 'from dev' as source\n from dev_not_in_prod\n)\n\nselect *\nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "intercom__article_enhanced", "package": null, "version": null}, {"name": "intercom__article_enhanced", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.star"], "nodes": []}, "compiled_path": null, "contract": {"enforced": false, "alias_types": true, "checksum": null}}], "test.intercom_integration_tests.consistency_contact_enhanced": [{"database": "postgres", "schema": "public_dbt_test__audit", "name": "consistency_contact_enhanced", "resource_type": "test", "package_name": "intercom_integration_tests", "path": "consistency/consistency_contact_enhanced.sql", "original_file_path": "tests/consistency/consistency_contact_enhanced.sql", "unique_id": "test.intercom_integration_tests.consistency_contact_enhanced", "fqn": ["intercom_integration_tests", "consistency", "consistency_contact_enhanced"], "alias": "consistency_contact_enhanced", "checksum": {"name": "sha256", "checksum": "ae728d1465eee93475e8c3f0072b3f250a25cda65fcd8a166be0ecc9dd758ce6"}, "config": {"enabled": false, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": ["fivetran_validations"], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": ["fivetran_validations"], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"tags": "fivetran_validations", "enabled": false}, "created_at": 1765992569.975449, "relation_name": null, "raw_code": "{{ config(\n tags=\"fivetran_validations\",\n enabled=(var('fivetran_validation_tests_enabled', false))\n) }}\n\n{% set exclude_cols = ['all_contact_tags', 'all_contact_company_names'] + var('consistency_test_exclude_metrics', []) %}\n\n-- this test ensures the intercom__contact_enhanced end model matches the prior version\nwith prod as (\n select {{ dbt_utils.star(from=ref('intercom__contact_enhanced'), except=exclude_cols) }}\n from {{ target.schema }}_intercom_prod.intercom__contact_enhanced\n),\n\ndev as (\n select {{ dbt_utils.star(from=ref('intercom__contact_enhanced'), except=exclude_cols) }}\n from {{ target.schema }}_intercom_dev.intercom__contact_enhanced\n),\n\nprod_not_in_dev as (\n -- rows from prod not found in dev\n select * from prod\n except distinct\n select * from dev\n),\n\ndev_not_in_prod as (\n -- rows from dev not found in prod\n select * from dev\n except distinct\n select * from prod\n),\n\nfinal as (\n select\n *,\n 'from prod' as source\n from prod_not_in_dev\n\n union all -- union since we only care if rows are produced\n\n select\n *,\n 'from dev' as source\n from dev_not_in_prod\n)\n\nselect *\nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "intercom__contact_enhanced", "package": null, "version": null}, {"name": "intercom__contact_enhanced", "package": null, "version": null}], "sources": [], "metrics": [], "depends_on": {"macros": ["macro.dbt_utils.star"], "nodes": []}, "compiled_path": null, "contract": {"enforced": false, "alias_types": true, "checksum": null}}], "test.intercom_integration_tests.integrity_conversation_enhanced": [{"database": "postgres", "schema": "public_dbt_test__audit", "name": "integrity_conversation_enhanced", "resource_type": "test", "package_name": "intercom_integration_tests", "path": "integrity/integrity_conversation_enhanced.sql", "original_file_path": "tests/integrity/integrity_conversation_enhanced.sql", "unique_id": "test.intercom_integration_tests.integrity_conversation_enhanced", "fqn": ["intercom_integration_tests", "integrity", "integrity_conversation_enhanced"], "alias": "integrity_conversation_enhanced", "checksum": {"name": "sha256", "checksum": "c1e35f44de0463ee3d6ba4ecb9088ef825e3338bea0d009904161c075223f0b5"}, "config": {"enabled": false, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": ["fivetran_validations"], "meta": {}, "group": null, "materialized": "test", "severity": "ERROR", "store_failures": null, "store_failures_as": null, "where": null, "limit": null, "fail_calc": "count(*)", "warn_if": "!= 0", "error_if": "!= 0"}, "tags": ["fivetran_validations"], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"tags": "fivetran_validations", "enabled": false}, "created_at": 1765992569.9833357, "relation_name": null, "raw_code": "{{ config(\n tags=\"fivetran_validations\",\n enabled=var('fivetran_validation_tests_enabled', false)) }}\n\n{# This test is to check if the conversations has the same number of transactions \nas the source conversation history table. #}\n\nwith conversation_source_count as (\n\n select count(distinct conversation_id) as stg_count\n from {{ target.schema }}_intercom_dev.stg_intercom__conversation_history\n where coalesce(_fivetran_active, true)\n),\n\nconversation_end_count as (\n\n select count(distinct conversation_id) as end_count\n from {{ target.schema }}_intercom_dev.intercom__conversation_enhanced\n),\n\nfinal as (\n select *\n from conversation_source_count\n join conversation_end_count\n on stg_count != end_count\n)\n\nselect *\nfrom final", "doc_blocks": [], "language": "sql", "refs": [], "sources": [], "metrics": [], "depends_on": {"macros": [], "nodes": []}, "compiled_path": null, "contract": {"enforced": false, "alias_types": true, "checksum": null}}], "seed.intercom_integration_tests.collection_history_data_snowflake": [{"database": "postgres", "schema": "public", "name": "collection_history_data_snowflake", "resource_type": "seed", "package_name": "intercom_integration_tests", "path": "collection_history_data_snowflake.csv", "original_file_path": "seeds/collection_history_data_snowflake.csv", "unique_id": "seed.intercom_integration_tests.collection_history_data_snowflake", "fqn": ["intercom_integration_tests", "collection_history_data_snowflake"], "alias": "collection_history_data", "checksum": {"name": "sha256", "checksum": "e5e11fc6aaafdb46d5bb0698b8b2a9548be01b55ff0229aa63f5fc47bddc17da"}, "config": {"enabled": false, "alias": "collection_history_data", "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "materialized": "seed", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {"_fivetran_synced": "timestamp", "ID": "varchar(100)", "HELP_CENTER_ID": "varchar(100)", "PARENT_ID": "varchar(100)", "WORKSPACE_ID": "varchar(100)", "CREATED_AT": "timestamp", "UPDATED_AT": "timestamp", "_FIVETRAN_START": "timestamp", "_FIVETRAN_END": "timestamp", "_FIVETRAN_ACTIVE": "boolean"}, "full_refresh": null, "unique_key": null, "on_schema_change": "ignore", "on_configuration_change": "apply", "grants": {}, "packages": [], "docs": {"show": false, "node_color": null}, "contract": {"enforced": false, "alias_types": true}, "event_time": null, "concurrent_batches": null, "delimiter": ",", "quote_columns": true}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": false, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"docs": {"show": false}, "quote_columns": true, "column_types": {"ID": "{{ 'varchar(100)' if target.type in ('redshift', 'postgres') else 'string' }}", "HELP_CENTER_ID": "{{ 'varchar(100)' if target.type in ('redshift', 'postgres') else 'string' }}", "PARENT_ID": "{{ 'varchar(100)' if target.type in ('redshift', 'postgres') else 'string' }}", "WORKSPACE_ID": "{{ 'varchar(100)' if target.type in ('redshift', 'postgres') else 'string' }}", "CREATED_AT": "timestamp", "UPDATED_AT": "timestamp", "_FIVETRAN_START": "timestamp", "_FIVETRAN_END": "timestamp", "_FIVETRAN_ACTIVE": "boolean"}, "enabled": "{{ true if target.type == 'snowflake' else false }}", "alias": "collection_history_data"}, "created_at": 1765992570.2607276, "relation_name": "\"postgres\".\"public\".\"collection_history_data\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_intercom/dbt_intercom/integration_tests", "depends_on": {"macros": []}}]}, "parent_map": {"seed.intercom_integration_tests.conversation_contact_history_data": [], "seed.intercom_integration_tests.company_tag_history_data": [], "seed.intercom_integration_tests.article_history_data": [], "seed.intercom_integration_tests.conversation_tag_history_data": [], "seed.intercom_integration_tests.collection_history_data": [], "seed.intercom_integration_tests.conversation_part_history_data": [], "seed.intercom_integration_tests.company_history_data": [], "seed.intercom_integration_tests.admin_data": [], "seed.intercom_integration_tests.help_center_history_data": [], "seed.intercom_integration_tests.contact_company_history_data": [], "seed.intercom_integration_tests.contact_tag_history_data": [], "seed.intercom_integration_tests.conversation_history_data": [], "seed.intercom_integration_tests.team_data": [], "seed.intercom_integration_tests.team_admin_data": [], "seed.intercom_integration_tests.contact_history_data": [], "seed.intercom_integration_tests.tag_data": [], "model.intercom.intercom__conversation_enhanced": ["model.intercom.int_intercom__conversation_part_events", "model.intercom.int_intercom__conversation_string_aggregates", "model.intercom.intercom__contact_enhanced", "model.intercom.stg_intercom__admin", "model.intercom.stg_intercom__conversation_history", "model.intercom.stg_intercom__conversation_tag_history", "model.intercom.stg_intercom__tag", "model.intercom.stg_intercom__team"], "model.intercom.intercom__conversation_metrics": ["model.intercom.int_intercom__conversation_part_aggregates", "model.intercom.intercom__conversation_enhanced"], "model.intercom.intercom__article_enhanced": ["model.intercom.stg_intercom__admin", "model.intercom.stg_intercom__article_history", "model.intercom.stg_intercom__collection_history", "model.intercom.stg_intercom__help_center_history"], "model.intercom.intercom__company_metrics": ["model.intercom.intercom__company_enhanced", "model.intercom.intercom__contact_enhanced", "model.intercom.intercom__conversation_metrics", "model.intercom.stg_intercom__contact_company_history"], "model.intercom.intercom__admin_metrics": ["model.intercom.intercom__conversation_metrics", "model.intercom.stg_intercom__admin", "model.intercom.stg_intercom__team", "model.intercom.stg_intercom__team_admin"], "model.intercom.intercom__company_enhanced": ["model.intercom.stg_intercom__company_history", "model.intercom.stg_intercom__company_tag_history", "model.intercom.stg_intercom__tag"], "model.intercom.intercom__contact_enhanced": ["model.intercom.stg_intercom__company_history", "model.intercom.stg_intercom__contact_company_history", "model.intercom.stg_intercom__contact_history", "model.intercom.stg_intercom__contact_tag_history", "model.intercom.stg_intercom__tag"], "model.intercom.stg_intercom__contact_history": ["model.intercom.stg_intercom__contact_history_tmp"], "model.intercom.stg_intercom__conversation_contact_history": ["model.intercom.stg_intercom__conversation_contact_history_tmp"], "model.intercom.stg_intercom__admin": ["model.intercom.stg_intercom__admin_tmp"], "model.intercom.stg_intercom__company_history": ["model.intercom.stg_intercom__company_history_tmp"], "model.intercom.stg_intercom__conversation_part_history": ["model.intercom.stg_intercom__conversation_part_history_tmp"], "model.intercom.stg_intercom__conversation_tag_history": ["model.intercom.stg_intercom__conversation_tag_history_tmp"], "model.intercom.stg_intercom__conversation_history": ["model.intercom.stg_intercom__conversation_history_tmp"], "model.intercom.stg_intercom__help_center_history": ["model.intercom.stg_intercom__help_center_history_tmp"], "model.intercom.stg_intercom__tag": ["model.intercom.stg_intercom__tag_tmp"], "model.intercom.stg_intercom__company_tag_history": ["model.intercom.stg_intercom__company_tag_history_tmp"], "model.intercom.stg_intercom__team_admin": ["model.intercom.stg_intercom__team_admin_tmp"], "model.intercom.stg_intercom__team": ["model.intercom.stg_intercom__team_tmp"], "model.intercom.stg_intercom__collection_history": ["model.intercom.stg_intercom__collection_history_tmp"], "model.intercom.stg_intercom__article_history": ["model.intercom.stg_intercom__article_history_tmp"], "model.intercom.stg_intercom__contact_tag_history": ["model.intercom.stg_intercom__contact_tag_history_tmp"], "model.intercom.stg_intercom__contact_company_history": ["model.intercom.stg_intercom__contact_company_history_tmp"], "model.intercom.stg_intercom__company_history_tmp": ["source.intercom.intercom.company_history"], "model.intercom.stg_intercom__tag_tmp": ["source.intercom.intercom.tag"], "model.intercom.stg_intercom__contact_history_tmp": ["source.intercom.intercom.contact_history"], "model.intercom.stg_intercom__contact_tag_history_tmp": ["source.intercom.intercom.contact_tag_history"], "model.intercom.stg_intercom__help_center_history_tmp": ["source.intercom.intercom.help_center_history"], "model.intercom.stg_intercom__conversation_history_tmp": ["source.intercom.intercom.conversation_history"], "model.intercom.stg_intercom__conversation_part_history_tmp": ["source.intercom.intercom.conversation_part_history"], "model.intercom.stg_intercom__conversation_tag_history_tmp": ["source.intercom.intercom.conversation_tag_history"], "model.intercom.stg_intercom__collection_history_tmp": ["source.intercom.intercom.collection_history"], "model.intercom.stg_intercom__team_admin_tmp": ["source.intercom.intercom.team_admin"], "model.intercom.stg_intercom__company_tag_history_tmp": ["source.intercom.intercom.company_tag_history"], "model.intercom.stg_intercom__conversation_contact_history_tmp": ["source.intercom.intercom.conversation_contact_history"], "model.intercom.stg_intercom__team_tmp": ["source.intercom.intercom.team"], "model.intercom.stg_intercom__contact_company_history_tmp": ["source.intercom.intercom.contact_company_history"], "model.intercom.stg_intercom__article_history_tmp": ["source.intercom.intercom.article_history"], "model.intercom.stg_intercom__admin_tmp": ["source.intercom.intercom.admin"], "model.intercom.int_intercom__conversation_string_aggregates": ["model.intercom.stg_intercom__conversation_part_history"], "model.intercom.int_intercom__conversation_part_events": ["model.intercom.stg_intercom__conversation_part_history"], "model.intercom.int_intercom__conversation_part_aggregates": ["model.intercom.stg_intercom__conversation_history", "model.intercom.stg_intercom__conversation_part_history"], "test.intercom.not_null_intercom__article_enhanced_article_id.078725de64": ["model.intercom.intercom__article_enhanced"], "test.intercom.not_null_intercom__company_enhanced_company_id.4c66b4c17c": ["model.intercom.intercom__company_enhanced"], "test.intercom.not_null_intercom__company_metrics_company_id.2b20c82594": ["model.intercom.intercom__company_metrics"], "test.intercom.not_null_intercom__contact_enhanced_contact_id.24abe88e7a": ["model.intercom.intercom__contact_enhanced"], "test.intercom.not_null_intercom__conversation_enhanced_conversation_id.8620076fcc": ["model.intercom.intercom__conversation_enhanced"], "test.intercom.not_null_intercom__conversation_metrics_conversation_id.edb60f27d3": ["model.intercom.intercom__conversation_metrics"], "test.intercom.not_null_stg_intercom__admin_admin_id.8630313ad7": ["model.intercom.stg_intercom__admin"], "test.intercom.not_null_stg_intercom__company_history_company_id.29e68d8641": ["model.intercom.stg_intercom__company_history"], "test.intercom.not_null_stg_intercom__company_tag_history_company_id.7ce26b3077": ["model.intercom.stg_intercom__company_tag_history"], "test.intercom.not_null_stg_intercom__company_tag_history_tag_id.a71b043180": ["model.intercom.stg_intercom__company_tag_history"], "test.intercom.not_null_stg_intercom__contact_company_history_company_id.ba3e617037": ["model.intercom.stg_intercom__contact_company_history"], "test.intercom.not_null_stg_intercom__contact_company_history_contact_id.5e389a0d84": ["model.intercom.stg_intercom__contact_company_history"], "test.intercom.not_null_stg_intercom__contact_history_contact_id.433f831acf": ["model.intercom.stg_intercom__contact_history"], "test.intercom.not_null_stg_intercom__contact_tag_history_contact_id.80f3693f49": ["model.intercom.stg_intercom__contact_tag_history"], "test.intercom.not_null_stg_intercom__contact_tag_history_tag_id.24a4c9df63": ["model.intercom.stg_intercom__contact_tag_history"], "test.intercom.not_null_stg_intercom__conversation_contact_history_contact_id.faa2dd69f0": ["model.intercom.stg_intercom__conversation_contact_history"], "test.intercom.not_null_stg_intercom__conversation_contact_history_conversation_id.6619b609cf": ["model.intercom.stg_intercom__conversation_contact_history"], "test.intercom.not_null_stg_intercom__conversation_history_conversation_id.947be5d87e": ["model.intercom.stg_intercom__conversation_history"], "test.intercom.not_null_stg_intercom__conversation_part_history_conversation_part_id.53df1b68d4": ["model.intercom.stg_intercom__conversation_part_history"], "test.intercom.not_null_stg_intercom__conversation_part_history_created_at.7f5a7ff8d7": ["model.intercom.stg_intercom__conversation_part_history"], "test.intercom.not_null_stg_intercom__conversation_tag_history_conversation_id.2b897a1922": ["model.intercom.stg_intercom__conversation_tag_history"], "test.intercom.not_null_stg_intercom__conversation_tag_history_tag_id.11ffc3e16e": ["model.intercom.stg_intercom__conversation_tag_history"], "test.intercom.not_null_stg_intercom__team_admin_team_id.11bddbf17b": ["model.intercom.stg_intercom__team_admin"], "test.intercom.not_null_stg_intercom__team_team_id.f6f47bb6ae": ["model.intercom.stg_intercom__team"], "test.intercom.not_null_stg_intercom__article_history_article_id.15bcfdb2d9": ["model.intercom.stg_intercom__article_history"], "test.intercom.not_null_stg_intercom__collection_history_collection_id.349ec418dd": ["model.intercom.stg_intercom__collection_history"], "test.intercom.not_null_stg_intercom__help_center_history_help_center_id.0224959596": ["model.intercom.stg_intercom__help_center_history"], "source.intercom.intercom.article_history": [], "source.intercom.intercom.admin": [], "source.intercom.intercom.collection_history": [], "source.intercom.intercom.company_history": [], "source.intercom.intercom.company_tag_history": [], "source.intercom.intercom.contact_company_history": [], "source.intercom.intercom.contact_history": [], "source.intercom.intercom.contact_tag_history": [], "source.intercom.intercom.conversation_contact_history": [], "source.intercom.intercom.conversation_history": [], "source.intercom.intercom.conversation_part_history": [], "source.intercom.intercom.conversation_tag_history": [], "source.intercom.intercom.help_center_history": [], "source.intercom.intercom.tag": [], "source.intercom.intercom.team_admin": [], "source.intercom.intercom.team": []}, "child_map": {"seed.intercom_integration_tests.conversation_contact_history_data": [], "seed.intercom_integration_tests.company_tag_history_data": [], "seed.intercom_integration_tests.article_history_data": [], "seed.intercom_integration_tests.conversation_tag_history_data": [], "seed.intercom_integration_tests.collection_history_data": [], "seed.intercom_integration_tests.conversation_part_history_data": [], "seed.intercom_integration_tests.company_history_data": [], "seed.intercom_integration_tests.admin_data": [], "seed.intercom_integration_tests.help_center_history_data": [], "seed.intercom_integration_tests.contact_company_history_data": [], "seed.intercom_integration_tests.contact_tag_history_data": [], "seed.intercom_integration_tests.conversation_history_data": [], "seed.intercom_integration_tests.team_data": [], "seed.intercom_integration_tests.team_admin_data": [], "seed.intercom_integration_tests.contact_history_data": [], "seed.intercom_integration_tests.tag_data": [], "model.intercom.intercom__conversation_enhanced": ["model.intercom.intercom__conversation_metrics", "test.intercom.not_null_intercom__conversation_enhanced_conversation_id.8620076fcc"], "model.intercom.intercom__conversation_metrics": ["model.intercom.intercom__admin_metrics", "model.intercom.intercom__company_metrics", "test.intercom.not_null_intercom__conversation_metrics_conversation_id.edb60f27d3"], "model.intercom.intercom__article_enhanced": ["test.intercom.not_null_intercom__article_enhanced_article_id.078725de64"], "model.intercom.intercom__company_metrics": ["test.intercom.not_null_intercom__company_metrics_company_id.2b20c82594"], "model.intercom.intercom__admin_metrics": [], "model.intercom.intercom__company_enhanced": ["model.intercom.intercom__company_metrics", "test.intercom.not_null_intercom__company_enhanced_company_id.4c66b4c17c"], "model.intercom.intercom__contact_enhanced": ["model.intercom.intercom__company_metrics", "model.intercom.intercom__conversation_enhanced", "test.intercom.not_null_intercom__contact_enhanced_contact_id.24abe88e7a"], "model.intercom.stg_intercom__contact_history": ["model.intercom.intercom__contact_enhanced", "test.intercom.not_null_stg_intercom__contact_history_contact_id.433f831acf"], "model.intercom.stg_intercom__conversation_contact_history": ["test.intercom.not_null_stg_intercom__conversation_contact_history_contact_id.faa2dd69f0", "test.intercom.not_null_stg_intercom__conversation_contact_history_conversation_id.6619b609cf"], "model.intercom.stg_intercom__admin": ["model.intercom.intercom__admin_metrics", "model.intercom.intercom__article_enhanced", "model.intercom.intercom__conversation_enhanced", "test.intercom.not_null_stg_intercom__admin_admin_id.8630313ad7"], "model.intercom.stg_intercom__company_history": ["model.intercom.intercom__company_enhanced", "model.intercom.intercom__contact_enhanced", "test.intercom.not_null_stg_intercom__company_history_company_id.29e68d8641"], "model.intercom.stg_intercom__conversation_part_history": ["model.intercom.int_intercom__conversation_part_aggregates", "model.intercom.int_intercom__conversation_part_events", "model.intercom.int_intercom__conversation_string_aggregates", "test.intercom.not_null_stg_intercom__conversation_part_history_conversation_part_id.53df1b68d4", "test.intercom.not_null_stg_intercom__conversation_part_history_created_at.7f5a7ff8d7"], "model.intercom.stg_intercom__conversation_tag_history": ["model.intercom.intercom__conversation_enhanced", "test.intercom.not_null_stg_intercom__conversation_tag_history_conversation_id.2b897a1922", "test.intercom.not_null_stg_intercom__conversation_tag_history_tag_id.11ffc3e16e"], "model.intercom.stg_intercom__conversation_history": ["model.intercom.int_intercom__conversation_part_aggregates", "model.intercom.intercom__conversation_enhanced", "test.intercom.not_null_stg_intercom__conversation_history_conversation_id.947be5d87e"], "model.intercom.stg_intercom__help_center_history": ["model.intercom.intercom__article_enhanced", "test.intercom.not_null_stg_intercom__help_center_history_help_center_id.0224959596"], "model.intercom.stg_intercom__tag": ["model.intercom.intercom__company_enhanced", "model.intercom.intercom__contact_enhanced", "model.intercom.intercom__conversation_enhanced"], "model.intercom.stg_intercom__company_tag_history": ["model.intercom.intercom__company_enhanced", "test.intercom.not_null_stg_intercom__company_tag_history_company_id.7ce26b3077", "test.intercom.not_null_stg_intercom__company_tag_history_tag_id.a71b043180"], "model.intercom.stg_intercom__team_admin": ["model.intercom.intercom__admin_metrics", "test.intercom.not_null_stg_intercom__team_admin_team_id.11bddbf17b"], "model.intercom.stg_intercom__team": ["model.intercom.intercom__admin_metrics", "model.intercom.intercom__conversation_enhanced", "test.intercom.not_null_stg_intercom__team_team_id.f6f47bb6ae"], "model.intercom.stg_intercom__collection_history": ["model.intercom.intercom__article_enhanced", "test.intercom.not_null_stg_intercom__collection_history_collection_id.349ec418dd"], "model.intercom.stg_intercom__article_history": ["model.intercom.intercom__article_enhanced", "test.intercom.not_null_stg_intercom__article_history_article_id.15bcfdb2d9"], "model.intercom.stg_intercom__contact_tag_history": ["model.intercom.intercom__contact_enhanced", "test.intercom.not_null_stg_intercom__contact_tag_history_contact_id.80f3693f49", "test.intercom.not_null_stg_intercom__contact_tag_history_tag_id.24a4c9df63"], "model.intercom.stg_intercom__contact_company_history": ["model.intercom.intercom__company_metrics", "model.intercom.intercom__contact_enhanced", "test.intercom.not_null_stg_intercom__contact_company_history_company_id.ba3e617037", "test.intercom.not_null_stg_intercom__contact_company_history_contact_id.5e389a0d84"], "model.intercom.stg_intercom__company_history_tmp": ["model.intercom.stg_intercom__company_history"], "model.intercom.stg_intercom__tag_tmp": ["model.intercom.stg_intercom__tag"], "model.intercom.stg_intercom__contact_history_tmp": ["model.intercom.stg_intercom__contact_history"], "model.intercom.stg_intercom__contact_tag_history_tmp": ["model.intercom.stg_intercom__contact_tag_history"], "model.intercom.stg_intercom__help_center_history_tmp": ["model.intercom.stg_intercom__help_center_history"], "model.intercom.stg_intercom__conversation_history_tmp": ["model.intercom.stg_intercom__conversation_history"], "model.intercom.stg_intercom__conversation_part_history_tmp": ["model.intercom.stg_intercom__conversation_part_history"], "model.intercom.stg_intercom__conversation_tag_history_tmp": ["model.intercom.stg_intercom__conversation_tag_history"], "model.intercom.stg_intercom__collection_history_tmp": ["model.intercom.stg_intercom__collection_history"], "model.intercom.stg_intercom__team_admin_tmp": ["model.intercom.stg_intercom__team_admin"], "model.intercom.stg_intercom__company_tag_history_tmp": ["model.intercom.stg_intercom__company_tag_history"], "model.intercom.stg_intercom__conversation_contact_history_tmp": ["model.intercom.stg_intercom__conversation_contact_history"], "model.intercom.stg_intercom__team_tmp": ["model.intercom.stg_intercom__team"], "model.intercom.stg_intercom__contact_company_history_tmp": ["model.intercom.stg_intercom__contact_company_history"], "model.intercom.stg_intercom__article_history_tmp": ["model.intercom.stg_intercom__article_history"], "model.intercom.stg_intercom__admin_tmp": ["model.intercom.stg_intercom__admin"], "model.intercom.int_intercom__conversation_string_aggregates": ["model.intercom.intercom__conversation_enhanced"], "model.intercom.int_intercom__conversation_part_events": ["model.intercom.intercom__conversation_enhanced"], "model.intercom.int_intercom__conversation_part_aggregates": ["model.intercom.intercom__conversation_metrics"], "test.intercom.not_null_intercom__article_enhanced_article_id.078725de64": [], "test.intercom.not_null_intercom__company_enhanced_company_id.4c66b4c17c": [], "test.intercom.not_null_intercom__company_metrics_company_id.2b20c82594": [], "test.intercom.not_null_intercom__contact_enhanced_contact_id.24abe88e7a": [], "test.intercom.not_null_intercom__conversation_enhanced_conversation_id.8620076fcc": [], "test.intercom.not_null_intercom__conversation_metrics_conversation_id.edb60f27d3": [], "test.intercom.not_null_stg_intercom__admin_admin_id.8630313ad7": [], "test.intercom.not_null_stg_intercom__company_history_company_id.29e68d8641": [], "test.intercom.not_null_stg_intercom__company_tag_history_company_id.7ce26b3077": [], "test.intercom.not_null_stg_intercom__company_tag_history_tag_id.a71b043180": [], "test.intercom.not_null_stg_intercom__contact_company_history_company_id.ba3e617037": [], "test.intercom.not_null_stg_intercom__contact_company_history_contact_id.5e389a0d84": [], "test.intercom.not_null_stg_intercom__contact_history_contact_id.433f831acf": [], "test.intercom.not_null_stg_intercom__contact_tag_history_contact_id.80f3693f49": [], "test.intercom.not_null_stg_intercom__contact_tag_history_tag_id.24a4c9df63": [], "test.intercom.not_null_stg_intercom__conversation_contact_history_contact_id.faa2dd69f0": [], "test.intercom.not_null_stg_intercom__conversation_contact_history_conversation_id.6619b609cf": [], "test.intercom.not_null_stg_intercom__conversation_history_conversation_id.947be5d87e": [], "test.intercom.not_null_stg_intercom__conversation_part_history_conversation_part_id.53df1b68d4": [], "test.intercom.not_null_stg_intercom__conversation_part_history_created_at.7f5a7ff8d7": [], "test.intercom.not_null_stg_intercom__conversation_tag_history_conversation_id.2b897a1922": [], "test.intercom.not_null_stg_intercom__conversation_tag_history_tag_id.11ffc3e16e": [], "test.intercom.not_null_stg_intercom__team_admin_team_id.11bddbf17b": [], "test.intercom.not_null_stg_intercom__team_team_id.f6f47bb6ae": [], "test.intercom.not_null_stg_intercom__article_history_article_id.15bcfdb2d9": [], "test.intercom.not_null_stg_intercom__collection_history_collection_id.349ec418dd": [], "test.intercom.not_null_stg_intercom__help_center_history_help_center_id.0224959596": [], "source.intercom.intercom.article_history": ["model.intercom.stg_intercom__article_history_tmp"], "source.intercom.intercom.admin": ["model.intercom.stg_intercom__admin_tmp"], "source.intercom.intercom.collection_history": ["model.intercom.stg_intercom__collection_history_tmp"], "source.intercom.intercom.company_history": ["model.intercom.stg_intercom__company_history_tmp"], "source.intercom.intercom.company_tag_history": ["model.intercom.stg_intercom__company_tag_history_tmp"], "source.intercom.intercom.contact_company_history": ["model.intercom.stg_intercom__contact_company_history_tmp"], "source.intercom.intercom.contact_history": ["model.intercom.stg_intercom__contact_history_tmp"], "source.intercom.intercom.contact_tag_history": ["model.intercom.stg_intercom__contact_tag_history_tmp"], "source.intercom.intercom.conversation_contact_history": ["model.intercom.stg_intercom__conversation_contact_history_tmp"], "source.intercom.intercom.conversation_history": ["model.intercom.stg_intercom__conversation_history_tmp"], "source.intercom.intercom.conversation_part_history": ["model.intercom.stg_intercom__conversation_part_history_tmp"], "source.intercom.intercom.conversation_tag_history": ["model.intercom.stg_intercom__conversation_tag_history_tmp"], "source.intercom.intercom.help_center_history": ["model.intercom.stg_intercom__help_center_history_tmp"], "source.intercom.intercom.tag": ["model.intercom.stg_intercom__tag_tmp"], "source.intercom.intercom.team_admin": ["model.intercom.stg_intercom__team_admin_tmp"], "source.intercom.intercom.team": ["model.intercom.stg_intercom__team_tmp"]}, "group_map": {}, "saved_queries": {}, "semantic_models": {}, "unit_tests": {}}
\ No newline at end of file
diff --git a/integration_tests/dbt_project.yml b/integration_tests/dbt_project.yml
index ed811c7..a8a105e 100644
--- a/integration_tests/dbt_project.yml
+++ b/integration_tests/dbt_project.yml
@@ -1,5 +1,5 @@
name: 'intercom_integration_tests'
-version: '1.4.0'
+version: '1.5.0'
profile: 'integration_tests'
config-version: 2
diff --git a/integration_tests/tests/consistency/consistency_company_enhanced.sql b/integration_tests/tests/consistency/consistency_company_enhanced.sql
index 925dbb6..88e36cb 100644
--- a/integration_tests/tests/consistency/consistency_company_enhanced.sql
+++ b/integration_tests/tests/consistency/consistency_company_enhanced.sql
@@ -3,7 +3,7 @@
enabled=(var('fivetran_validation_tests_enabled', false))
) }}
-{% set exclude_cols = var('consistency_test_exclude_metrics', []) %}
+{% set exclude_cols = ['all_company_tags'] + var('consistency_test_exclude_metrics', []) %}
-- this test ensures the intercom__company_enhanced end model matches the prior version
with prod as (
diff --git a/integration_tests/tests/integrity/integrity_conversation_enhanced.sql b/integration_tests/tests/integrity/integrity_conversation_enhanced.sql
index 0d4302c..2bc5d08 100644
--- a/integration_tests/tests/integrity/integrity_conversation_enhanced.sql
+++ b/integration_tests/tests/integrity/integrity_conversation_enhanced.sql
@@ -9,6 +9,7 @@ with conversation_source_count as (
select count(distinct conversation_id) as stg_count
from {{ target.schema }}_intercom_dev.stg_intercom__conversation_history
+ where coalesce(_fivetran_active, true)
),
conversation_end_count as (
diff --git a/models/intercom.yml b/models/intercom.yml
index 70525aa..0e72724 100644
--- a/models/intercom.yml
+++ b/models/intercom.yml
@@ -281,8 +281,12 @@ models:
description: How the conversation was initially delivered to the responder.
- name: conversation_subject
description: The subject of the conversation created by the initiator.
+ - name: conversation_assignee_id
+ description: The ID of the user assigned to the conversation. If it is not assigned to a user it will return null.
- name: conversation_assignee_type
- description: The type of user the conversation is assigned to. If it is not assigned to a user it will return null.
+ description: "[DEPRECATED] The type of user the conversation is assigned to. If it is not assigned to a user it will show 'unassigned'. Use is_assignee_admin instead."
+ - name: is_assignee_admin
+ description: Boolean indicating whether the conversation assignee is an admin user. Determined by joining assignee_id with the admin table. False if conversation is unassigned or assigned to a non-admin user.
- name: conversation_author_type
description: The type of individual who authored the first message. Will be either contact or admin.
- name: first_close_by_admin_id
@@ -403,8 +407,12 @@ models:
description: How the conversation was initially delivered to the responder.
- name: conversation_subject
description: The subject of the conversation created by the initiator.
+ - name: conversation_assignee_id
+ description: The ID of the user assigned to the conversation. If it is not assigned to a user it will return null.
- name: conversation_assignee_type
- description: The type of user the conversation is assigned to. If it is not assigned to a user it will return null.
+ description: "[DEPRECATED] The type of user the conversation is assigned to. If it is not assigned to a user it will show 'unassigned'. Use is_assignee_admin instead."
+ - name: is_assignee_admin
+ description: Boolean indicating whether the conversation assignee is an admin user. Determined by joining assignee_id with the admin table. False if conversation is unassigned or assigned to a non-admin user.
- name: conversation_author_type
description: The type of individual who authored the first message. Will be either contact or admin.
- name: first_close_by_admin_id
diff --git a/models/intercom__admin_metrics.sql b/models/intercom__admin_metrics.sql
index c680eb3..2f4f232 100644
--- a/models/intercom__admin_metrics.sql
+++ b/models/intercom__admin_metrics.sql
@@ -1,7 +1,7 @@
with conversation_metrics as (
select *
from {{ ref('intercom__conversation_metrics') }}
- where conversation_assignee_type = 'admin'
+ where is_assignee_admin
),
admin_table as (
diff --git a/models/intercom__conversation_enhanced.sql b/models/intercom__conversation_enhanced.sql
index 20b6cb6..d958a3b 100644
--- a/models/intercom__conversation_enhanced.sql
+++ b/models/intercom__conversation_enhanced.sql
@@ -14,6 +14,11 @@ conversation_part_events as (
from {{ ref('int_intercom__conversation_part_events') }}
),
+admins as (
+ select *
+ from {{ ref('stg_intercom__admin') }}
+),
+
--If you use the contact company table this will be included, if not it will be ignored.
{% if var('intercom__using_contact_company', True) %}
contact_enhanced as (
@@ -71,7 +76,8 @@ latest_conversation_enriched as (
source_type as conversation_type,
source_delivered_as as conversation_initiated_type,
source_subject as conversation_subject,
- case when (assignee_type is not null) then assignee_type else 'unassigned' end as conversation_assignee_type,
+ assignee_id as conversation_assignee_id,
+ case when (assignee_type is not null) then assignee_type else 'unassigned' end as conversation_assignee_type, -- [DEPRECATED] use is_assignee_admin instead
source_author_type as conversation_author_type,
state as conversation_state,
is_read,
@@ -88,9 +94,10 @@ latest_conversation_enriched as (
),
--Enriches the latest conversation model with data from conversation_part_events, conversation_string_aggregates, and conversation_tags_aggregate
-enriched_final as (
+enriched_final as (
select
latest_conversation_enriched.*,
+ case when admins.admin_id is not null then true else false end as is_assignee_admin,
conversation_part_events.first_close_at,
conversation_part_events.last_close_at,
@@ -156,6 +163,10 @@ enriched_final as (
and last_team.source_relation = conversation_part_events.source_relation
{% endif %}
+ left join admins
+ on admins.admin_id = cast(latest_conversation_enriched.conversation_assignee_id as {{ dbt.type_string() }})
+ and admins.source_relation = latest_conversation_enriched.source_relation
+
)
select *
from enriched_final
\ No newline at end of file
diff --git a/models/staging/src_intercom.yml b/models/staging/src_intercom.yml
index 70c84bb..ce0c6ba 100644
--- a/models/staging/src_intercom.yml
+++ b/models/staging/src_intercom.yml
@@ -287,7 +287,7 @@ sources:
- name: assignee_id
description: The id of the user assigned to the conversation. If it is not assigned to a user it will return null.
- name: assignee_type
- description: The type of user the conversation is assigned to. If it is not assigned to a user it will return null.
+ description: "[DEPRECATED] The type of user the conversation is assigned to. If it is not assigned to a user it will return null. Use is_assignee_admin in the conversation_enhanced model instead."
- name: conversation_rating_value
description: An optional field for the customer to rate the conversation which will be between 1 and 5.
- name: conversation_rating_remark
diff --git a/models/staging/stg_intercom.yml b/models/staging/stg_intercom.yml
index d1d0b19..3019df4 100644
--- a/models/staging/stg_intercom.yml
+++ b/models/staging/stg_intercom.yml
@@ -195,7 +195,7 @@ models:
- name: assignee_id
description: The id of the user assigned to the conversation. If it is not assigned to a user it will return null.
- name: assignee_type
- description: The type of user the conversation is assigned to. If it is not assigned to a user it will return null.
+ description: "[DEPRECATED] The type of user the conversation is assigned to. If it is not assigned to a user it will return null. Use is_assignee_admin in the conversation_enhanced model instead."
- name: conversation_rating_value
description: An optional field for the customer to rate the conversation which will be between 1 and 5.
- name: conversation_rating_remark
diff --git a/models/staging/stg_intercom__conversation_history.sql b/models/staging/stg_intercom__conversation_history.sql
index f37051d..9a8c1a4 100644
--- a/models/staging/stg_intercom__conversation_history.sql
+++ b/models/staging/stg_intercom__conversation_history.sql
@@ -32,7 +32,7 @@ final as (
id as conversation_id,
cast(created_at as {{ dbt.type_timestamp() }}) as created_at,
assignee_id,
- assignee_type,
+ assignee_type, -- [DEPRECATED] use is_assignee_admin in the intercom__conversation_enhanced model instead.
conversation_rating_value,
conversation_rating_remark,
cast(first_contact_reply_created_at as {{ dbt.type_timestamp() }}) as first_contact_reply_created_at,