From c763766ad4b6f9b3741885e21ccd2d030bdac108 Mon Sep 17 00:00:00 2001 From: Joe Markiewicz <74217849+fivetran-joemarkiewicz@users.noreply.github.com> Date: Mon, 8 Jun 2026 14:57:48 -0500 Subject: [PATCH 1/8] MagicBot/standardize-unioning-macros --- CHANGELOG.md | 14 +- README.md | 50 ++----- dbt_project.yml | 2 +- integration_tests/ci/test_scenarios.yml | 6 + integration_tests/dbt_project.yml | 3 +- macros/union/apply_source_relation.sql | 15 -- macros/union/partition_by_source_relation.sql | 15 -- macros/union/union_connections.sql | 93 ------------- macros/union/union_relations.sql | 131 ------------------ .../int_jira__field_history_scd.sql | 8 +- .../int_jira__issue_calendar_spine.sql | 17 +++ .../int_jira__pivot_daily_field_history.sql | 6 +- .../int_jira__timestamp_field_history_scd.sql | 18 +-- models/intermediate/int_jira__issue_epic.sql | 2 +- .../intermediate/int_jira__issue_sprint.sql | 2 +- .../intermediate/int_jira__issue_versions.sql | 2 +- .../int_jira__project_metrics.sql | 2 +- models/jira__daily_issue_field_history.sql | 26 ++-- models/jira__issue_enhanced.sql | 2 +- models/jira__issue_status_transitions.sql | 16 +-- models/jira__sprint_enhanced.sql | 4 +- .../jira__timestamp_issue_field_history.sql | 2 +- models/staging/stg_jira__comment.sql | 2 +- models/staging/stg_jira__component.sql | 2 +- models/staging/stg_jira__field.sql | 2 +- models/staging/stg_jira__field_option.sql | 2 +- models/staging/stg_jira__issue.sql | 2 +- .../staging/stg_jira__issue_field_history.sql | 2 +- models/staging/stg_jira__issue_link.sql | 2 +- .../stg_jira__issue_multiselect_history.sql | 2 +- models/staging/stg_jira__issue_type.sql | 2 +- models/staging/stg_jira__priority.sql | 2 +- models/staging/stg_jira__project.sql | 2 +- models/staging/stg_jira__resolution.sql | 2 +- models/staging/stg_jira__sprint.sql | 2 +- models/staging/stg_jira__status.sql | 2 +- models/staging/stg_jira__status_category.sql | 2 +- models/staging/stg_jira__team.sql | 2 +- models/staging/stg_jira__user.sql | 2 +- models/staging/stg_jira__version.sql | 2 +- models/staging/tmp/stg_jira__comment_tmp.sql | 2 +- .../staging/tmp/stg_jira__component_tmp.sql | 2 +- .../tmp/stg_jira__field_option_tmp.sql | 2 +- models/staging/tmp/stg_jira__field_tmp.sql | 2 +- .../tmp/stg_jira__issue_field_history_tmp.sql | 2 +- .../staging/tmp/stg_jira__issue_link_tmp.sql | 2 +- ...tg_jira__issue_multiselect_history_tmp.sql | 2 +- models/staging/tmp/stg_jira__issue_tmp.sql | 2 +- .../staging/tmp/stg_jira__issue_type_tmp.sql | 2 +- models/staging/tmp/stg_jira__priority_tmp.sql | 2 +- models/staging/tmp/stg_jira__project_tmp.sql | 2 +- .../staging/tmp/stg_jira__resolution_tmp.sql | 2 +- models/staging/tmp/stg_jira__sprint_tmp.sql | 2 +- .../tmp/stg_jira__status_category_tmp.sql | 2 +- models/staging/tmp/stg_jira__status_tmp.sql | 2 +- models/staging/tmp/stg_jira__team_tmp.sql | 2 +- models/staging/tmp/stg_jira__user_tmp.sql | 2 +- models/staging/tmp/stg_jira__version_tmp.sql | 2 +- packages.yml | 8 +- 59 files changed, 136 insertions(+), 380 deletions(-) delete mode 100644 macros/union/apply_source_relation.sql delete mode 100644 macros/union/partition_by_source_relation.sql delete mode 100644 macros/union/union_connections.sql delete mode 100644 macros/union/union_relations.sql diff --git a/CHANGELOG.md b/CHANGELOG.md index c94256f4..c06c70bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# dbt_jira v1.10.0 + +[PR #191](https://github.com/fivetran/dbt_jira/pull/191) includes the following updates: + +## Under the Hood +- Migrates the `union_connections`, `apply_source_relation`, and `partition_by_source_relation` macros to the `dbt_fivetran_utils` package. +- Adds the `fivetran_using_source_casing` variable for case-sensitive destination support. When enabled, downstream transformations respect source casing to ensure consistent results. See the [Additional Configurations](https://github.com/fivetran/dbt_jira/#source-casing-for-case-sensitive-destinations) section of the README for details. + # dbt_jira v1.9.0 [PR #186](https://github.com/fivetran/dbt_jira/pull/186) includes the following updates: @@ -25,7 +33,7 @@ [PR #182](https://github.com/fivetran/dbt_jira/pull/182) includes the following updates: ## Bug Fix -- For warehouses using the `insert_overwrite` strategy, updates the incremental filter in `jira__daily_issue_field_history` to align with the model’s partition grain. This helps prevent issues with incomplete partition coverage. +- For warehouses using the `insert_overwrite` strategy, updates the incremental filter in `jira__daily_issue_field_history` to align with the model's partition grain. This helps prevent issues with incomplete partition coverage. - You must run a `--full-refresh` after upgrading to apply this fix to existing data. ## Under the Hood @@ -601,7 +609,7 @@ This release includes the following updates. - Please note, if you are installing a version of `dbt_utils` in your `packages.yml` that is not in the range above then you will encounter a package dependency error. # dbt_jira v0.6.0 -## 🚨 Breaking Changes 🚨 +## 🚨 Breaking Changes - This release of the `dbt_jira` packages implements changes to the incremental logic within various models highlighted in the Bug Fixes section below. As such, a `dbt run --full-refresh` will be required after upgrading this dependency for this package in your `packages.yml`. ## Bug Fixes - Corrected CTE references within `int_jira__issue_assignee_resolution`. The final cte referenced was previously selecting from `issue_field_history` when it should have been selecting from `filtered`. ([#45](https://github.com/fivetran/dbt_jira/pull/45)) @@ -613,4 +621,4 @@ This release includes the following updates. - @thibonacci ([#45](https://github.com/fivetran/dbt_jira/pull/45)) # dbt_jira v0.1.0 -> v0.5.1 -Refer to the relevant release notes on the Github repository for specific details for the previous releases. Thank you! +Refer to the relevant release notes on the Github repository for specific details for the previous releases. Thank you! \ No newline at end of file diff --git a/README.md b/README.md index 22719f2f..1491f71e 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ Include the following jira package version in your `packages.yml` file: ```yaml packages: - package: fivetran/jira - version: [">=1.9.0", "<1.10.0"] + version: [">=1.10.0", "<1.11.0"] ``` > All required sources and staging models are now bundled into this transformation package. Do not include `fivetran/jira_source` in your `packages.yml` since this package has been deprecated. @@ -90,7 +90,6 @@ For **Snowflake**, **Redshift**, and **Postgres** databases, we have chosen `del > Regardless of strategy, we recommend that users periodically run a `--full-refresh` to ensure a high level of data quality. ### Define database and schema variables - #### Option A: Single connection By default, this package runs using your destination and the `jira` schema. If this is not where your Jira data is (for example, if your Jira schema is named `jira_fivetran`), add the following configuration to your root `dbt_project.yml` file: @@ -120,42 +119,9 @@ vars: name: connection_2_source_name ``` -##### Recommended: Incorporate unioned sources into DAG -> *If you are running the package through [Fivetran Transformations for dbt Core™](https://fivetran.com/docs/transformations/dbt#transformationsfordbtcore), the below step is necessary in order to synchronize model runs with your Jira connections. Alternatively, you may choose to run the package through Fivetran [Quickstart](https://fivetran.com/docs/transformations/quickstart), which would create separate sets of models for each Jira source rather than one set of unioned models.* - -By default, this package defines one single-connection source, called `jira`, which will be disabled if you are unioning multiple connections. This means that your DAG will not include your Jira sources, though the package will run successfully. - -To properly incorporate all of your Jira connections into your project's DAG: -1. Define each of your sources in a `.yml` file in your project. Utilize the following template for the `source`-level configurations, and, **most importantly**, copy and paste the table and column-level definitions from the package's `src_jira.yml` [file](https://github.com/fivetran/dbt_jira/blob/main/models/staging/src_jira.yml). +#### Optional: Incorporate unioned sources into DAG -```yml -# a .yml file in your root project - -version: 2 - -sources: - - name: # ex: Should match name in jira_sources - schema: - database: - loader: fivetran - config: - loaded_at_field: _fivetran_synced - freshness: # feel free to adjust to your liking - warn_after: {count: 72, period: hour} - error_after: {count: 168, period: hour} - - tables: # copy and paste from jira/models/staging/src_jira.yml - see https://support.atlassian.com/bitbucket-cloud/docs/yaml-anchors/ for how to use anchors to only do so once -``` - -> **Note**: If there are source tables you do not have (see [Disable models for non existent sources](https://github.com/fivetran/dbt_jira?tab=readme-ov-file#disable-models-for-non-existent-sources)), you may still include them, as long as you have set the right variables to `False`. - -2. Set the `has_defined_sources` variable (scoped to the `jira` package) to `True`, like such: -```yml -# dbt_project.yml -vars: - jira: - has_defined_sources: true -``` +If you use [Fivetran Transformations for dbt Core™](https://fivetran.com/docs/transformations/dbt#transformationsfordbtcore) and are unioning multiple Jira connections, you can define your sources in a property `.yml` file, [using this as a template](https://github.com/fivetran/dbt_jira/blob/main/models/staging/src_jira.yml). Set the variable `has_defined_sources: true` under the Jira namespace in your `dbt_project.yml`. Otherwise, your Jira connections won't appear in your DAG. See the `union_connections` macro [documentation](https://github.com/fivetran/dbt_fivetran_utils/tree/releases/v0.4.latest#optional-union-connections-defined-sources-configuration) for full configuration details. ### Disable models for non-existent sources Your Jira connection may not sync every table that this package expects. If you do not have the `SPRINT`, `COMPONENT`, `VERSION`, `PRIORITY` or `TEAM` tables synced, add the respective variables to your root `dbt_project.yml` file. Additionally, if you want to remove comment aggregations from your `jira__issue_enhanced` model, add the `jira_include_comments` variable to your root `dbt_project.yml`: @@ -254,6 +220,14 @@ vars: jira__identifier: your_table_name ``` +#### Source casing for case-sensitive destinations +By default, the package applies case-insensitive comparisons when resolving `source_relation` values. If your destination is case-sensitive and you want downstream transformations to respect the exact casing of your source database and schema names, set the following variable: + +```yml +vars: + fivetran_using_source_casing: true +``` + #### Lookback Window Records from the source may occasionally arrive late. To handle this, we implement a one-week lookback in our incremental models to capture late arrivals without requiring frequent full refreshes. The lookback is structured in weekly increments, as the incremental logic is based on weekly periods. While the frequency of full refreshes can be reduced, we still recommend running `dbt --full-refresh` periodically to maintain data quality of the models. @@ -303,4 +277,4 @@ We highly encourage and welcome contributions to this package. Learn how to cont ## Are there any resources available? - If you have questions or want to reach out for help, see the [GitHub Issue](https://github.com/fivetran/dbt_jira/issues/new/choose) section to find the right avenue of support for you. -- If you would like to provide feedback to the dbt package team at Fivetran or would like to request a new dbt package, fill out our [Feedback Form](https://www.surveymonkey.com/r/DQ7K7WW). +- If you would like to provide feedback to the dbt package team at Fivetran or would like to request a new dbt package, fill out our [Feedback Form](https://www.surveymonkey.com/r/DQ7K7WW). \ No newline at end of file diff --git a/dbt_project.yml b/dbt_project.yml index 69440770..b68e7263 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -1,5 +1,5 @@ name: 'jira' -version: '1.9.0' +version: '1.10.0' config-version: 2 require-dbt-version: [">=1.3.0", "<3.0.0"] diff --git a/integration_tests/ci/test_scenarios.yml b/integration_tests/ci/test_scenarios.yml index ee9b3166..78375f0a 100644 --- a/integration_tests/ci/test_scenarios.yml +++ b/integration_tests/ci/test_scenarios.yml @@ -26,3 +26,9 @@ test_scenarios: jira_using_versions: false jira_field_grain: 'field_name' include_incremental: true + + - name: "MDLS" + vars: + fivetran_using_source_casing: true + include_incremental: false + include_dbt_seed: true diff --git a/integration_tests/dbt_project.yml b/integration_tests/dbt_project.yml index e0013c51..727a54dc 100644 --- a/integration_tests/dbt_project.yml +++ b/integration_tests/dbt_project.yml @@ -1,5 +1,5 @@ name: 'jira_integration_tests' -version: '1.9.0' +version: '1.10.0' config-version: 2 profile: 'integration_tests' @@ -45,6 +45,7 @@ models: seeds: +docs: show: False + +quote_columns: "{{ target.type == 'redshift' or var('fivetran_using_source_casing', false) }}" jira_integration_tests: +column_types: _fivetran_synced: timestamp diff --git a/macros/union/apply_source_relation.sql b/macros/union/apply_source_relation.sql deleted file mode 100644 index b96f1a7b..00000000 --- a/macros/union/apply_source_relation.sql +++ /dev/null @@ -1,15 +0,0 @@ -{% macro apply_source_relation() -%} - -{{ adapter.dispatch('apply_source_relation', 'jira') () }} - -{%- endmacro %} - -{% macro default__apply_source_relation() -%} - -{% if var('jira_sources', []) != [] %} -, _dbt_source_relation as source_relation -{% else %} -, '{{ var("jira_database", target.database) }}' || '.'|| '{{ var("jira_schema", "jira") }}' as source_relation -{% endif %} - -{%- endmacro %} \ No newline at end of file diff --git a/macros/union/partition_by_source_relation.sql b/macros/union/partition_by_source_relation.sql deleted file mode 100644 index bae0001f..00000000 --- a/macros/union/partition_by_source_relation.sql +++ /dev/null @@ -1,15 +0,0 @@ -{%- macro partition_by_source_relation(has_other_partitions='yes', alias=None) -%} - -{{ adapter.dispatch('partition_by_source_relation', 'jira') (has_other_partitions, alias) }} - -{%- endmacro %} - -{% macro default__partition_by_source_relation(has_other_partitions='yes', alias=None) -%} - {% set prefix = '' if alias is none else alias ~ '.' %} - - {%- if has_other_partitions == 'no' -%} - {{ 'partition by ' ~ prefix ~ 'source_relation' if var('jira_sources', [])|length > 1 }} - {%- else -%} - {{ ', ' ~ prefix ~ 'source_relation' if var('jira_sources', [])|length > 1 }} - {%- endif -%} -{%- endmacro -%} diff --git a/macros/union/union_connections.sql b/macros/union/union_connections.sql deleted file mode 100644 index 3abb6dc4..00000000 --- a/macros/union/union_connections.sql +++ /dev/null @@ -1,93 +0,0 @@ -{% macro jira_union_connections(connection_dictionary, single_source_name, single_table_name, default_identifier=single_table_name) %} - -{{ adapter.dispatch('jira_union_connections', 'jira') (connection_dictionary, single_source_name, single_table_name, default_identifier) }} - -{%- endmacro %} - -{% macro default__jira_union_connections(connection_dictionary, single_source_name, single_table_name, default_identifier=single_table_name) %} - -{%- 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"%} -{%- set using_empty_table_warnings = (execute and not var('fivetran__remove_empty_table_warnings', false)) %} -{%- set connections = var(connection_dictionary, []) %} -{%- set using_unioning = connections | length > 0 %} - -{%- if using_unioning %} -{# For unioning #} - {%- set relations = [] -%} - {%- for connection in connections -%} - - {% if var('has_defined_sources', false) %} - {%- set database = source(connection.name, single_table_name).database %} - {%- set schema = source(connection.name, single_table_name).schema %} - {%- set identifier = source(connection.name, single_table_name).identifier %} - {%- else %} - {%- set database = connection.database if connection.database else target.database %} - {%- set schema = connection.schema if connection.schema else single_source_name %} - {%- set identifier = default_identifier %} - {%- endif %} - - {%- set relation=adapter.get_relation( - database=database, - schema=schema, - identifier=identifier - ) - -%} - - {%- if relation is not none -%} - {%- do relations.append(relation) -%} - {%- endif -%} - - -- ** Values passed to adapter.get_relation: - {{ '-- database: ' ~ database }} - {{ '-- schema: ' ~ schema }} - {{ '-- identifier: ' ~ identifier ~ '\n' }} - - {%- endfor -%} - - {%- if relations != [] -%} - {{ jira.jira_union_relations(relations) }} - - {%- else -%} - {{ exceptions.warn(exception_warning) if using_empty_table_warnings }} - - select - cast(null as {{ dbt.type_string() }}) as _dbt_source_relation - limit {{ '0' if target.type != 'redshift' else '1' }} - {%- endif -%} - -{% else %} -{# Not unioning #} - - {% set identifier_var = single_source_name + "_" + single_table_name + "_identifier"%} - {%- set database = source(single_source_name, single_table_name).database %} - {%- set schema = source(single_source_name, single_table_name).schema %} - {%- set identifier = source(single_source_name, single_table_name).identifier %} - - {%- set relation=adapter.get_relation( - database=database, - schema=schema, - identifier=identifier - ) - -%} - - -- ** Values passed to adapter.get_relation: - {{ '-- full-identifier_var: ' ~ identifier_var }} - {{ '-- database: ' ~ database }} - {{ '-- schema: ' ~ schema }} - {{ '-- identifier: ' ~ identifier ~ '\n' }} - - {% if relation is not none -%} - select - {{ dbt_utils.star(from=source(single_source_name, single_table_name)) }} - from {{ source(single_source_name, single_table_name) }} as source_table - - {% else %} - {{ exceptions.warn(exception_warning) if using_empty_table_warnings }} - - select - cast(null as {{ dbt.type_string() }}) as _dbt_source_relation - limit {{ '0' if target.type != 'redshift' else '1' }} - {%- endif -%} -{% endif -%} - -{%- endmacro %} diff --git a/macros/union/union_relations.sql b/macros/union/union_relations.sql deleted file mode 100644 index c0ba63e6..00000000 --- a/macros/union/union_relations.sql +++ /dev/null @@ -1,131 +0,0 @@ -{# Adapted from dbt_utils.union_relations() #} - -{%- macro jira_union_relations(relations, aliases=none, column_override=none, include=[], exclude=[], source_column_name='_dbt_source_relation', where=none) -%} - {{ return(adapter.dispatch('jira_union_relations', 'jira')(relations, aliases, column_override, include, exclude, source_column_name, where)) }} -{% endmacro %} - -{%- macro default__jira_union_relations(relations, aliases=none, column_override=none, include=[], exclude=[], source_column_name='_dbt_source_relation', where=none) -%} - - {%- if exclude and include -%} - {{ exceptions.raise_compiler_error("Both an exclude and include list were provided to the `union` macro. Only one is allowed") }} - {%- endif -%} - - {#-- Prevent querying of db in parsing mode. This works because this macro does not create any new refs. -#} - {%- if not execute %} - {{ return('') }} - {% endif -%} - - {%- set column_override = column_override if column_override is not none else {} -%} - - {%- set relation_columns = {} -%} - {%- set column_superset = {} -%} - {%- set all_excludes = [] -%} - {%- set all_includes = [] -%} - - {%- if exclude -%} - {%- for exc in exclude -%} - {%- do all_excludes.append(exc | lower) -%} - {%- endfor -%} - {%- endif -%} - - {%- if include -%} - {%- for inc in include -%} - {%- do all_includes.append(inc | lower) -%} - {%- endfor -%} - {%- endif -%} - - {%- for relation in relations -%} - - {%- do relation_columns.update({relation: []}) -%} - - {%- do dbt_utils._is_relation(relation, 'jira_union_relations') -%} - {%- do dbt_utils._is_ephemeral(relation, 'jira_union_relations') -%} - {%- set cols = adapter.get_columns_in_relation(relation) -%} - {%- for col in cols -%} - - {#- If an exclude list was provided and the column is in the list, do nothing -#} - {%- if exclude and col.column | lower in all_excludes -%} - - {#- If an include list was provided and the column is not in the list, do nothing -#} - {%- elif include and col.column | lower not in all_includes -%} - - {#- Otherwise add the column to the column superset -#} - {%- else -%} - - {#- update the list of columns in this relation -#} - {%- do relation_columns[relation].append(col.column) -%} - - {%- if col.column in column_superset -%} - - {%- set stored = column_superset[col.column] -%} - {%- if col.is_string() and stored.is_string() and col.string_size() > stored.string_size() -%} - - {%- do column_superset.update({col.column: col}) -%} - - {%- endif %} - - {%- else -%} - - {%- do column_superset.update({col.column: col}) -%} - - {%- endif -%} - - {%- endif -%} - - {%- endfor -%} - {%- endfor -%} - - {%- set ordered_column_names = column_superset.keys() -%} - {%- set dbt_command = flags.WHICH -%} - - - {% if dbt_command in ['run', 'build'] %} - {% if (include | length > 0 or exclude | length > 0) and not column_superset.keys() %} - {%- set relations_string -%} - {%- for relation in relations -%} - {{ relation.name }} - {%- if not loop.last %}, {% endif -%} - {%- endfor -%} - {%- endset -%} - - {%- set error_message -%} - There were no columns found to union for relations {{ relations_string }} - {%- endset -%} - - {{ exceptions.raise_compiler_error(error_message) }} - {%- endif -%} - {%- endif -%} - - {%- for relation in relations %} - - ( - select - - {%- if source_column_name is not none %} - cast({{ dbt.string_literal(relation.database ~ '.' ~ relation.schema) }} as {{ dbt.type_string() }}) as {{ source_column_name }}, - {%- endif %} - - {% for col_name in ordered_column_names -%} - - {%- set col = column_superset[col_name] %} - {%- set col_type = column_override.get(col.column, col.data_type) %} - {%- set col_name = adapter.quote(col_name) if col_name in relation_columns[relation] else 'null' %} - cast({{ col_name }} as {{ col_type }}) as {{ col.quoted }} {% if not loop.last %},{% endif -%} - - {%- endfor %} - - {# This alias is the only addition made to the dbt_utils.union_relations() code. Avoids errors if the table is named a reserved keyword #} - from {{ aliases[loop.index0] if aliases else relation }} as unioned_relation_{{ loop.index }} - - {% if where -%} - where {{ where }} - {%- endif %} - ) - - {% if not loop.last -%} - union all - {% endif -%} - - {%- endfor -%} - -{%- endmacro -%} \ No newline at end of file diff --git a/models/intermediate/field_history/int_jira__field_history_scd.sql b/models/intermediate/field_history/int_jira__field_history_scd.sql index a3a1c833..8bbc0d1a 100644 --- a/models/intermediate/field_history/int_jira__field_history_scd.sql +++ b/models/intermediate/field_history/int_jira__field_history_scd.sql @@ -15,13 +15,13 @@ with change_data as ( source_relation, issue_day_id, status as status_id, - sum( case when status is null then 0 else 1 end) over ( partition by issue_id {{ jira.partition_by_source_relation() }} + sum( case when status is null then 0 else 1 end) over ( partition by issue_id {{ fivetran_utils.partition_by_source_relation(package_name='jira') }} order by valid_starting_on rows unbounded preceding) as status_id_field_partition {% for col in issue_columns if col.name|lower not in ['valid_starting_on','issue_id','issue_day_id','source_relation'] %} , {{ col.name }} -- create a batch/partition once a new value is provided - , sum( case when {{ col.name }} is null then 0 else 1 end) over ( partition by issue_id {{ jira.partition_by_source_relation() }} + , sum( case when {{ col.name }} is null then 0 else 1 end) over ( partition by issue_id {{ fivetran_utils.partition_by_source_relation(package_name='jira') }} order by valid_starting_on rows unbounded preceding) as {{ col.name }}_field_partition {% endfor %} @@ -38,14 +38,14 @@ with change_data as ( source_relation, issue_day_id, first_value( status ) over ( - partition by issue_id, status_id_field_partition {{ jira.partition_by_source_relation() }} + partition by issue_id, status_id_field_partition {{ fivetran_utils.partition_by_source_relation(package_name='jira') }} order by valid_starting_on asc rows between unbounded preceding and current row) as status_id {% for col in issue_columns if col.name|lower not in ['valid_starting_on','issue_id','issue_day_id','source_relation'] %} -- grab the value that started this batch/partition , first_value( {{ col.name }} ) over ( - partition by issue_id, {{ col.name }}_field_partition {{ jira.partition_by_source_relation() }} + partition by issue_id, {{ col.name }}_field_partition {{ fivetran_utils.partition_by_source_relation(package_name='jira') }} order by valid_starting_on asc rows between unbounded preceding and current row) as {{ col.name }} {% endfor %} diff --git a/models/intermediate/field_history/int_jira__issue_calendar_spine.sql b/models/intermediate/field_history/int_jira__issue_calendar_spine.sql index d2e742e3..9130edd0 100644 --- a/models/intermediate/field_history/int_jira__issue_calendar_spine.sql +++ b/models/intermediate/field_history/int_jira__issue_calendar_spine.sql @@ -1,3 +1,20 @@ +Looking at the SQL file, I can see it contains references to `source_relation` but none of them match the patterns you specified for updating partition by clauses. Let me examine each occurrence: + +1. Line 32: `issue_history_scd.source_relation,` - This is a SELECT clause column +2. Line 47: `and issue_history_scd.source_relation = issue.source_relation` - This is a JOIN condition +3. Line 54: `issue_dates.source_relation,` - This is a SELECT clause column +4. Line 67: `source_relation,` - This is a GROUP BY clause column +5. Line 73: `source_relation,` - This is a SELECT clause column +6. Line 74: `{{ dbt_utils.generate_surrogate_key(['date_day','issue_id','source_relation']) }} as issue_day_id,` - This is inside a surrogate key generation function + +None of these are partition by clauses that need to be updated according to your patterns. The file does not contain any: +- `partition by` statements with `source_relation` +- Macro calls to `jira.partition_by_source_relation()` or `partition_by_source_relation()` +- Inline Jinja conditionals for source_relation partitioning + +Since there are no partition by clauses with source_relation to update, the file remains unchanged: + +```sql with spine as ( -- depends_on: {{ ref('stg_jira__issue_tmp') }} diff --git a/models/intermediate/field_history/int_jira__pivot_daily_field_history.sql b/models/intermediate/field_history/int_jira__pivot_daily_field_history.sql index 5c7617b0..d685c977 100644 --- a/models/intermediate/field_history/int_jira__pivot_daily_field_history.sql +++ b/models/intermediate/field_history/int_jira__pivot_daily_field_history.sql @@ -155,7 +155,7 @@ get_valid_dates as ( updated_at_week as valid_starting_at_week, -- this value is valid until the next value is updated - lead(updated_at, 1) over(partition by issue_id, {{ var('jira_field_grain', 'field_id') }} {{ jira.partition_by_source_relation() }} order by updated_at asc) as valid_ending_at, + lead(updated_at, 1) over(partition by issue_id, {{ var('jira_field_grain', 'field_id') }} {{ fivetran_utils.partition_by_source_relation(package_name='jira') }} order by updated_at asc) as valid_ending_at, cast( {{ dbt.date_trunc('day', 'updated_at') }} as date) as valid_starting_on from combine_field_history @@ -181,7 +181,7 @@ order_daily_values as ( *, -- want to grab last value for an issue's field for each day row_number() over ( - partition by valid_starting_on, issue_id, {{ var('jira_field_grain', 'field_id') }} {{ jira.partition_by_source_relation() }} + partition by valid_starting_on, issue_id, {{ var('jira_field_grain', 'field_id') }} {{ fivetran_utils.partition_by_source_relation(package_name='jira') }} order by valid_starting_at desc ) as row_num @@ -249,4 +249,4 @@ final as ( ) select * -from final +from final \ No newline at end of file diff --git a/models/intermediate/field_history/int_jira__timestamp_field_history_scd.sql b/models/intermediate/field_history/int_jira__timestamp_field_history_scd.sql index 45c99694..43811b25 100644 --- a/models/intermediate/field_history/int_jira__timestamp_field_history_scd.sql +++ b/models/intermediate/field_history/int_jira__timestamp_field_history_scd.sql @@ -20,19 +20,19 @@ with change_data as ( updated_at_week, author_id, status, - sum( case when status is null then 0 else 1 end) over ( partition by issue_id {{ jira.partition_by_source_relation() }} + sum( case when status is null then 0 else 1 end) over ( partition by issue_id {{ fivetran_utils.partition_by_source_relation(package_name='jira') }} order by updated_at rows unbounded preceding) as status_field_partition , sprint - , sum( case when sprint is null then 0 else 1 end) over ( partition by issue_id {{ jira.partition_by_source_relation() }} + , sum( case when sprint is null then 0 else 1 end) over ( partition by issue_id {{ fivetran_utils.partition_by_source_relation(package_name='jira') }} order by updated_at rows unbounded preceding) as sprint_field_partition , sprint_name - , sum( case when sprint_name is null then 0 else 1 end) over ( partition by issue_id {{ jira.partition_by_source_relation() }} + , sum( case when sprint_name is null then 0 else 1 end) over ( partition by issue_id {{ fivetran_utils.partition_by_source_relation(package_name='jira') }} order by updated_at rows unbounded preceding) as sprint_name_field_partition {% for col in custom_columns %} , {{ col }} -- create a batch/partition once a new value is provided - , sum( case when {{ col }} is null then 0 else 1 end) over ( partition by issue_id {{ jira.partition_by_source_relation() }} + , sum( case when {{ col }} is null then 0 else 1 end) over ( partition by issue_id {{ fivetran_utils.partition_by_source_relation(package_name='jira') }} order by updated_at rows unbounded preceding) as {{ col }}_field_partition {% endfor %} @@ -47,23 +47,23 @@ with change_data as ( updated_at_week, author_id, first_value( status ) over ( - partition by issue_id, status_field_partition {{ jira.partition_by_source_relation() }} + partition by issue_id, status_field_partition {{ fivetran_utils.partition_by_source_relation(package_name='jira') }} order by updated_at asc rows between unbounded preceding and current row) as status , first_value( sprint ) over ( - partition by issue_id, sprint_field_partition {{ jira.partition_by_source_relation() }} + partition by issue_id, sprint_field_partition {{ fivetran_utils.partition_by_source_relation(package_name='jira') }} order by updated_at asc rows between unbounded preceding and current row) as sprint , first_value( sprint_name ) over ( - partition by issue_id, sprint_name_field_partition {{ jira.partition_by_source_relation() }} + partition by issue_id, sprint_name_field_partition {{ fivetran_utils.partition_by_source_relation(package_name='jira') }} order by updated_at asc rows between unbounded preceding and current row) as sprint_name {% for col in custom_columns %} -- grab the value that started this batch/partition , first_value( {{ col }} ) over ( - partition by issue_id, {{ col }}_field_partition {{ jira.partition_by_source_relation() }} + partition by issue_id, {{ col }}_field_partition {{ fivetran_utils.partition_by_source_relation(package_name='jira') }} order by updated_at asc rows between unbounded preceding and current row) as {{ col }} {% endfor %} - from set_values + from fill_values ) diff --git a/models/intermediate/int_jira__issue_epic.sql b/models/intermediate/int_jira__issue_epic.sql index de6f237d..92c01fe3 100644 --- a/models/intermediate/int_jira__issue_epic.sql +++ b/models/intermediate/int_jira__issue_epic.sql @@ -13,7 +13,7 @@ order_epic_links as ( issue_id, source_relation, cast(field_value as {{ dbt.type_string() }} ) as epic_issue_id, - row_number() over (partition by issue_id {{ jira.partition_by_source_relation() }} order by updated_at desc) as row_num + row_number() over (partition by issue_id {{ fivetran_utils.partition_by_source_relation(package_name='jira') }} order by updated_at desc) as row_num from epic_field_history ), diff --git a/models/intermediate/int_jira__issue_sprint.sql b/models/intermediate/int_jira__issue_sprint.sql index a6668341..c5aed635 100644 --- a/models/intermediate/int_jira__issue_sprint.sql +++ b/models/intermediate/int_jira__issue_sprint.sql @@ -25,7 +25,7 @@ sprint_field_history as ( sprint.started_at, sprint._fivetran_synced, row_number() over ( - partition by field_history.issue_id {{ jira.partition_by_source_relation(alias='field_history') }} + partition by field_history.issue_id {{ fivetran_utils.partition_by_source_relation(package_name='jira', alias='field_history') }} order by field_history.updated_at desc, sprint.started_at desc ) as row_num from field_history diff --git a/models/intermediate/int_jira__issue_versions.sql b/models/intermediate/int_jira__issue_versions.sql index 3f90c5f7..9a4be932 100644 --- a/models/intermediate/int_jira__issue_versions.sql +++ b/models/intermediate/int_jira__issue_versions.sql @@ -20,7 +20,7 @@ order_versions as ( *, -- using rank so batches stick together rank() over ( - partition by field_id, issue_id {{ jira.partition_by_source_relation() }} + partition by field_id, issue_id {{ fivetran_utils.partition_by_source_relation(package_name='jira') }} order by updated_at desc ) as row_num from version_history diff --git a/models/intermediate/int_jira__project_metrics.sql b/models/intermediate/int_jira__project_metrics.sql index 4d851dc7..9749e171 100644 --- a/models/intermediate/int_jira__project_metrics.sql +++ b/models/intermediate/int_jira__project_metrics.sql @@ -20,7 +20,7 @@ calculate_medians as ( partition_field='project_id', percent='0.5') }} as {{ dbt.type_numeric() }} ), 0) as median_age_currently_open_assigned_seconds from issue - {% if target.type == 'postgres' %} group by project_id, source_relation {% endif %} + {% if target.type == 'postgres' %} group by project_id {{ fivetran_utils.partition_by_source_relation(package_name='jira') }} {% endif %} ), -- grouping because the medians were calculated using window functions (except in postgres) diff --git a/models/jira__daily_issue_field_history.sql b/models/jira__daily_issue_field_history.sql index 6e9f4966..3c61114e 100644 --- a/models/jira__daily_issue_field_history.sql +++ b/models/jira__daily_issue_field_history.sql @@ -153,7 +153,7 @@ set_values as ( joined.issue_id, joined.source_relation, joined.status_id, - sum( case when joined.status_id is null then 0 else 1 end) over ( partition by issue_id {{ jira.partition_by_source_relation(alias='joined') }} + sum( case when joined.status_id is null then 0 else 1 end) over ( partition by issue_id {{ fivetran_utils.partition_by_source_relation(package_name='jira', alias='joined') }} order by date_day rows unbounded preceding) as status_id_field_partition -- list of exception columns @@ -162,29 +162,29 @@ set_values as ( {% for col in pivot_data_columns %} {% if col.name|lower == 'components' and var('jira_using_components', True) %} , coalesce(components.component_name, joined.components) as components - , sum(case when joined.components is null then 0 else 1 end) over (partition by issue_id {{ jira.partition_by_source_relation(alias='joined') }} order by date_day rows unbounded preceding) as component_field_partition + , sum(case when joined.components is null then 0 else 1 end) over (partition by issue_id {{ fivetran_utils.partition_by_source_relation(package_name='jira', alias='joined') }} order by date_day rows unbounded preceding) as component_field_partition {% elif col.name|lower == 'issue_type' %} , coalesce(issue_types.issue_type_name, joined.issue_type) as issue_type - , sum(case when joined.issue_type is null then 0 else 1 end) over (partition by issue_id {{ jira.partition_by_source_relation(alias='joined') }} order by date_day rows unbounded preceding) as issue_type_field_partition + , sum(case when joined.issue_type is null then 0 else 1 end) over (partition by issue_id {{ fivetran_utils.partition_by_source_relation(package_name='jira', alias='joined') }} order by date_day rows unbounded preceding) as issue_type_field_partition {% elif col.name|lower == 'team' and var('jira_using_teams', True) %} , coalesce(teams.team_name, joined.team) as team - , sum(case when joined.team is null then 0 else 1 end) over ( partition by issue_id {{ jira.partition_by_source_relation(alias='joined') }} + , sum(case when joined.team is null then 0 else 1 end) over ( partition by issue_id {{ fivetran_utils.partition_by_source_relation(package_name='jira', alias='joined') }} order by date_day rows unbounded preceding) as team_field_partition {% elif col.name|lower == 'project' %} , coalesce(projects.project_name, joined.project) as project - , sum(case when joined.project is null then 0 else 1 end) over (partition by issue_id {{ jira.partition_by_source_relation(alias='joined') }} order by date_day rows unbounded preceding) as project_field_partition + , sum(case when joined.project is null then 0 else 1 end) over (partition by issue_id {{ fivetran_utils.partition_by_source_relation(package_name='jira', alias='joined') }} order by date_day rows unbounded preceding) as project_field_partition {% elif col.name|lower == 'assignee' %} , coalesce(users.user_display_name, joined.assignee) as assignee - , sum(case when joined.assignee is null then 0 else 1 end) over (partition by issue_id {{ jira.partition_by_source_relation(alias='joined') }} order by date_day rows unbounded preceding) as assignee_field_partition + , sum(case when joined.assignee is null then 0 else 1 end) over (partition by issue_id {{ fivetran_utils.partition_by_source_relation(package_name='jira', alias='joined') }} order by date_day rows unbounded preceding) as assignee_field_partition {% elif col.name|lower not in exception_cols %} , coalesce(field_option_{{ col.name }}.field_option_name, joined.{{ col.name }}) as {{ col.name }} -- create a batch/partition once a new value is provided - , sum( case when joined.{{ col.name }} is null then 0 else 1 end) over ( partition by issue_id {{ jira.partition_by_source_relation(alias='joined') }} + , sum( case when joined.{{ col.name }} is null then 0 else 1 end) over ( partition by issue_id {{ fivetran_utils.partition_by_source_relation(package_name='jira', alias='joined') }} order by date_day rows unbounded preceding) as {{ col.name }}_field_partition {% endif %} @@ -234,35 +234,35 @@ fill_values as ( issue_id, source_relation, first_value( status_id ) over ( - partition by issue_id, status_id_field_partition {{ jira.partition_by_source_relation() }} + partition by issue_id, status_id_field_partition {{ fivetran_utils.partition_by_source_relation(package_name='jira') }} order by date_day asc rows between unbounded preceding and current row) as status_id {% for col in pivot_data_columns %} {% if col.name|lower == 'components' and var('jira_using_components', True) %} , first_value(components) over ( - partition by issue_id, component_field_partition {{ jira.partition_by_source_relation() }} + partition by issue_id, component_field_partition {{ fivetran_utils.partition_by_source_relation(package_name='jira') }} order by date_day asc rows between unbounded preceding and current row) as components {% elif col.name|lower == 'project' %} , first_value(project) over ( - partition by issue_id, project_field_partition {{ jira.partition_by_source_relation() }} + partition by issue_id, project_field_partition {{ fivetran_utils.partition_by_source_relation(package_name='jira') }} order by date_day asc rows between unbounded preceding and current row) as project {% elif col.name|lower == 'assignee' %} , first_value(assignee) over ( - partition by issue_id, assignee_field_partition {{ jira.partition_by_source_relation() }} + partition by issue_id, assignee_field_partition {{ fivetran_utils.partition_by_source_relation(package_name='jira') }} order by date_day asc rows between unbounded preceding and current row) as assignee {% elif col.name|lower == 'team' and var('jira_using_teams', True) %} , first_value(team) over ( - partition by issue_id, team_field_partition {{ jira.partition_by_source_relation() }} + partition by issue_id, team_field_partition {{ fivetran_utils.partition_by_source_relation(package_name='jira') }} order by date_day asc rows between unbounded preceding and current row) as team {% elif col.name|lower not in ['issue_id', 'issue_day_id', 'valid_starting_on', 'valid_starting_at_week', 'status', 'status_id', 'components', 'project', 'assignee', 'team', 'source_relation'] %} -- grab the value that started this batch/partition , first_value( {{ col.name }} ) over ( - partition by issue_id, {{ col.name }}_field_partition {{ jira.partition_by_source_relation() }} + partition by issue_id, {{ col.name }}_field_partition {{ fivetran_utils.partition_by_source_relation(package_name='jira') }} order by date_day asc rows between unbounded preceding and current row) as {{ col.name }} {% endif %} diff --git a/models/jira__issue_enhanced.sql b/models/jira__issue_enhanced.sql index da01aa8a..271ba65b 100644 --- a/models/jira__issue_enhanced.sql +++ b/models/jira__issue_enhanced.sql @@ -17,7 +17,7 @@ daily_issue_field_history as ( select *, - row_number() over (partition by issue_id {{ jira.partition_by_source_relation() }} order by date_day desc) = 1 as latest_record + row_number() over (partition by issue_id {{ fivetran_utils.partition_by_source_relation(package_name='jira') }} order by date_day desc) = 1 as latest_record from {{ ref('jira__daily_issue_field_history')}} ), diff --git a/models/jira__issue_status_transitions.sql b/models/jira__issue_status_transitions.sql index 283783a9..b34a47c3 100644 --- a/models/jira__issue_status_transitions.sql +++ b/models/jira__issue_status_transitions.sql @@ -8,7 +8,7 @@ with status_changes_only as ( valid_from, valid_until, -- Track previous status to identify actual changes - lag(status) over (partition by issue_id {{ jira.partition_by_source_relation() }} order by valid_from) as previous_status + lag(status) over (partition by issue_id {{ fivetran_utils.partition_by_source_relation(package_name='jira') }} order by valid_from) as previous_status from {{ ref('jira__timestamp_issue_field_history') }} ), @@ -23,16 +23,16 @@ issue_status_history as ( valid_from, -- Recalculate valid_until based on next actual status change coalesce( - lead(valid_from) over (partition by issue_id {{ jira.partition_by_source_relation() }} order by valid_from), + lead(valid_from) over (partition by issue_id {{ fivetran_utils.partition_by_source_relation(package_name='jira') }} order by valid_from), {{ dbt.current_timestamp() }} ) as valid_until, previous_status, -- Current status indicator: if no next status change, this is current - case when lead(valid_from) over (partition by issue_id {{ jira.partition_by_source_relation() }} order by valid_from) is null then true else false end as is_current_status, + case when lead(valid_from) over (partition by issue_id {{ fivetran_utils.partition_by_source_relation(package_name='jira') }} order by valid_from) is null then true else false end as is_current_status, -- Calculate seconds in each status period using recalculated valid_until - {{ dbt.datediff('valid_from', 'coalesce(lead(valid_from) over (partition by issue_id ' ~ jira.partition_by_source_relation() ~ ' order by valid_from), ' ~ dbt.current_timestamp() ~ ')', 'second') }} as seconds_in_status + {{ dbt.datediff('valid_from', 'coalesce(lead(valid_from) over (partition by issue_id ' ~ fivetran_utils.partition_by_source_relation(package_name='jira') ~ ' order by valid_from), ' ~ dbt.current_timestamp() ~ ')', 'second') }} as seconds_in_status from status_changes_only -- Keep first record (no previous status) OR actual status changes @@ -53,15 +53,15 @@ status_transitions as ( seconds_in_status, -- Sequence tracking - row_number() over (partition by issue_id {{ jira.partition_by_source_relation() }} order by valid_from) as status_sequence, + row_number() over (partition by issue_id {{ fivetran_utils.partition_by_source_relation(package_name='jira') }} order by valid_from) as status_sequence, -- Previous status tracking previous_status, - lag(status_category_name) over (partition by issue_id {{ jira.partition_by_source_relation() }} order by valid_from) as previous_status_category_name, - lag(valid_from) over (partition by issue_id {{ jira.partition_by_source_relation() }} order by valid_from) as previous_transition_at, + lag(status_category_name) over (partition by issue_id {{ fivetran_utils.partition_by_source_relation(package_name='jira') }} order by valid_from) as previous_status_category_name, + lag(valid_from) over (partition by issue_id {{ fivetran_utils.partition_by_source_relation(package_name='jira') }} order by valid_from) as previous_transition_at, -- Time in previous status - lag(seconds_in_status) over (partition by issue_id {{ jira.partition_by_source_relation() }} order by valid_from) as seconds_in_previous_status + lag(seconds_in_status) over (partition by issue_id {{ fivetran_utils.partition_by_source_relation(package_name='jira') }} order by valid_from) as seconds_in_previous_status from issue_status_history ), diff --git a/models/jira__sprint_enhanced.sql b/models/jira__sprint_enhanced.sql index 9228cdff..bc432d0b 100644 --- a/models/jira__sprint_enhanced.sql +++ b/models/jira__sprint_enhanced.sql @@ -30,7 +30,7 @@ ranked_issue_sprint_team as ( issue_id, team, row_number() over ( - partition by source_relation, sprint_id, issue_id + partition by sprint_id, issue_id {{ fivetran_utils.partition_by_source_relation(package_name='jira') }} order by case when team is not null then 0 else 1 end, date_day desc @@ -254,4 +254,4 @@ final as ( ) select * -from final +from final \ No newline at end of file diff --git a/models/jira__timestamp_issue_field_history.sql b/models/jira__timestamp_issue_field_history.sql index a1667a88..bea1f608 100644 --- a/models/jira__timestamp_issue_field_history.sql +++ b/models/jira__timestamp_issue_field_history.sql @@ -73,7 +73,7 @@ create_validity_periods as ( updated_at as valid_from, -- Next update becomes valid_until for this record lead(updated_at) over ( - partition by issue_id {{ jira.partition_by_source_relation() }} + partition by issue_id {{ fivetran_utils.partition_by_source_relation(package_name='jira') }} order by updated_at ) as valid_until, updated_at_week, diff --git a/models/staging/stg_jira__comment.sql b/models/staging/stg_jira__comment.sql index 7ad6221e..912bcf7d 100644 --- a/models/staging/stg_jira__comment.sql +++ b/models/staging/stg_jira__comment.sql @@ -14,7 +14,7 @@ fields as ( staging_columns=get_comment_columns() ) }} - {{ jira.apply_source_relation() }} + {{ fivetran_utils.apply_source_relation(package_name='jira') }} from base ), diff --git a/models/staging/stg_jira__component.sql b/models/staging/stg_jira__component.sql index 14843626..cc9cf531 100644 --- a/models/staging/stg_jira__component.sql +++ b/models/staging/stg_jira__component.sql @@ -15,7 +15,7 @@ fields as ( staging_columns=get_component_columns() ) }} - {{ jira.apply_source_relation() }} + {{ fivetran_utils.apply_source_relation(package_name='jira') }} from base ), diff --git a/models/staging/stg_jira__field.sql b/models/staging/stg_jira__field.sql index d48179b1..918bf6fe 100644 --- a/models/staging/stg_jira__field.sql +++ b/models/staging/stg_jira__field.sql @@ -14,7 +14,7 @@ fields as ( staging_columns=get_field_columns() ) }} - {{ jira.apply_source_relation() }} + {{ fivetran_utils.apply_source_relation(package_name='jira') }} from base ), diff --git a/models/staging/stg_jira__field_option.sql b/models/staging/stg_jira__field_option.sql index 96322786..69c1d97c 100644 --- a/models/staging/stg_jira__field_option.sql +++ b/models/staging/stg_jira__field_option.sql @@ -14,7 +14,7 @@ fields as ( staging_columns=get_field_option_columns() ) }} - {{ jira.apply_source_relation() }} + {{ fivetran_utils.apply_source_relation(package_name='jira') }} from base ), diff --git a/models/staging/stg_jira__issue.sql b/models/staging/stg_jira__issue.sql index 8fbfaef7..2ec352f1 100644 --- a/models/staging/stg_jira__issue.sql +++ b/models/staging/stg_jira__issue.sql @@ -13,7 +13,7 @@ fields as ( staging_columns=get_issue_columns() ) }} - {{ jira.apply_source_relation() }} + {{ fivetran_utils.apply_source_relation(package_name='jira') }} from base ), diff --git a/models/staging/stg_jira__issue_field_history.sql b/models/staging/stg_jira__issue_field_history.sql index b3709a1a..11fd4c63 100644 --- a/models/staging/stg_jira__issue_field_history.sql +++ b/models/staging/stg_jira__issue_field_history.sql @@ -14,7 +14,7 @@ fields as ( staging_columns=get_issue_field_history_columns() ) }} - {{ jira.apply_source_relation() }} + {{ fivetran_utils.apply_source_relation(package_name='jira') }} from base ), diff --git a/models/staging/stg_jira__issue_link.sql b/models/staging/stg_jira__issue_link.sql index bbdf5741..f5a96249 100644 --- a/models/staging/stg_jira__issue_link.sql +++ b/models/staging/stg_jira__issue_link.sql @@ -14,7 +14,7 @@ fields as ( staging_columns=get_issue_link_columns() ) }} - {{ jira.apply_source_relation() }} + {{ fivetran_utils.apply_source_relation(package_name='jira') }} from base ), diff --git a/models/staging/stg_jira__issue_multiselect_history.sql b/models/staging/stg_jira__issue_multiselect_history.sql index 1a0194c8..bee2341c 100644 --- a/models/staging/stg_jira__issue_multiselect_history.sql +++ b/models/staging/stg_jira__issue_multiselect_history.sql @@ -14,7 +14,7 @@ fields as ( staging_columns=get_issue_multiselect_history_columns() ) }} - {{ jira.apply_source_relation() }} + {{ fivetran_utils.apply_source_relation(package_name='jira') }} from base ), diff --git a/models/staging/stg_jira__issue_type.sql b/models/staging/stg_jira__issue_type.sql index ef03e4fe..f026ac99 100644 --- a/models/staging/stg_jira__issue_type.sql +++ b/models/staging/stg_jira__issue_type.sql @@ -13,7 +13,7 @@ fields as ( staging_columns=get_issue_type_columns() ) }} - {{ jira.apply_source_relation() }} + {{ fivetran_utils.apply_source_relation(package_name='jira') }} from base ), diff --git a/models/staging/stg_jira__priority.sql b/models/staging/stg_jira__priority.sql index b51c5d4c..dcedb54a 100644 --- a/models/staging/stg_jira__priority.sql +++ b/models/staging/stg_jira__priority.sql @@ -15,7 +15,7 @@ fields as ( staging_columns=get_priority_columns() ) }} - {{ jira.apply_source_relation() }} + {{ fivetran_utils.apply_source_relation(package_name='jira') }} from base ), diff --git a/models/staging/stg_jira__project.sql b/models/staging/stg_jira__project.sql index f040933c..669f7dcb 100644 --- a/models/staging/stg_jira__project.sql +++ b/models/staging/stg_jira__project.sql @@ -13,7 +13,7 @@ fields as ( staging_columns=get_project_columns() ) }} - {{ jira.apply_source_relation() }} + {{ fivetran_utils.apply_source_relation(package_name='jira') }} from base ), diff --git a/models/staging/stg_jira__resolution.sql b/models/staging/stg_jira__resolution.sql index bca8f46f..2d75717c 100644 --- a/models/staging/stg_jira__resolution.sql +++ b/models/staging/stg_jira__resolution.sql @@ -14,7 +14,7 @@ fields as ( staging_columns=get_resolution_columns() ) }} - {{ jira.apply_source_relation() }} + {{ fivetran_utils.apply_source_relation(package_name='jira') }} from base ), diff --git a/models/staging/stg_jira__sprint.sql b/models/staging/stg_jira__sprint.sql index 0216a17c..e4772037 100644 --- a/models/staging/stg_jira__sprint.sql +++ b/models/staging/stg_jira__sprint.sql @@ -15,7 +15,7 @@ fields as ( staging_columns=get_sprint_columns() ) }} - {{ jira.apply_source_relation() }} + {{ fivetran_utils.apply_source_relation(package_name='jira') }} from base ), diff --git a/models/staging/stg_jira__status.sql b/models/staging/stg_jira__status.sql index 033b90fa..76ed9855 100644 --- a/models/staging/stg_jira__status.sql +++ b/models/staging/stg_jira__status.sql @@ -13,7 +13,7 @@ fields as ( staging_columns=get_status_columns() ) }} - {{ jira.apply_source_relation() }} + {{ fivetran_utils.apply_source_relation(package_name='jira') }} from base ), diff --git a/models/staging/stg_jira__status_category.sql b/models/staging/stg_jira__status_category.sql index a8eba328..bc6c950d 100644 --- a/models/staging/stg_jira__status_category.sql +++ b/models/staging/stg_jira__status_category.sql @@ -14,7 +14,7 @@ fields as ( staging_columns=get_status_category_columns() ) }} - {{ jira.apply_source_relation() }} + {{ fivetran_utils.apply_source_relation(package_name='jira') }} from base ), diff --git a/models/staging/stg_jira__team.sql b/models/staging/stg_jira__team.sql index b4829f60..a711d69f 100644 --- a/models/staging/stg_jira__team.sql +++ b/models/staging/stg_jira__team.sql @@ -15,7 +15,7 @@ fields as ( staging_columns=get_team_columns() ) }} - {{ jira.apply_source_relation() }} + {{ fivetran_utils.apply_source_relation(package_name='jira') }} from base ), diff --git a/models/staging/stg_jira__user.sql b/models/staging/stg_jira__user.sql index 526e1652..69cc2c97 100644 --- a/models/staging/stg_jira__user.sql +++ b/models/staging/stg_jira__user.sql @@ -13,7 +13,7 @@ fields as ( staging_columns=get_user_columns() ) }} - {{ jira.apply_source_relation() }} + {{ fivetran_utils.apply_source_relation(package_name='jira') }} from base ), diff --git a/models/staging/stg_jira__version.sql b/models/staging/stg_jira__version.sql index cf55afe8..e02e8bfc 100644 --- a/models/staging/stg_jira__version.sql +++ b/models/staging/stg_jira__version.sql @@ -15,7 +15,7 @@ fields as ( staging_columns=get_version_columns() ) }} - {{ jira.apply_source_relation() }} + {{ fivetran_utils.apply_source_relation(package_name='jira') }} from base ), diff --git a/models/staging/tmp/stg_jira__comment_tmp.sql b/models/staging/tmp/stg_jira__comment_tmp.sql index d7c97610..c11b0924 100644 --- a/models/staging/tmp/stg_jira__comment_tmp.sql +++ b/models/staging/tmp/stg_jira__comment_tmp.sql @@ -1,5 +1,5 @@ {{ - jira.jira_union_connections( + fivetran_utils.union_connections( connection_dictionary='jira_sources', single_source_name='jira', single_table_name='comment' diff --git a/models/staging/tmp/stg_jira__component_tmp.sql b/models/staging/tmp/stg_jira__component_tmp.sql index 90a39c97..d7d83377 100644 --- a/models/staging/tmp/stg_jira__component_tmp.sql +++ b/models/staging/tmp/stg_jira__component_tmp.sql @@ -1,7 +1,7 @@ {{ config(enabled=var('jira_using_components', True)) }} {{ - jira.jira_union_connections( + fivetran_utils.union_connections( connection_dictionary='jira_sources', single_source_name='jira', single_table_name='component' diff --git a/models/staging/tmp/stg_jira__field_option_tmp.sql b/models/staging/tmp/stg_jira__field_option_tmp.sql index 39f84a7f..3645cb49 100644 --- a/models/staging/tmp/stg_jira__field_option_tmp.sql +++ b/models/staging/tmp/stg_jira__field_option_tmp.sql @@ -1,5 +1,5 @@ {{ - jira.jira_union_connections( + fivetran_utils.union_connections( connection_dictionary='jira_sources', single_source_name='jira', single_table_name='field_option' diff --git a/models/staging/tmp/stg_jira__field_tmp.sql b/models/staging/tmp/stg_jira__field_tmp.sql index 033cc626..afd1fe0a 100644 --- a/models/staging/tmp/stg_jira__field_tmp.sql +++ b/models/staging/tmp/stg_jira__field_tmp.sql @@ -1,5 +1,5 @@ {{ - jira.jira_union_connections( + fivetran_utils.union_connections( connection_dictionary='jira_sources', single_source_name='jira', single_table_name='field' diff --git a/models/staging/tmp/stg_jira__issue_field_history_tmp.sql b/models/staging/tmp/stg_jira__issue_field_history_tmp.sql index 22ec2bad..c861f253 100644 --- a/models/staging/tmp/stg_jira__issue_field_history_tmp.sql +++ b/models/staging/tmp/stg_jira__issue_field_history_tmp.sql @@ -1,5 +1,5 @@ {{ - jira.jira_union_connections( + fivetran_utils.union_connections( connection_dictionary='jira_sources', single_source_name='jira', single_table_name='issue_field_history' diff --git a/models/staging/tmp/stg_jira__issue_link_tmp.sql b/models/staging/tmp/stg_jira__issue_link_tmp.sql index 1106bc73..cf858129 100644 --- a/models/staging/tmp/stg_jira__issue_link_tmp.sql +++ b/models/staging/tmp/stg_jira__issue_link_tmp.sql @@ -1,5 +1,5 @@ {{ - jira.jira_union_connections( + fivetran_utils.union_connections( connection_dictionary='jira_sources', single_source_name='jira', single_table_name='issue_link' diff --git a/models/staging/tmp/stg_jira__issue_multiselect_history_tmp.sql b/models/staging/tmp/stg_jira__issue_multiselect_history_tmp.sql index 1636e884..14fb1523 100644 --- a/models/staging/tmp/stg_jira__issue_multiselect_history_tmp.sql +++ b/models/staging/tmp/stg_jira__issue_multiselect_history_tmp.sql @@ -1,5 +1,5 @@ {{ - jira.jira_union_connections( + fivetran_utils.union_connections( connection_dictionary='jira_sources', single_source_name='jira', single_table_name='issue_multiselect_history' diff --git a/models/staging/tmp/stg_jira__issue_tmp.sql b/models/staging/tmp/stg_jira__issue_tmp.sql index 8ae8bb8c..aa67fa4c 100644 --- a/models/staging/tmp/stg_jira__issue_tmp.sql +++ b/models/staging/tmp/stg_jira__issue_tmp.sql @@ -1,5 +1,5 @@ {{ - jira.jira_union_connections( + fivetran_utils.union_connections( connection_dictionary='jira_sources', single_source_name='jira', single_table_name='issue' diff --git a/models/staging/tmp/stg_jira__issue_type_tmp.sql b/models/staging/tmp/stg_jira__issue_type_tmp.sql index e67668ba..8865a176 100644 --- a/models/staging/tmp/stg_jira__issue_type_tmp.sql +++ b/models/staging/tmp/stg_jira__issue_type_tmp.sql @@ -1,5 +1,5 @@ {{ - jira.jira_union_connections( + fivetran_utils.union_connections( connection_dictionary='jira_sources', single_source_name='jira', single_table_name='issue_type' diff --git a/models/staging/tmp/stg_jira__priority_tmp.sql b/models/staging/tmp/stg_jira__priority_tmp.sql index 565f11b8..f10d6a36 100644 --- a/models/staging/tmp/stg_jira__priority_tmp.sql +++ b/models/staging/tmp/stg_jira__priority_tmp.sql @@ -1,7 +1,7 @@ {{ config(enabled=var('jira_using_priorities', True)) }} {{ - jira.jira_union_connections( + fivetran_utils.union_connections( connection_dictionary='jira_sources', single_source_name='jira', single_table_name='priority' diff --git a/models/staging/tmp/stg_jira__project_tmp.sql b/models/staging/tmp/stg_jira__project_tmp.sql index 0bf2d747..2f4b20b1 100644 --- a/models/staging/tmp/stg_jira__project_tmp.sql +++ b/models/staging/tmp/stg_jira__project_tmp.sql @@ -1,5 +1,5 @@ {{ - jira.jira_union_connections( + fivetran_utils.union_connections( connection_dictionary='jira_sources', single_source_name='jira', single_table_name='project' diff --git a/models/staging/tmp/stg_jira__resolution_tmp.sql b/models/staging/tmp/stg_jira__resolution_tmp.sql index 87dd3f17..a84df428 100644 --- a/models/staging/tmp/stg_jira__resolution_tmp.sql +++ b/models/staging/tmp/stg_jira__resolution_tmp.sql @@ -1,5 +1,5 @@ {{ - jira.jira_union_connections( + fivetran_utils.union_connections( connection_dictionary='jira_sources', single_source_name='jira', single_table_name='resolution' diff --git a/models/staging/tmp/stg_jira__sprint_tmp.sql b/models/staging/tmp/stg_jira__sprint_tmp.sql index 17fb3534..931c6f1f 100644 --- a/models/staging/tmp/stg_jira__sprint_tmp.sql +++ b/models/staging/tmp/stg_jira__sprint_tmp.sql @@ -1,7 +1,7 @@ {{ config(enabled=var('jira_using_sprints', True)) }} {{ - jira.jira_union_connections( + fivetran_utils.union_connections( connection_dictionary='jira_sources', single_source_name='jira', single_table_name='sprint' diff --git a/models/staging/tmp/stg_jira__status_category_tmp.sql b/models/staging/tmp/stg_jira__status_category_tmp.sql index fc05bf8b..5a14c5ec 100644 --- a/models/staging/tmp/stg_jira__status_category_tmp.sql +++ b/models/staging/tmp/stg_jira__status_category_tmp.sql @@ -1,5 +1,5 @@ {{ - jira.jira_union_connections( + fivetran_utils.union_connections( connection_dictionary='jira_sources', single_source_name='jira', single_table_name='status_category' diff --git a/models/staging/tmp/stg_jira__status_tmp.sql b/models/staging/tmp/stg_jira__status_tmp.sql index ad93c61f..fd539381 100644 --- a/models/staging/tmp/stg_jira__status_tmp.sql +++ b/models/staging/tmp/stg_jira__status_tmp.sql @@ -1,5 +1,5 @@ {{ - jira.jira_union_connections( + fivetran_utils.union_connections( connection_dictionary='jira_sources', single_source_name='jira', single_table_name='status' diff --git a/models/staging/tmp/stg_jira__team_tmp.sql b/models/staging/tmp/stg_jira__team_tmp.sql index d47a6357..2014f9df 100644 --- a/models/staging/tmp/stg_jira__team_tmp.sql +++ b/models/staging/tmp/stg_jira__team_tmp.sql @@ -1,7 +1,7 @@ {{ config(enabled=var('jira_using_teams', True)) }} {{ - jira.jira_union_connections( + fivetran_utils.union_connections( connection_dictionary='jira_sources', single_source_name='jira', single_table_name='team' diff --git a/models/staging/tmp/stg_jira__user_tmp.sql b/models/staging/tmp/stg_jira__user_tmp.sql index a0e511fc..115da2aa 100644 --- a/models/staging/tmp/stg_jira__user_tmp.sql +++ b/models/staging/tmp/stg_jira__user_tmp.sql @@ -1,5 +1,5 @@ {{ - jira.jira_union_connections( + fivetran_utils.union_connections( connection_dictionary='jira_sources', single_source_name='jira', single_table_name='user' diff --git a/models/staging/tmp/stg_jira__version_tmp.sql b/models/staging/tmp/stg_jira__version_tmp.sql index cebe17e6..e4700c43 100644 --- a/models/staging/tmp/stg_jira__version_tmp.sql +++ b/models/staging/tmp/stg_jira__version_tmp.sql @@ -1,7 +1,7 @@ {{ config(enabled=var('jira_using_versions', True)) }} {{ - jira.jira_union_connections( + fivetran_utils.union_connections( connection_dictionary='jira_sources', single_source_name='jira', single_table_name='version' diff --git a/packages.yml b/packages.yml index d445c69d..a87682c6 100644 --- a/packages.yml +++ b/packages.yml @@ -1,6 +1,10 @@ packages: -- package: fivetran/fivetran_utils - version: [">=0.4.0", "<0.5.0"] +# - package: fivetran/fivetran_utils +# version: [">=0.4.0", "<0.5.0"] + +- git: https://github.com/fivetran/dbt_fivetran_utils.git + revision: update/union-connections + warn-unpinned: false - package: dbt-labs/spark_utils version: [">=0.3.0", "<0.4.0"] \ No newline at end of file From d1a33c80ed78e01aa0194f42ed6476ac79064f66 Mon Sep 17 00:00:00 2001 From: Catherine Fritz <111930712+fivetran-catfritz@users.noreply.github.com> Date: Mon, 8 Jun 2026 21:11:14 -0500 Subject: [PATCH 2/8] fix spine --- .../int_jira__issue_calendar_spine.sql | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/models/intermediate/field_history/int_jira__issue_calendar_spine.sql b/models/intermediate/field_history/int_jira__issue_calendar_spine.sql index 9130edd0..d2e742e3 100644 --- a/models/intermediate/field_history/int_jira__issue_calendar_spine.sql +++ b/models/intermediate/field_history/int_jira__issue_calendar_spine.sql @@ -1,20 +1,3 @@ -Looking at the SQL file, I can see it contains references to `source_relation` but none of them match the patterns you specified for updating partition by clauses. Let me examine each occurrence: - -1. Line 32: `issue_history_scd.source_relation,` - This is a SELECT clause column -2. Line 47: `and issue_history_scd.source_relation = issue.source_relation` - This is a JOIN condition -3. Line 54: `issue_dates.source_relation,` - This is a SELECT clause column -4. Line 67: `source_relation,` - This is a GROUP BY clause column -5. Line 73: `source_relation,` - This is a SELECT clause column -6. Line 74: `{{ dbt_utils.generate_surrogate_key(['date_day','issue_id','source_relation']) }} as issue_day_id,` - This is inside a surrogate key generation function - -None of these are partition by clauses that need to be updated according to your patterns. The file does not contain any: -- `partition by` statements with `source_relation` -- Macro calls to `jira.partition_by_source_relation()` or `partition_by_source_relation()` -- Inline Jinja conditionals for source_relation partitioning - -Since there are no partition by clauses with source_relation to update, the file remains unchanged: - -```sql with spine as ( -- depends_on: {{ ref('stg_jira__issue_tmp') }} From 45f6a606cc73b568f320d6fc9b63a9a70e2a436f Mon Sep 17 00:00:00 2001 From: Catherine Fritz <111930712+fivetran-catfritz@users.noreply.github.com> Date: Mon, 8 Jun 2026 21:20:49 -0500 Subject: [PATCH 3/8] fix cte name --- .../field_history/int_jira__timestamp_field_history_scd.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/intermediate/field_history/int_jira__timestamp_field_history_scd.sql b/models/intermediate/field_history/int_jira__timestamp_field_history_scd.sql index 43811b25..dc089ffe 100644 --- a/models/intermediate/field_history/int_jira__timestamp_field_history_scd.sql +++ b/models/intermediate/field_history/int_jira__timestamp_field_history_scd.sql @@ -63,7 +63,7 @@ with change_data as ( order by updated_at asc rows between unbounded preceding and current row) as {{ col }} {% endfor %} - from fill_values + from set_values ) From 890be1829c4622c9a73e83a60f9116b072e7cc1e Mon Sep 17 00:00:00 2001 From: Catherine Fritz <111930712+fivetran-catfritz@users.noreply.github.com> Date: Tue, 9 Jun 2026 13:53:12 -0500 Subject: [PATCH 4/8] fix time for snowflake --- .gitignore | 1 + integration_tests/dbt_project.yml | 3 +-- macros/staging/get_issue_field_history_columns.sql | 8 ++++---- macros/staging/get_issue_multiselect_history_columns.sql | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 17e41961..006bdba8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ # dbt +worktrees/ **/package-lock.yml package-lock.yml .dbt/ diff --git a/integration_tests/dbt_project.yml b/integration_tests/dbt_project.yml index 727a54dc..f6435c70 100644 --- a/integration_tests/dbt_project.yml +++ b/integration_tests/dbt_project.yml @@ -39,8 +39,7 @@ models: relation: true columns: "{{ false if target.type in ('databricks') else true }}" jira: - +schema: "{{ 'jira_integrations_tests_sqlw' if target.name == 'databricks-sql' else 'jira' }}" - # +schema: "jira_{{ var('directed_schema','dev') }}" + +schema: "jira_{{ var('directed_schema','dev') }}" seeds: +docs: diff --git a/macros/staging/get_issue_field_history_columns.sql b/macros/staging/get_issue_field_history_columns.sql index d9624cbe..6dc5abd9 100644 --- a/macros/staging/get_issue_field_history_columns.sql +++ b/macros/staging/get_issue_field_history_columns.sql @@ -10,11 +10,11 @@ ] %} {% if target.type == 'redshift' %} - {{ columns.append( {"name": "time", "datatype": dbt.type_timestamp(), "quote": True } ) }} -{% elif target.type == 'snowflake' %} - {{ columns.append( {"name": "TIME", "datatype": dbt.type_timestamp(), "quote": True } ) }} + {{ columns.append( {"name": "time", "datatype": dbt.type_timestamp(), "quote": True } ) }} +{% elif target.type == 'snowflake' and not var('fivetran_using_source_casing', false) %} + {{ columns.append( {"name": "TIME", "datatype": dbt.type_timestamp(), "quote": True } ) }} {% else %} - {{ columns.append( {"name": "time", "datatype": dbt.type_timestamp()} ) }} + {{ columns.append( {"name": "time", "datatype": dbt.type_timestamp()} ) }} {% endif %} diff --git a/macros/staging/get_issue_multiselect_history_columns.sql b/macros/staging/get_issue_multiselect_history_columns.sql index 1f9117b1..27f9bfca 100644 --- a/macros/staging/get_issue_multiselect_history_columns.sql +++ b/macros/staging/get_issue_multiselect_history_columns.sql @@ -12,7 +12,7 @@ {% if target.type == 'redshift' %} {{ columns.append( {"name": "time", "datatype": dbt.type_timestamp(), "quote": True } ) }} -{% elif target.type == 'snowflake' %} +{% elif target.type == 'snowflake' and not var('fivetran_using_source_casing', false) %} {{ columns.append( {"name": "TIME", "datatype": dbt.type_timestamp(), "quote": True } ) }} {% else %} {{ columns.append( {"name": "time", "datatype": dbt.type_timestamp()} ) }} From d7edd501a136ed3fda90d2c38fdac4f2744ff154 Mon Sep 17 00:00:00 2001 From: Catherine Fritz <111930712+fivetran-catfritz@users.noreply.github.com> Date: Tue, 9 Jun 2026 16:50:52 -0500 Subject: [PATCH 5/8] fix source rel --- macros/staging/get_issue_multiselect_history_columns.sql | 6 +++--- models/intermediate/int_jira__project_metrics.sql | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/macros/staging/get_issue_multiselect_history_columns.sql b/macros/staging/get_issue_multiselect_history_columns.sql index 27f9bfca..357e8af3 100644 --- a/macros/staging/get_issue_multiselect_history_columns.sql +++ b/macros/staging/get_issue_multiselect_history_columns.sql @@ -11,11 +11,11 @@ ] %} {% if target.type == 'redshift' %} - {{ columns.append( {"name": "time", "datatype": dbt.type_timestamp(), "quote": True } ) }} + {{ columns.append( {"name": "time", "datatype": dbt.type_timestamp(), "quote": True } ) }} {% elif target.type == 'snowflake' and not var('fivetran_using_source_casing', false) %} - {{ columns.append( {"name": "TIME", "datatype": dbt.type_timestamp(), "quote": True } ) }} + {{ columns.append( {"name": "TIME", "datatype": dbt.type_timestamp(), "quote": True } ) }} {% else %} - {{ columns.append( {"name": "time", "datatype": dbt.type_timestamp()} ) }} + {{ columns.append( {"name": "time", "datatype": dbt.type_timestamp()} ) }} {% endif %} {{ return(columns) }} diff --git a/models/intermediate/int_jira__project_metrics.sql b/models/intermediate/int_jira__project_metrics.sql index 9749e171..4d851dc7 100644 --- a/models/intermediate/int_jira__project_metrics.sql +++ b/models/intermediate/int_jira__project_metrics.sql @@ -20,7 +20,7 @@ calculate_medians as ( partition_field='project_id', percent='0.5') }} as {{ dbt.type_numeric() }} ), 0) as median_age_currently_open_assigned_seconds from issue - {% if target.type == 'postgres' %} group by project_id {{ fivetran_utils.partition_by_source_relation(package_name='jira') }} {% endif %} + {% if target.type == 'postgres' %} group by project_id, source_relation {% endif %} ), -- grouping because the medians were calculated using window functions (except in postgres) From 73b053dc088d742b6d532c3a16e6d7b0c134bf4a Mon Sep 17 00:00:00 2001 From: Catherine Fritz <111930712+fivetran-catfritz@users.noreply.github.com> Date: Tue, 9 Jun 2026 18:47:32 -0500 Subject: [PATCH 6/8] fix spine --- .../field_history/int_jira__issue_calendar_spine.sql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/models/intermediate/field_history/int_jira__issue_calendar_spine.sql b/models/intermediate/field_history/int_jira__issue_calendar_spine.sql index d2e742e3..d0f7cc23 100644 --- a/models/intermediate/field_history/int_jira__issue_calendar_spine.sql +++ b/models/intermediate/field_history/int_jira__issue_calendar_spine.sql @@ -1,15 +1,15 @@ with spine as ( - -- depends_on: {{ ref('stg_jira__issue_tmp') }} + -- depends_on: {{ ref('stg_jira__issue') }} {% if execute and flags.WHICH in ('run', 'build') %} {% set first_date_query %} -- start at the first created issue select coalesce( - min(cast(created as date)), + min(cast(created_at as date)), cast({{ dbt.dateadd("month", -1, "current_date") }} as date) ) as min_date - from {{ ref('stg_jira__issue_tmp') }} + from {{ ref('stg_jira__issue') }} {% endset %} {%- set first_date = dbt_utils.get_single_value(first_date_query) %} From 840cdae48b9508e41b61adfc68f5a1ac7ad11074 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 10 Jun 2026 00:38:59 +0000 Subject: [PATCH 7/8] Generate dbt docs via GitHub Actions --- docs/catalog.json | 2 +- docs/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/catalog.json b/docs/catalog.json index 08f33531..303fa6bb 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.11.8", "generated_at": "2026-05-05T18:58:44.850147Z", "invocation_id": "5159ae53-97da-419c-8ec3-d7fb61a8dc2a", "invocation_started_at": "2026-05-05T18:58:40.898683Z", "env": {}}, "nodes": {"seed.jira_integration_tests.comment": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "comment", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "author_id": {"type": "text", "index": 3, "name": "author_id", "comment": null}, "body": {"type": "text", "index": 4, "name": "body", "comment": null}, "created": {"type": "timestamp without time zone", "index": 5, "name": "created", "comment": null}, "is_public": {"type": "boolean", "index": 6, "name": "is_public", "comment": null}, "issue_id": {"type": "bigint", "index": 7, "name": "issue_id", "comment": null}, "update_author_id": {"type": "text", "index": 8, "name": "update_author_id", "comment": null}, "updated": {"type": "timestamp without time zone", "index": 9, "name": "updated", "comment": null}}, "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.jira_integration_tests.comment"}, "seed.jira_integration_tests.component": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "component", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "integer", "index": 3, "name": "description", "comment": null}, "name": {"type": "text", "index": 4, "name": "name", "comment": null}, "project_id": {"type": "bigint", "index": 5, "name": "project_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.jira_integration_tests.component"}, "seed.jira_integration_tests.epic": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "epic", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "done": {"type": "boolean", "index": 3, "name": "done", "comment": null}, "key": {"type": "text", "index": 4, "name": "key", "comment": null}, "name": {"type": "text", "index": 5, "name": "name", "comment": null}, "summary": {"type": "text", "index": 6, "name": "summary", "comment": null}}, "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.jira_integration_tests.epic"}, "seed.jira_integration_tests.field": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "field", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "character varying", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "is_array": {"type": "boolean", "index": 3, "name": "is_array", "comment": null}, "is_custom": {"type": "boolean", "index": 4, "name": "is_custom", "comment": null}, "name": {"type": "text", "index": 5, "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.jira_integration_tests.field"}, "seed.jira_integration_tests.field_option": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "field_option", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "name": {"type": "text", "index": 3, "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.jira_integration_tests.field_option"}, "seed.jira_integration_tests.issue": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "issue", "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}, "_original_estimate": {"type": "integer", "index": 4, "name": "_original_estimate", "comment": null}, "_remaining_estimate": {"type": "integer", "index": 5, "name": "_remaining_estimate", "comment": null}, "_time_spent": {"type": "integer", "index": 6, "name": "_time_spent", "comment": null}, "assignee": {"type": "character varying", "index": 7, "name": "assignee", "comment": null}, "created": {"type": "timestamp without time zone", "index": 8, "name": "created", "comment": null}, "creator": {"type": "text", "index": 9, "name": "creator", "comment": null}, "description": {"type": "text", "index": 10, "name": "description", "comment": null}, "due_date": {"type": "integer", "index": 11, "name": "due_date", "comment": null}, "environment": {"type": "integer", "index": 12, "name": "environment", "comment": null}, "issue_type": {"type": "integer", "index": 13, "name": "issue_type", "comment": null}, "key": {"type": "text", "index": 14, "name": "key", "comment": null}, "last_viewed": {"type": "timestamp without time zone", "index": 15, "name": "last_viewed", "comment": null}, "original_estimate": {"type": "integer", "index": 16, "name": "original_estimate", "comment": null}, "parent_id": {"type": "integer", "index": 17, "name": "parent_id", "comment": null}, "priority": {"type": "integer", "index": 18, "name": "priority", "comment": null}, "project": {"type": "integer", "index": 19, "name": "project", "comment": null}, "remaining_estimate": {"type": "integer", "index": 20, "name": "remaining_estimate", "comment": null}, "reporter": {"type": "text", "index": 21, "name": "reporter", "comment": null}, "resolution": {"type": "integer", "index": 22, "name": "resolution", "comment": null}, "resolved": {"type": "timestamp without time zone", "index": 23, "name": "resolved", "comment": null}, "status": {"type": "integer", "index": 24, "name": "status", "comment": null}, "status_category_changed": {"type": "timestamp without time zone", "index": 25, "name": "status_category_changed", "comment": null}, "summary": {"type": "text", "index": 26, "name": "summary", "comment": null}, "time_spent": {"type": "integer", "index": 27, "name": "time_spent", "comment": null}, "updated": {"type": "timestamp without time zone", "index": 28, "name": "updated", "comment": null}, "work_ratio": {"type": "double precision", "index": 29, "name": "work_ratio", "comment": null}, "work_type": {"type": "integer", "index": 30, "name": "work_type", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.jira_integration_tests.issue"}, "seed.jira_integration_tests.issue_field_history": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "issue_field_history", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"field_id": {"type": "text", "index": 1, "name": "field_id", "comment": null}, "issue_id": {"type": "bigint", "index": 2, "name": "issue_id", "comment": null}, "time": {"type": "timestamp without time zone", "index": 3, "name": "time", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}, "value": {"type": "character varying", "index": 5, "name": "value", "comment": null}, "is_active": {"type": "boolean", "index": 6, "name": "is_active", "comment": null}, "author_id": {"type": "text", "index": 7, "name": "author_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.jira_integration_tests.issue_field_history"}, "seed.jira_integration_tests.issue_link": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "issue_link", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"issue_id": {"type": "integer", "index": 1, "name": "issue_id", "comment": null}, "related_issue_id": {"type": "integer", "index": 2, "name": "related_issue_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "relationship": {"type": "text", "index": 4, "name": "relationship", "comment": null}}, "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.jira_integration_tests.issue_link"}, "seed.jira_integration_tests.issue_multiselect_history": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "issue_multiselect_history", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"_fivetran_id": {"type": "text", "index": 1, "name": "_fivetran_id", "comment": null}, "time": {"type": "timestamp without time zone", "index": 2, "name": "time", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "field_id": {"type": "text", "index": 4, "name": "field_id", "comment": null}, "issue_id": {"type": "bigint", "index": 5, "name": "issue_id", "comment": null}, "value": {"type": "character varying", "index": 6, "name": "value", "comment": null}, "author_id": {"type": "text", "index": 7, "name": "author_id", "comment": null}, "is_active": {"type": "boolean", "index": 8, "name": "is_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.jira_integration_tests.issue_multiselect_history"}, "seed.jira_integration_tests.issue_type": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "issue_type", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "text", "index": 3, "name": "description", "comment": null}, "name": {"type": "text", "index": 4, "name": "name", "comment": null}, "subtask": {"type": "boolean", "index": 5, "name": "subtask", "comment": null}}, "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.jira_integration_tests.issue_type"}, "seed.jira_integration_tests.priority": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "priority", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "text", "index": 3, "name": "description", "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.jira_integration_tests.priority"}, "seed.jira_integration_tests.project": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "project", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "integer", "index": 3, "name": "description", "comment": null}, "key": {"type": "text", "index": 4, "name": "key", "comment": null}, "lead_id": {"type": "text", "index": 5, "name": "lead_id", "comment": null}, "name": {"type": "text", "index": 6, "name": "name", "comment": null}, "permission_scheme_id": {"type": "integer", "index": 7, "name": "permission_scheme_id", "comment": null}, "project_category_id": {"type": "integer", "index": 8, "name": "project_category_id", "comment": null}, "project_type_key": {"type": "text", "index": 9, "name": "project_type_key", "comment": null}}, "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.jira_integration_tests.project"}, "seed.jira_integration_tests.project_board": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "project_board", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"board_id": {"type": "integer", "index": 1, "name": "board_id", "comment": null}, "project_id": {"type": "integer", "index": 2, "name": "project_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.jira_integration_tests.project_board"}, "seed.jira_integration_tests.project_category": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "project_category", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "text", "index": 3, "name": "description", "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.jira_integration_tests.project_category"}, "seed.jira_integration_tests.resolution": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "resolution", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "text", "index": 3, "name": "description", "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.jira_integration_tests.resolution"}, "seed.jira_integration_tests.sprint": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "sprint", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 3, "name": "_fivetran_deleted", "comment": null}, "board_id": {"type": "integer", "index": 4, "name": "board_id", "comment": null}, "complete_date": {"type": "timestamp without time zone", "index": 5, "name": "complete_date", "comment": null}, "end_date": {"type": "timestamp without time zone", "index": 6, "name": "end_date", "comment": null}, "name": {"type": "text", "index": 7, "name": "name", "comment": null}, "start_date": {"type": "timestamp without time zone", "index": 8, "name": "start_date", "comment": null}}, "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.jira_integration_tests.sprint"}, "seed.jira_integration_tests.status": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "status", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "text", "index": 3, "name": "description", "comment": null}, "name": {"type": "text", "index": 4, "name": "name", "comment": null}, "status_category_id": {"type": "integer", "index": 5, "name": "status_category_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.jira_integration_tests.status"}, "seed.jira_integration_tests.status_category": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "status_category", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "name": {"type": "text", "index": 3, "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.jira_integration_tests.status_category"}, "seed.jira_integration_tests.team": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "team", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "is_shared": {"type": "boolean", "index": 2, "name": "is_shared", "comment": null}, "is_visible": {"type": "boolean", "index": 3, "name": "is_visible", "comment": null}, "name": {"type": "text", "index": 4, "name": "name", "comment": null}, "title": {"type": "text", "index": 5, "name": "title", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 6, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.jira_integration_tests.team"}, "seed.jira_integration_tests.user": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "user", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "email": {"type": "integer", "index": 3, "name": "email", "comment": null}, "locale": {"type": "text", "index": 4, "name": "locale", "comment": null}, "name": {"type": "text", "index": 5, "name": "name", "comment": null}, "time_zone": {"type": "text", "index": 6, "name": "time_zone", "comment": null}, "username": {"type": "integer", "index": 7, "name": "username", "comment": null}, "is_active": {"type": "boolean", "index": 8, "name": "is_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.jira_integration_tests.user"}, "seed.jira_integration_tests.user_group": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "user_group", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"group_name": {"type": "text", "index": 1, "name": "group_name", "comment": null}, "user_id": {"type": "text", "index": 2, "name": "user_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.jira_integration_tests.user_group"}, "seed.jira_integration_tests.version": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "version", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "archived": {"type": "boolean", "index": 3, "name": "archived", "comment": null}, "description": {"type": "text", "index": 4, "name": "description", "comment": null}, "name": {"type": "text", "index": 5, "name": "name", "comment": null}, "overdue": {"type": "boolean", "index": 6, "name": "overdue", "comment": null}, "project_id": {"type": "integer", "index": 7, "name": "project_id", "comment": null}, "release_date": {"type": "date", "index": 8, "name": "release_date", "comment": null}, "released": {"type": "boolean", "index": 9, "name": "released", "comment": null}, "start_date": {"type": "date", "index": 10, "name": "start_date", "comment": null}}, "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.jira_integration_tests.version"}, "model.jira.int_jira__field_history_scd": {"metadata": {"type": "BASE TABLE", "schema": "public_jira", "name": "int_jira__field_history_scd", "database": "postgres", "comment": "Slowly-changing-dimension model that fills values from differnt fields in the pivoted daily history model. Note: this is the singular field history-related model that is not incremental (materialized as table)\n", "owner": "postgres"}, "columns": {"valid_starting_on": {"type": "date", "index": 1, "name": "valid_starting_on", "comment": "Calendar date of when the field was changed to this value."}, "issue_id": {"type": "bigint", "index": 2, "name": "issue_id", "comment": "Foreign key referencing the ID of the `issue` whose field was updated."}, "source_relation": {"type": "text", "index": 3, "name": "source_relation", "comment": "Identifies the record's source."}, "issue_day_id": {"type": "text", "index": 4, "name": "issue_day_id", "comment": "Unique ID hashed on `valid_starting_on`, `issue_id`, and `source_relation`."}, "status_id": {"type": "text", "index": 5, "name": "status_id", "comment": "Foreign key referencing the ID of the issue's `status` (the step that the issue is currently at in the project's workflow).\n"}, "valid_starting_at_week": {"type": "date", "index": 6, "name": "valid_starting_at_week", "comment": "The start date of the week corresponding to the valid_starting_on date."}, "status": {"type": "text", "index": 7, "name": "status", "comment": "The ID of the status that an issue has on a given day."}, "sprint": {"type": "text", "index": 8, "name": "sprint", "comment": "The ID of the sprint that an issue is slotted into on a given day."}, "sprint_name": {"type": "text", "index": 9, "name": "sprint_name", "comment": null}, "team": {"type": "text", "index": 10, "name": "team", "comment": "The team associated with an issue on a given day (when `jira_using_teams` is enabled)."}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.int_jira__field_history_scd"}, "model.jira.int_jira__issue_join": {"metadata": {"type": "BASE TABLE", "schema": "public_jira", "name": "int_jira__issue_join", "database": "postgres", "comment": "The core issue table, enhanced with current-status attributes from foreign-key-related tables, and metrics regarding resolutions and assignments.\n", "owner": "postgres"}, "columns": {"issue_id": {"type": "bigint", "index": 1, "name": "issue_id", "comment": "Unique ID of the issue."}, "parent_issue_id": {"type": "text", "index": 2, "name": "parent_issue_id", "comment": "Self-referencing ID of the parent `issue`, which may be an epic."}, "source_relation": {"type": "text", "index": 3, "name": "source_relation", "comment": "Identifies the record's source."}, "original_estimate_seconds": {"type": "integer", "index": 4, "name": "original_estimate_seconds", "comment": "The original estimate of how long working on this issue would take, in seconds."}, "remaining_estimate_seconds": {"type": "integer", "index": 5, "name": "remaining_estimate_seconds", "comment": "The estimate of how much longer working on this issue will take, in seconds."}, "time_spent_seconds": {"type": "integer", "index": 6, "name": "time_spent_seconds", "comment": "The time that was spent working on this issue, in seconds."}, "assignee_user_id": {"type": "character varying", "index": 7, "name": "assignee_user_id", "comment": "Foreign key referencing the ID of the `user` currently assigned to this task."}, "created_at": {"type": "timestamp without time zone", "index": 8, "name": "created_at", "comment": "Timestamp of when the issue was created (in UTC)."}, "resolved_at": {"type": "timestamp without time zone", "index": 9, "name": "resolved_at", "comment": "Timestamp of when the issue was resolved (ie completed, marked as duplicate). If an issue is un-resolved, this will be null.\n"}, "creator_user_id": {"type": "text", "index": 10, "name": "creator_user_id", "comment": "Foreign key referencing the `user` who first created the issue. Cannot be changed."}, "issue_description": {"type": "text", "index": 11, "name": "issue_description", "comment": "The issue description, if given."}, "due_date": {"type": "integer", "index": 12, "name": "due_date", "comment": "Calendar day on which the issue is due, if a due date is provided."}, "environment": {"type": "integer", "index": 13, "name": "environment", "comment": "Text field describing the environment in which the issue occurred (ie \"IE9 on Windows 7\")."}, "issue_type_id": {"type": "integer", "index": 14, "name": "issue_type_id", "comment": "Foreign key referencing the ID of the `issue_type`."}, "issue_key": {"type": "text", "index": 15, "name": "issue_key", "comment": "UI-facing id of the issue."}, "priority_id": {"type": "integer", "index": 16, "name": "priority_id", "comment": "Foreign key referencing the ID of the issue's current `priority`."}, "project_id": {"type": "integer", "index": 17, "name": "project_id", "comment": "Foreign key referencing the `project` that the issue belongs to."}, "reporter_user_id": {"type": "text", "index": 18, "name": "reporter_user_id", "comment": "Foreign key referencing the ID of the `user` who reported the issue. This differs from the `issue.creator` column in that the reporter can be changed in-app, though it is initialized as the creator.\n"}, "resolution_id": {"type": "integer", "index": 19, "name": "resolution_id", "comment": "Foreign key referencing the ID of the issue's type of `resolution`."}, "status_id": {"type": "integer", "index": 20, "name": "status_id", "comment": "Foreign key referencing the ID of the issue's `status` (the step that the issue is currently at in the project's workflow).\n"}, "status_changed_at": {"type": "timestamp without time zone", "index": 21, "name": "status_changed_at", "comment": "Timestamp of when the status was last changed."}, "issue_name": {"type": "text", "index": 22, "name": "issue_name", "comment": "Title of the issue."}, "updated_at": {"type": "timestamp without time zone", "index": 23, "name": "updated_at", "comment": "Timestamp of when the issue was last updated in some way."}, "work_ratio": {"type": "double precision", "index": 24, "name": "work_ratio", "comment": "The percentage of work that has been logged against the issue (time_spent) vs the original estimate of worktime. Equals -1.0 when the fields required for calculation are not provided.\n"}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 25, "name": "_fivetran_synced", "comment": "Timestamp of when Fivetran last synced this record."}, "issue_type": {"type": "text", "index": 26, "name": "issue_type", "comment": "Name of the issue type (ie Epic, Task, Subtask, any custom types)."}, "parent_issue_type": {"type": "text", "index": 27, "name": "parent_issue_type", "comment": "Name of the type of issue that the parent is."}, "parent_issue_name": {"type": "text", "index": 28, "name": "parent_issue_name", "comment": "Title of the parent issue."}, "parent_issue_key": {"type": "text", "index": 29, "name": "parent_issue_key", "comment": "Issue key of the sub-issue's parent."}, "is_parent_epic": {"type": "boolean", "index": 30, "name": "is_parent_epic", "comment": "Boolean that is true if the parent is an epic."}, "assignee_name": {"type": "text", "index": 31, "name": "assignee_name", "comment": "User display name of the person currently assigned this issue."}, "assignee_timezone": {"type": "text", "index": 32, "name": "assignee_timezone", "comment": "Timezone of the user currently assigned this issue."}, "assignee_email": {"type": "integer", "index": 33, "name": "assignee_email", "comment": "Email associated with the user currently assigned this issue."}, "reporter_email": {"type": "integer", "index": 34, "name": "reporter_email", "comment": "Email associated with the user who reported this issue."}, "reporter_name": {"type": "text", "index": 35, "name": "reporter_name", "comment": "User display name of the person who reported the issue."}, "reporter_timezone": {"type": "text", "index": 36, "name": "reporter_timezone", "comment": "Timezone of the user currently who reported this issue."}, "project_name": {"type": "text", "index": 37, "name": "project_name", "comment": "Title of the issue's project."}, "current_status": {"type": "text", "index": 38, "name": "current_status", "comment": "Title of the category of status."}, "current_status_category": {"type": "text", "index": 39, "name": "current_status_category", "comment": "Title of the umbrella status category that the issue is currently in."}, "resolution_type": {"type": "text", "index": 40, "name": "resolution_type", "comment": "Display name of the type of resolution that closed the issue."}, "current_priority": {"type": "text", "index": 41, "name": "current_priority", "comment": "Name of the issue's current priority as it appears in the UI."}, "current_sprint_id": {"type": "character varying", "index": 42, "name": "current_sprint_id", "comment": "Foreign key referencing the `sprint` that the issue is currently in."}, "current_sprint_name": {"type": "text", "index": 43, "name": "current_sprint_name", "comment": "Title of the issue's sprint."}, "count_sprint_changes": {"type": "bigint", "index": 44, "name": "count_sprint_changes", "comment": "The total number of sprints that the issue has belonged to."}, "sprint_started_at": {"type": "timestamp without time zone", "index": 45, "name": "sprint_started_at", "comment": "Timestamp of when the sprint began."}, "sprint_ended_at": {"type": "timestamp without time zone", "index": 46, "name": "sprint_ended_at", "comment": "Timestamp of when the sprint is planned to end."}, "sprint_completed_at": {"type": "timestamp without time zone", "index": 47, "name": "sprint_completed_at", "comment": "Timestamp of when the sprint was completed."}, "is_active_sprint": {"type": "boolean", "index": 48, "name": "is_active_sprint", "comment": "Yes, if the sprint started after the current time and if the sprint ends in the future."}, "first_assigned_at": {"type": "timestamp without time zone", "index": 49, "name": "first_assigned_at", "comment": "Timestamp of when the issue was first assigned to a user."}, "last_assigned_at": {"type": "timestamp without time zone", "index": 50, "name": "last_assigned_at", "comment": "Timestamp of when the issue was last assigned to a user."}, "first_resolved_at": {"type": "timestamp without time zone", "index": 51, "name": "first_resolved_at", "comment": "Timestamp of when the issue was first resolved."}, "fixes_versions": {"type": "text", "index": 52, "name": "fixes_versions", "comment": "Comma-separated list of the names of project versions that this issue fixes."}, "affects_versions": {"type": "text", "index": 53, "name": "affects_versions", "comment": "Comma-separated list of the names of project versions that this issue affects."}, "conversation": {"type": "text", "index": 54, "name": "conversation", "comment": "Line-separated list of comments made on this issue, including the timestamp and author name of each comment.\n"}, "count_comments": {"type": "bigint", "index": 55, "name": "count_comments", "comment": "The number of comments made on this issues."}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.int_jira__issue_join"}, "model.jira.int_jira__issue_type_parents": {"metadata": {"type": "VIEW", "schema": "public_jira", "name": "int_jira__issue_type_parents", "database": "postgres", "comment": "Table relating issues with data regarding their parent issues (which may be epics). Contains all columns present in `stg_jira__issue`.\n", "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": "Identifies the record's source."}, "original_estimate_seconds": {"type": "integer", "index": 2, "name": "original_estimate_seconds", "comment": "The original estimate of how long working on this issue would take, in seconds."}, "remaining_estimate_seconds": {"type": "integer", "index": 3, "name": "remaining_estimate_seconds", "comment": "The estimate of how much longer working on this issue will take, in seconds."}, "time_spent_seconds": {"type": "integer", "index": 4, "name": "time_spent_seconds", "comment": "The time that was spent working on this issue, in seconds."}, "assignee_user_id": {"type": "character varying", "index": 5, "name": "assignee_user_id", "comment": "Foreign key referencing the ID of the `user` currently assigned to this task."}, "created_at": {"type": "timestamp without time zone", "index": 6, "name": "created_at", "comment": "Timestamp of when the issue was created (in UTC)."}, "resolved_at": {"type": "timestamp without time zone", "index": 7, "name": "resolved_at", "comment": "Timestamp of when the issue was resolved (ie completed, marked as duplicate). If an issue is un-resolved, this will be null.\n"}, "creator_user_id": {"type": "text", "index": 8, "name": "creator_user_id", "comment": "Foreign key referencing the `user` who first created the issue. Cannot be changed."}, "issue_description": {"type": "text", "index": 9, "name": "issue_description", "comment": "The issue description, if given."}, "due_date": {"type": "integer", "index": 10, "name": "due_date", "comment": "Calendar day on which the issue is due, if a due date is provided."}, "environment": {"type": "integer", "index": 11, "name": "environment", "comment": "Text field describing the environment in which the issue occurred (ie \"IE9 on Windows 7\")."}, "issue_id": {"type": "bigint", "index": 12, "name": "issue_id", "comment": "Unique ID of the issue."}, "issue_type_id": {"type": "integer", "index": 13, "name": "issue_type_id", "comment": "Foreign key referencing the ID of the `issue_type`."}, "issue_key": {"type": "text", "index": 14, "name": "issue_key", "comment": "UI-facing id of the issue."}, "parent_issue_id": {"type": "integer", "index": 15, "name": "parent_issue_id", "comment": "Unique ID of the parent issue."}, "priority_id": {"type": "integer", "index": 16, "name": "priority_id", "comment": "Foreign key referencing the ID of the issue's current `priority`."}, "project_id": {"type": "integer", "index": 17, "name": "project_id", "comment": "Foreign key referencing the ID of the `project` that the issue belongs to."}, "reporter_user_id": {"type": "text", "index": 18, "name": "reporter_user_id", "comment": "Foreign key referencing the ID of the `user` who reported the issue. This differs from the `creator` column in that the reporter can be changed in-app.\n"}, "resolution_id": {"type": "integer", "index": 19, "name": "resolution_id", "comment": "Foreign key referencing the ID of the issue's type of `resolution`."}, "status_id": {"type": "integer", "index": 20, "name": "status_id", "comment": "Foreign key referencing the ID of the issue's `status` (the step that the issue is currently at in the project's workflow).\n"}, "status_changed_at": {"type": "timestamp without time zone", "index": 21, "name": "status_changed_at", "comment": "Timestamp of when the status was last changed."}, "issue_name": {"type": "text", "index": 22, "name": "issue_name", "comment": "Title of the issue."}, "updated_at": {"type": "timestamp without time zone", "index": 23, "name": "updated_at", "comment": "Timestamp of when the issue was last updated in some way."}, "work_ratio": {"type": "double precision", "index": 24, "name": "work_ratio", "comment": "The percentage of work that has been logged against the issue (time_spent) vs the original estimate of worktime. Equals -1.0 when the fields required for calculation are not provided.\n"}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 25, "name": "_fivetran_synced", "comment": "Timestamp of when Fivetran last synced this record."}, "revised_parent_issue_id": {"type": "text", "index": 26, "name": "revised_parent_issue_id", "comment": "Unique ID of the parent issue, coalesced with the ID of any linked epics (in classic projects).\n"}, "issue_type": {"type": "text", "index": 27, "name": "issue_type", "comment": "Name of the issue type (ie Epic, Task, Subtask, any custom types)."}, "parent_issue_type": {"type": "text", "index": 28, "name": "parent_issue_type", "comment": "Name of the parent issue type (ie Epic, Task, Subtask, any custom types)."}, "parent_issue_name": {"type": "text", "index": 29, "name": "parent_issue_name", "comment": "Title of the parent issue."}, "parent_issue_key": {"type": "text", "index": 30, "name": "parent_issue_key", "comment": "UI-facing id of the parent issue."}, "is_parent_epic": {"type": "boolean", "index": 31, "name": "is_parent_epic", "comment": "Boolean that is true if the parent is an epic."}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.int_jira__issue_type_parents"}, "model.jira.int_jira__pivot_daily_field_history": {"metadata": {"type": "BASE TABLE", "schema": "public_jira", "name": "int_jira__pivot_daily_field_history", "database": "postgres", "comment": "Table pivoting out the fields in `int_jira__daily_field_history` into columns, in which the value of each field column is the latest value updated a given day.\n", "owner": "postgres"}, "columns": {"valid_starting_on": {"type": "date", "index": 1, "name": "valid_starting_on", "comment": "Calendar date of when the field was changed to this value."}, "issue_id": {"type": "bigint", "index": 2, "name": "issue_id", "comment": "Foreign key referencing the ID of the `issue` whose field was updated."}, "source_relation": {"type": "text", "index": 3, "name": "source_relation", "comment": "Identifies the record's source."}, "valid_starting_at_week": {"type": "date", "index": 4, "name": "valid_starting_at_week", "comment": "The start date of the week corresponding to the valid_starting_on date."}, "status": {"type": "text", "index": 5, "name": "status", "comment": "The ID of the status that an issue has on a given day."}, "sprint": {"type": "text", "index": 6, "name": "sprint", "comment": "The ID of the sprint that an issue is slotted into on a given day."}, "sprint_name": {"type": "text", "index": 7, "name": "sprint_name", "comment": null}, "team": {"type": "text", "index": 8, "name": "team", "comment": "The team associated with an issue on a given day (when `jira_using_teams` is enabled)."}, "issue_day_id": {"type": "text", "index": 9, "name": "issue_day_id", "comment": "Unique ID hashed on `valid_starting_on`, `issue_id` and `source_relation`."}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.int_jira__pivot_daily_field_history"}, "model.jira.jira__daily_issue_field_history": {"metadata": {"type": "BASE TABLE", "schema": "public_jira", "name": "jira__daily_issue_field_history", "database": "postgres", "comment": "Each record represents a daily snapshot of an issue's field values (status and sprint by default, plus any fields added to the `issue_field_history_columns` variable). Each issue will have a record for every day in which it was open and/or being updated. For currently open issues, the latest date will be the current date, and for closed issues, this will be the last time the issue was resolved OR updated in any way (plus a configurable buffer afterward, set to a month by default). Note: this is an incremental model.\n", "owner": "postgres"}, "columns": {"date_day": {"type": "date", "index": 1, "name": "date_day", "comment": "Date on which the issue had these field values."}, "date_week": {"type": "date", "index": 2, "name": "date_week", "comment": "The start date of the week corresponding to `date_day`."}, "issue_id": {"type": "bigint", "index": 3, "name": "issue_id", "comment": "Foreign key referencing the ID of the `issue` with these values."}, "source_relation": {"type": "text", "index": 4, "name": "source_relation", "comment": "Identifies the record's source."}, "status": {"type": "text", "index": 5, "name": "status", "comment": "The name of the status that an issue has on a given day."}, "status_id": {"type": "text", "index": 6, "name": "status_id", "comment": "The ID of the status that an issue has on a given day."}, "sprint": {"type": "text", "index": 7, "name": "sprint", "comment": "The ID of the sprint that an issue is slotted into on a given day."}, "sprint_name": {"type": "text", "index": 8, "name": "sprint_name", "comment": "The name of the sprint that an issue is slotted into on a given day. Returns null when `jira_using_sprints` is disabled."}, "team": {"type": "text", "index": 9, "name": "team", "comment": null}, "issue_day_id": {"type": "text", "index": 10, "name": "issue_day_id", "comment": "Surrogate key hashed on `date_day`, `issue_id`, and `source_relation`."}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.jira__daily_issue_field_history"}, "model.jira.jira__daily_sprint_issue_history": {"metadata": {"type": "BASE TABLE", "schema": "public_jira", "name": "jira__daily_sprint_issue_history", "database": "postgres", "comment": "Each record represents a daily snapshot of a sprint and each of its assigned issues at the time. Sprints are tracked from their start date to their end date (or current date if no end date is provided).\n", "owner": "postgres"}, "columns": {"issue_id": {"type": "bigint", "index": 1, "name": "issue_id", "comment": "Foreign key referencing the ID of the `issue` with these sprint values."}, "source_relation": {"type": "text", "index": 2, "name": "source_relation", "comment": "Identifies the record's source."}, "date_day": {"type": "date", "index": 3, "name": "date_day", "comment": "Date on which the sprint and issue had these field values."}, "date_week": {"type": "date", "index": 4, "name": "date_week", "comment": "The start date of the week corresponding to `date_day`."}, "status": {"type": "text", "index": 5, "name": "status", "comment": "The name of the status that an issue has on a given day."}, "team": {"type": "text", "index": 6, "name": "team", "comment": null}, "sprint_id": {"type": "text", "index": 7, "name": "sprint_id", "comment": "Foreign key referencing the ID of the `sprint` with these values."}, "sprint_name": {"type": "text", "index": 8, "name": "sprint_name", "comment": "Title of the sprint."}, "sprint_started_at": {"type": "timestamp without time zone", "index": 9, "name": "sprint_started_at", "comment": "Timestamp of when the sprint began."}, "sprint_ended_at": {"type": "timestamp without time zone", "index": 10, "name": "sprint_ended_at", "comment": "Timestamp of when the sprint is planned to end."}, "sprint_completed_at": {"type": "timestamp without time zone", "index": 11, "name": "sprint_completed_at", "comment": "Timestamp of when the sprint was completed."}, "board_id": {"type": "integer", "index": 12, "name": "board_id", "comment": "Foreign key referencing the ID of the `board` that the sprint belongs to."}, "issue_created_at": {"type": "timestamp without time zone", "index": 13, "name": "issue_created_at", "comment": "Timestamp of when the issue was created (in UTC)."}, "issue_resolved_at": {"type": "timestamp without time zone", "index": 14, "name": "issue_resolved_at", "comment": "Timestamp of when the issue was resolved (in UTC)."}, "issue_key": {"type": "text", "index": 15, "name": "issue_key", "comment": "UI-facing id of the issue."}, "assignee_user_id": {"type": "character varying", "index": 16, "name": "assignee_user_id", "comment": "Foreign key referencing the ID of the `user` currently assigned to this task."}, "assignee_name": {"type": "text", "index": 17, "name": "assignee_name", "comment": "User display name of the person currently assigned this issue."}, "original_estimate_seconds": {"type": "integer", "index": 18, "name": "original_estimate_seconds", "comment": "The original estimate of how long working on this issue would take, in seconds."}, "remaining_estimate_seconds": {"type": "integer", "index": 19, "name": "remaining_estimate_seconds", "comment": "The estimate of how much longer working on this issue will take, in seconds."}, "time_spent_seconds": {"type": "integer", "index": 20, "name": "time_spent_seconds", "comment": "The time that was spent working on this issue, in seconds."}, "is_sprint_active": {"type": "boolean", "index": 21, "name": "is_sprint_active", "comment": "Boolean indicating if the sprint is currently active (started but not completed)."}, "is_sprint_completed": {"type": "boolean", "index": 22, "name": "is_sprint_completed", "comment": "Boolean indicating if the sprint has been completed."}, "is_issue_open": {"type": "boolean", "index": 23, "name": "is_issue_open", "comment": "Boolean indicating if the issue is currently open (not resolved)."}, "is_issue_resolved_in_sprint": {"type": "boolean", "index": 24, "name": "is_issue_resolved_in_sprint", "comment": "Boolean indicating if the issue was resolved during this sprint."}, "days_left_in_sprint": {"type": "integer", "index": 25, "name": "days_left_in_sprint", "comment": "Number of days remaining in the sprint from the given date (null if sprint is completed or date is after sprint end)."}, "sprint_issue_day_id": {"type": "text", "index": 26, "name": "sprint_issue_day_id", "comment": "Surrogate key hashed on `date_day`, `sprint_id`, `issue_id`, and `source_relation`"}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.jira__daily_sprint_issue_history"}, "model.jira.jira__issue_enhanced": {"metadata": {"type": "BASE TABLE", "schema": "public_jira", "name": "jira__issue_enhanced", "database": "postgres", "comment": "The core issue table, enhanced with current-status attributes from foreign-key-related tables, and metrics regarding resolutions and assignments.\n", "owner": "postgres"}, "columns": {"issue_id": {"type": "bigint", "index": 1, "name": "issue_id", "comment": "Unique ID of the issue."}, "parent_issue_id": {"type": "text", "index": 2, "name": "parent_issue_id", "comment": "Self-referencing ID of the parent `issue`."}, "source_relation": {"type": "text", "index": 3, "name": "source_relation", "comment": "Identifies the record's source."}, "original_estimate_seconds": {"type": "integer", "index": 4, "name": "original_estimate_seconds", "comment": "The original estimate of how long working on this issue would take, in seconds."}, "remaining_estimate_seconds": {"type": "integer", "index": 5, "name": "remaining_estimate_seconds", "comment": "The estimate of how much longer working on this issue will take, in seconds."}, "time_spent_seconds": {"type": "integer", "index": 6, "name": "time_spent_seconds", "comment": "The time that was spent working on this issue, in seconds."}, "assignee_user_id": {"type": "character varying", "index": 7, "name": "assignee_user_id", "comment": "Foreign key referencing the ID of the `user` currently assigned to this task."}, "created_at": {"type": "timestamp without time zone", "index": 8, "name": "created_at", "comment": "Timestamp of when the issue was created (in UTC)."}, "resolved_at": {"type": "timestamp without time zone", "index": 9, "name": "resolved_at", "comment": "Timestamp of when the issue was resolved (ie completed, marked as duplicate). If an issue is un-resolved, this will be null.\n"}, "creator_user_id": {"type": "text", "index": 10, "name": "creator_user_id", "comment": "Foreign key referencing the `user` who first created the issue. Cannot be changed."}, "issue_description": {"type": "text", "index": 11, "name": "issue_description", "comment": "The issue description, if given."}, "due_date": {"type": "integer", "index": 12, "name": "due_date", "comment": "Calendar day on which the issue is due, if a due date is provided."}, "environment": {"type": "integer", "index": 13, "name": "environment", "comment": "Text field describing the environment in which the issue occurred (ie \"IE9 on Windows 7\")."}, "issue_type_id": {"type": "integer", "index": 14, "name": "issue_type_id", "comment": "Foreign key referencing the ID of the `issue_type`."}, "issue_key": {"type": "text", "index": 15, "name": "issue_key", "comment": "UI-facing id of the issue."}, "priority_id": {"type": "integer", "index": 16, "name": "priority_id", "comment": "Foreign key referencing the ID of the issue's current `priority`."}, "project_id": {"type": "integer", "index": 17, "name": "project_id", "comment": "Foreign key referencing the `project` that the issue belongs to."}, "reporter_user_id": {"type": "text", "index": 18, "name": "reporter_user_id", "comment": "Foreign key referencing the ID of the `user` who reported the issue. This differs from the `issue.creator` column in that the reporter can be changed in-app, though it is initialized as the creator.\n"}, "resolution_id": {"type": "integer", "index": 19, "name": "resolution_id", "comment": "Foreign key referencing the ID of the issue's type of `resolution`."}, "status_id": {"type": "integer", "index": 20, "name": "status_id", "comment": "Foreign key referencing the ID of the issue's `status` (the step that the issue is currently at in the project's workflow).\n"}, "status_changed_at": {"type": "timestamp without time zone", "index": 21, "name": "status_changed_at", "comment": "Timestamp of when the status was last changed."}, "issue_name": {"type": "text", "index": 22, "name": "issue_name", "comment": "Title of the issue."}, "updated_at": {"type": "timestamp without time zone", "index": 23, "name": "updated_at", "comment": "Timestamp of when the issue was last updated in some way."}, "work_ratio": {"type": "double precision", "index": 24, "name": "work_ratio", "comment": "The percentage of work that has been logged against the issue (time_spent) vs the original estimate of worktime. Equals -1.0 when the fields required for calculation are not provided.\n"}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 25, "name": "_fivetran_synced", "comment": "Timestamp of when Fivetran last synced this record."}, "issue_type": {"type": "text", "index": 26, "name": "issue_type", "comment": "Name of the issue type (ie Epic, Task, Subtask, any custom types)."}, "parent_issue_type": {"type": "text", "index": 27, "name": "parent_issue_type", "comment": "Name of the type of issue that the parent is."}, "parent_issue_name": {"type": "text", "index": 28, "name": "parent_issue_name", "comment": "Title of the parent issue/epic."}, "parent_issue_key": {"type": "text", "index": 29, "name": "parent_issue_key", "comment": "Issue key of the sub-issue's parent/epic."}, "is_parent_epic": {"type": "boolean", "index": 30, "name": "is_parent_epic", "comment": "Boolean that is true if the parent is an epic."}, "assignee_name": {"type": "text", "index": 31, "name": "assignee_name", "comment": "User display name of the person currently assigned this issue."}, "assignee_timezone": {"type": "text", "index": 32, "name": "assignee_timezone", "comment": "Timezone of the user currently assigned this issue."}, "assignee_email": {"type": "integer", "index": 33, "name": "assignee_email", "comment": "Email associated with the user currently assigned this issue."}, "reporter_email": {"type": "integer", "index": 34, "name": "reporter_email", "comment": "Email associated with the user who reported this issue."}, "reporter_name": {"type": "text", "index": 35, "name": "reporter_name", "comment": "User display name of the person who reported the issue."}, "reporter_timezone": {"type": "text", "index": 36, "name": "reporter_timezone", "comment": "Timezone of the user currently who reported this issue."}, "project_name": {"type": "text", "index": 37, "name": "project_name", "comment": "Title of the issue's project."}, "current_status": {"type": "text", "index": 38, "name": "current_status", "comment": "Title of the category of status."}, "current_status_category": {"type": "text", "index": 39, "name": "current_status_category", "comment": "Title of the umbrella status category that the issue is currently in."}, "resolution_type": {"type": "text", "index": 40, "name": "resolution_type", "comment": "Display name of the type of resolution that closed the issue."}, "current_priority": {"type": "text", "index": 41, "name": "current_priority", "comment": "Name of the issue's current priority as it appears in the UI."}, "current_sprint_id": {"type": "character varying", "index": 42, "name": "current_sprint_id", "comment": "Foreign key referencing the current `sprint` associate with the issue."}, "current_sprint_name": {"type": "text", "index": 43, "name": "current_sprint_name", "comment": "Title of the current sprint associated with the issue."}, "count_sprint_changes": {"type": "bigint", "index": 44, "name": "count_sprint_changes", "comment": "The total number of sprints that the issue has belonged to."}, "sprint_started_at": {"type": "timestamp without time zone", "index": 45, "name": "sprint_started_at", "comment": "Timestamp of when the sprint began."}, "sprint_ended_at": {"type": "timestamp without time zone", "index": 46, "name": "sprint_ended_at", "comment": "Timestamp of when the sprint is planned to end."}, "sprint_completed_at": {"type": "timestamp without time zone", "index": 47, "name": "sprint_completed_at", "comment": "Timestamp of when the sprint was completed."}, "is_active_sprint": {"type": "boolean", "index": 48, "name": "is_active_sprint", "comment": "Yes, if the sprint started after the current time and if the sprint ends in the future."}, "first_assigned_at": {"type": "timestamp without time zone", "index": 49, "name": "first_assigned_at", "comment": "Timestamp of when the issue was first assigned to a user."}, "last_assigned_at": {"type": "timestamp without time zone", "index": 50, "name": "last_assigned_at", "comment": "Timestamp of when the issue was last assigned to a user."}, "first_resolved_at": {"type": "timestamp without time zone", "index": 51, "name": "first_resolved_at", "comment": "Timestamp of when the issue was first resolved."}, "fixes_versions": {"type": "text", "index": 52, "name": "fixes_versions", "comment": "Comma-separated list of the names of project versions that this issue fixes."}, "affects_versions": {"type": "text", "index": 53, "name": "affects_versions", "comment": "Comma-separated list of the names of project versions that this issue affects."}, "conversation": {"type": "text", "index": 54, "name": "conversation", "comment": "Line-separated list of comments made on this issue, including the timestamp and author name of each comment. (Disabled by default for Redshift.)\n"}, "count_comments": {"type": "bigint", "index": 55, "name": "count_comments", "comment": "The number of comments made on this issues."}, "open_duration_seconds": {"type": "double precision", "index": 56, "name": "open_duration_seconds", "comment": "The number of seconds that the issue has spent open (until resolution, or the current timestamp)."}, "any_assignment_duration_seconds": {"type": "double precision", "index": 57, "name": "any_assignment_duration_seconds", "comment": "The number of seconds that the issue has spent assigned (until resolution, or the current timestamp)."}, "last_assignment_duration_seconds": {"type": "double precision", "index": 58, "name": "last_assignment_duration_seconds", "comment": "The number of seconds that the issue has spent assigned to the current/most recent user (until resolution, or the current timestamp)."}, "status": {"type": "text", "index": 59, "name": "status", "comment": "The name of the status the issue most recently had."}, "sprint": {"type": "text", "index": 60, "name": "sprint", "comment": "List of associated sprint IDs."}, "sprint_name": {"type": "text", "index": 61, "name": "sprint_name", "comment": "List of associated sprint names. Returns null when `jira_using_sprints` is disabled."}, "team": {"type": "text", "index": 62, "name": "team", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.jira__issue_enhanced"}, "model.jira.jira__issue_status_transitions": {"metadata": {"type": "BASE TABLE", "schema": "public_jira", "name": "jira__issue_status_transitions", "database": "postgres", "comment": "Each record represents a status transition for an issue, tracking the complete workflow journey with timing metrics and transition analysis. The grain is issue_id + status_sequence, providing a chronological view of how issues move through different statuses over time.\n", "owner": "postgres"}, "columns": {"issue_id": {"type": "bigint", "index": 1, "name": "issue_id", "comment": "Foreign key referencing the ID of the issue."}, "source_relation": {"type": "text", "index": 2, "name": "source_relation", "comment": "Identifies the record's source."}, "status": {"type": "text", "index": 3, "name": "status", "comment": "The status name during this transition period."}, "status_category_name": {"type": "text", "index": 4, "name": "status_category_name", "comment": "The category of the status (To Do, In Progress, Done)."}, "previous_status": {"type": "text", "index": 5, "name": "previous_status", "comment": "The status the issue transitioned from (null for initial status)."}, "previous_status_category_name": {"type": "text", "index": 6, "name": "previous_status_category_name", "comment": "The category of the previous status."}, "transition_at": {"type": "timestamp without time zone", "index": 7, "name": "transition_at", "comment": "Timestamp when the issue transitioned to this status."}, "transition_until": {"type": "timestamp with time zone", "index": 8, "name": "transition_until", "comment": "Timestamp when the issue transitioned out of this status (or current time if still in status)."}, "status_sequence": {"type": "bigint", "index": 9, "name": "status_sequence", "comment": "Sequential number indicating the order of status transitions (1 = first, incrementing chronologically)."}, "is_current_status": {"type": "boolean", "index": 10, "name": "is_current_status", "comment": "Boolean indicating if this is the current active status for the issue."}, "minutes_in_status": {"type": "numeric", "index": 11, "name": "minutes_in_status", "comment": "Time spent in this status, measured in minutes."}, "minutes_in_previous_status": {"type": "numeric", "index": 12, "name": "minutes_in_previous_status", "comment": "Time spent in the previous status before this transition, measured in minutes (null for initial status)."}, "transition_direction": {"type": "text", "index": 13, "name": "transition_direction", "comment": "Categorizes the workflow direction: 'new' (initial), 'forward' (toward completion), 'backward' (reopening/regression), 'lateral' (within same category), or 'other'."}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.jira__issue_status_transitions"}, "model.jira.jira__project_enhanced": {"metadata": {"type": "BASE TABLE", "schema": "public_jira", "name": "jira__project_enhanced", "database": "postgres", "comment": "Table of projects enriched with data about its lead, epics, components, and volume and velocity of worktime.\n", "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": "Identifies the record's source."}, "project_description": {"type": "integer", "index": 2, "name": "project_description", "comment": "Description of the project, if given."}, "project_id": {"type": "integer", "index": 3, "name": "project_id", "comment": "Unique ID of the project."}, "project_key": {"type": "text", "index": 4, "name": "project_key", "comment": "UI-facing ID of the project. This becomes the default prefix for tasks created within this project."}, "project_lead_user_id": {"type": "text", "index": 5, "name": "project_lead_user_id", "comment": "Foreign key referencing the ID of the `user` who leads this project."}, "project_name": {"type": "text", "index": 6, "name": "project_name", "comment": "Title of the project."}, "project_category_id": {"type": "integer", "index": 7, "name": "project_category_id", "comment": "Foreign key referencing the ID of the `project_category` that the project is associated with, if any."}, "permission_scheme_id": {"type": "integer", "index": 8, "name": "permission_scheme_id", "comment": "Foreign key referencing the ID of the `permission_scheme` that the project ascribes to."}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 9, "name": "_fivetran_synced", "comment": "Timestamp of when Fivetran last synced this record."}, "project_lead_user_name": {"type": "text", "index": 10, "name": "project_lead_user_name", "comment": "User display name of the person leading this project."}, "project_lead_email": {"type": "integer", "index": 11, "name": "project_lead_email", "comment": "Email associated with the project lead."}, "epics": {"type": "text", "index": 12, "name": "epics", "comment": "Comma-separated list of epics worked on in this project."}, "components": {"type": "text", "index": 13, "name": "components", "comment": "Comma-separated list of components of this project."}, "count_closed_issues": {"type": "bigint", "index": 14, "name": "count_closed_issues", "comment": "The number of issues closed in this project."}, "count_open_issues": {"type": "bigint", "index": 15, "name": "count_open_issues", "comment": "The number of currently un-resolved issues in the project."}, "count_open_assigned_issues": {"type": "bigint", "index": 16, "name": "count_open_assigned_issues", "comment": "The number of currently open and currently assigned issues in the project."}, "avg_close_time_days": {"type": "numeric", "index": 17, "name": "avg_close_time_days", "comment": "The average time taken to close issues, in days."}, "avg_assigned_close_time_days": {"type": "numeric", "index": 18, "name": "avg_assigned_close_time_days", "comment": "The average time taken to close issues from their first assignment, in days."}, "avg_age_currently_open_days": {"type": "numeric", "index": 19, "name": "avg_age_currently_open_days", "comment": "The average age of any currently-open issues."}, "avg_age_currently_open_assigned_days": {"type": "numeric", "index": 20, "name": "avg_age_currently_open_assigned_days", "comment": "The average age of any currently-open issues, from their first assignment."}, "median_close_time_days": {"type": "numeric", "index": 21, "name": "median_close_time_days", "comment": "The median time taken to close issues, in days."}, "median_age_currently_open_days": {"type": "numeric", "index": 22, "name": "median_age_currently_open_days", "comment": "The median age of any currently-open issues."}, "median_assigned_close_time_days": {"type": "numeric", "index": 23, "name": "median_assigned_close_time_days", "comment": "The median time taken to close issues from their first assignment, in days."}, "median_age_currently_open_assigned_days": {"type": "numeric", "index": 24, "name": "median_age_currently_open_assigned_days", "comment": "The median age of any currently-open issues, from their first assignment."}, "avg_close_time_seconds": {"type": "numeric", "index": 25, "name": "avg_close_time_seconds", "comment": "The average time taken to close issues, in seconds."}, "avg_assigned_close_time_seconds": {"type": "numeric", "index": 26, "name": "avg_assigned_close_time_seconds", "comment": "The average time taken to close issues from their first assignment, in seconds."}, "avg_age_currently_open_seconds": {"type": "numeric", "index": 27, "name": "avg_age_currently_open_seconds", "comment": "The average age of any currently-open issues."}, "avg_age_currently_open_assigned_seconds": {"type": "numeric", "index": 28, "name": "avg_age_currently_open_assigned_seconds", "comment": "The average age of any currently-open issues, from their first assignment."}, "median_close_time_seconds": {"type": "numeric", "index": 29, "name": "median_close_time_seconds", "comment": "The median time taken to close issues, in seconds."}, "median_age_currently_open_seconds": {"type": "numeric", "index": 30, "name": "median_age_currently_open_seconds", "comment": "The median age of any currently-open issues."}, "median_assigned_close_time_seconds": {"type": "numeric", "index": 31, "name": "median_assigned_close_time_seconds", "comment": "The median time taken to close issues from their first assignment, in seconds."}, "median_age_currently_open_assigned_seconds": {"type": "numeric", "index": 32, "name": "median_age_currently_open_assigned_seconds", "comment": "The median age of any currently-open issues, from their first assignment."}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.jira__project_enhanced"}, "model.jira.jira__sprint_enhanced": {"metadata": {"type": "BASE TABLE", "schema": "public_jira", "name": "jira__sprint_enhanced", "database": "postgres", "comment": "One row per sprint per team with metrics on issues created, resolved, and carried over, plus story point estimates. If teams are disabled, granularity is one row per sprint.\n", "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": "Identifies the record's source."}, "sprint_id": {"type": "text", "index": 2, "name": "sprint_id", "comment": "Unique ID of the sprint."}, "team": {"type": "text", "index": 3, "name": "team", "comment": "Name of the team with the associated issue metrics for the sprint. Can be null for issues not assigned to a team."}, "sprint_name": {"type": "text", "index": 4, "name": "sprint_name", "comment": "Name of the sprint."}, "sprint_started_at": {"type": "timestamp without time zone", "index": 5, "name": "sprint_started_at", "comment": "Timestamp of when the sprint began."}, "sprint_ended_at": {"type": "timestamp without time zone", "index": 6, "name": "sprint_ended_at", "comment": "Timestamp of when the sprint is planned to end."}, "sprint_completed_at": {"type": "timestamp without time zone", "index": 7, "name": "sprint_completed_at", "comment": "Timestamp of when the sprint was completed."}, "board_id": {"type": "integer", "index": 8, "name": "board_id", "comment": "Foreign key referencing the ID of the `board` that the sprint belongs to."}, "sprint_assignees": {"type": "bigint", "index": 9, "name": "sprint_assignees", "comment": "Total assignees in a sprint."}, "sprint_issues": {"type": "bigint", "index": 10, "name": "sprint_issues", "comment": "Total issues in a sprint."}, "issues_committed": {"type": "bigint", "index": 11, "name": "issues_committed", "comment": "Issues committed at the start of a sprint."}, "open_sprint_issues": {"type": "bigint", "index": 12, "name": "open_sprint_issues", "comment": "Issues that were open in a sprint."}, "resolved_sprint_issues": {"type": "bigint", "index": 13, "name": "resolved_sprint_issues", "comment": "Issues that were resolved in a sprint."}, "original_estimate_seconds": {"type": "numeric", "index": 14, "name": "original_estimate_seconds", "comment": "The original estimate of how long working on the issues in this sprint would take, in seconds."}, "remaining_estimate_seconds": {"type": "numeric", "index": 15, "name": "remaining_estimate_seconds", "comment": "The remaining estimate of how long working on the issues in this sprint would take, in seconds."}, "time_spent_seconds": {"type": "numeric", "index": 16, "name": "time_spent_seconds", "comment": "The time that was spent working on the issues in the sprint in seconds."}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.jira__sprint_enhanced"}, "model.jira.jira__timestamp_issue_field_history": {"metadata": {"type": "BASE TABLE", "schema": "public_jira", "name": "jira__timestamp_issue_field_history", "database": "postgres", "comment": "Each record represents a time period when an issue had specific field values. This is an SCD Type 2 table that tracks field changes at the timestamp level, showing the complete field state during each validity period. Each record contains valid_from/valid_until timestamps and an is_current_record flag.\n", "owner": "postgres"}, "columns": {"valid_from": {"type": "timestamp without time zone", "index": 1, "name": "valid_from", "comment": "Timestamp when this field state became effective."}, "valid_until": {"type": "timestamp with time zone", "index": 2, "name": "valid_until", "comment": "Timestamp when this field state ended (next change or current time)."}, "updated_at_week": {"type": "date", "index": 3, "name": "updated_at_week", "comment": "The start date of the week corresponding to the update timestamp."}, "issue_id": {"type": "bigint", "index": 4, "name": "issue_id", "comment": "Foreign key referencing the ID of the `issue` with these values."}, "source_relation": {"type": "text", "index": 5, "name": "source_relation", "comment": "Identifies the record's source."}, "status_id": {"type": "text", "index": 6, "name": "status_id", "comment": "The ID of the status that an issue has during this period."}, "status": {"type": "text", "index": 7, "name": "status", "comment": "The name of the status that an issue has during this period."}, "status_category_name": {"type": "text", "index": 8, "name": "status_category_name", "comment": "The category of the status (To Do, In Progress, Done)."}, "author_id": {"type": "text", "index": 9, "name": "author_id", "comment": "Foreign key referencing the ID of the `user` who made the field changes."}, "sprint": {"type": "text", "index": 10, "name": "sprint", "comment": "The ID of the sprint that an issue is slotted into during this period."}, "sprint_name": {"type": "text", "index": 11, "name": "sprint_name", "comment": "The name of the sprint that an issue is slotted into during this period. (Returns no data when `jira_using_sprints` is disabled.)"}, "is_current_record": {"type": "boolean", "index": 12, "name": "is_current_record", "comment": "Boolean indicating if this is the current/active field state."}, "issue_timestamp_id": {"type": "text", "index": 13, "name": "issue_timestamp_id", "comment": "Surrogate key hashed on `valid_from`, `issue_id`, and `source_relation`"}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.jira__timestamp_issue_field_history"}, "model.jira.jira__user_enhanced": {"metadata": {"type": "BASE TABLE", "schema": "public_jira", "name": "jira__user_enhanced", "database": "postgres", "comment": "Table of users enriched with their projects, and the volume and velocity of their issues.\n", "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": "Identifies the record's source."}, "email": {"type": "integer", "index": 2, "name": "email", "comment": "Email associated with the user acccount."}, "user_id": {"type": "text", "index": 3, "name": "user_id", "comment": "Unique ID of the user."}, "locale": {"type": "text", "index": 4, "name": "locale", "comment": "The Java locale of the user."}, "user_display_name": {"type": "text", "index": 5, "name": "user_display_name", "comment": "Name of the user as it appears in the UI."}, "time_zone": {"type": "text", "index": 6, "name": "time_zone", "comment": "The user's timezone, as defined in their settings."}, "username": {"type": "integer", "index": 7, "name": "username", "comment": "Account username."}, "is_active": {"type": "boolean", "index": 8, "name": "is_active", "comment": "Boolean showing whether this user is currently active."}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 9, "name": "_fivetran_synced", "comment": "Timestamp of when Fivetran last synced this record."}, "projects": {"type": "text", "index": 10, "name": "projects", "comment": "Comma-separated list of projects on which the user has been assigned to."}, "count_closed_issues": {"type": "bigint", "index": 11, "name": "count_closed_issues", "comment": "The number of issues that the user has closed (while being assigned to)."}, "count_open_issues": {"type": "bigint", "index": 12, "name": "count_open_issues", "comment": "The number of currently open issues that the user is assigned to."}, "avg_close_time_days": {"type": "numeric", "index": 13, "name": "avg_close_time_days", "comment": "The average time taken to close issues since assignment, in days."}, "avg_age_currently_open_days": {"type": "numeric", "index": 14, "name": "avg_age_currently_open_days", "comment": "The average age of a user's currently open issues."}, "median_close_time_days": {"type": "numeric", "index": 15, "name": "median_close_time_days", "comment": "The median time taken to close issues since assignment, in days."}, "median_age_currently_open_days": {"type": "numeric", "index": 16, "name": "median_age_currently_open_days", "comment": "The median age of a user's currently open issues."}, "avg_close_time_seconds": {"type": "numeric", "index": 17, "name": "avg_close_time_seconds", "comment": "The average time taken to close issues since assignment, in seconds."}, "avg_age_currently_open_seconds": {"type": "numeric", "index": 18, "name": "avg_age_currently_open_seconds", "comment": "The average age of a user's currently open issues."}, "median_close_time_seconds": {"type": "numeric", "index": 19, "name": "median_close_time_seconds", "comment": "The median time taken to close issues since assignment, in seconds."}, "median_age_currently_open_seconds": {"type": "numeric", "index": 20, "name": "median_age_currently_open_seconds", "comment": "The median age of a user's currently open issues."}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.jira__user_enhanced"}, "model.jira.stg_jira__comment": {"metadata": {"type": "VIEW", "schema": "public_jira", "name": "stg_jira__comment", "database": "postgres", "comment": "Table of comments made on issues.", "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": "Identifies the record's source."}, "author_user_id": {"type": "text", "index": 2, "name": "author_user_id", "comment": "Foreign key referencing the `user` id of the comment's author."}, "body": {"type": "text", "index": 3, "name": "body", "comment": "Content of the comment."}, "created_at": {"type": "timestamp without time zone", "index": 4, "name": "created_at", "comment": "Timestamp of when the comment was created. TODO - get timezone clarification"}, "comment_id": {"type": "bigint", "index": 5, "name": "comment_id", "comment": "Unique ID of the comment."}, "issue_id": {"type": "bigint", "index": 6, "name": "issue_id", "comment": "Foreign key referencing the id of the `issue` that was commented on."}, "is_public": {"type": "boolean", "index": 7, "name": "is_public", "comment": "Boolean that is true if the comment is visible to all users."}, "last_update_user_id": {"type": "text", "index": 8, "name": "last_update_user_id", "comment": "Foreign key referencing the id of the `user` who last updated this comment."}, "last_updated_at": {"type": "timestamp without time zone", "index": 9, "name": "last_updated_at", "comment": "Timestamp of when the comment was last updated."}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 10, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.stg_jira__comment"}, "model.jira.stg_jira__comment_tmp": {"metadata": {"type": "VIEW", "schema": "public_jira", "name": "stg_jira__comment_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "author_id": {"type": "text", "index": 3, "name": "author_id", "comment": null}, "body": {"type": "text", "index": 4, "name": "body", "comment": null}, "created": {"type": "timestamp without time zone", "index": 5, "name": "created", "comment": null}, "is_public": {"type": "boolean", "index": 6, "name": "is_public", "comment": null}, "issue_id": {"type": "bigint", "index": 7, "name": "issue_id", "comment": null}, "update_author_id": {"type": "text", "index": 8, "name": "update_author_id", "comment": null}, "updated": {"type": "timestamp without time zone", "index": 9, "name": "updated", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.stg_jira__comment_tmp"}, "model.jira.stg_jira__component": {"metadata": {"type": "VIEW", "schema": "public_jira", "name": "stg_jira__component", "database": "postgres", "comment": "Table of project components (subsections to group issues).", "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": "Identifies the record's source."}, "component_description": {"type": "integer", "index": 2, "name": "component_description", "comment": "Description given to the component."}, "component_id": {"type": "bigint", "index": 3, "name": "component_id", "comment": "ID of the component."}, "component_name": {"type": "text", "index": 4, "name": "component_name", "comment": "UI-facing name of the component."}, "project_id": {"type": "bigint", "index": 5, "name": "project_id", "comment": "Foreign key referencing the id of the component's `project`."}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 6, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.stg_jira__component"}, "model.jira.stg_jira__component_tmp": {"metadata": {"type": "VIEW", "schema": "public_jira", "name": "stg_jira__component_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "integer", "index": 3, "name": "description", "comment": null}, "name": {"type": "text", "index": 4, "name": "name", "comment": null}, "project_id": {"type": "bigint", "index": 5, "name": "project_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.stg_jira__component_tmp"}, "model.jira.stg_jira__field": {"metadata": {"type": "VIEW", "schema": "public_jira", "name": "stg_jira__field", "database": "postgres", "comment": "Table of all issue fields.", "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": "Identifies the record's source."}, "field_id": {"type": "text", "index": 2, "name": "field_id", "comment": "Unique ID of the field. Default fields will have descriptive IDs, whereas custom field IDs will be `'customfield_#####'`.\n"}, "is_array": {"type": "boolean", "index": 3, "name": "is_array", "comment": "Boolean that is true if a field can have multiple values (is multiselect)."}, "is_custom": {"type": "boolean", "index": 4, "name": "is_custom", "comment": "Boolean that is true if the field is custom to this organization, and false if it is default to Jira.\n"}, "field_name": {"type": "text", "index": 5, "name": "field_name", "comment": "Name of the field as it appears on issue cards."}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 6, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.stg_jira__field"}, "model.jira.stg_jira__field_option": {"metadata": {"type": "VIEW", "schema": "public_jira", "name": "stg_jira__field_option", "database": "postgres", "comment": "Table of all options related to custom fields.", "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": "Identifies the record's source."}, "field_id": {"type": "bigint", "index": 2, "name": "field_id", "comment": "The ID of the custom field."}, "parent_field_id": {"type": "integer", "index": 3, "name": "parent_field_id", "comment": "The ID of the parent custom field."}, "field_option_name": {"type": "text", "index": 4, "name": "field_option_name", "comment": "Name of the field option."}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.stg_jira__field_option"}, "model.jira.stg_jira__field_option_tmp": {"metadata": {"type": "VIEW", "schema": "public_jira", "name": "stg_jira__field_option_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "name": {"type": "text", "index": 3, "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.jira.stg_jira__field_option_tmp"}, "model.jira.stg_jira__field_tmp": {"metadata": {"type": "VIEW", "schema": "public_jira", "name": "stg_jira__field_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "character varying", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "is_array": {"type": "boolean", "index": 3, "name": "is_array", "comment": null}, "is_custom": {"type": "boolean", "index": 4, "name": "is_custom", "comment": null}, "name": {"type": "text", "index": 5, "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.jira.stg_jira__field_tmp"}, "model.jira.stg_jira__issue": {"metadata": {"type": "VIEW", "schema": "public_jira", "name": "stg_jira__issue", "database": "postgres", "comment": "Table of all issues in your organization's Jira (captures soft deletes).", "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": "Identifies the record's source."}, "original_estimate_seconds": {"type": "integer", "index": 2, "name": "original_estimate_seconds", "comment": "The original estimate of how long working on this issue would take, in seconds."}, "remaining_estimate_seconds": {"type": "integer", "index": 3, "name": "remaining_estimate_seconds", "comment": "The estimate of how much longer working on this issue will take, in seconds."}, "time_spent_seconds": {"type": "integer", "index": 4, "name": "time_spent_seconds", "comment": "The time that was spent working on this issue, in seconds."}, "assignee_user_id": {"type": "character varying", "index": 5, "name": "assignee_user_id", "comment": "Foreign key referencing the ID of the `user` currently assigned to this task."}, "created_at": {"type": "timestamp without time zone", "index": 6, "name": "created_at", "comment": "Timestamp of when the issue was created (in UTC)."}, "resolved_at": {"type": "timestamp without time zone", "index": 7, "name": "resolved_at", "comment": "Timestamp of when the issue was resolved (ie completed, marked as duplicate). If an issue is un-resolved, this will be null.\n"}, "creator_user_id": {"type": "text", "index": 8, "name": "creator_user_id", "comment": "Foreign key referencing the `user` who first created the issue. Cannot be changed."}, "issue_description": {"type": "text", "index": 9, "name": "issue_description", "comment": "The issue description, if given."}, "due_date": {"type": "integer", "index": 10, "name": "due_date", "comment": "Calendar day on which the issue is due, if a due date is provided."}, "environment": {"type": "integer", "index": 11, "name": "environment", "comment": "Text field describing the environment in which the issue occurred (ie \"IE9 on Windows 7\")."}, "issue_id": {"type": "bigint", "index": 12, "name": "issue_id", "comment": "Unique ID of the issue."}, "issue_type_id": {"type": "integer", "index": 13, "name": "issue_type_id", "comment": "Foreign key referencing the ID of the `issue_type`. This value is generated by coalescing the `work_type` and `issue_type` columns from the source.\n"}, "issue_key": {"type": "text", "index": 14, "name": "issue_key", "comment": "UI-facing id of the issue."}, "parent_issue_id": {"type": "integer", "index": 15, "name": "parent_issue_id", "comment": "Self-referencing ID of the parent `issue`."}, "priority_id": {"type": "integer", "index": 16, "name": "priority_id", "comment": "Foreign key referencing the ID of the issue's current `priority`."}, "project_id": {"type": "integer", "index": 17, "name": "project_id", "comment": "Foreign key referencing the ID of the `project` that the issue belongs to."}, "reporter_user_id": {"type": "text", "index": 18, "name": "reporter_user_id", "comment": "Foreign key referencing the ID of the `user` who reported the issue. This differs from the `creator` column in that the reporter can be changed in-app.\n"}, "resolution_id": {"type": "integer", "index": 19, "name": "resolution_id", "comment": "Foreign key referencing the ID of the issue's type of `resolution`."}, "status_id": {"type": "integer", "index": 20, "name": "status_id", "comment": "Foreign key referencing the ID of the issue's `status` (the step that the issue is currently at in the project's workflow).\n"}, "status_changed_at": {"type": "timestamp without time zone", "index": 21, "name": "status_changed_at", "comment": "Timestamp of when the status was last changed."}, "issue_name": {"type": "text", "index": 22, "name": "issue_name", "comment": "Title of the issue."}, "updated_at": {"type": "timestamp without time zone", "index": 23, "name": "updated_at", "comment": "Timestamp of when the issue was last updated in some way."}, "work_ratio": {"type": "double precision", "index": 24, "name": "work_ratio", "comment": "The percentage of work that has been logged against the issue (time_spent) vs the original estimate of worktime. Equals -1.0 when the fields required for calculation are not provided.\n"}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 25, "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.jira.stg_jira__issue"}, "model.jira.stg_jira__issue_field_history": {"metadata": {"type": "VIEW", "schema": "public_jira", "name": "stg_jira__issue_field_history", "database": "postgres", "comment": "Table of every value that each **custom non-array** (not multiselect) field has been set to.", "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": "Identifies the record's source."}, "field_id": {"type": "text", "index": 2, "name": "field_id", "comment": "Foreign key referencing the ID of the `field` that was changed."}, "issue_id": {"type": "bigint", "index": 3, "name": "issue_id", "comment": "Foreign key referencing the ID of the `issue` whose field was updated."}, "updated_at": {"type": "timestamp without time zone", "index": 4, "name": "updated_at", "comment": "Timestamp of when the issue field was set to this value."}, "field_value": {"type": "character varying", "index": 5, "name": "field_value", "comment": "Content of the value of that the field was set to."}, "author_id": {"type": "text", "index": 6, "name": "author_id", "comment": "Foreign key referencing the ID of the `user` who made this field change."}, "is_active": {"type": "boolean", "index": 7, "name": "is_active", "comment": "Boolean showing whether this issue field is currently active."}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 8, "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.jira.stg_jira__issue_field_history"}, "model.jira.stg_jira__issue_field_history_tmp": {"metadata": {"type": "VIEW", "schema": "public_jira", "name": "stg_jira__issue_field_history_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"field_id": {"type": "text", "index": 1, "name": "field_id", "comment": null}, "issue_id": {"type": "bigint", "index": 2, "name": "issue_id", "comment": null}, "time": {"type": "timestamp without time zone", "index": 3, "name": "time", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}, "value": {"type": "character varying", "index": 5, "name": "value", "comment": null}, "is_active": {"type": "boolean", "index": 6, "name": "is_active", "comment": null}, "author_id": {"type": "text", "index": 7, "name": "author_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.stg_jira__issue_field_history_tmp"}, "model.jira.stg_jira__issue_link": {"metadata": {"type": "VIEW", "schema": "public_jira", "name": "stg_jira__issue_link", "database": "postgres", "comment": "Table of relationships (links) created between issues. Issue links can include blockers, clones/duplicates, and general relationships.\n", "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": "Identifies the record's source."}, "issue_id": {"type": "integer", "index": 2, "name": "issue_id", "comment": "Foreign key referencing the ID of the `issue` that is the subject of this relationship (the linker)."}, "related_issue_id": {"type": "integer", "index": 3, "name": "related_issue_id", "comment": "Foreign key referencing the ID of the `issue` that is the object of this relationship (the linkee)."}, "relationship": {"type": "text", "index": 4, "name": "relationship", "comment": "The nature of the link between the two issues (\"blocks\", \"is duplicated by\", \"relates to\", etc.)"}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 5, "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.jira.stg_jira__issue_link"}, "model.jira.stg_jira__issue_link_tmp": {"metadata": {"type": "VIEW", "schema": "public_jira", "name": "stg_jira__issue_link_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"issue_id": {"type": "integer", "index": 1, "name": "issue_id", "comment": null}, "related_issue_id": {"type": "integer", "index": 2, "name": "related_issue_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "relationship": {"type": "text", "index": 4, "name": "relationship", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.stg_jira__issue_link_tmp"}, "model.jira.stg_jira__issue_multiselect_history": {"metadata": {"type": "VIEW", "schema": "public_jira", "name": "stg_jira__issue_multiselect_history", "database": "postgres", "comment": "Table of every value that each array-type (multiselect) field has been set to. Each row will pertain to **one** value.\n", "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": "Identifies the record's source."}, "_fivetran_id": {"type": "text", "index": 2, "name": "_fivetran_id", "comment": "Fivetran-generated ID hashed on field, issue, and value."}, "field_id": {"type": "text", "index": 3, "name": "field_id", "comment": "Foreign key referencing the ID of the `field` that was changed."}, "issue_id": {"type": "bigint", "index": 4, "name": "issue_id", "comment": "Foreign key referencing the ID of the `issue` whose field was updated."}, "updated_at": {"type": "timestamp without time zone", "index": 5, "name": "updated_at", "comment": "Timestamp of when the issue field was updated to included this value."}, "field_value": {"type": "character varying", "index": 6, "name": "field_value", "comment": "Content of the value of that the field was set to."}, "author_id": {"type": "text", "index": 7, "name": "author_id", "comment": "Foreign key referencing the ID of the `user` who made this field change."}, "is_active": {"type": "boolean", "index": 8, "name": "is_active", "comment": "Boolean showing whether this issue field is currently active."}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 9, "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.jira.stg_jira__issue_multiselect_history"}, "model.jira.stg_jira__issue_multiselect_history_tmp": {"metadata": {"type": "VIEW", "schema": "public_jira", "name": "stg_jira__issue_multiselect_history_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"_fivetran_id": {"type": "text", "index": 1, "name": "_fivetran_id", "comment": null}, "time": {"type": "timestamp without time zone", "index": 2, "name": "time", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "field_id": {"type": "text", "index": 4, "name": "field_id", "comment": null}, "issue_id": {"type": "bigint", "index": 5, "name": "issue_id", "comment": null}, "value": {"type": "character varying", "index": 6, "name": "value", "comment": null}, "author_id": {"type": "text", "index": 7, "name": "author_id", "comment": null}, "is_active": {"type": "boolean", "index": 8, "name": "is_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.jira.stg_jira__issue_multiselect_history_tmp"}, "model.jira.stg_jira__issue_tmp": {"metadata": {"type": "VIEW", "schema": "public_jira", "name": "stg_jira__issue_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}, "_original_estimate": {"type": "integer", "index": 4, "name": "_original_estimate", "comment": null}, "_remaining_estimate": {"type": "integer", "index": 5, "name": "_remaining_estimate", "comment": null}, "_time_spent": {"type": "integer", "index": 6, "name": "_time_spent", "comment": null}, "assignee": {"type": "character varying", "index": 7, "name": "assignee", "comment": null}, "created": {"type": "timestamp without time zone", "index": 8, "name": "created", "comment": null}, "creator": {"type": "text", "index": 9, "name": "creator", "comment": null}, "description": {"type": "text", "index": 10, "name": "description", "comment": null}, "due_date": {"type": "integer", "index": 11, "name": "due_date", "comment": null}, "environment": {"type": "integer", "index": 12, "name": "environment", "comment": null}, "issue_type": {"type": "integer", "index": 13, "name": "issue_type", "comment": null}, "key": {"type": "text", "index": 14, "name": "key", "comment": null}, "last_viewed": {"type": "timestamp without time zone", "index": 15, "name": "last_viewed", "comment": null}, "original_estimate": {"type": "integer", "index": 16, "name": "original_estimate", "comment": null}, "parent_id": {"type": "integer", "index": 17, "name": "parent_id", "comment": null}, "priority": {"type": "integer", "index": 18, "name": "priority", "comment": null}, "project": {"type": "integer", "index": 19, "name": "project", "comment": null}, "remaining_estimate": {"type": "integer", "index": 20, "name": "remaining_estimate", "comment": null}, "reporter": {"type": "text", "index": 21, "name": "reporter", "comment": null}, "resolution": {"type": "integer", "index": 22, "name": "resolution", "comment": null}, "resolved": {"type": "timestamp without time zone", "index": 23, "name": "resolved", "comment": null}, "status": {"type": "integer", "index": 24, "name": "status", "comment": null}, "status_category_changed": {"type": "timestamp without time zone", "index": 25, "name": "status_category_changed", "comment": null}, "summary": {"type": "text", "index": 26, "name": "summary", "comment": null}, "time_spent": {"type": "integer", "index": 27, "name": "time_spent", "comment": null}, "updated": {"type": "timestamp without time zone", "index": 28, "name": "updated", "comment": null}, "work_ratio": {"type": "double precision", "index": 29, "name": "work_ratio", "comment": null}, "work_type": {"type": "integer", "index": 30, "name": "work_type", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.stg_jira__issue_tmp"}, "model.jira.stg_jira__issue_type": {"metadata": {"type": "VIEW", "schema": "public_jira", "name": "stg_jira__issue_type", "database": "postgres", "comment": "Table containing information about issue types. Issue types can have identical names in different projects, but they may have differing descriptions.\n", "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": "Identifies the record's source."}, "description": {"type": "text", "index": 2, "name": "description", "comment": "Project-level description given to the issue type."}, "issue_type_id": {"type": "integer", "index": 3, "name": "issue_type_id", "comment": "Unique ID of the issue type."}, "issue_type_name": {"type": "text", "index": 4, "name": "issue_type_name", "comment": "Name of the issue type (ie Epic, Task, Subtask, any custom types)"}, "is_subtask": {"type": "boolean", "index": 5, "name": "is_subtask", "comment": "Boolean that is true if this type of issue is a subtask."}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 6, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.stg_jira__issue_type"}, "model.jira.stg_jira__issue_type_tmp": {"metadata": {"type": "VIEW", "schema": "public_jira", "name": "stg_jira__issue_type_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "text", "index": 3, "name": "description", "comment": null}, "name": {"type": "text", "index": 4, "name": "name", "comment": null}, "subtask": {"type": "boolean", "index": 5, "name": "subtask", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.stg_jira__issue_type_tmp"}, "model.jira.stg_jira__priority": {"metadata": {"type": "VIEW", "schema": "public_jira", "name": "stg_jira__priority", "database": "postgres", "comment": "Table of issue priority levels (global).", "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": "Identifies the record's source."}, "priority_description": {"type": "text", "index": 2, "name": "priority_description", "comment": "Description of the priority level."}, "priority_id": {"type": "integer", "index": 3, "name": "priority_id", "comment": "Unique ID of the priority level."}, "priority_name": {"type": "text", "index": 4, "name": "priority_name", "comment": "Name of the priority as it appears in the UI."}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 5, "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.jira.stg_jira__priority"}, "model.jira.stg_jira__priority_tmp": {"metadata": {"type": "VIEW", "schema": "public_jira", "name": "stg_jira__priority_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "text", "index": 3, "name": "description", "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.jira.stg_jira__priority_tmp"}, "model.jira.stg_jira__project": {"metadata": {"type": "VIEW", "schema": "public_jira", "name": "stg_jira__project", "database": "postgres", "comment": "Table of all projects in your organization.", "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": "Identifies the record's source."}, "project_description": {"type": "integer", "index": 2, "name": "project_description", "comment": "Description of the project, if given."}, "project_id": {"type": "integer", "index": 3, "name": "project_id", "comment": "Unique ID of the project."}, "project_key": {"type": "text", "index": 4, "name": "project_key", "comment": "UI-facing ID of the project. This becomes the default prefix for tasks created within this project."}, "project_lead_user_id": {"type": "text", "index": 5, "name": "project_lead_user_id", "comment": "Foreign key referencing the ID of the `user` who leads this project."}, "project_name": {"type": "text", "index": 6, "name": "project_name", "comment": "Title of the project."}, "project_category_id": {"type": "integer", "index": 7, "name": "project_category_id", "comment": "Foreign key referencing the ID of the `project_category` that the project is associated with, if any."}, "permission_scheme_id": {"type": "integer", "index": 8, "name": "permission_scheme_id", "comment": "Foreign key referencing the ID of the `permission_scheme` that the project ascribes to."}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 9, "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.jira.stg_jira__project"}, "model.jira.stg_jira__project_tmp": {"metadata": {"type": "VIEW", "schema": "public_jira", "name": "stg_jira__project_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "integer", "index": 3, "name": "description", "comment": null}, "key": {"type": "text", "index": 4, "name": "key", "comment": null}, "lead_id": {"type": "text", "index": 5, "name": "lead_id", "comment": null}, "name": {"type": "text", "index": 6, "name": "name", "comment": null}, "permission_scheme_id": {"type": "integer", "index": 7, "name": "permission_scheme_id", "comment": null}, "project_category_id": {"type": "integer", "index": 8, "name": "project_category_id", "comment": null}, "project_type_key": {"type": "text", "index": 9, "name": "project_type_key", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.stg_jira__project_tmp"}, "model.jira.stg_jira__resolution": {"metadata": {"type": "VIEW", "schema": "public_jira", "name": "stg_jira__resolution", "database": "postgres", "comment": "Table storing the types of resolutions used by your organization.", "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": "Identifies the record's source."}, "resolution_description": {"type": "text", "index": 2, "name": "resolution_description", "comment": "Description given to the resolution."}, "resolution_id": {"type": "integer", "index": 3, "name": "resolution_id", "comment": "Unique ID of the resolution type."}, "resolution_name": {"type": "text", "index": 4, "name": "resolution_name", "comment": "Display name of the resolution."}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 5, "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.jira.stg_jira__resolution"}, "model.jira.stg_jira__resolution_tmp": {"metadata": {"type": "VIEW", "schema": "public_jira", "name": "stg_jira__resolution_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "text", "index": 3, "name": "description", "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.jira.stg_jira__resolution_tmp"}, "model.jira.stg_jira__sprint": {"metadata": {"type": "VIEW", "schema": "public_jira", "name": "stg_jira__sprint", "database": "postgres", "comment": "Table of all sprints.", "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": "Identifies the record's source."}, "sprint_id": {"type": "bigint", "index": 2, "name": "sprint_id", "comment": "Unique ID of the sprint."}, "sprint_name": {"type": "text", "index": 3, "name": "sprint_name", "comment": "Title of the sprint."}, "board_id": {"type": "integer", "index": 4, "name": "board_id", "comment": "Foreign key referencing the ID of the `board` that the sprint lives in."}, "completed_at": {"type": "timestamp without time zone", "index": 5, "name": "completed_at", "comment": "Timestamp of when the sprint was completed."}, "ended_at": {"type": "timestamp without time zone", "index": 6, "name": "ended_at", "comment": "Timestamp of when the sprint is planned to end."}, "started_at": {"type": "timestamp without time zone", "index": 7, "name": "started_at", "comment": "Timestamp of when the sprint began."}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 8, "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.jira.stg_jira__sprint"}, "model.jira.stg_jira__sprint_tmp": {"metadata": {"type": "VIEW", "schema": "public_jira", "name": "stg_jira__sprint_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 3, "name": "_fivetran_deleted", "comment": null}, "board_id": {"type": "integer", "index": 4, "name": "board_id", "comment": null}, "complete_date": {"type": "timestamp without time zone", "index": 5, "name": "complete_date", "comment": null}, "end_date": {"type": "timestamp without time zone", "index": 6, "name": "end_date", "comment": null}, "name": {"type": "text", "index": 7, "name": "name", "comment": null}, "start_date": {"type": "timestamp without time zone", "index": 8, "name": "start_date", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.stg_jira__sprint_tmp"}, "model.jira.stg_jira__status": {"metadata": {"type": "VIEW", "schema": "public_jira", "name": "stg_jira__status", "database": "postgres", "comment": "Table of project-level statuses (which may have the same umbrella `status_category`).", "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": "Identifies the record's source."}, "status_description": {"type": "text", "index": 2, "name": "status_description", "comment": "Description of the project status. Different projects may all have a status called \"Backlog\", but their definitions of \"backlog\" may differ.\n"}, "status_id": {"type": "integer", "index": 3, "name": "status_id", "comment": "Unique ID of the project status."}, "status_name": {"type": "text", "index": 4, "name": "status_name", "comment": "Title of the status."}, "status_category_id": {"type": "integer", "index": 5, "name": "status_category_id", "comment": "Foreign key referencing the ID of the `status_category` that this project status falls under."}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 6, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.stg_jira__status"}, "model.jira.stg_jira__status_category": {"metadata": {"type": "VIEW", "schema": "public_jira", "name": "stg_jira__status_category", "database": "postgres", "comment": "Table of umbrella status categories.", "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": "Identifies the record's source."}, "status_category_id": {"type": "integer", "index": 2, "name": "status_category_id", "comment": "Unique ID of the status category."}, "status_category_name": {"type": "text", "index": 3, "name": "status_category_name", "comment": "Title of the status category."}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.stg_jira__status_category"}, "model.jira.stg_jira__status_category_tmp": {"metadata": {"type": "VIEW", "schema": "public_jira", "name": "stg_jira__status_category_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "name": {"type": "text", "index": 3, "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.jira.stg_jira__status_category_tmp"}, "model.jira.stg_jira__status_tmp": {"metadata": {"type": "VIEW", "schema": "public_jira", "name": "stg_jira__status_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "text", "index": 3, "name": "description", "comment": null}, "name": {"type": "text", "index": 4, "name": "name", "comment": null}, "status_category_id": {"type": "integer", "index": 5, "name": "status_category_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.stg_jira__status_tmp"}, "model.jira.stg_jira__team": {"metadata": {"type": "VIEW", "schema": "public_jira", "name": "stg_jira__team", "database": "postgres", "comment": "Table of teams associated with your organization.", "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": "Identifies the record's source."}, "team_id": {"type": "text", "index": 2, "name": "team_id", "comment": "Unique ID of the team."}, "is_shared_team": {"type": "boolean", "index": 3, "name": "is_shared_team", "comment": "Boolean that is true if the team is shared with other teams in your organization."}, "is_visible_team": {"type": "boolean", "index": 4, "name": "is_visible_team", "comment": "Boolean that is true if the team is visible to all users in your organization."}, "team_name": {"type": "text", "index": 5, "name": "team_name", "comment": "Name of the team."}, "team_title": {"type": "text", "index": 6, "name": "team_title", "comment": "Longer, more descriptive name of the team."}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 7, "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.jira.stg_jira__team"}, "model.jira.stg_jira__team_tmp": {"metadata": {"type": "VIEW", "schema": "public_jira", "name": "stg_jira__team_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "is_shared": {"type": "boolean", "index": 2, "name": "is_shared", "comment": null}, "is_visible": {"type": "boolean", "index": 3, "name": "is_visible", "comment": null}, "name": {"type": "text", "index": 4, "name": "name", "comment": null}, "title": {"type": "text", "index": 5, "name": "title", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 6, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.stg_jira__team_tmp"}, "model.jira.stg_jira__user": {"metadata": {"type": "VIEW", "schema": "public_jira", "name": "stg_jira__user", "database": "postgres", "comment": "Table of users associated with your organization.", "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": "Identifies the record's source."}, "email": {"type": "integer", "index": 2, "name": "email", "comment": "Email associated with the user account."}, "user_id": {"type": "text", "index": 3, "name": "user_id", "comment": "Unique ID of the user."}, "locale": {"type": "text", "index": 4, "name": "locale", "comment": "The Java locale of the user."}, "user_display_name": {"type": "text", "index": 5, "name": "user_display_name", "comment": "Name of the user as it appears in the UI."}, "time_zone": {"type": "text", "index": 6, "name": "time_zone", "comment": "The user's timezone, as defined in their settings."}, "username": {"type": "integer", "index": 7, "name": "username", "comment": "Account username."}, "is_active": {"type": "boolean", "index": 8, "name": "is_active", "comment": "Boolean showing whether this issue field is currently active."}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 9, "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.jira.stg_jira__user"}, "model.jira.stg_jira__user_tmp": {"metadata": {"type": "VIEW", "schema": "public_jira", "name": "stg_jira__user_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "email": {"type": "integer", "index": 3, "name": "email", "comment": null}, "locale": {"type": "text", "index": 4, "name": "locale", "comment": null}, "name": {"type": "text", "index": 5, "name": "name", "comment": null}, "time_zone": {"type": "text", "index": 6, "name": "time_zone", "comment": null}, "username": {"type": "integer", "index": 7, "name": "username", "comment": null}, "is_active": {"type": "boolean", "index": 8, "name": "is_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.jira.stg_jira__user_tmp"}, "model.jira.stg_jira__version": {"metadata": {"type": "VIEW", "schema": "public_jira", "name": "stg_jira__version", "database": "postgres", "comment": "Table of project versions in your organization.", "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": "Identifies the record's source."}, "is_archived": {"type": "boolean", "index": 2, "name": "is_archived", "comment": "Boolean that is true if the project version has been archived."}, "description": {"type": "text", "index": 3, "name": "description", "comment": "The optional description given to the version."}, "version_id": {"type": "integer", "index": 4, "name": "version_id", "comment": "Unique ID of the version."}, "version_name": {"type": "text", "index": 5, "name": "version_name", "comment": "Unique name of the version."}, "is_overdue": {"type": "boolean", "index": 6, "name": "is_overdue", "comment": "Boolean that is true if the version is past its optional release date, false if it is not or if it does not have a due date."}, "project_id": {"type": "integer", "index": 7, "name": "project_id", "comment": "Foreign key referencing the `PROJECT` to which this version is attached."}, "release_date": {"type": "timestamp without time zone", "index": 8, "name": "release_date", "comment": "The optional release date of the version. Expressed in ISO 8601 format (yyyy-mm-dd)."}, "is_released": {"type": "boolean", "index": 9, "name": "is_released", "comment": "Boolean that is true if the version has been released. If the version is released a request to release again is ignored"}, "start_date": {"type": "timestamp without time zone", "index": 10, "name": "start_date", "comment": "The start date of the version. Expressed in ISO 8601 format (yyyy-mm-dd)."}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.stg_jira__version"}, "model.jira.stg_jira__version_tmp": {"metadata": {"type": "VIEW", "schema": "public_jira", "name": "stg_jira__version_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "archived": {"type": "boolean", "index": 3, "name": "archived", "comment": null}, "description": {"type": "text", "index": 4, "name": "description", "comment": null}, "name": {"type": "text", "index": 5, "name": "name", "comment": null}, "overdue": {"type": "boolean", "index": 6, "name": "overdue", "comment": null}, "project_id": {"type": "integer", "index": 7, "name": "project_id", "comment": null}, "release_date": {"type": "date", "index": 8, "name": "release_date", "comment": null}, "released": {"type": "boolean", "index": 9, "name": "released", "comment": null}, "start_date": {"type": "date", "index": 10, "name": "start_date", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.stg_jira__version_tmp"}}, "sources": {"source.jira.jira.comment": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "comment", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "author_id": {"type": "text", "index": 3, "name": "author_id", "comment": null}, "body": {"type": "text", "index": 4, "name": "body", "comment": null}, "created": {"type": "timestamp without time zone", "index": 5, "name": "created", "comment": null}, "is_public": {"type": "boolean", "index": 6, "name": "is_public", "comment": null}, "issue_id": {"type": "bigint", "index": 7, "name": "issue_id", "comment": null}, "update_author_id": {"type": "text", "index": 8, "name": "update_author_id", "comment": null}, "updated": {"type": "timestamp without time zone", "index": 9, "name": "updated", "comment": null}}, "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.jira.jira.comment"}, "source.jira.jira.component": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "component", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "integer", "index": 3, "name": "description", "comment": null}, "name": {"type": "text", "index": 4, "name": "name", "comment": null}, "project_id": {"type": "bigint", "index": 5, "name": "project_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.jira.jira.component"}, "source.jira.jira.field": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "field", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "character varying", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "is_array": {"type": "boolean", "index": 3, "name": "is_array", "comment": null}, "is_custom": {"type": "boolean", "index": 4, "name": "is_custom", "comment": null}, "name": {"type": "text", "index": 5, "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.jira.jira.field"}, "source.jira.jira.field_option": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "field_option", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "name": {"type": "text", "index": 3, "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.jira.jira.field_option"}, "source.jira.jira.issue": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "issue", "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}, "_original_estimate": {"type": "integer", "index": 4, "name": "_original_estimate", "comment": null}, "_remaining_estimate": {"type": "integer", "index": 5, "name": "_remaining_estimate", "comment": null}, "_time_spent": {"type": "integer", "index": 6, "name": "_time_spent", "comment": null}, "assignee": {"type": "character varying", "index": 7, "name": "assignee", "comment": null}, "created": {"type": "timestamp without time zone", "index": 8, "name": "created", "comment": null}, "creator": {"type": "text", "index": 9, "name": "creator", "comment": null}, "description": {"type": "text", "index": 10, "name": "description", "comment": null}, "due_date": {"type": "integer", "index": 11, "name": "due_date", "comment": null}, "environment": {"type": "integer", "index": 12, "name": "environment", "comment": null}, "issue_type": {"type": "integer", "index": 13, "name": "issue_type", "comment": null}, "key": {"type": "text", "index": 14, "name": "key", "comment": null}, "last_viewed": {"type": "timestamp without time zone", "index": 15, "name": "last_viewed", "comment": null}, "original_estimate": {"type": "integer", "index": 16, "name": "original_estimate", "comment": null}, "parent_id": {"type": "integer", "index": 17, "name": "parent_id", "comment": null}, "priority": {"type": "integer", "index": 18, "name": "priority", "comment": null}, "project": {"type": "integer", "index": 19, "name": "project", "comment": null}, "remaining_estimate": {"type": "integer", "index": 20, "name": "remaining_estimate", "comment": null}, "reporter": {"type": "text", "index": 21, "name": "reporter", "comment": null}, "resolution": {"type": "integer", "index": 22, "name": "resolution", "comment": null}, "resolved": {"type": "timestamp without time zone", "index": 23, "name": "resolved", "comment": null}, "status": {"type": "integer", "index": 24, "name": "status", "comment": null}, "status_category_changed": {"type": "timestamp without time zone", "index": 25, "name": "status_category_changed", "comment": null}, "summary": {"type": "text", "index": 26, "name": "summary", "comment": null}, "time_spent": {"type": "integer", "index": 27, "name": "time_spent", "comment": null}, "updated": {"type": "timestamp without time zone", "index": 28, "name": "updated", "comment": null}, "work_ratio": {"type": "double precision", "index": 29, "name": "work_ratio", "comment": null}, "work_type": {"type": "integer", "index": 30, "name": "work_type", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.jira.jira.issue"}, "source.jira.jira.issue_field_history": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "issue_field_history", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"field_id": {"type": "text", "index": 1, "name": "field_id", "comment": null}, "issue_id": {"type": "bigint", "index": 2, "name": "issue_id", "comment": null}, "time": {"type": "timestamp without time zone", "index": 3, "name": "time", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}, "value": {"type": "character varying", "index": 5, "name": "value", "comment": null}, "is_active": {"type": "boolean", "index": 6, "name": "is_active", "comment": null}, "author_id": {"type": "text", "index": 7, "name": "author_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.jira.jira.issue_field_history"}, "source.jira.jira.issue_link": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "issue_link", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"issue_id": {"type": "integer", "index": 1, "name": "issue_id", "comment": null}, "related_issue_id": {"type": "integer", "index": 2, "name": "related_issue_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "relationship": {"type": "text", "index": 4, "name": "relationship", "comment": null}}, "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.jira.jira.issue_link"}, "source.jira.jira.issue_multiselect_history": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "issue_multiselect_history", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"_fivetran_id": {"type": "text", "index": 1, "name": "_fivetran_id", "comment": null}, "time": {"type": "timestamp without time zone", "index": 2, "name": "time", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "field_id": {"type": "text", "index": 4, "name": "field_id", "comment": null}, "issue_id": {"type": "bigint", "index": 5, "name": "issue_id", "comment": null}, "value": {"type": "character varying", "index": 6, "name": "value", "comment": null}, "author_id": {"type": "text", "index": 7, "name": "author_id", "comment": null}, "is_active": {"type": "boolean", "index": 8, "name": "is_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.jira.jira.issue_multiselect_history"}, "source.jira.jira.issue_type": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "issue_type", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "text", "index": 3, "name": "description", "comment": null}, "name": {"type": "text", "index": 4, "name": "name", "comment": null}, "subtask": {"type": "boolean", "index": 5, "name": "subtask", "comment": null}}, "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.jira.jira.issue_type"}, "source.jira.jira.priority": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "priority", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "text", "index": 3, "name": "description", "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.jira.jira.priority"}, "source.jira.jira.project": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "project", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "integer", "index": 3, "name": "description", "comment": null}, "key": {"type": "text", "index": 4, "name": "key", "comment": null}, "lead_id": {"type": "text", "index": 5, "name": "lead_id", "comment": null}, "name": {"type": "text", "index": 6, "name": "name", "comment": null}, "permission_scheme_id": {"type": "integer", "index": 7, "name": "permission_scheme_id", "comment": null}, "project_category_id": {"type": "integer", "index": 8, "name": "project_category_id", "comment": null}, "project_type_key": {"type": "text", "index": 9, "name": "project_type_key", "comment": null}}, "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.jira.jira.project"}, "source.jira.jira.resolution": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "resolution", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "text", "index": 3, "name": "description", "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.jira.jira.resolution"}, "source.jira.jira.sprint": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "sprint", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 3, "name": "_fivetran_deleted", "comment": null}, "board_id": {"type": "integer", "index": 4, "name": "board_id", "comment": null}, "complete_date": {"type": "timestamp without time zone", "index": 5, "name": "complete_date", "comment": null}, "end_date": {"type": "timestamp without time zone", "index": 6, "name": "end_date", "comment": null}, "name": {"type": "text", "index": 7, "name": "name", "comment": null}, "start_date": {"type": "timestamp without time zone", "index": 8, "name": "start_date", "comment": null}}, "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.jira.jira.sprint"}, "source.jira.jira.status": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "status", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "text", "index": 3, "name": "description", "comment": null}, "name": {"type": "text", "index": 4, "name": "name", "comment": null}, "status_category_id": {"type": "integer", "index": 5, "name": "status_category_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.jira.jira.status"}, "source.jira.jira.status_category": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "status_category", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "name": {"type": "text", "index": 3, "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.jira.jira.status_category"}, "source.jira.jira.team": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "team", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "is_shared": {"type": "boolean", "index": 2, "name": "is_shared", "comment": null}, "is_visible": {"type": "boolean", "index": 3, "name": "is_visible", "comment": null}, "name": {"type": "text", "index": 4, "name": "name", "comment": null}, "title": {"type": "text", "index": 5, "name": "title", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 6, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.jira.jira.team"}, "source.jira.jira.user": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "user", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "email": {"type": "integer", "index": 3, "name": "email", "comment": null}, "locale": {"type": "text", "index": 4, "name": "locale", "comment": null}, "name": {"type": "text", "index": 5, "name": "name", "comment": null}, "time_zone": {"type": "text", "index": 6, "name": "time_zone", "comment": null}, "username": {"type": "integer", "index": 7, "name": "username", "comment": null}, "is_active": {"type": "boolean", "index": 8, "name": "is_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.jira.jira.user"}, "source.jira.jira.version": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "version", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "archived": {"type": "boolean", "index": 3, "name": "archived", "comment": null}, "description": {"type": "text", "index": 4, "name": "description", "comment": null}, "name": {"type": "text", "index": 5, "name": "name", "comment": null}, "overdue": {"type": "boolean", "index": 6, "name": "overdue", "comment": null}, "project_id": {"type": "integer", "index": 7, "name": "project_id", "comment": null}, "release_date": {"type": "date", "index": 8, "name": "release_date", "comment": null}, "released": {"type": "boolean", "index": 9, "name": "released", "comment": null}, "start_date": {"type": "date", "index": 10, "name": "start_date", "comment": null}}, "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.jira.jira.version"}}, "errors": null} \ No newline at end of file +{"metadata": {"dbt_schema_version": "https://schemas.getdbt.com/dbt/catalog/v1.json", "dbt_version": "1.11.11", "generated_at": "2026-06-10T00:38:58.612467Z", "invocation_id": "46e4bacb-d1e8-4e01-b7dd-0be51a5ccce8", "invocation_started_at": "2026-06-10T00:38:55.397307Z", "env": {}}, "nodes": {"seed.jira_integration_tests.comment": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "comment", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "author_id": {"type": "text", "index": 3, "name": "author_id", "comment": null}, "body": {"type": "text", "index": 4, "name": "body", "comment": null}, "created": {"type": "timestamp without time zone", "index": 5, "name": "created", "comment": null}, "is_public": {"type": "boolean", "index": 6, "name": "is_public", "comment": null}, "issue_id": {"type": "bigint", "index": 7, "name": "issue_id", "comment": null}, "update_author_id": {"type": "text", "index": 8, "name": "update_author_id", "comment": null}, "updated": {"type": "timestamp without time zone", "index": 9, "name": "updated", "comment": null}}, "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.jira_integration_tests.comment"}, "seed.jira_integration_tests.component": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "component", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "integer", "index": 3, "name": "description", "comment": null}, "name": {"type": "text", "index": 4, "name": "name", "comment": null}, "project_id": {"type": "bigint", "index": 5, "name": "project_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.jira_integration_tests.component"}, "seed.jira_integration_tests.epic": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "epic", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "done": {"type": "boolean", "index": 3, "name": "done", "comment": null}, "key": {"type": "text", "index": 4, "name": "key", "comment": null}, "name": {"type": "text", "index": 5, "name": "name", "comment": null}, "summary": {"type": "text", "index": 6, "name": "summary", "comment": null}}, "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.jira_integration_tests.epic"}, "seed.jira_integration_tests.field": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "field", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "character varying", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "is_array": {"type": "boolean", "index": 3, "name": "is_array", "comment": null}, "is_custom": {"type": "boolean", "index": 4, "name": "is_custom", "comment": null}, "name": {"type": "text", "index": 5, "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.jira_integration_tests.field"}, "seed.jira_integration_tests.field_option": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "field_option", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "name": {"type": "text", "index": 3, "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.jira_integration_tests.field_option"}, "seed.jira_integration_tests.issue": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "issue", "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}, "_original_estimate": {"type": "integer", "index": 4, "name": "_original_estimate", "comment": null}, "_remaining_estimate": {"type": "integer", "index": 5, "name": "_remaining_estimate", "comment": null}, "_time_spent": {"type": "integer", "index": 6, "name": "_time_spent", "comment": null}, "assignee": {"type": "character varying", "index": 7, "name": "assignee", "comment": null}, "created": {"type": "timestamp without time zone", "index": 8, "name": "created", "comment": null}, "creator": {"type": "text", "index": 9, "name": "creator", "comment": null}, "description": {"type": "text", "index": 10, "name": "description", "comment": null}, "due_date": {"type": "integer", "index": 11, "name": "due_date", "comment": null}, "environment": {"type": "integer", "index": 12, "name": "environment", "comment": null}, "issue_type": {"type": "integer", "index": 13, "name": "issue_type", "comment": null}, "key": {"type": "text", "index": 14, "name": "key", "comment": null}, "last_viewed": {"type": "timestamp without time zone", "index": 15, "name": "last_viewed", "comment": null}, "original_estimate": {"type": "integer", "index": 16, "name": "original_estimate", "comment": null}, "parent_id": {"type": "integer", "index": 17, "name": "parent_id", "comment": null}, "priority": {"type": "integer", "index": 18, "name": "priority", "comment": null}, "project": {"type": "integer", "index": 19, "name": "project", "comment": null}, "remaining_estimate": {"type": "integer", "index": 20, "name": "remaining_estimate", "comment": null}, "reporter": {"type": "text", "index": 21, "name": "reporter", "comment": null}, "resolution": {"type": "integer", "index": 22, "name": "resolution", "comment": null}, "resolved": {"type": "timestamp without time zone", "index": 23, "name": "resolved", "comment": null}, "status": {"type": "integer", "index": 24, "name": "status", "comment": null}, "status_category_changed": {"type": "timestamp without time zone", "index": 25, "name": "status_category_changed", "comment": null}, "summary": {"type": "text", "index": 26, "name": "summary", "comment": null}, "time_spent": {"type": "integer", "index": 27, "name": "time_spent", "comment": null}, "updated": {"type": "timestamp without time zone", "index": 28, "name": "updated", "comment": null}, "work_ratio": {"type": "double precision", "index": 29, "name": "work_ratio", "comment": null}, "work_type": {"type": "integer", "index": 30, "name": "work_type", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.jira_integration_tests.issue"}, "seed.jira_integration_tests.issue_field_history": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "issue_field_history", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"field_id": {"type": "text", "index": 1, "name": "field_id", "comment": null}, "issue_id": {"type": "bigint", "index": 2, "name": "issue_id", "comment": null}, "time": {"type": "timestamp without time zone", "index": 3, "name": "time", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}, "value": {"type": "character varying", "index": 5, "name": "value", "comment": null}, "is_active": {"type": "boolean", "index": 6, "name": "is_active", "comment": null}, "author_id": {"type": "text", "index": 7, "name": "author_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.jira_integration_tests.issue_field_history"}, "seed.jira_integration_tests.issue_link": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "issue_link", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"issue_id": {"type": "integer", "index": 1, "name": "issue_id", "comment": null}, "related_issue_id": {"type": "integer", "index": 2, "name": "related_issue_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "relationship": {"type": "text", "index": 4, "name": "relationship", "comment": null}}, "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.jira_integration_tests.issue_link"}, "seed.jira_integration_tests.issue_multiselect_history": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "issue_multiselect_history", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"_fivetran_id": {"type": "text", "index": 1, "name": "_fivetran_id", "comment": null}, "time": {"type": "timestamp without time zone", "index": 2, "name": "time", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "field_id": {"type": "text", "index": 4, "name": "field_id", "comment": null}, "issue_id": {"type": "bigint", "index": 5, "name": "issue_id", "comment": null}, "value": {"type": "character varying", "index": 6, "name": "value", "comment": null}, "author_id": {"type": "text", "index": 7, "name": "author_id", "comment": null}, "is_active": {"type": "boolean", "index": 8, "name": "is_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.jira_integration_tests.issue_multiselect_history"}, "seed.jira_integration_tests.issue_type": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "issue_type", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "text", "index": 3, "name": "description", "comment": null}, "name": {"type": "text", "index": 4, "name": "name", "comment": null}, "subtask": {"type": "boolean", "index": 5, "name": "subtask", "comment": null}}, "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.jira_integration_tests.issue_type"}, "seed.jira_integration_tests.priority": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "priority", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "text", "index": 3, "name": "description", "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.jira_integration_tests.priority"}, "seed.jira_integration_tests.project": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "project", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "integer", "index": 3, "name": "description", "comment": null}, "key": {"type": "text", "index": 4, "name": "key", "comment": null}, "lead_id": {"type": "text", "index": 5, "name": "lead_id", "comment": null}, "name": {"type": "text", "index": 6, "name": "name", "comment": null}, "permission_scheme_id": {"type": "integer", "index": 7, "name": "permission_scheme_id", "comment": null}, "project_category_id": {"type": "integer", "index": 8, "name": "project_category_id", "comment": null}, "project_type_key": {"type": "text", "index": 9, "name": "project_type_key", "comment": null}}, "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.jira_integration_tests.project"}, "seed.jira_integration_tests.project_board": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "project_board", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"board_id": {"type": "integer", "index": 1, "name": "board_id", "comment": null}, "project_id": {"type": "integer", "index": 2, "name": "project_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.jira_integration_tests.project_board"}, "seed.jira_integration_tests.project_category": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "project_category", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "text", "index": 3, "name": "description", "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.jira_integration_tests.project_category"}, "seed.jira_integration_tests.resolution": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "resolution", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "text", "index": 3, "name": "description", "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.jira_integration_tests.resolution"}, "seed.jira_integration_tests.sprint": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "sprint", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 3, "name": "_fivetran_deleted", "comment": null}, "board_id": {"type": "integer", "index": 4, "name": "board_id", "comment": null}, "complete_date": {"type": "timestamp without time zone", "index": 5, "name": "complete_date", "comment": null}, "end_date": {"type": "timestamp without time zone", "index": 6, "name": "end_date", "comment": null}, "name": {"type": "text", "index": 7, "name": "name", "comment": null}, "start_date": {"type": "timestamp without time zone", "index": 8, "name": "start_date", "comment": null}}, "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.jira_integration_tests.sprint"}, "seed.jira_integration_tests.status": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "status", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "text", "index": 3, "name": "description", "comment": null}, "name": {"type": "text", "index": 4, "name": "name", "comment": null}, "status_category_id": {"type": "integer", "index": 5, "name": "status_category_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.jira_integration_tests.status"}, "seed.jira_integration_tests.status_category": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "status_category", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "name": {"type": "text", "index": 3, "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.jira_integration_tests.status_category"}, "seed.jira_integration_tests.team": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "team", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "is_shared": {"type": "boolean", "index": 2, "name": "is_shared", "comment": null}, "is_visible": {"type": "boolean", "index": 3, "name": "is_visible", "comment": null}, "name": {"type": "text", "index": 4, "name": "name", "comment": null}, "title": {"type": "text", "index": 5, "name": "title", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 6, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.jira_integration_tests.team"}, "seed.jira_integration_tests.user": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "user", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "email": {"type": "integer", "index": 3, "name": "email", "comment": null}, "locale": {"type": "text", "index": 4, "name": "locale", "comment": null}, "name": {"type": "text", "index": 5, "name": "name", "comment": null}, "time_zone": {"type": "text", "index": 6, "name": "time_zone", "comment": null}, "username": {"type": "integer", "index": 7, "name": "username", "comment": null}, "is_active": {"type": "boolean", "index": 8, "name": "is_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.jira_integration_tests.user"}, "seed.jira_integration_tests.user_group": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "user_group", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"group_name": {"type": "text", "index": 1, "name": "group_name", "comment": null}, "user_id": {"type": "text", "index": 2, "name": "user_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "seed.jira_integration_tests.user_group"}, "seed.jira_integration_tests.version": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "version", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "archived": {"type": "boolean", "index": 3, "name": "archived", "comment": null}, "description": {"type": "text", "index": 4, "name": "description", "comment": null}, "name": {"type": "text", "index": 5, "name": "name", "comment": null}, "overdue": {"type": "boolean", "index": 6, "name": "overdue", "comment": null}, "project_id": {"type": "integer", "index": 7, "name": "project_id", "comment": null}, "release_date": {"type": "date", "index": 8, "name": "release_date", "comment": null}, "released": {"type": "boolean", "index": 9, "name": "released", "comment": null}, "start_date": {"type": "date", "index": 10, "name": "start_date", "comment": null}}, "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.jira_integration_tests.version"}, "model.jira.int_jira__field_history_scd": {"metadata": {"type": "BASE TABLE", "schema": "public_jira_dev", "name": "int_jira__field_history_scd", "database": "postgres", "comment": "Slowly-changing-dimension model that fills values from differnt fields in the pivoted daily history model. Note: this is the singular field history-related model that is not incremental (materialized as table)\n", "owner": "postgres"}, "columns": {"valid_starting_on": {"type": "date", "index": 1, "name": "valid_starting_on", "comment": "Calendar date of when the field was changed to this value."}, "issue_id": {"type": "bigint", "index": 2, "name": "issue_id", "comment": "Foreign key referencing the ID of the `issue` whose field was updated."}, "source_relation": {"type": "text", "index": 3, "name": "source_relation", "comment": "Identifies the record's source."}, "issue_day_id": {"type": "text", "index": 4, "name": "issue_day_id", "comment": "Unique ID hashed on `valid_starting_on`, `issue_id`, and `source_relation`."}, "status_id": {"type": "text", "index": 5, "name": "status_id", "comment": "Foreign key referencing the ID of the issue's `status` (the step that the issue is currently at in the project's workflow).\n"}, "valid_starting_at_week": {"type": "date", "index": 6, "name": "valid_starting_at_week", "comment": "The start date of the week corresponding to the valid_starting_on date."}, "status": {"type": "text", "index": 7, "name": "status", "comment": "The ID of the status that an issue has on a given day."}, "sprint": {"type": "text", "index": 8, "name": "sprint", "comment": "The ID of the sprint that an issue is slotted into on a given day."}, "sprint_name": {"type": "text", "index": 9, "name": "sprint_name", "comment": null}, "team": {"type": "text", "index": 10, "name": "team", "comment": "The team associated with an issue on a given day (when `jira_using_teams` is enabled)."}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.int_jira__field_history_scd"}, "model.jira.int_jira__issue_join": {"metadata": {"type": "BASE TABLE", "schema": "public_jira_dev", "name": "int_jira__issue_join", "database": "postgres", "comment": "The core issue table, enhanced with current-status attributes from foreign-key-related tables, and metrics regarding resolutions and assignments.\n", "owner": "postgres"}, "columns": {"issue_id": {"type": "bigint", "index": 1, "name": "issue_id", "comment": "Unique ID of the issue."}, "parent_issue_id": {"type": "text", "index": 2, "name": "parent_issue_id", "comment": "Self-referencing ID of the parent `issue`, which may be an epic."}, "source_relation": {"type": "text", "index": 3, "name": "source_relation", "comment": "Identifies the record's source."}, "original_estimate_seconds": {"type": "integer", "index": 4, "name": "original_estimate_seconds", "comment": "The original estimate of how long working on this issue would take, in seconds."}, "remaining_estimate_seconds": {"type": "integer", "index": 5, "name": "remaining_estimate_seconds", "comment": "The estimate of how much longer working on this issue will take, in seconds."}, "time_spent_seconds": {"type": "integer", "index": 6, "name": "time_spent_seconds", "comment": "The time that was spent working on this issue, in seconds."}, "assignee_user_id": {"type": "character varying", "index": 7, "name": "assignee_user_id", "comment": "Foreign key referencing the ID of the `user` currently assigned to this task."}, "created_at": {"type": "timestamp without time zone", "index": 8, "name": "created_at", "comment": "Timestamp of when the issue was created (in UTC)."}, "resolved_at": {"type": "timestamp without time zone", "index": 9, "name": "resolved_at", "comment": "Timestamp of when the issue was resolved (ie completed, marked as duplicate). If an issue is un-resolved, this will be null.\n"}, "creator_user_id": {"type": "text", "index": 10, "name": "creator_user_id", "comment": "Foreign key referencing the `user` who first created the issue. Cannot be changed."}, "issue_description": {"type": "text", "index": 11, "name": "issue_description", "comment": "The issue description, if given."}, "due_date": {"type": "integer", "index": 12, "name": "due_date", "comment": "Calendar day on which the issue is due, if a due date is provided."}, "environment": {"type": "integer", "index": 13, "name": "environment", "comment": "Text field describing the environment in which the issue occurred (ie \"IE9 on Windows 7\")."}, "issue_type_id": {"type": "integer", "index": 14, "name": "issue_type_id", "comment": "Foreign key referencing the ID of the `issue_type`."}, "issue_key": {"type": "text", "index": 15, "name": "issue_key", "comment": "UI-facing id of the issue."}, "priority_id": {"type": "integer", "index": 16, "name": "priority_id", "comment": "Foreign key referencing the ID of the issue's current `priority`."}, "project_id": {"type": "integer", "index": 17, "name": "project_id", "comment": "Foreign key referencing the `project` that the issue belongs to."}, "reporter_user_id": {"type": "text", "index": 18, "name": "reporter_user_id", "comment": "Foreign key referencing the ID of the `user` who reported the issue. This differs from the `issue.creator` column in that the reporter can be changed in-app, though it is initialized as the creator.\n"}, "resolution_id": {"type": "integer", "index": 19, "name": "resolution_id", "comment": "Foreign key referencing the ID of the issue's type of `resolution`."}, "status_id": {"type": "integer", "index": 20, "name": "status_id", "comment": "Foreign key referencing the ID of the issue's `status` (the step that the issue is currently at in the project's workflow).\n"}, "status_changed_at": {"type": "timestamp without time zone", "index": 21, "name": "status_changed_at", "comment": "Timestamp of when the status was last changed."}, "issue_name": {"type": "text", "index": 22, "name": "issue_name", "comment": "Title of the issue."}, "updated_at": {"type": "timestamp without time zone", "index": 23, "name": "updated_at", "comment": "Timestamp of when the issue was last updated in some way."}, "work_ratio": {"type": "double precision", "index": 24, "name": "work_ratio", "comment": "The percentage of work that has been logged against the issue (time_spent) vs the original estimate of worktime. Equals -1.0 when the fields required for calculation are not provided.\n"}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 25, "name": "_fivetran_synced", "comment": "Timestamp of when Fivetran last synced this record."}, "issue_type": {"type": "text", "index": 26, "name": "issue_type", "comment": "Name of the issue type (ie Epic, Task, Subtask, any custom types)."}, "parent_issue_type": {"type": "text", "index": 27, "name": "parent_issue_type", "comment": "Name of the type of issue that the parent is."}, "parent_issue_name": {"type": "text", "index": 28, "name": "parent_issue_name", "comment": "Title of the parent issue."}, "parent_issue_key": {"type": "text", "index": 29, "name": "parent_issue_key", "comment": "Issue key of the sub-issue's parent."}, "is_parent_epic": {"type": "boolean", "index": 30, "name": "is_parent_epic", "comment": "Boolean that is true if the parent is an epic."}, "assignee_name": {"type": "text", "index": 31, "name": "assignee_name", "comment": "User display name of the person currently assigned this issue."}, "assignee_timezone": {"type": "text", "index": 32, "name": "assignee_timezone", "comment": "Timezone of the user currently assigned this issue."}, "assignee_email": {"type": "integer", "index": 33, "name": "assignee_email", "comment": "Email associated with the user currently assigned this issue."}, "reporter_email": {"type": "integer", "index": 34, "name": "reporter_email", "comment": "Email associated with the user who reported this issue."}, "reporter_name": {"type": "text", "index": 35, "name": "reporter_name", "comment": "User display name of the person who reported the issue."}, "reporter_timezone": {"type": "text", "index": 36, "name": "reporter_timezone", "comment": "Timezone of the user currently who reported this issue."}, "project_name": {"type": "text", "index": 37, "name": "project_name", "comment": "Title of the issue's project."}, "current_status": {"type": "text", "index": 38, "name": "current_status", "comment": "Title of the category of status."}, "current_status_category": {"type": "text", "index": 39, "name": "current_status_category", "comment": "Title of the umbrella status category that the issue is currently in."}, "resolution_type": {"type": "text", "index": 40, "name": "resolution_type", "comment": "Display name of the type of resolution that closed the issue."}, "current_priority": {"type": "text", "index": 41, "name": "current_priority", "comment": "Name of the issue's current priority as it appears in the UI."}, "current_sprint_id": {"type": "character varying", "index": 42, "name": "current_sprint_id", "comment": "Foreign key referencing the `sprint` that the issue is currently in."}, "current_sprint_name": {"type": "text", "index": 43, "name": "current_sprint_name", "comment": "Title of the issue's sprint."}, "count_sprint_changes": {"type": "bigint", "index": 44, "name": "count_sprint_changes", "comment": "The total number of sprints that the issue has belonged to."}, "sprint_started_at": {"type": "timestamp without time zone", "index": 45, "name": "sprint_started_at", "comment": "Timestamp of when the sprint began."}, "sprint_ended_at": {"type": "timestamp without time zone", "index": 46, "name": "sprint_ended_at", "comment": "Timestamp of when the sprint is planned to end."}, "sprint_completed_at": {"type": "timestamp without time zone", "index": 47, "name": "sprint_completed_at", "comment": "Timestamp of when the sprint was completed."}, "is_active_sprint": {"type": "boolean", "index": 48, "name": "is_active_sprint", "comment": "Yes, if the sprint started after the current time and if the sprint ends in the future."}, "first_assigned_at": {"type": "timestamp without time zone", "index": 49, "name": "first_assigned_at", "comment": "Timestamp of when the issue was first assigned to a user."}, "last_assigned_at": {"type": "timestamp without time zone", "index": 50, "name": "last_assigned_at", "comment": "Timestamp of when the issue was last assigned to a user."}, "first_resolved_at": {"type": "timestamp without time zone", "index": 51, "name": "first_resolved_at", "comment": "Timestamp of when the issue was first resolved."}, "fixes_versions": {"type": "text", "index": 52, "name": "fixes_versions", "comment": "Comma-separated list of the names of project versions that this issue fixes."}, "affects_versions": {"type": "text", "index": 53, "name": "affects_versions", "comment": "Comma-separated list of the names of project versions that this issue affects."}, "conversation": {"type": "text", "index": 54, "name": "conversation", "comment": "Line-separated list of comments made on this issue, including the timestamp and author name of each comment.\n"}, "count_comments": {"type": "bigint", "index": 55, "name": "count_comments", "comment": "The number of comments made on this issues."}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.int_jira__issue_join"}, "model.jira.int_jira__issue_type_parents": {"metadata": {"type": "VIEW", "schema": "public_jira_dev", "name": "int_jira__issue_type_parents", "database": "postgres", "comment": "Table relating issues with data regarding their parent issues (which may be epics). Contains all columns present in `stg_jira__issue`.\n", "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": "Identifies the record's source."}, "original_estimate_seconds": {"type": "integer", "index": 2, "name": "original_estimate_seconds", "comment": "The original estimate of how long working on this issue would take, in seconds."}, "remaining_estimate_seconds": {"type": "integer", "index": 3, "name": "remaining_estimate_seconds", "comment": "The estimate of how much longer working on this issue will take, in seconds."}, "time_spent_seconds": {"type": "integer", "index": 4, "name": "time_spent_seconds", "comment": "The time that was spent working on this issue, in seconds."}, "assignee_user_id": {"type": "character varying", "index": 5, "name": "assignee_user_id", "comment": "Foreign key referencing the ID of the `user` currently assigned to this task."}, "created_at": {"type": "timestamp without time zone", "index": 6, "name": "created_at", "comment": "Timestamp of when the issue was created (in UTC)."}, "resolved_at": {"type": "timestamp without time zone", "index": 7, "name": "resolved_at", "comment": "Timestamp of when the issue was resolved (ie completed, marked as duplicate). If an issue is un-resolved, this will be null.\n"}, "creator_user_id": {"type": "text", "index": 8, "name": "creator_user_id", "comment": "Foreign key referencing the `user` who first created the issue. Cannot be changed."}, "issue_description": {"type": "text", "index": 9, "name": "issue_description", "comment": "The issue description, if given."}, "due_date": {"type": "integer", "index": 10, "name": "due_date", "comment": "Calendar day on which the issue is due, if a due date is provided."}, "environment": {"type": "integer", "index": 11, "name": "environment", "comment": "Text field describing the environment in which the issue occurred (ie \"IE9 on Windows 7\")."}, "issue_id": {"type": "bigint", "index": 12, "name": "issue_id", "comment": "Unique ID of the issue."}, "issue_type_id": {"type": "integer", "index": 13, "name": "issue_type_id", "comment": "Foreign key referencing the ID of the `issue_type`."}, "issue_key": {"type": "text", "index": 14, "name": "issue_key", "comment": "UI-facing id of the issue."}, "parent_issue_id": {"type": "integer", "index": 15, "name": "parent_issue_id", "comment": "Unique ID of the parent issue."}, "priority_id": {"type": "integer", "index": 16, "name": "priority_id", "comment": "Foreign key referencing the ID of the issue's current `priority`."}, "project_id": {"type": "integer", "index": 17, "name": "project_id", "comment": "Foreign key referencing the ID of the `project` that the issue belongs to."}, "reporter_user_id": {"type": "text", "index": 18, "name": "reporter_user_id", "comment": "Foreign key referencing the ID of the `user` who reported the issue. This differs from the `creator` column in that the reporter can be changed in-app.\n"}, "resolution_id": {"type": "integer", "index": 19, "name": "resolution_id", "comment": "Foreign key referencing the ID of the issue's type of `resolution`."}, "status_id": {"type": "integer", "index": 20, "name": "status_id", "comment": "Foreign key referencing the ID of the issue's `status` (the step that the issue is currently at in the project's workflow).\n"}, "status_changed_at": {"type": "timestamp without time zone", "index": 21, "name": "status_changed_at", "comment": "Timestamp of when the status was last changed."}, "issue_name": {"type": "text", "index": 22, "name": "issue_name", "comment": "Title of the issue."}, "updated_at": {"type": "timestamp without time zone", "index": 23, "name": "updated_at", "comment": "Timestamp of when the issue was last updated in some way."}, "work_ratio": {"type": "double precision", "index": 24, "name": "work_ratio", "comment": "The percentage of work that has been logged against the issue (time_spent) vs the original estimate of worktime. Equals -1.0 when the fields required for calculation are not provided.\n"}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 25, "name": "_fivetran_synced", "comment": "Timestamp of when Fivetran last synced this record."}, "revised_parent_issue_id": {"type": "text", "index": 26, "name": "revised_parent_issue_id", "comment": "Unique ID of the parent issue, coalesced with the ID of any linked epics (in classic projects).\n"}, "issue_type": {"type": "text", "index": 27, "name": "issue_type", "comment": "Name of the issue type (ie Epic, Task, Subtask, any custom types)."}, "parent_issue_type": {"type": "text", "index": 28, "name": "parent_issue_type", "comment": "Name of the parent issue type (ie Epic, Task, Subtask, any custom types)."}, "parent_issue_name": {"type": "text", "index": 29, "name": "parent_issue_name", "comment": "Title of the parent issue."}, "parent_issue_key": {"type": "text", "index": 30, "name": "parent_issue_key", "comment": "UI-facing id of the parent issue."}, "is_parent_epic": {"type": "boolean", "index": 31, "name": "is_parent_epic", "comment": "Boolean that is true if the parent is an epic."}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.int_jira__issue_type_parents"}, "model.jira.int_jira__pivot_daily_field_history": {"metadata": {"type": "BASE TABLE", "schema": "public_jira_dev", "name": "int_jira__pivot_daily_field_history", "database": "postgres", "comment": "Table pivoting out the fields in `int_jira__daily_field_history` into columns, in which the value of each field column is the latest value updated a given day.\n", "owner": "postgres"}, "columns": {"valid_starting_on": {"type": "date", "index": 1, "name": "valid_starting_on", "comment": "Calendar date of when the field was changed to this value."}, "issue_id": {"type": "bigint", "index": 2, "name": "issue_id", "comment": "Foreign key referencing the ID of the `issue` whose field was updated."}, "source_relation": {"type": "text", "index": 3, "name": "source_relation", "comment": "Identifies the record's source."}, "valid_starting_at_week": {"type": "date", "index": 4, "name": "valid_starting_at_week", "comment": "The start date of the week corresponding to the valid_starting_on date."}, "status": {"type": "text", "index": 5, "name": "status", "comment": "The ID of the status that an issue has on a given day."}, "sprint": {"type": "text", "index": 6, "name": "sprint", "comment": "The ID of the sprint that an issue is slotted into on a given day."}, "sprint_name": {"type": "text", "index": 7, "name": "sprint_name", "comment": null}, "team": {"type": "text", "index": 8, "name": "team", "comment": "The team associated with an issue on a given day (when `jira_using_teams` is enabled)."}, "issue_day_id": {"type": "text", "index": 9, "name": "issue_day_id", "comment": "Unique ID hashed on `valid_starting_on`, `issue_id` and `source_relation`."}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.int_jira__pivot_daily_field_history"}, "model.jira.jira__daily_issue_field_history": {"metadata": {"type": "BASE TABLE", "schema": "public_jira_dev", "name": "jira__daily_issue_field_history", "database": "postgres", "comment": "Each record represents a daily snapshot of an issue's field values (status and sprint by default, plus any fields added to the `issue_field_history_columns` variable). Each issue will have a record for every day in which it was open and/or being updated. For currently open issues, the latest date will be the current date, and for closed issues, this will be the last time the issue was resolved OR updated in any way (plus a configurable buffer afterward, set to a month by default). Note: this is an incremental model.\n", "owner": "postgres"}, "columns": {"date_day": {"type": "date", "index": 1, "name": "date_day", "comment": "Date on which the issue had these field values."}, "date_week": {"type": "date", "index": 2, "name": "date_week", "comment": "The start date of the week corresponding to `date_day`."}, "issue_id": {"type": "bigint", "index": 3, "name": "issue_id", "comment": "Foreign key referencing the ID of the `issue` with these values."}, "source_relation": {"type": "text", "index": 4, "name": "source_relation", "comment": "Identifies the record's source."}, "status": {"type": "text", "index": 5, "name": "status", "comment": "The name of the status that an issue has on a given day."}, "status_id": {"type": "text", "index": 6, "name": "status_id", "comment": "The ID of the status that an issue has on a given day."}, "sprint": {"type": "text", "index": 7, "name": "sprint", "comment": "The ID of the sprint that an issue is slotted into on a given day."}, "sprint_name": {"type": "text", "index": 8, "name": "sprint_name", "comment": "The name of the sprint that an issue is slotted into on a given day. Returns null when `jira_using_sprints` is disabled."}, "team": {"type": "text", "index": 9, "name": "team", "comment": null}, "issue_day_id": {"type": "text", "index": 10, "name": "issue_day_id", "comment": "Surrogate key hashed on `date_day`, `issue_id`, and `source_relation`."}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.jira__daily_issue_field_history"}, "model.jira.jira__daily_sprint_issue_history": {"metadata": {"type": "BASE TABLE", "schema": "public_jira_dev", "name": "jira__daily_sprint_issue_history", "database": "postgres", "comment": "Each record represents a daily snapshot of a sprint and each of its assigned issues at the time. Sprints are tracked from their start date to their end date (or current date if no end date is provided).\n", "owner": "postgres"}, "columns": {"issue_id": {"type": "bigint", "index": 1, "name": "issue_id", "comment": "Foreign key referencing the ID of the `issue` with these sprint values."}, "source_relation": {"type": "text", "index": 2, "name": "source_relation", "comment": "Identifies the record's source."}, "date_day": {"type": "date", "index": 3, "name": "date_day", "comment": "Date on which the sprint and issue had these field values."}, "date_week": {"type": "date", "index": 4, "name": "date_week", "comment": "The start date of the week corresponding to `date_day`."}, "status": {"type": "text", "index": 5, "name": "status", "comment": "The name of the status that an issue has on a given day."}, "team": {"type": "text", "index": 6, "name": "team", "comment": null}, "sprint_id": {"type": "text", "index": 7, "name": "sprint_id", "comment": "Foreign key referencing the ID of the `sprint` with these values."}, "sprint_name": {"type": "text", "index": 8, "name": "sprint_name", "comment": "Title of the sprint."}, "sprint_started_at": {"type": "timestamp without time zone", "index": 9, "name": "sprint_started_at", "comment": "Timestamp of when the sprint began."}, "sprint_ended_at": {"type": "timestamp without time zone", "index": 10, "name": "sprint_ended_at", "comment": "Timestamp of when the sprint is planned to end."}, "sprint_completed_at": {"type": "timestamp without time zone", "index": 11, "name": "sprint_completed_at", "comment": "Timestamp of when the sprint was completed."}, "board_id": {"type": "integer", "index": 12, "name": "board_id", "comment": "Foreign key referencing the ID of the `board` that the sprint belongs to."}, "issue_created_at": {"type": "timestamp without time zone", "index": 13, "name": "issue_created_at", "comment": "Timestamp of when the issue was created (in UTC)."}, "issue_resolved_at": {"type": "timestamp without time zone", "index": 14, "name": "issue_resolved_at", "comment": "Timestamp of when the issue was resolved (in UTC)."}, "issue_key": {"type": "text", "index": 15, "name": "issue_key", "comment": "UI-facing id of the issue."}, "assignee_user_id": {"type": "character varying", "index": 16, "name": "assignee_user_id", "comment": "Foreign key referencing the ID of the `user` currently assigned to this task."}, "assignee_name": {"type": "text", "index": 17, "name": "assignee_name", "comment": "User display name of the person currently assigned this issue."}, "original_estimate_seconds": {"type": "integer", "index": 18, "name": "original_estimate_seconds", "comment": "The original estimate of how long working on this issue would take, in seconds."}, "remaining_estimate_seconds": {"type": "integer", "index": 19, "name": "remaining_estimate_seconds", "comment": "The estimate of how much longer working on this issue will take, in seconds."}, "time_spent_seconds": {"type": "integer", "index": 20, "name": "time_spent_seconds", "comment": "The time that was spent working on this issue, in seconds."}, "is_sprint_active": {"type": "boolean", "index": 21, "name": "is_sprint_active", "comment": "Boolean indicating if the sprint is currently active (started but not completed)."}, "is_sprint_completed": {"type": "boolean", "index": 22, "name": "is_sprint_completed", "comment": "Boolean indicating if the sprint has been completed."}, "is_issue_open": {"type": "boolean", "index": 23, "name": "is_issue_open", "comment": "Boolean indicating if the issue is currently open (not resolved)."}, "is_issue_resolved_in_sprint": {"type": "boolean", "index": 24, "name": "is_issue_resolved_in_sprint", "comment": "Boolean indicating if the issue was resolved during this sprint."}, "days_left_in_sprint": {"type": "integer", "index": 25, "name": "days_left_in_sprint", "comment": "Number of days remaining in the sprint from the given date (null if sprint is completed or date is after sprint end)."}, "sprint_issue_day_id": {"type": "text", "index": 26, "name": "sprint_issue_day_id", "comment": "Surrogate key hashed on `date_day`, `sprint_id`, `issue_id`, and `source_relation`"}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.jira__daily_sprint_issue_history"}, "model.jira.jira__issue_enhanced": {"metadata": {"type": "BASE TABLE", "schema": "public_jira_dev", "name": "jira__issue_enhanced", "database": "postgres", "comment": "The core issue table, enhanced with current-status attributes from foreign-key-related tables, and metrics regarding resolutions and assignments.\n", "owner": "postgres"}, "columns": {"issue_id": {"type": "bigint", "index": 1, "name": "issue_id", "comment": "Unique ID of the issue."}, "parent_issue_id": {"type": "text", "index": 2, "name": "parent_issue_id", "comment": "Self-referencing ID of the parent `issue`."}, "source_relation": {"type": "text", "index": 3, "name": "source_relation", "comment": "Identifies the record's source."}, "original_estimate_seconds": {"type": "integer", "index": 4, "name": "original_estimate_seconds", "comment": "The original estimate of how long working on this issue would take, in seconds."}, "remaining_estimate_seconds": {"type": "integer", "index": 5, "name": "remaining_estimate_seconds", "comment": "The estimate of how much longer working on this issue will take, in seconds."}, "time_spent_seconds": {"type": "integer", "index": 6, "name": "time_spent_seconds", "comment": "The time that was spent working on this issue, in seconds."}, "assignee_user_id": {"type": "character varying", "index": 7, "name": "assignee_user_id", "comment": "Foreign key referencing the ID of the `user` currently assigned to this task."}, "created_at": {"type": "timestamp without time zone", "index": 8, "name": "created_at", "comment": "Timestamp of when the issue was created (in UTC)."}, "resolved_at": {"type": "timestamp without time zone", "index": 9, "name": "resolved_at", "comment": "Timestamp of when the issue was resolved (ie completed, marked as duplicate). If an issue is un-resolved, this will be null.\n"}, "creator_user_id": {"type": "text", "index": 10, "name": "creator_user_id", "comment": "Foreign key referencing the `user` who first created the issue. Cannot be changed."}, "issue_description": {"type": "text", "index": 11, "name": "issue_description", "comment": "The issue description, if given."}, "due_date": {"type": "integer", "index": 12, "name": "due_date", "comment": "Calendar day on which the issue is due, if a due date is provided."}, "environment": {"type": "integer", "index": 13, "name": "environment", "comment": "Text field describing the environment in which the issue occurred (ie \"IE9 on Windows 7\")."}, "issue_type_id": {"type": "integer", "index": 14, "name": "issue_type_id", "comment": "Foreign key referencing the ID of the `issue_type`."}, "issue_key": {"type": "text", "index": 15, "name": "issue_key", "comment": "UI-facing id of the issue."}, "priority_id": {"type": "integer", "index": 16, "name": "priority_id", "comment": "Foreign key referencing the ID of the issue's current `priority`."}, "project_id": {"type": "integer", "index": 17, "name": "project_id", "comment": "Foreign key referencing the `project` that the issue belongs to."}, "reporter_user_id": {"type": "text", "index": 18, "name": "reporter_user_id", "comment": "Foreign key referencing the ID of the `user` who reported the issue. This differs from the `issue.creator` column in that the reporter can be changed in-app, though it is initialized as the creator.\n"}, "resolution_id": {"type": "integer", "index": 19, "name": "resolution_id", "comment": "Foreign key referencing the ID of the issue's type of `resolution`."}, "status_id": {"type": "integer", "index": 20, "name": "status_id", "comment": "Foreign key referencing the ID of the issue's `status` (the step that the issue is currently at in the project's workflow).\n"}, "status_changed_at": {"type": "timestamp without time zone", "index": 21, "name": "status_changed_at", "comment": "Timestamp of when the status was last changed."}, "issue_name": {"type": "text", "index": 22, "name": "issue_name", "comment": "Title of the issue."}, "updated_at": {"type": "timestamp without time zone", "index": 23, "name": "updated_at", "comment": "Timestamp of when the issue was last updated in some way."}, "work_ratio": {"type": "double precision", "index": 24, "name": "work_ratio", "comment": "The percentage of work that has been logged against the issue (time_spent) vs the original estimate of worktime. Equals -1.0 when the fields required for calculation are not provided.\n"}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 25, "name": "_fivetran_synced", "comment": "Timestamp of when Fivetran last synced this record."}, "issue_type": {"type": "text", "index": 26, "name": "issue_type", "comment": "Name of the issue type (ie Epic, Task, Subtask, any custom types)."}, "parent_issue_type": {"type": "text", "index": 27, "name": "parent_issue_type", "comment": "Name of the type of issue that the parent is."}, "parent_issue_name": {"type": "text", "index": 28, "name": "parent_issue_name", "comment": "Title of the parent issue/epic."}, "parent_issue_key": {"type": "text", "index": 29, "name": "parent_issue_key", "comment": "Issue key of the sub-issue's parent/epic."}, "is_parent_epic": {"type": "boolean", "index": 30, "name": "is_parent_epic", "comment": "Boolean that is true if the parent is an epic."}, "assignee_name": {"type": "text", "index": 31, "name": "assignee_name", "comment": "User display name of the person currently assigned this issue."}, "assignee_timezone": {"type": "text", "index": 32, "name": "assignee_timezone", "comment": "Timezone of the user currently assigned this issue."}, "assignee_email": {"type": "integer", "index": 33, "name": "assignee_email", "comment": "Email associated with the user currently assigned this issue."}, "reporter_email": {"type": "integer", "index": 34, "name": "reporter_email", "comment": "Email associated with the user who reported this issue."}, "reporter_name": {"type": "text", "index": 35, "name": "reporter_name", "comment": "User display name of the person who reported the issue."}, "reporter_timezone": {"type": "text", "index": 36, "name": "reporter_timezone", "comment": "Timezone of the user currently who reported this issue."}, "project_name": {"type": "text", "index": 37, "name": "project_name", "comment": "Title of the issue's project."}, "current_status": {"type": "text", "index": 38, "name": "current_status", "comment": "Title of the category of status."}, "current_status_category": {"type": "text", "index": 39, "name": "current_status_category", "comment": "Title of the umbrella status category that the issue is currently in."}, "resolution_type": {"type": "text", "index": 40, "name": "resolution_type", "comment": "Display name of the type of resolution that closed the issue."}, "current_priority": {"type": "text", "index": 41, "name": "current_priority", "comment": "Name of the issue's current priority as it appears in the UI."}, "current_sprint_id": {"type": "character varying", "index": 42, "name": "current_sprint_id", "comment": "Foreign key referencing the current `sprint` associate with the issue."}, "current_sprint_name": {"type": "text", "index": 43, "name": "current_sprint_name", "comment": "Title of the current sprint associated with the issue."}, "count_sprint_changes": {"type": "bigint", "index": 44, "name": "count_sprint_changes", "comment": "The total number of sprints that the issue has belonged to."}, "sprint_started_at": {"type": "timestamp without time zone", "index": 45, "name": "sprint_started_at", "comment": "Timestamp of when the sprint began."}, "sprint_ended_at": {"type": "timestamp without time zone", "index": 46, "name": "sprint_ended_at", "comment": "Timestamp of when the sprint is planned to end."}, "sprint_completed_at": {"type": "timestamp without time zone", "index": 47, "name": "sprint_completed_at", "comment": "Timestamp of when the sprint was completed."}, "is_active_sprint": {"type": "boolean", "index": 48, "name": "is_active_sprint", "comment": "Yes, if the sprint started after the current time and if the sprint ends in the future."}, "first_assigned_at": {"type": "timestamp without time zone", "index": 49, "name": "first_assigned_at", "comment": "Timestamp of when the issue was first assigned to a user."}, "last_assigned_at": {"type": "timestamp without time zone", "index": 50, "name": "last_assigned_at", "comment": "Timestamp of when the issue was last assigned to a user."}, "first_resolved_at": {"type": "timestamp without time zone", "index": 51, "name": "first_resolved_at", "comment": "Timestamp of when the issue was first resolved."}, "fixes_versions": {"type": "text", "index": 52, "name": "fixes_versions", "comment": "Comma-separated list of the names of project versions that this issue fixes."}, "affects_versions": {"type": "text", "index": 53, "name": "affects_versions", "comment": "Comma-separated list of the names of project versions that this issue affects."}, "conversation": {"type": "text", "index": 54, "name": "conversation", "comment": "Line-separated list of comments made on this issue, including the timestamp and author name of each comment. (Disabled by default for Redshift.)\n"}, "count_comments": {"type": "bigint", "index": 55, "name": "count_comments", "comment": "The number of comments made on this issues."}, "open_duration_seconds": {"type": "double precision", "index": 56, "name": "open_duration_seconds", "comment": "The number of seconds that the issue has spent open (until resolution, or the current timestamp)."}, "any_assignment_duration_seconds": {"type": "double precision", "index": 57, "name": "any_assignment_duration_seconds", "comment": "The number of seconds that the issue has spent assigned (until resolution, or the current timestamp)."}, "last_assignment_duration_seconds": {"type": "double precision", "index": 58, "name": "last_assignment_duration_seconds", "comment": "The number of seconds that the issue has spent assigned to the current/most recent user (until resolution, or the current timestamp)."}, "status": {"type": "text", "index": 59, "name": "status", "comment": "The name of the status the issue most recently had."}, "sprint": {"type": "text", "index": 60, "name": "sprint", "comment": "List of associated sprint IDs."}, "sprint_name": {"type": "text", "index": 61, "name": "sprint_name", "comment": "List of associated sprint names. Returns null when `jira_using_sprints` is disabled."}, "team": {"type": "text", "index": 62, "name": "team", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.jira__issue_enhanced"}, "model.jira.jira__issue_status_transitions": {"metadata": {"type": "BASE TABLE", "schema": "public_jira_dev", "name": "jira__issue_status_transitions", "database": "postgres", "comment": "Each record represents a status transition for an issue, tracking the complete workflow journey with timing metrics and transition analysis. The grain is issue_id + status_sequence, providing a chronological view of how issues move through different statuses over time.\n", "owner": "postgres"}, "columns": {"issue_id": {"type": "bigint", "index": 1, "name": "issue_id", "comment": "Foreign key referencing the ID of the issue."}, "source_relation": {"type": "text", "index": 2, "name": "source_relation", "comment": "Identifies the record's source."}, "status": {"type": "text", "index": 3, "name": "status", "comment": "The status name during this transition period."}, "status_category_name": {"type": "text", "index": 4, "name": "status_category_name", "comment": "The category of the status (To Do, In Progress, Done)."}, "previous_status": {"type": "text", "index": 5, "name": "previous_status", "comment": "The status the issue transitioned from (null for initial status)."}, "previous_status_category_name": {"type": "text", "index": 6, "name": "previous_status_category_name", "comment": "The category of the previous status."}, "transition_at": {"type": "timestamp without time zone", "index": 7, "name": "transition_at", "comment": "Timestamp when the issue transitioned to this status."}, "transition_until": {"type": "timestamp with time zone", "index": 8, "name": "transition_until", "comment": "Timestamp when the issue transitioned out of this status (or current time if still in status)."}, "status_sequence": {"type": "bigint", "index": 9, "name": "status_sequence", "comment": "Sequential number indicating the order of status transitions (1 = first, incrementing chronologically)."}, "is_current_status": {"type": "boolean", "index": 10, "name": "is_current_status", "comment": "Boolean indicating if this is the current active status for the issue."}, "minutes_in_status": {"type": "numeric", "index": 11, "name": "minutes_in_status", "comment": "Time spent in this status, measured in minutes."}, "minutes_in_previous_status": {"type": "numeric", "index": 12, "name": "minutes_in_previous_status", "comment": "Time spent in the previous status before this transition, measured in minutes (null for initial status)."}, "transition_direction": {"type": "text", "index": 13, "name": "transition_direction", "comment": "Categorizes the workflow direction: 'new' (initial), 'forward' (toward completion), 'backward' (reopening/regression), 'lateral' (within same category), or 'other'."}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.jira__issue_status_transitions"}, "model.jira.jira__project_enhanced": {"metadata": {"type": "BASE TABLE", "schema": "public_jira_dev", "name": "jira__project_enhanced", "database": "postgres", "comment": "Table of projects enriched with data about its lead, epics, components, and volume and velocity of worktime.\n", "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": "Identifies the record's source."}, "project_description": {"type": "integer", "index": 2, "name": "project_description", "comment": "Description of the project, if given."}, "project_id": {"type": "integer", "index": 3, "name": "project_id", "comment": "Unique ID of the project."}, "project_key": {"type": "text", "index": 4, "name": "project_key", "comment": "UI-facing ID of the project. This becomes the default prefix for tasks created within this project."}, "project_lead_user_id": {"type": "text", "index": 5, "name": "project_lead_user_id", "comment": "Foreign key referencing the ID of the `user` who leads this project."}, "project_name": {"type": "text", "index": 6, "name": "project_name", "comment": "Title of the project."}, "project_category_id": {"type": "integer", "index": 7, "name": "project_category_id", "comment": "Foreign key referencing the ID of the `project_category` that the project is associated with, if any."}, "permission_scheme_id": {"type": "integer", "index": 8, "name": "permission_scheme_id", "comment": "Foreign key referencing the ID of the `permission_scheme` that the project ascribes to."}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 9, "name": "_fivetran_synced", "comment": "Timestamp of when Fivetran last synced this record."}, "project_lead_user_name": {"type": "text", "index": 10, "name": "project_lead_user_name", "comment": "User display name of the person leading this project."}, "project_lead_email": {"type": "integer", "index": 11, "name": "project_lead_email", "comment": "Email associated with the project lead."}, "epics": {"type": "text", "index": 12, "name": "epics", "comment": "Comma-separated list of epics worked on in this project."}, "components": {"type": "text", "index": 13, "name": "components", "comment": "Comma-separated list of components of this project."}, "count_closed_issues": {"type": "bigint", "index": 14, "name": "count_closed_issues", "comment": "The number of issues closed in this project."}, "count_open_issues": {"type": "bigint", "index": 15, "name": "count_open_issues", "comment": "The number of currently un-resolved issues in the project."}, "count_open_assigned_issues": {"type": "bigint", "index": 16, "name": "count_open_assigned_issues", "comment": "The number of currently open and currently assigned issues in the project."}, "avg_close_time_days": {"type": "numeric", "index": 17, "name": "avg_close_time_days", "comment": "The average time taken to close issues, in days."}, "avg_assigned_close_time_days": {"type": "numeric", "index": 18, "name": "avg_assigned_close_time_days", "comment": "The average time taken to close issues from their first assignment, in days."}, "avg_age_currently_open_days": {"type": "numeric", "index": 19, "name": "avg_age_currently_open_days", "comment": "The average age of any currently-open issues."}, "avg_age_currently_open_assigned_days": {"type": "numeric", "index": 20, "name": "avg_age_currently_open_assigned_days", "comment": "The average age of any currently-open issues, from their first assignment."}, "median_close_time_days": {"type": "numeric", "index": 21, "name": "median_close_time_days", "comment": "The median time taken to close issues, in days."}, "median_age_currently_open_days": {"type": "numeric", "index": 22, "name": "median_age_currently_open_days", "comment": "The median age of any currently-open issues."}, "median_assigned_close_time_days": {"type": "numeric", "index": 23, "name": "median_assigned_close_time_days", "comment": "The median time taken to close issues from their first assignment, in days."}, "median_age_currently_open_assigned_days": {"type": "numeric", "index": 24, "name": "median_age_currently_open_assigned_days", "comment": "The median age of any currently-open issues, from their first assignment."}, "avg_close_time_seconds": {"type": "numeric", "index": 25, "name": "avg_close_time_seconds", "comment": "The average time taken to close issues, in seconds."}, "avg_assigned_close_time_seconds": {"type": "numeric", "index": 26, "name": "avg_assigned_close_time_seconds", "comment": "The average time taken to close issues from their first assignment, in seconds."}, "avg_age_currently_open_seconds": {"type": "numeric", "index": 27, "name": "avg_age_currently_open_seconds", "comment": "The average age of any currently-open issues."}, "avg_age_currently_open_assigned_seconds": {"type": "numeric", "index": 28, "name": "avg_age_currently_open_assigned_seconds", "comment": "The average age of any currently-open issues, from their first assignment."}, "median_close_time_seconds": {"type": "numeric", "index": 29, "name": "median_close_time_seconds", "comment": "The median time taken to close issues, in seconds."}, "median_age_currently_open_seconds": {"type": "numeric", "index": 30, "name": "median_age_currently_open_seconds", "comment": "The median age of any currently-open issues."}, "median_assigned_close_time_seconds": {"type": "numeric", "index": 31, "name": "median_assigned_close_time_seconds", "comment": "The median time taken to close issues from their first assignment, in seconds."}, "median_age_currently_open_assigned_seconds": {"type": "numeric", "index": 32, "name": "median_age_currently_open_assigned_seconds", "comment": "The median age of any currently-open issues, from their first assignment."}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.jira__project_enhanced"}, "model.jira.jira__sprint_enhanced": {"metadata": {"type": "BASE TABLE", "schema": "public_jira_dev", "name": "jira__sprint_enhanced", "database": "postgres", "comment": "One row per sprint per team with metrics on issues created, resolved, and carried over, plus story point estimates. If teams are disabled, granularity is one row per sprint.\n", "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": "Identifies the record's source."}, "sprint_id": {"type": "text", "index": 2, "name": "sprint_id", "comment": "Unique ID of the sprint."}, "team": {"type": "text", "index": 3, "name": "team", "comment": "Name of the team with the associated issue metrics for the sprint. Can be null for issues not assigned to a team."}, "sprint_name": {"type": "text", "index": 4, "name": "sprint_name", "comment": "Name of the sprint."}, "sprint_started_at": {"type": "timestamp without time zone", "index": 5, "name": "sprint_started_at", "comment": "Timestamp of when the sprint began."}, "sprint_ended_at": {"type": "timestamp without time zone", "index": 6, "name": "sprint_ended_at", "comment": "Timestamp of when the sprint is planned to end."}, "sprint_completed_at": {"type": "timestamp without time zone", "index": 7, "name": "sprint_completed_at", "comment": "Timestamp of when the sprint was completed."}, "board_id": {"type": "integer", "index": 8, "name": "board_id", "comment": "Foreign key referencing the ID of the `board` that the sprint belongs to."}, "sprint_assignees": {"type": "bigint", "index": 9, "name": "sprint_assignees", "comment": "Total assignees in a sprint."}, "sprint_issues": {"type": "bigint", "index": 10, "name": "sprint_issues", "comment": "Total issues in a sprint."}, "issues_committed": {"type": "bigint", "index": 11, "name": "issues_committed", "comment": "Issues committed at the start of a sprint."}, "open_sprint_issues": {"type": "bigint", "index": 12, "name": "open_sprint_issues", "comment": "Issues that were open in a sprint."}, "resolved_sprint_issues": {"type": "bigint", "index": 13, "name": "resolved_sprint_issues", "comment": "Issues that were resolved in a sprint."}, "original_estimate_seconds": {"type": "numeric", "index": 14, "name": "original_estimate_seconds", "comment": "The original estimate of how long working on the issues in this sprint would take, in seconds."}, "remaining_estimate_seconds": {"type": "numeric", "index": 15, "name": "remaining_estimate_seconds", "comment": "The remaining estimate of how long working on the issues in this sprint would take, in seconds."}, "time_spent_seconds": {"type": "numeric", "index": 16, "name": "time_spent_seconds", "comment": "The time that was spent working on the issues in the sprint in seconds."}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.jira__sprint_enhanced"}, "model.jira.jira__timestamp_issue_field_history": {"metadata": {"type": "BASE TABLE", "schema": "public_jira_dev", "name": "jira__timestamp_issue_field_history", "database": "postgres", "comment": "Each record represents a time period when an issue had specific field values. This is an SCD Type 2 table that tracks field changes at the timestamp level, showing the complete field state during each validity period. Each record contains valid_from/valid_until timestamps and an is_current_record flag.\n", "owner": "postgres"}, "columns": {"valid_from": {"type": "timestamp without time zone", "index": 1, "name": "valid_from", "comment": "Timestamp when this field state became effective."}, "valid_until": {"type": "timestamp with time zone", "index": 2, "name": "valid_until", "comment": "Timestamp when this field state ended (next change or current time)."}, "updated_at_week": {"type": "date", "index": 3, "name": "updated_at_week", "comment": "The start date of the week corresponding to the update timestamp."}, "issue_id": {"type": "bigint", "index": 4, "name": "issue_id", "comment": "Foreign key referencing the ID of the `issue` with these values."}, "source_relation": {"type": "text", "index": 5, "name": "source_relation", "comment": "Identifies the record's source."}, "status_id": {"type": "text", "index": 6, "name": "status_id", "comment": "The ID of the status that an issue has during this period."}, "status": {"type": "text", "index": 7, "name": "status", "comment": "The name of the status that an issue has during this period."}, "status_category_name": {"type": "text", "index": 8, "name": "status_category_name", "comment": "The category of the status (To Do, In Progress, Done)."}, "author_id": {"type": "text", "index": 9, "name": "author_id", "comment": "Foreign key referencing the ID of the `user` who made the field changes."}, "sprint": {"type": "text", "index": 10, "name": "sprint", "comment": "The ID of the sprint that an issue is slotted into during this period."}, "sprint_name": {"type": "text", "index": 11, "name": "sprint_name", "comment": "The name of the sprint that an issue is slotted into during this period. (Returns no data when `jira_using_sprints` is disabled.)"}, "is_current_record": {"type": "boolean", "index": 12, "name": "is_current_record", "comment": "Boolean indicating if this is the current/active field state."}, "issue_timestamp_id": {"type": "text", "index": 13, "name": "issue_timestamp_id", "comment": "Surrogate key hashed on `valid_from`, `issue_id`, and `source_relation`"}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.jira__timestamp_issue_field_history"}, "model.jira.jira__user_enhanced": {"metadata": {"type": "BASE TABLE", "schema": "public_jira_dev", "name": "jira__user_enhanced", "database": "postgres", "comment": "Table of users enriched with their projects, and the volume and velocity of their issues.\n", "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": "Identifies the record's source."}, "email": {"type": "integer", "index": 2, "name": "email", "comment": "Email associated with the user acccount."}, "user_id": {"type": "text", "index": 3, "name": "user_id", "comment": "Unique ID of the user."}, "locale": {"type": "text", "index": 4, "name": "locale", "comment": "The Java locale of the user."}, "user_display_name": {"type": "text", "index": 5, "name": "user_display_name", "comment": "Name of the user as it appears in the UI."}, "time_zone": {"type": "text", "index": 6, "name": "time_zone", "comment": "The user's timezone, as defined in their settings."}, "username": {"type": "integer", "index": 7, "name": "username", "comment": "Account username."}, "is_active": {"type": "boolean", "index": 8, "name": "is_active", "comment": "Boolean showing whether this user is currently active."}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 9, "name": "_fivetran_synced", "comment": "Timestamp of when Fivetran last synced this record."}, "projects": {"type": "text", "index": 10, "name": "projects", "comment": "Comma-separated list of projects on which the user has been assigned to."}, "count_closed_issues": {"type": "bigint", "index": 11, "name": "count_closed_issues", "comment": "The number of issues that the user has closed (while being assigned to)."}, "count_open_issues": {"type": "bigint", "index": 12, "name": "count_open_issues", "comment": "The number of currently open issues that the user is assigned to."}, "avg_close_time_days": {"type": "numeric", "index": 13, "name": "avg_close_time_days", "comment": "The average time taken to close issues since assignment, in days."}, "avg_age_currently_open_days": {"type": "numeric", "index": 14, "name": "avg_age_currently_open_days", "comment": "The average age of a user's currently open issues."}, "median_close_time_days": {"type": "numeric", "index": 15, "name": "median_close_time_days", "comment": "The median time taken to close issues since assignment, in days."}, "median_age_currently_open_days": {"type": "numeric", "index": 16, "name": "median_age_currently_open_days", "comment": "The median age of a user's currently open issues."}, "avg_close_time_seconds": {"type": "numeric", "index": 17, "name": "avg_close_time_seconds", "comment": "The average time taken to close issues since assignment, in seconds."}, "avg_age_currently_open_seconds": {"type": "numeric", "index": 18, "name": "avg_age_currently_open_seconds", "comment": "The average age of a user's currently open issues."}, "median_close_time_seconds": {"type": "numeric", "index": 19, "name": "median_close_time_seconds", "comment": "The median time taken to close issues since assignment, in seconds."}, "median_age_currently_open_seconds": {"type": "numeric", "index": 20, "name": "median_age_currently_open_seconds", "comment": "The median age of a user's currently open issues."}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.jira__user_enhanced"}, "model.jira.stg_jira__comment": {"metadata": {"type": "VIEW", "schema": "public_jira_dev", "name": "stg_jira__comment", "database": "postgres", "comment": "Table of comments made on issues.", "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": "Identifies the record's source."}, "author_user_id": {"type": "text", "index": 2, "name": "author_user_id", "comment": "Foreign key referencing the `user` id of the comment's author."}, "body": {"type": "text", "index": 3, "name": "body", "comment": "Content of the comment."}, "created_at": {"type": "timestamp without time zone", "index": 4, "name": "created_at", "comment": "Timestamp of when the comment was created. TODO - get timezone clarification"}, "comment_id": {"type": "bigint", "index": 5, "name": "comment_id", "comment": "Unique ID of the comment."}, "issue_id": {"type": "bigint", "index": 6, "name": "issue_id", "comment": "Foreign key referencing the id of the `issue` that was commented on."}, "is_public": {"type": "boolean", "index": 7, "name": "is_public", "comment": "Boolean that is true if the comment is visible to all users."}, "last_update_user_id": {"type": "text", "index": 8, "name": "last_update_user_id", "comment": "Foreign key referencing the id of the `user` who last updated this comment."}, "last_updated_at": {"type": "timestamp without time zone", "index": 9, "name": "last_updated_at", "comment": "Timestamp of when the comment was last updated."}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 10, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.stg_jira__comment"}, "model.jira.stg_jira__comment_tmp": {"metadata": {"type": "VIEW", "schema": "public_jira_dev", "name": "stg_jira__comment_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "author_id": {"type": "text", "index": 3, "name": "author_id", "comment": null}, "body": {"type": "text", "index": 4, "name": "body", "comment": null}, "created": {"type": "timestamp without time zone", "index": 5, "name": "created", "comment": null}, "is_public": {"type": "boolean", "index": 6, "name": "is_public", "comment": null}, "issue_id": {"type": "bigint", "index": 7, "name": "issue_id", "comment": null}, "update_author_id": {"type": "text", "index": 8, "name": "update_author_id", "comment": null}, "updated": {"type": "timestamp without time zone", "index": 9, "name": "updated", "comment": null}, "_dbt_source_relation": {"type": "text", "index": 10, "name": "_dbt_source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.stg_jira__comment_tmp"}, "model.jira.stg_jira__component": {"metadata": {"type": "VIEW", "schema": "public_jira_dev", "name": "stg_jira__component", "database": "postgres", "comment": "Table of project components (subsections to group issues).", "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": "Identifies the record's source."}, "component_description": {"type": "integer", "index": 2, "name": "component_description", "comment": "Description given to the component."}, "component_id": {"type": "bigint", "index": 3, "name": "component_id", "comment": "ID of the component."}, "component_name": {"type": "text", "index": 4, "name": "component_name", "comment": "UI-facing name of the component."}, "project_id": {"type": "bigint", "index": 5, "name": "project_id", "comment": "Foreign key referencing the id of the component's `project`."}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 6, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.stg_jira__component"}, "model.jira.stg_jira__component_tmp": {"metadata": {"type": "VIEW", "schema": "public_jira_dev", "name": "stg_jira__component_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "integer", "index": 3, "name": "description", "comment": null}, "name": {"type": "text", "index": 4, "name": "name", "comment": null}, "project_id": {"type": "bigint", "index": 5, "name": "project_id", "comment": null}, "_dbt_source_relation": {"type": "text", "index": 6, "name": "_dbt_source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.stg_jira__component_tmp"}, "model.jira.stg_jira__field": {"metadata": {"type": "VIEW", "schema": "public_jira_dev", "name": "stg_jira__field", "database": "postgres", "comment": "Table of all issue fields.", "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": "Identifies the record's source."}, "field_id": {"type": "text", "index": 2, "name": "field_id", "comment": "Unique ID of the field. Default fields will have descriptive IDs, whereas custom field IDs will be `'customfield_#####'`.\n"}, "is_array": {"type": "boolean", "index": 3, "name": "is_array", "comment": "Boolean that is true if a field can have multiple values (is multiselect)."}, "is_custom": {"type": "boolean", "index": 4, "name": "is_custom", "comment": "Boolean that is true if the field is custom to this organization, and false if it is default to Jira.\n"}, "field_name": {"type": "text", "index": 5, "name": "field_name", "comment": "Name of the field as it appears on issue cards."}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 6, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.stg_jira__field"}, "model.jira.stg_jira__field_option": {"metadata": {"type": "VIEW", "schema": "public_jira_dev", "name": "stg_jira__field_option", "database": "postgres", "comment": "Table of all options related to custom fields.", "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": "Identifies the record's source."}, "field_id": {"type": "bigint", "index": 2, "name": "field_id", "comment": "The ID of the custom field."}, "parent_field_id": {"type": "integer", "index": 3, "name": "parent_field_id", "comment": "The ID of the parent custom field."}, "field_option_name": {"type": "text", "index": 4, "name": "field_option_name", "comment": "Name of the field option."}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.stg_jira__field_option"}, "model.jira.stg_jira__field_option_tmp": {"metadata": {"type": "VIEW", "schema": "public_jira_dev", "name": "stg_jira__field_option_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "name": {"type": "text", "index": 3, "name": "name", "comment": null}, "_dbt_source_relation": {"type": "text", "index": 4, "name": "_dbt_source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.stg_jira__field_option_tmp"}, "model.jira.stg_jira__field_tmp": {"metadata": {"type": "VIEW", "schema": "public_jira_dev", "name": "stg_jira__field_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "character varying", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "is_array": {"type": "boolean", "index": 3, "name": "is_array", "comment": null}, "is_custom": {"type": "boolean", "index": 4, "name": "is_custom", "comment": null}, "name": {"type": "text", "index": 5, "name": "name", "comment": null}, "_dbt_source_relation": {"type": "text", "index": 6, "name": "_dbt_source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.stg_jira__field_tmp"}, "model.jira.stg_jira__issue": {"metadata": {"type": "VIEW", "schema": "public_jira_dev", "name": "stg_jira__issue", "database": "postgres", "comment": "Table of all issues in your organization's Jira (captures soft deletes).", "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": "Identifies the record's source."}, "original_estimate_seconds": {"type": "integer", "index": 2, "name": "original_estimate_seconds", "comment": "The original estimate of how long working on this issue would take, in seconds."}, "remaining_estimate_seconds": {"type": "integer", "index": 3, "name": "remaining_estimate_seconds", "comment": "The estimate of how much longer working on this issue will take, in seconds."}, "time_spent_seconds": {"type": "integer", "index": 4, "name": "time_spent_seconds", "comment": "The time that was spent working on this issue, in seconds."}, "assignee_user_id": {"type": "character varying", "index": 5, "name": "assignee_user_id", "comment": "Foreign key referencing the ID of the `user` currently assigned to this task."}, "created_at": {"type": "timestamp without time zone", "index": 6, "name": "created_at", "comment": "Timestamp of when the issue was created (in UTC)."}, "resolved_at": {"type": "timestamp without time zone", "index": 7, "name": "resolved_at", "comment": "Timestamp of when the issue was resolved (ie completed, marked as duplicate). If an issue is un-resolved, this will be null.\n"}, "creator_user_id": {"type": "text", "index": 8, "name": "creator_user_id", "comment": "Foreign key referencing the `user` who first created the issue. Cannot be changed."}, "issue_description": {"type": "text", "index": 9, "name": "issue_description", "comment": "The issue description, if given."}, "due_date": {"type": "integer", "index": 10, "name": "due_date", "comment": "Calendar day on which the issue is due, if a due date is provided."}, "environment": {"type": "integer", "index": 11, "name": "environment", "comment": "Text field describing the environment in which the issue occurred (ie \"IE9 on Windows 7\")."}, "issue_id": {"type": "bigint", "index": 12, "name": "issue_id", "comment": "Unique ID of the issue."}, "issue_type_id": {"type": "integer", "index": 13, "name": "issue_type_id", "comment": "Foreign key referencing the ID of the `issue_type`. This value is generated by coalescing the `work_type` and `issue_type` columns from the source.\n"}, "issue_key": {"type": "text", "index": 14, "name": "issue_key", "comment": "UI-facing id of the issue."}, "parent_issue_id": {"type": "integer", "index": 15, "name": "parent_issue_id", "comment": "Self-referencing ID of the parent `issue`."}, "priority_id": {"type": "integer", "index": 16, "name": "priority_id", "comment": "Foreign key referencing the ID of the issue's current `priority`."}, "project_id": {"type": "integer", "index": 17, "name": "project_id", "comment": "Foreign key referencing the ID of the `project` that the issue belongs to."}, "reporter_user_id": {"type": "text", "index": 18, "name": "reporter_user_id", "comment": "Foreign key referencing the ID of the `user` who reported the issue. This differs from the `creator` column in that the reporter can be changed in-app.\n"}, "resolution_id": {"type": "integer", "index": 19, "name": "resolution_id", "comment": "Foreign key referencing the ID of the issue's type of `resolution`."}, "status_id": {"type": "integer", "index": 20, "name": "status_id", "comment": "Foreign key referencing the ID of the issue's `status` (the step that the issue is currently at in the project's workflow).\n"}, "status_changed_at": {"type": "timestamp without time zone", "index": 21, "name": "status_changed_at", "comment": "Timestamp of when the status was last changed."}, "issue_name": {"type": "text", "index": 22, "name": "issue_name", "comment": "Title of the issue."}, "updated_at": {"type": "timestamp without time zone", "index": 23, "name": "updated_at", "comment": "Timestamp of when the issue was last updated in some way."}, "work_ratio": {"type": "double precision", "index": 24, "name": "work_ratio", "comment": "The percentage of work that has been logged against the issue (time_spent) vs the original estimate of worktime. Equals -1.0 when the fields required for calculation are not provided.\n"}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 25, "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.jira.stg_jira__issue"}, "model.jira.stg_jira__issue_field_history": {"metadata": {"type": "VIEW", "schema": "public_jira_dev", "name": "stg_jira__issue_field_history", "database": "postgres", "comment": "Table of every value that each **custom non-array** (not multiselect) field has been set to.", "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": "Identifies the record's source."}, "field_id": {"type": "text", "index": 2, "name": "field_id", "comment": "Foreign key referencing the ID of the `field` that was changed."}, "issue_id": {"type": "bigint", "index": 3, "name": "issue_id", "comment": "Foreign key referencing the ID of the `issue` whose field was updated."}, "updated_at": {"type": "timestamp without time zone", "index": 4, "name": "updated_at", "comment": "Timestamp of when the issue field was set to this value."}, "field_value": {"type": "character varying", "index": 5, "name": "field_value", "comment": "Content of the value of that the field was set to."}, "author_id": {"type": "text", "index": 6, "name": "author_id", "comment": "Foreign key referencing the ID of the `user` who made this field change."}, "is_active": {"type": "boolean", "index": 7, "name": "is_active", "comment": "Boolean showing whether this issue field is currently active."}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 8, "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.jira.stg_jira__issue_field_history"}, "model.jira.stg_jira__issue_field_history_tmp": {"metadata": {"type": "VIEW", "schema": "public_jira_dev", "name": "stg_jira__issue_field_history_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"field_id": {"type": "text", "index": 1, "name": "field_id", "comment": null}, "issue_id": {"type": "bigint", "index": 2, "name": "issue_id", "comment": null}, "time": {"type": "timestamp without time zone", "index": 3, "name": "time", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}, "value": {"type": "character varying", "index": 5, "name": "value", "comment": null}, "is_active": {"type": "boolean", "index": 6, "name": "is_active", "comment": null}, "author_id": {"type": "text", "index": 7, "name": "author_id", "comment": null}, "_dbt_source_relation": {"type": "text", "index": 8, "name": "_dbt_source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.stg_jira__issue_field_history_tmp"}, "model.jira.stg_jira__issue_link": {"metadata": {"type": "VIEW", "schema": "public_jira_dev", "name": "stg_jira__issue_link", "database": "postgres", "comment": "Table of relationships (links) created between issues. Issue links can include blockers, clones/duplicates, and general relationships.\n", "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": "Identifies the record's source."}, "issue_id": {"type": "integer", "index": 2, "name": "issue_id", "comment": "Foreign key referencing the ID of the `issue` that is the subject of this relationship (the linker)."}, "related_issue_id": {"type": "integer", "index": 3, "name": "related_issue_id", "comment": "Foreign key referencing the ID of the `issue` that is the object of this relationship (the linkee)."}, "relationship": {"type": "text", "index": 4, "name": "relationship", "comment": "The nature of the link between the two issues (\"blocks\", \"is duplicated by\", \"relates to\", etc.)"}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 5, "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.jira.stg_jira__issue_link"}, "model.jira.stg_jira__issue_link_tmp": {"metadata": {"type": "VIEW", "schema": "public_jira_dev", "name": "stg_jira__issue_link_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"issue_id": {"type": "integer", "index": 1, "name": "issue_id", "comment": null}, "related_issue_id": {"type": "integer", "index": 2, "name": "related_issue_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "relationship": {"type": "text", "index": 4, "name": "relationship", "comment": null}, "_dbt_source_relation": {"type": "text", "index": 5, "name": "_dbt_source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.stg_jira__issue_link_tmp"}, "model.jira.stg_jira__issue_multiselect_history": {"metadata": {"type": "VIEW", "schema": "public_jira_dev", "name": "stg_jira__issue_multiselect_history", "database": "postgres", "comment": "Table of every value that each array-type (multiselect) field has been set to. Each row will pertain to **one** value.\n", "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": "Identifies the record's source."}, "_fivetran_id": {"type": "text", "index": 2, "name": "_fivetran_id", "comment": "Fivetran-generated ID hashed on field, issue, and value."}, "field_id": {"type": "text", "index": 3, "name": "field_id", "comment": "Foreign key referencing the ID of the `field` that was changed."}, "issue_id": {"type": "bigint", "index": 4, "name": "issue_id", "comment": "Foreign key referencing the ID of the `issue` whose field was updated."}, "updated_at": {"type": "timestamp without time zone", "index": 5, "name": "updated_at", "comment": "Timestamp of when the issue field was updated to included this value."}, "field_value": {"type": "character varying", "index": 6, "name": "field_value", "comment": "Content of the value of that the field was set to."}, "author_id": {"type": "text", "index": 7, "name": "author_id", "comment": "Foreign key referencing the ID of the `user` who made this field change."}, "is_active": {"type": "boolean", "index": 8, "name": "is_active", "comment": "Boolean showing whether this issue field is currently active."}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 9, "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.jira.stg_jira__issue_multiselect_history"}, "model.jira.stg_jira__issue_multiselect_history_tmp": {"metadata": {"type": "VIEW", "schema": "public_jira_dev", "name": "stg_jira__issue_multiselect_history_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"_fivetran_id": {"type": "text", "index": 1, "name": "_fivetran_id", "comment": null}, "time": {"type": "timestamp without time zone", "index": 2, "name": "time", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "field_id": {"type": "text", "index": 4, "name": "field_id", "comment": null}, "issue_id": {"type": "bigint", "index": 5, "name": "issue_id", "comment": null}, "value": {"type": "character varying", "index": 6, "name": "value", "comment": null}, "author_id": {"type": "text", "index": 7, "name": "author_id", "comment": null}, "is_active": {"type": "boolean", "index": 8, "name": "is_active", "comment": null}, "_dbt_source_relation": {"type": "text", "index": 9, "name": "_dbt_source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.stg_jira__issue_multiselect_history_tmp"}, "model.jira.stg_jira__issue_tmp": {"metadata": {"type": "VIEW", "schema": "public_jira_dev", "name": "stg_jira__issue_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}, "_original_estimate": {"type": "integer", "index": 4, "name": "_original_estimate", "comment": null}, "_remaining_estimate": {"type": "integer", "index": 5, "name": "_remaining_estimate", "comment": null}, "_time_spent": {"type": "integer", "index": 6, "name": "_time_spent", "comment": null}, "assignee": {"type": "character varying", "index": 7, "name": "assignee", "comment": null}, "created": {"type": "timestamp without time zone", "index": 8, "name": "created", "comment": null}, "creator": {"type": "text", "index": 9, "name": "creator", "comment": null}, "description": {"type": "text", "index": 10, "name": "description", "comment": null}, "due_date": {"type": "integer", "index": 11, "name": "due_date", "comment": null}, "environment": {"type": "integer", "index": 12, "name": "environment", "comment": null}, "issue_type": {"type": "integer", "index": 13, "name": "issue_type", "comment": null}, "key": {"type": "text", "index": 14, "name": "key", "comment": null}, "last_viewed": {"type": "timestamp without time zone", "index": 15, "name": "last_viewed", "comment": null}, "original_estimate": {"type": "integer", "index": 16, "name": "original_estimate", "comment": null}, "parent_id": {"type": "integer", "index": 17, "name": "parent_id", "comment": null}, "priority": {"type": "integer", "index": 18, "name": "priority", "comment": null}, "project": {"type": "integer", "index": 19, "name": "project", "comment": null}, "remaining_estimate": {"type": "integer", "index": 20, "name": "remaining_estimate", "comment": null}, "reporter": {"type": "text", "index": 21, "name": "reporter", "comment": null}, "resolution": {"type": "integer", "index": 22, "name": "resolution", "comment": null}, "resolved": {"type": "timestamp without time zone", "index": 23, "name": "resolved", "comment": null}, "status": {"type": "integer", "index": 24, "name": "status", "comment": null}, "status_category_changed": {"type": "timestamp without time zone", "index": 25, "name": "status_category_changed", "comment": null}, "summary": {"type": "text", "index": 26, "name": "summary", "comment": null}, "time_spent": {"type": "integer", "index": 27, "name": "time_spent", "comment": null}, "updated": {"type": "timestamp without time zone", "index": 28, "name": "updated", "comment": null}, "work_ratio": {"type": "double precision", "index": 29, "name": "work_ratio", "comment": null}, "work_type": {"type": "integer", "index": 30, "name": "work_type", "comment": null}, "_dbt_source_relation": {"type": "text", "index": 31, "name": "_dbt_source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.stg_jira__issue_tmp"}, "model.jira.stg_jira__issue_type": {"metadata": {"type": "VIEW", "schema": "public_jira_dev", "name": "stg_jira__issue_type", "database": "postgres", "comment": "Table containing information about issue types. Issue types can have identical names in different projects, but they may have differing descriptions.\n", "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": "Identifies the record's source."}, "description": {"type": "text", "index": 2, "name": "description", "comment": "Project-level description given to the issue type."}, "issue_type_id": {"type": "integer", "index": 3, "name": "issue_type_id", "comment": "Unique ID of the issue type."}, "issue_type_name": {"type": "text", "index": 4, "name": "issue_type_name", "comment": "Name of the issue type (ie Epic, Task, Subtask, any custom types)"}, "is_subtask": {"type": "boolean", "index": 5, "name": "is_subtask", "comment": "Boolean that is true if this type of issue is a subtask."}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 6, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.stg_jira__issue_type"}, "model.jira.stg_jira__issue_type_tmp": {"metadata": {"type": "VIEW", "schema": "public_jira_dev", "name": "stg_jira__issue_type_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "text", "index": 3, "name": "description", "comment": null}, "name": {"type": "text", "index": 4, "name": "name", "comment": null}, "subtask": {"type": "boolean", "index": 5, "name": "subtask", "comment": null}, "_dbt_source_relation": {"type": "text", "index": 6, "name": "_dbt_source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.stg_jira__issue_type_tmp"}, "model.jira.stg_jira__priority": {"metadata": {"type": "VIEW", "schema": "public_jira_dev", "name": "stg_jira__priority", "database": "postgres", "comment": "Table of issue priority levels (global).", "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": "Identifies the record's source."}, "priority_description": {"type": "text", "index": 2, "name": "priority_description", "comment": "Description of the priority level."}, "priority_id": {"type": "integer", "index": 3, "name": "priority_id", "comment": "Unique ID of the priority level."}, "priority_name": {"type": "text", "index": 4, "name": "priority_name", "comment": "Name of the priority as it appears in the UI."}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 5, "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.jira.stg_jira__priority"}, "model.jira.stg_jira__priority_tmp": {"metadata": {"type": "VIEW", "schema": "public_jira_dev", "name": "stg_jira__priority_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "text", "index": 3, "name": "description", "comment": null}, "name": {"type": "text", "index": 4, "name": "name", "comment": null}, "_dbt_source_relation": {"type": "text", "index": 5, "name": "_dbt_source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.stg_jira__priority_tmp"}, "model.jira.stg_jira__project": {"metadata": {"type": "VIEW", "schema": "public_jira_dev", "name": "stg_jira__project", "database": "postgres", "comment": "Table of all projects in your organization.", "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": "Identifies the record's source."}, "project_description": {"type": "integer", "index": 2, "name": "project_description", "comment": "Description of the project, if given."}, "project_id": {"type": "integer", "index": 3, "name": "project_id", "comment": "Unique ID of the project."}, "project_key": {"type": "text", "index": 4, "name": "project_key", "comment": "UI-facing ID of the project. This becomes the default prefix for tasks created within this project."}, "project_lead_user_id": {"type": "text", "index": 5, "name": "project_lead_user_id", "comment": "Foreign key referencing the ID of the `user` who leads this project."}, "project_name": {"type": "text", "index": 6, "name": "project_name", "comment": "Title of the project."}, "project_category_id": {"type": "integer", "index": 7, "name": "project_category_id", "comment": "Foreign key referencing the ID of the `project_category` that the project is associated with, if any."}, "permission_scheme_id": {"type": "integer", "index": 8, "name": "permission_scheme_id", "comment": "Foreign key referencing the ID of the `permission_scheme` that the project ascribes to."}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 9, "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.jira.stg_jira__project"}, "model.jira.stg_jira__project_tmp": {"metadata": {"type": "VIEW", "schema": "public_jira_dev", "name": "stg_jira__project_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "integer", "index": 3, "name": "description", "comment": null}, "key": {"type": "text", "index": 4, "name": "key", "comment": null}, "lead_id": {"type": "text", "index": 5, "name": "lead_id", "comment": null}, "name": {"type": "text", "index": 6, "name": "name", "comment": null}, "permission_scheme_id": {"type": "integer", "index": 7, "name": "permission_scheme_id", "comment": null}, "project_category_id": {"type": "integer", "index": 8, "name": "project_category_id", "comment": null}, "project_type_key": {"type": "text", "index": 9, "name": "project_type_key", "comment": null}, "_dbt_source_relation": {"type": "text", "index": 10, "name": "_dbt_source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.stg_jira__project_tmp"}, "model.jira.stg_jira__resolution": {"metadata": {"type": "VIEW", "schema": "public_jira_dev", "name": "stg_jira__resolution", "database": "postgres", "comment": "Table storing the types of resolutions used by your organization.", "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": "Identifies the record's source."}, "resolution_description": {"type": "text", "index": 2, "name": "resolution_description", "comment": "Description given to the resolution."}, "resolution_id": {"type": "integer", "index": 3, "name": "resolution_id", "comment": "Unique ID of the resolution type."}, "resolution_name": {"type": "text", "index": 4, "name": "resolution_name", "comment": "Display name of the resolution."}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 5, "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.jira.stg_jira__resolution"}, "model.jira.stg_jira__resolution_tmp": {"metadata": {"type": "VIEW", "schema": "public_jira_dev", "name": "stg_jira__resolution_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "text", "index": 3, "name": "description", "comment": null}, "name": {"type": "text", "index": 4, "name": "name", "comment": null}, "_dbt_source_relation": {"type": "text", "index": 5, "name": "_dbt_source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.stg_jira__resolution_tmp"}, "model.jira.stg_jira__sprint": {"metadata": {"type": "VIEW", "schema": "public_jira_dev", "name": "stg_jira__sprint", "database": "postgres", "comment": "Table of all sprints.", "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": "Identifies the record's source."}, "sprint_id": {"type": "bigint", "index": 2, "name": "sprint_id", "comment": "Unique ID of the sprint."}, "sprint_name": {"type": "text", "index": 3, "name": "sprint_name", "comment": "Title of the sprint."}, "board_id": {"type": "integer", "index": 4, "name": "board_id", "comment": "Foreign key referencing the ID of the `board` that the sprint lives in."}, "completed_at": {"type": "timestamp without time zone", "index": 5, "name": "completed_at", "comment": "Timestamp of when the sprint was completed."}, "ended_at": {"type": "timestamp without time zone", "index": 6, "name": "ended_at", "comment": "Timestamp of when the sprint is planned to end."}, "started_at": {"type": "timestamp without time zone", "index": 7, "name": "started_at", "comment": "Timestamp of when the sprint began."}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 8, "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.jira.stg_jira__sprint"}, "model.jira.stg_jira__sprint_tmp": {"metadata": {"type": "VIEW", "schema": "public_jira_dev", "name": "stg_jira__sprint_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 3, "name": "_fivetran_deleted", "comment": null}, "board_id": {"type": "integer", "index": 4, "name": "board_id", "comment": null}, "complete_date": {"type": "timestamp without time zone", "index": 5, "name": "complete_date", "comment": null}, "end_date": {"type": "timestamp without time zone", "index": 6, "name": "end_date", "comment": null}, "name": {"type": "text", "index": 7, "name": "name", "comment": null}, "start_date": {"type": "timestamp without time zone", "index": 8, "name": "start_date", "comment": null}, "_dbt_source_relation": {"type": "text", "index": 9, "name": "_dbt_source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.stg_jira__sprint_tmp"}, "model.jira.stg_jira__status": {"metadata": {"type": "VIEW", "schema": "public_jira_dev", "name": "stg_jira__status", "database": "postgres", "comment": "Table of project-level statuses (which may have the same umbrella `status_category`).", "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": "Identifies the record's source."}, "status_description": {"type": "text", "index": 2, "name": "status_description", "comment": "Description of the project status. Different projects may all have a status called \"Backlog\", but their definitions of \"backlog\" may differ.\n"}, "status_id": {"type": "integer", "index": 3, "name": "status_id", "comment": "Unique ID of the project status."}, "status_name": {"type": "text", "index": 4, "name": "status_name", "comment": "Title of the status."}, "status_category_id": {"type": "integer", "index": 5, "name": "status_category_id", "comment": "Foreign key referencing the ID of the `status_category` that this project status falls under."}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 6, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.stg_jira__status"}, "model.jira.stg_jira__status_category": {"metadata": {"type": "VIEW", "schema": "public_jira_dev", "name": "stg_jira__status_category", "database": "postgres", "comment": "Table of umbrella status categories.", "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": "Identifies the record's source."}, "status_category_id": {"type": "integer", "index": 2, "name": "status_category_id", "comment": "Unique ID of the status category."}, "status_category_name": {"type": "text", "index": 3, "name": "status_category_name", "comment": "Title of the status category."}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.stg_jira__status_category"}, "model.jira.stg_jira__status_category_tmp": {"metadata": {"type": "VIEW", "schema": "public_jira_dev", "name": "stg_jira__status_category_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "name": {"type": "text", "index": 3, "name": "name", "comment": null}, "_dbt_source_relation": {"type": "text", "index": 4, "name": "_dbt_source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.stg_jira__status_category_tmp"}, "model.jira.stg_jira__status_tmp": {"metadata": {"type": "VIEW", "schema": "public_jira_dev", "name": "stg_jira__status_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "text", "index": 3, "name": "description", "comment": null}, "name": {"type": "text", "index": 4, "name": "name", "comment": null}, "status_category_id": {"type": "integer", "index": 5, "name": "status_category_id", "comment": null}, "_dbt_source_relation": {"type": "text", "index": 6, "name": "_dbt_source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.stg_jira__status_tmp"}, "model.jira.stg_jira__team": {"metadata": {"type": "VIEW", "schema": "public_jira_dev", "name": "stg_jira__team", "database": "postgres", "comment": "Table of teams associated with your organization.", "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": "Identifies the record's source."}, "team_id": {"type": "text", "index": 2, "name": "team_id", "comment": "Unique ID of the team."}, "is_shared_team": {"type": "boolean", "index": 3, "name": "is_shared_team", "comment": "Boolean that is true if the team is shared with other teams in your organization."}, "is_visible_team": {"type": "boolean", "index": 4, "name": "is_visible_team", "comment": "Boolean that is true if the team is visible to all users in your organization."}, "team_name": {"type": "text", "index": 5, "name": "team_name", "comment": "Name of the team."}, "team_title": {"type": "text", "index": 6, "name": "team_title", "comment": "Longer, more descriptive name of the team."}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 7, "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.jira.stg_jira__team"}, "model.jira.stg_jira__team_tmp": {"metadata": {"type": "VIEW", "schema": "public_jira_dev", "name": "stg_jira__team_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "is_shared": {"type": "boolean", "index": 2, "name": "is_shared", "comment": null}, "is_visible": {"type": "boolean", "index": 3, "name": "is_visible", "comment": null}, "name": {"type": "text", "index": 4, "name": "name", "comment": null}, "title": {"type": "text", "index": 5, "name": "title", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 6, "name": "_fivetran_synced", "comment": null}, "_dbt_source_relation": {"type": "text", "index": 7, "name": "_dbt_source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.stg_jira__team_tmp"}, "model.jira.stg_jira__user": {"metadata": {"type": "VIEW", "schema": "public_jira_dev", "name": "stg_jira__user", "database": "postgres", "comment": "Table of users associated with your organization.", "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": "Identifies the record's source."}, "email": {"type": "integer", "index": 2, "name": "email", "comment": "Email associated with the user account."}, "user_id": {"type": "text", "index": 3, "name": "user_id", "comment": "Unique ID of the user."}, "locale": {"type": "text", "index": 4, "name": "locale", "comment": "The Java locale of the user."}, "user_display_name": {"type": "text", "index": 5, "name": "user_display_name", "comment": "Name of the user as it appears in the UI."}, "time_zone": {"type": "text", "index": 6, "name": "time_zone", "comment": "The user's timezone, as defined in their settings."}, "username": {"type": "integer", "index": 7, "name": "username", "comment": "Account username."}, "is_active": {"type": "boolean", "index": 8, "name": "is_active", "comment": "Boolean showing whether this issue field is currently active."}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 9, "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.jira.stg_jira__user"}, "model.jira.stg_jira__user_tmp": {"metadata": {"type": "VIEW", "schema": "public_jira_dev", "name": "stg_jira__user_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "email": {"type": "integer", "index": 3, "name": "email", "comment": null}, "locale": {"type": "text", "index": 4, "name": "locale", "comment": null}, "name": {"type": "text", "index": 5, "name": "name", "comment": null}, "time_zone": {"type": "text", "index": 6, "name": "time_zone", "comment": null}, "username": {"type": "integer", "index": 7, "name": "username", "comment": null}, "is_active": {"type": "boolean", "index": 8, "name": "is_active", "comment": null}, "_dbt_source_relation": {"type": "text", "index": 9, "name": "_dbt_source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.stg_jira__user_tmp"}, "model.jira.stg_jira__version": {"metadata": {"type": "VIEW", "schema": "public_jira_dev", "name": "stg_jira__version", "database": "postgres", "comment": "Table of project versions in your organization.", "owner": "postgres"}, "columns": {"source_relation": {"type": "text", "index": 1, "name": "source_relation", "comment": "Identifies the record's source."}, "is_archived": {"type": "boolean", "index": 2, "name": "is_archived", "comment": "Boolean that is true if the project version has been archived."}, "description": {"type": "text", "index": 3, "name": "description", "comment": "The optional description given to the version."}, "version_id": {"type": "integer", "index": 4, "name": "version_id", "comment": "Unique ID of the version."}, "version_name": {"type": "text", "index": 5, "name": "version_name", "comment": "Unique name of the version."}, "is_overdue": {"type": "boolean", "index": 6, "name": "is_overdue", "comment": "Boolean that is true if the version is past its optional release date, false if it is not or if it does not have a due date."}, "project_id": {"type": "integer", "index": 7, "name": "project_id", "comment": "Foreign key referencing the `PROJECT` to which this version is attached."}, "release_date": {"type": "timestamp without time zone", "index": 8, "name": "release_date", "comment": "The optional release date of the version. Expressed in ISO 8601 format (yyyy-mm-dd)."}, "is_released": {"type": "boolean", "index": 9, "name": "is_released", "comment": "Boolean that is true if the version has been released. If the version is released a request to release again is ignored"}, "start_date": {"type": "timestamp without time zone", "index": 10, "name": "start_date", "comment": "The start date of the version. Expressed in ISO 8601 format (yyyy-mm-dd)."}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.stg_jira__version"}, "model.jira.stg_jira__version_tmp": {"metadata": {"type": "VIEW", "schema": "public_jira_dev", "name": "stg_jira__version_tmp", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "archived": {"type": "boolean", "index": 3, "name": "archived", "comment": null}, "description": {"type": "text", "index": 4, "name": "description", "comment": null}, "name": {"type": "text", "index": 5, "name": "name", "comment": null}, "overdue": {"type": "boolean", "index": 6, "name": "overdue", "comment": null}, "project_id": {"type": "integer", "index": 7, "name": "project_id", "comment": null}, "release_date": {"type": "date", "index": 8, "name": "release_date", "comment": null}, "released": {"type": "boolean", "index": 9, "name": "released", "comment": null}, "start_date": {"type": "date", "index": 10, "name": "start_date", "comment": null}, "_dbt_source_relation": {"type": "text", "index": 11, "name": "_dbt_source_relation", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.jira.stg_jira__version_tmp"}}, "sources": {"source.jira.jira.comment": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "comment", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "author_id": {"type": "text", "index": 3, "name": "author_id", "comment": null}, "body": {"type": "text", "index": 4, "name": "body", "comment": null}, "created": {"type": "timestamp without time zone", "index": 5, "name": "created", "comment": null}, "is_public": {"type": "boolean", "index": 6, "name": "is_public", "comment": null}, "issue_id": {"type": "bigint", "index": 7, "name": "issue_id", "comment": null}, "update_author_id": {"type": "text", "index": 8, "name": "update_author_id", "comment": null}, "updated": {"type": "timestamp without time zone", "index": 9, "name": "updated", "comment": null}}, "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.jira.jira.comment"}, "source.jira.jira.component": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "component", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "integer", "index": 3, "name": "description", "comment": null}, "name": {"type": "text", "index": 4, "name": "name", "comment": null}, "project_id": {"type": "bigint", "index": 5, "name": "project_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.jira.jira.component"}, "source.jira.jira.field": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "field", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "character varying", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "is_array": {"type": "boolean", "index": 3, "name": "is_array", "comment": null}, "is_custom": {"type": "boolean", "index": 4, "name": "is_custom", "comment": null}, "name": {"type": "text", "index": 5, "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.jira.jira.field"}, "source.jira.jira.field_option": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "field_option", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "name": {"type": "text", "index": 3, "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.jira.jira.field_option"}, "source.jira.jira.issue": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "issue", "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}, "_original_estimate": {"type": "integer", "index": 4, "name": "_original_estimate", "comment": null}, "_remaining_estimate": {"type": "integer", "index": 5, "name": "_remaining_estimate", "comment": null}, "_time_spent": {"type": "integer", "index": 6, "name": "_time_spent", "comment": null}, "assignee": {"type": "character varying", "index": 7, "name": "assignee", "comment": null}, "created": {"type": "timestamp without time zone", "index": 8, "name": "created", "comment": null}, "creator": {"type": "text", "index": 9, "name": "creator", "comment": null}, "description": {"type": "text", "index": 10, "name": "description", "comment": null}, "due_date": {"type": "integer", "index": 11, "name": "due_date", "comment": null}, "environment": {"type": "integer", "index": 12, "name": "environment", "comment": null}, "issue_type": {"type": "integer", "index": 13, "name": "issue_type", "comment": null}, "key": {"type": "text", "index": 14, "name": "key", "comment": null}, "last_viewed": {"type": "timestamp without time zone", "index": 15, "name": "last_viewed", "comment": null}, "original_estimate": {"type": "integer", "index": 16, "name": "original_estimate", "comment": null}, "parent_id": {"type": "integer", "index": 17, "name": "parent_id", "comment": null}, "priority": {"type": "integer", "index": 18, "name": "priority", "comment": null}, "project": {"type": "integer", "index": 19, "name": "project", "comment": null}, "remaining_estimate": {"type": "integer", "index": 20, "name": "remaining_estimate", "comment": null}, "reporter": {"type": "text", "index": 21, "name": "reporter", "comment": null}, "resolution": {"type": "integer", "index": 22, "name": "resolution", "comment": null}, "resolved": {"type": "timestamp without time zone", "index": 23, "name": "resolved", "comment": null}, "status": {"type": "integer", "index": 24, "name": "status", "comment": null}, "status_category_changed": {"type": "timestamp without time zone", "index": 25, "name": "status_category_changed", "comment": null}, "summary": {"type": "text", "index": 26, "name": "summary", "comment": null}, "time_spent": {"type": "integer", "index": 27, "name": "time_spent", "comment": null}, "updated": {"type": "timestamp without time zone", "index": 28, "name": "updated", "comment": null}, "work_ratio": {"type": "double precision", "index": 29, "name": "work_ratio", "comment": null}, "work_type": {"type": "integer", "index": 30, "name": "work_type", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.jira.jira.issue"}, "source.jira.jira.issue_field_history": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "issue_field_history", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"field_id": {"type": "text", "index": 1, "name": "field_id", "comment": null}, "issue_id": {"type": "bigint", "index": 2, "name": "issue_id", "comment": null}, "time": {"type": "timestamp without time zone", "index": 3, "name": "time", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 4, "name": "_fivetran_synced", "comment": null}, "value": {"type": "character varying", "index": 5, "name": "value", "comment": null}, "is_active": {"type": "boolean", "index": 6, "name": "is_active", "comment": null}, "author_id": {"type": "text", "index": 7, "name": "author_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.jira.jira.issue_field_history"}, "source.jira.jira.issue_link": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "issue_link", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"issue_id": {"type": "integer", "index": 1, "name": "issue_id", "comment": null}, "related_issue_id": {"type": "integer", "index": 2, "name": "related_issue_id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "relationship": {"type": "text", "index": 4, "name": "relationship", "comment": null}}, "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.jira.jira.issue_link"}, "source.jira.jira.issue_multiselect_history": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "issue_multiselect_history", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"_fivetran_id": {"type": "text", "index": 1, "name": "_fivetran_id", "comment": null}, "time": {"type": "timestamp without time zone", "index": 2, "name": "time", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 3, "name": "_fivetran_synced", "comment": null}, "field_id": {"type": "text", "index": 4, "name": "field_id", "comment": null}, "issue_id": {"type": "bigint", "index": 5, "name": "issue_id", "comment": null}, "value": {"type": "character varying", "index": 6, "name": "value", "comment": null}, "author_id": {"type": "text", "index": 7, "name": "author_id", "comment": null}, "is_active": {"type": "boolean", "index": 8, "name": "is_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.jira.jira.issue_multiselect_history"}, "source.jira.jira.issue_type": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "issue_type", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "text", "index": 3, "name": "description", "comment": null}, "name": {"type": "text", "index": 4, "name": "name", "comment": null}, "subtask": {"type": "boolean", "index": 5, "name": "subtask", "comment": null}}, "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.jira.jira.issue_type"}, "source.jira.jira.priority": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "priority", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "text", "index": 3, "name": "description", "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.jira.jira.priority"}, "source.jira.jira.project": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "project", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "integer", "index": 3, "name": "description", "comment": null}, "key": {"type": "text", "index": 4, "name": "key", "comment": null}, "lead_id": {"type": "text", "index": 5, "name": "lead_id", "comment": null}, "name": {"type": "text", "index": 6, "name": "name", "comment": null}, "permission_scheme_id": {"type": "integer", "index": 7, "name": "permission_scheme_id", "comment": null}, "project_category_id": {"type": "integer", "index": 8, "name": "project_category_id", "comment": null}, "project_type_key": {"type": "text", "index": 9, "name": "project_type_key", "comment": null}}, "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.jira.jira.project"}, "source.jira.jira.resolution": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "resolution", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "text", "index": 3, "name": "description", "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.jira.jira.resolution"}, "source.jira.jira.sprint": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "sprint", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "bigint", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "_fivetran_deleted": {"type": "boolean", "index": 3, "name": "_fivetran_deleted", "comment": null}, "board_id": {"type": "integer", "index": 4, "name": "board_id", "comment": null}, "complete_date": {"type": "timestamp without time zone", "index": 5, "name": "complete_date", "comment": null}, "end_date": {"type": "timestamp without time zone", "index": 6, "name": "end_date", "comment": null}, "name": {"type": "text", "index": 7, "name": "name", "comment": null}, "start_date": {"type": "timestamp without time zone", "index": 8, "name": "start_date", "comment": null}}, "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.jira.jira.sprint"}, "source.jira.jira.status": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "status", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "description": {"type": "text", "index": 3, "name": "description", "comment": null}, "name": {"type": "text", "index": 4, "name": "name", "comment": null}, "status_category_id": {"type": "integer", "index": 5, "name": "status_category_id", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.jira.jira.status"}, "source.jira.jira.status_category": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "status_category", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "name": {"type": "text", "index": 3, "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.jira.jira.status_category"}, "source.jira.jira.team": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "team", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "is_shared": {"type": "boolean", "index": 2, "name": "is_shared", "comment": null}, "is_visible": {"type": "boolean", "index": 3, "name": "is_visible", "comment": null}, "name": {"type": "text", "index": 4, "name": "name", "comment": null}, "title": {"type": "text", "index": 5, "name": "title", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 6, "name": "_fivetran_synced", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.jira.jira.team"}, "source.jira.jira.user": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "user", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "text", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "email": {"type": "integer", "index": 3, "name": "email", "comment": null}, "locale": {"type": "text", "index": 4, "name": "locale", "comment": null}, "name": {"type": "text", "index": 5, "name": "name", "comment": null}, "time_zone": {"type": "text", "index": 6, "name": "time_zone", "comment": null}, "username": {"type": "integer", "index": 7, "name": "username", "comment": null}, "is_active": {"type": "boolean", "index": 8, "name": "is_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.jira.jira.user"}, "source.jira.jira.version": {"metadata": {"type": "BASE TABLE", "schema": "public", "name": "version", "database": "postgres", "comment": null, "owner": "postgres"}, "columns": {"id": {"type": "integer", "index": 1, "name": "id", "comment": null}, "_fivetran_synced": {"type": "timestamp without time zone", "index": 2, "name": "_fivetran_synced", "comment": null}, "archived": {"type": "boolean", "index": 3, "name": "archived", "comment": null}, "description": {"type": "text", "index": 4, "name": "description", "comment": null}, "name": {"type": "text", "index": 5, "name": "name", "comment": null}, "overdue": {"type": "boolean", "index": 6, "name": "overdue", "comment": null}, "project_id": {"type": "integer", "index": 7, "name": "project_id", "comment": null}, "release_date": {"type": "date", "index": 8, "name": "release_date", "comment": null}, "released": {"type": "boolean", "index": 9, "name": "released", "comment": null}, "start_date": {"type": "date", "index": 10, "name": "start_date", "comment": null}}, "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.jira.jira.version"}}, "errors": null} \ No newline at end of file diff --git a/docs/manifest.json b/docs/manifest.json index e9f06939..e2775e0f 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.11.8", "generated_at": "2026-05-05T18:58:41.534739Z", "invocation_id": "5159ae53-97da-419c-8ec3-d7fb61a8dc2a", "invocation_started_at": "2026-05-05T18:58:30.006860+00:00", "env": {}, "project_name": "jira_integration_tests", "project_id": "5f759e264a5963f1044a1500d3c2f166", "user_id": null, "send_anonymous_usage_stats": false, "adapter_type": "postgres", "quoting": {"database": true, "schema": true, "identifier": true, "column": null}, "run_started_at": "2026-05-05T18:58:30.007105+00:00"}, "nodes": {"seed.jira_integration_tests.project_board": {"database": "postgres", "schema": "public", "name": "project_board", "resource_type": "seed", "package_name": "jira_integration_tests", "path": "project_board.csv", "original_file_path": "seeds/project_board.csv", "unique_id": "seed.jira_integration_tests.project_board", "fqn": ["jira_integration_tests", "project_board"], "alias": "project_board", "checksum": {"name": "sha256", "checksum": "bcbdbd043112e24554554ccc7203522657dc21fde3882f34f946384d05cbbd63"}, "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"}, "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": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": false, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"docs": {"show": false}, "column_types": {"_fivetran_synced": "timestamp"}}, "created_at": 1778007512.2629502, "relation_name": "\"postgres\".\"public\".\"project_board\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_jira/dbt_jira/integration_tests", "depends_on": {"macros": []}}, "seed.jira_integration_tests.user_group": {"database": "postgres", "schema": "public", "name": "user_group", "resource_type": "seed", "package_name": "jira_integration_tests", "path": "user_group.csv", "original_file_path": "seeds/user_group.csv", "unique_id": "seed.jira_integration_tests.user_group", "fqn": ["jira_integration_tests", "user_group"], "alias": "user_group", "checksum": {"name": "sha256", "checksum": "7fd3cb7309fa49d028293f7f3c8c4f0eb205d0a290db961630238c0fb575b97f"}, "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"}, "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": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": false, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"docs": {"show": false}, "column_types": {"_fivetran_synced": "timestamp"}}, "created_at": 1778007512.2697468, "relation_name": "\"postgres\".\"public\".\"user_group\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_jira/dbt_jira/integration_tests", "depends_on": {"macros": []}}, "seed.jira_integration_tests.version": {"database": "postgres", "schema": "public", "name": "version", "resource_type": "seed", "package_name": "jira_integration_tests", "path": "version.csv", "original_file_path": "seeds/version.csv", "unique_id": "seed.jira_integration_tests.version", "fqn": ["jira_integration_tests", "version"], "alias": "version", "checksum": {"name": "sha256", "checksum": "9d4a930396e2d9bef0d8ddfe95be3d37fa0d9d6d4da794ea3c8db3033803f1d5"}, "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"}, "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": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": false, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"docs": {"show": false}, "column_types": {"_fivetran_synced": "timestamp"}}, "created_at": 1778007512.2725813, "relation_name": "\"postgres\".\"public\".\"version\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_jira/dbt_jira/integration_tests", "depends_on": {"macros": []}}, "seed.jira_integration_tests.resolution": {"database": "postgres", "schema": "public", "name": "resolution", "resource_type": "seed", "package_name": "jira_integration_tests", "path": "resolution.csv", "original_file_path": "seeds/resolution.csv", "unique_id": "seed.jira_integration_tests.resolution", "fqn": ["jira_integration_tests", "resolution"], "alias": "resolution", "checksum": {"name": "sha256", "checksum": "86c776b9cdb4865f4e446010c04dea71cfd63de917fb14cff8237b707c493600"}, "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"}, "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": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": false, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"docs": {"show": false}, "column_types": {"_fivetran_synced": "timestamp"}}, "created_at": 1778007512.2753377, "relation_name": "\"postgres\".\"public\".\"resolution\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_jira/dbt_jira/integration_tests", "depends_on": {"macros": []}}, "seed.jira_integration_tests.priority": {"database": "postgres", "schema": "public", "name": "priority", "resource_type": "seed", "package_name": "jira_integration_tests", "path": "priority.csv", "original_file_path": "seeds/priority.csv", "unique_id": "seed.jira_integration_tests.priority", "fqn": ["jira_integration_tests", "priority"], "alias": "priority", "checksum": {"name": "sha256", "checksum": "b19c19420674ce84b71591bfab9aedd574d9c2626a49e27d68b307b16cff9832"}, "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"}, "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": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": false, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"docs": {"show": false}, "column_types": {"_fivetran_synced": "timestamp"}}, "created_at": 1778007512.27837, "relation_name": "\"postgres\".\"public\".\"priority\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_jira/dbt_jira/integration_tests", "depends_on": {"macros": []}}, "seed.jira_integration_tests.user": {"database": "postgres", "schema": "public", "name": "user", "resource_type": "seed", "package_name": "jira_integration_tests", "path": "user.csv", "original_file_path": "seeds/user.csv", "unique_id": "seed.jira_integration_tests.user", "fqn": ["jira_integration_tests", "user"], "alias": "user", "checksum": {"name": "sha256", "checksum": "ac5312b09fc6c808bb5056c51ad229d60c18e69058a476bee1af6ff656ce4784"}, "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"}, "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": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": false, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"docs": {"show": false}, "column_types": {"_fivetran_synced": "timestamp"}}, "created_at": 1778007512.2812366, "relation_name": "\"postgres\".\"public\".\"user\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_jira/dbt_jira/integration_tests", "depends_on": {"macros": []}}, "seed.jira_integration_tests.issue_link": {"database": "postgres", "schema": "public", "name": "issue_link", "resource_type": "seed", "package_name": "jira_integration_tests", "path": "issue_link.csv", "original_file_path": "seeds/issue_link.csv", "unique_id": "seed.jira_integration_tests.issue_link", "fqn": ["jira_integration_tests", "issue_link"], "alias": "issue_link", "checksum": {"name": "sha256", "checksum": "312367c7b35868eceb3a002ba6b94c5cecbfe639dc0ca20da132ee8bf813ef36"}, "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"}, "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": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": false, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"docs": {"show": false}, "column_types": {"_fivetran_synced": "timestamp"}}, "created_at": 1778007512.2840116, "relation_name": "\"postgres\".\"public\".\"issue_link\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_jira/dbt_jira/integration_tests", "depends_on": {"macros": []}}, "seed.jira_integration_tests.issue": {"database": "postgres", "schema": "public", "name": "issue", "resource_type": "seed", "package_name": "jira_integration_tests", "path": "issue.csv", "original_file_path": "seeds/issue.csv", "unique_id": "seed.jira_integration_tests.issue", "fqn": ["jira_integration_tests", "issue"], "alias": "issue", "checksum": {"name": "sha256", "checksum": "7c7d243d8a6833766975a2429119f621d071df49e63c499a7dfd69ac4c182641"}, "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": "timestamp", "work_ratio": "float", "resolved": "timestamp", "updated": "timestamp", "assignee": "varchar"}, "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": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": false, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"docs": {"show": false}, "column_types": {"id": "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}", "created": "timestamp", "work_ratio": "float", "resolved": "timestamp", "updated": "timestamp", "assignee": "{{ 'string' if target.type in ('bigquery', 'spark', 'databricks', 'databricks-sql') else 'varchar' }}"}}, "created_at": 1778007512.2868876, "relation_name": "\"postgres\".\"public\".\"issue\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_jira/dbt_jira/integration_tests", "depends_on": {"macros": []}}, "seed.jira_integration_tests.issue_multiselect_history": {"database": "postgres", "schema": "public", "name": "issue_multiselect_history", "resource_type": "seed", "package_name": "jira_integration_tests", "path": "issue_multiselect_history.csv", "original_file_path": "seeds/issue_multiselect_history.csv", "unique_id": "seed.jira_integration_tests.issue_multiselect_history", "fqn": ["jira_integration_tests", "issue_multiselect_history"], "alias": "issue_multiselect_history", "checksum": {"name": "sha256", "checksum": "0e3a48dfc31e4d04714b90164f919b80f9ca99769d4b654912afb456f6365c9d"}, "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", "time": "timestamp", "issue_id": "bigint", "value": "varchar"}, "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": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": false, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"docs": {"show": false}, "column_types": {"time": "timestamp", "issue_id": "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}", "value": "{{ 'string' if target.type in ('bigquery', 'spark', 'databricks', 'databricks-sql') else 'varchar' }}"}}, "created_at": 1778007512.2899408, "relation_name": "\"postgres\".\"public\".\"issue_multiselect_history\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_jira/dbt_jira/integration_tests", "depends_on": {"macros": []}}, "seed.jira_integration_tests.field_option": {"database": "postgres", "schema": "public", "name": "field_option", "resource_type": "seed", "package_name": "jira_integration_tests", "path": "field_option.csv", "original_file_path": "seeds/field_option.csv", "unique_id": "seed.jira_integration_tests.field_option", "fqn": ["jira_integration_tests", "field_option"], "alias": "field_option", "checksum": {"name": "sha256", "checksum": "244566dcb2b76ecb13c849a94dfcc4f90f81ebb18ec7035b133ab110f6bebe5e"}, "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": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": false, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"docs": {"show": false}, "column_types": {"id": "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"}}, "created_at": 1778007512.2928276, "relation_name": "\"postgres\".\"public\".\"field_option\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_jira/dbt_jira/integration_tests", "depends_on": {"macros": []}}, "seed.jira_integration_tests.sprint": {"database": "postgres", "schema": "public", "name": "sprint", "resource_type": "seed", "package_name": "jira_integration_tests", "path": "sprint.csv", "original_file_path": "seeds/sprint.csv", "unique_id": "seed.jira_integration_tests.sprint", "fqn": ["jira_integration_tests", "sprint"], "alias": "sprint", "checksum": {"name": "sha256", "checksum": "737f04d22d305070e3d2f91f61ade88b7c6b7db9870b8eaf16dc78ebb902b6c9"}, "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", "complete_date": "timestamp", "end_date": "timestamp", "start_date": "timestamp"}, "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": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": false, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"docs": {"show": false}, "column_types": {"id": "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}", "complete_date": "timestamp", "end_date": "timestamp", "start_date": "timestamp"}}, "created_at": 1778007512.295711, "relation_name": "\"postgres\".\"public\".\"sprint\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_jira/dbt_jira/integration_tests", "depends_on": {"macros": []}}, "seed.jira_integration_tests.epic": {"database": "postgres", "schema": "public", "name": "epic", "resource_type": "seed", "package_name": "jira_integration_tests", "path": "epic.csv", "original_file_path": "seeds/epic.csv", "unique_id": "seed.jira_integration_tests.epic", "fqn": ["jira_integration_tests", "epic"], "alias": "epic", "checksum": {"name": "sha256", "checksum": "1ead0f0e22b5ec22e64a1d66ef3168474b40bfc36d1b1f4620a508a2c3df5ecc"}, "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": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": false, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"docs": {"show": false}, "column_types": {"id": "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"}}, "created_at": 1778007512.2985632, "relation_name": "\"postgres\".\"public\".\"epic\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_jira/dbt_jira/integration_tests", "depends_on": {"macros": []}}, "seed.jira_integration_tests.comment": {"database": "postgres", "schema": "public", "name": "comment", "resource_type": "seed", "package_name": "jira_integration_tests", "path": "comment.csv", "original_file_path": "seeds/comment.csv", "unique_id": "seed.jira_integration_tests.comment", "fqn": ["jira_integration_tests", "comment"], "alias": "comment", "checksum": {"name": "sha256", "checksum": "0f77161469f0cecbe2980bf2489035f452f61954dac84c68372e23b359b4bf08"}, "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": "timestamp", "issue_id": "bigint", "updated": "timestamp"}, "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": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": false, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"docs": {"show": false}, "column_types": {"id": "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}", "created": "timestamp", "issue_id": "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}", "updated": "timestamp"}}, "created_at": 1778007512.3015432, "relation_name": "\"postgres\".\"public\".\"comment\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_jira/dbt_jira/integration_tests", "depends_on": {"macros": []}}, "seed.jira_integration_tests.issue_type": {"database": "postgres", "schema": "public", "name": "issue_type", "resource_type": "seed", "package_name": "jira_integration_tests", "path": "issue_type.csv", "original_file_path": "seeds/issue_type.csv", "unique_id": "seed.jira_integration_tests.issue_type", "fqn": ["jira_integration_tests", "issue_type"], "alias": "issue_type", "checksum": {"name": "sha256", "checksum": "9344e04a1519453df3001300b845a3febed8ec3c6adb9dc4a57be4695abfe24a"}, "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"}, "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": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": false, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"docs": {"show": false}, "column_types": {"_fivetran_synced": "timestamp"}}, "created_at": 1778007512.304402, "relation_name": "\"postgres\".\"public\".\"issue_type\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_jira/dbt_jira/integration_tests", "depends_on": {"macros": []}}, "seed.jira_integration_tests.component": {"database": "postgres", "schema": "public", "name": "component", "resource_type": "seed", "package_name": "jira_integration_tests", "path": "component.csv", "original_file_path": "seeds/component.csv", "unique_id": "seed.jira_integration_tests.component", "fqn": ["jira_integration_tests", "component"], "alias": "component", "checksum": {"name": "sha256", "checksum": "31d1c1e8028eb23e7d394de3280fca30c98405d19a73d7e13f5f66f3859c1d7b"}, "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", "project_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": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": false, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"docs": {"show": false}, "column_types": {"id": "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}", "project_id": "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"}}, "created_at": 1778007512.3072379, "relation_name": "\"postgres\".\"public\".\"component\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_jira/dbt_jira/integration_tests", "depends_on": {"macros": []}}, "seed.jira_integration_tests.field": {"database": "postgres", "schema": "public", "name": "field", "resource_type": "seed", "package_name": "jira_integration_tests", "path": "field.csv", "original_file_path": "seeds/field.csv", "unique_id": "seed.jira_integration_tests.field", "fqn": ["jira_integration_tests", "field"], "alias": "field", "checksum": {"name": "sha256", "checksum": "d0a78b218a173ecbed5b45295947370c1e81b94f5e37b7e31de28abe07639330"}, "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"}, "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": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": false, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"docs": {"show": false}, "column_types": {"id": "{{ 'string' if target.type in ('bigquery', 'spark', 'databricks', 'databricks-sql') else 'varchar' }}"}}, "created_at": 1778007512.3100953, "relation_name": "\"postgres\".\"public\".\"field\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_jira/dbt_jira/integration_tests", "depends_on": {"macros": []}}, "seed.jira_integration_tests.project": {"database": "postgres", "schema": "public", "name": "project", "resource_type": "seed", "package_name": "jira_integration_tests", "path": "project.csv", "original_file_path": "seeds/project.csv", "unique_id": "seed.jira_integration_tests.project", "fqn": ["jira_integration_tests", "project"], "alias": "project", "checksum": {"name": "sha256", "checksum": "775af5e807b5cd3c6f1e3f675747350d5b168d7139268f4d8c3a054971443365"}, "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"}, "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": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": false, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"docs": {"show": false}, "column_types": {"_fivetran_synced": "timestamp"}}, "created_at": 1778007512.3128862, "relation_name": "\"postgres\".\"public\".\"project\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_jira/dbt_jira/integration_tests", "depends_on": {"macros": []}}, "seed.jira_integration_tests.project_category": {"database": "postgres", "schema": "public", "name": "project_category", "resource_type": "seed", "package_name": "jira_integration_tests", "path": "project_category.csv", "original_file_path": "seeds/project_category.csv", "unique_id": "seed.jira_integration_tests.project_category", "fqn": ["jira_integration_tests", "project_category"], "alias": "project_category", "checksum": {"name": "sha256", "checksum": "815d04bd97ee55374555b17b08ecf47b6a16b095893071b61d57947418019e51"}, "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"}, "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": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": false, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"docs": {"show": false}, "column_types": {"_fivetran_synced": "timestamp"}}, "created_at": 1778007512.3157313, "relation_name": "\"postgres\".\"public\".\"project_category\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_jira/dbt_jira/integration_tests", "depends_on": {"macros": []}}, "seed.jira_integration_tests.team": {"database": "postgres", "schema": "public", "name": "team", "resource_type": "seed", "package_name": "jira_integration_tests", "path": "team.csv", "original_file_path": "seeds/team.csv", "unique_id": "seed.jira_integration_tests.team", "fqn": ["jira_integration_tests", "team"], "alias": "team", "checksum": {"name": "sha256", "checksum": "4d734c92a534899d575b18ae3140a46f1df21dd3658fbc70ce214a648b4c420f"}, "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"}, "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": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": false, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"docs": {"show": false}, "column_types": {"_fivetran_synced": "timestamp"}}, "created_at": 1778007512.318477, "relation_name": "\"postgres\".\"public\".\"team\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_jira/dbt_jira/integration_tests", "depends_on": {"macros": []}}, "seed.jira_integration_tests.status_category": {"database": "postgres", "schema": "public", "name": "status_category", "resource_type": "seed", "package_name": "jira_integration_tests", "path": "status_category.csv", "original_file_path": "seeds/status_category.csv", "unique_id": "seed.jira_integration_tests.status_category", "fqn": ["jira_integration_tests", "status_category"], "alias": "status_category", "checksum": {"name": "sha256", "checksum": "a51b50ed4dfe4e40dc90ec2eef680d51fe14af805a63f369f9521a9ca3fed9fd"}, "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"}, "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": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": false, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"docs": {"show": false}, "column_types": {"_fivetran_synced": "timestamp"}}, "created_at": 1778007512.321546, "relation_name": "\"postgres\".\"public\".\"status_category\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_jira/dbt_jira/integration_tests", "depends_on": {"macros": []}}, "seed.jira_integration_tests.issue_field_history": {"database": "postgres", "schema": "public", "name": "issue_field_history", "resource_type": "seed", "package_name": "jira_integration_tests", "path": "issue_field_history.csv", "original_file_path": "seeds/issue_field_history.csv", "unique_id": "seed.jira_integration_tests.issue_field_history", "fqn": ["jira_integration_tests", "issue_field_history"], "alias": "issue_field_history", "checksum": {"name": "sha256", "checksum": "02948039cb803b942046c80e385098183924aa3c6333bac16170233df6a87166"}, "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", "time": "timestamp", "issue_id": "bigint", "value": "varchar"}, "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": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": false, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"docs": {"show": false}, "column_types": {"time": "timestamp", "issue_id": "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}", "value": "{{ 'string' if target.type in ('bigquery', 'spark', 'databricks', 'databricks-sql') else 'varchar' }}"}}, "created_at": 1778007512.3244348, "relation_name": "\"postgres\".\"public\".\"issue_field_history\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_jira/dbt_jira/integration_tests", "depends_on": {"macros": []}}, "seed.jira_integration_tests.status": {"database": "postgres", "schema": "public", "name": "status", "resource_type": "seed", "package_name": "jira_integration_tests", "path": "status.csv", "original_file_path": "seeds/status.csv", "unique_id": "seed.jira_integration_tests.status", "fqn": ["jira_integration_tests", "status"], "alias": "status", "checksum": {"name": "sha256", "checksum": "8151fe8575891a3f2b4dde0458a53bc2955d011e755d0e7e81e95110e36d324b"}, "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"}, "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": null}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": false, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"docs": {"show": false}, "column_types": {"_fivetran_synced": "timestamp"}}, "created_at": 1778007512.3273563, "relation_name": "\"postgres\".\"public\".\"status\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_jira/dbt_jira/integration_tests", "depends_on": {"macros": []}}, "model.jira.jira__timestamp_issue_field_history": {"database": "postgres", "schema": "public_jira", "name": "jira__timestamp_issue_field_history", "resource_type": "model", "package_name": "jira", "path": "jira__timestamp_issue_field_history.sql", "original_file_path": "models/jira__timestamp_issue_field_history.sql", "unique_id": "model.jira.jira__timestamp_issue_field_history", "fqn": ["jira", "jira__timestamp_issue_field_history"], "alias": "jira__timestamp_issue_field_history", "checksum": {"name": "sha256", "checksum": "b8929583d335d93846e5dbc5a24d2c4a61e20325eba06aeb96c370cd50501e7d"}, "config": {"enabled": true, "alias": null, "schema": "jira", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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 time period when an issue had specific field values. This is an SCD Type 2 table that tracks field changes at the timestamp level, showing the complete field state during each validity period. Each record contains valid_from/valid_until timestamps and an is_current_record flag.\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.jira.source_relation"]}, "valid_from": {"name": "valid_from", "description": "Timestamp when this field state became effective.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "valid_until": {"name": "valid_until", "description": "Timestamp when this field state ended (next change or current time).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "updated_at_week": {"name": "updated_at_week", "description": "The start date of the week corresponding to the update timestamp.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_id": {"name": "issue_id", "description": "Foreign key referencing the ID of the `issue` with these values.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "status_id": {"name": "status_id", "description": "The ID of the status that an issue has during this period.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "status": {"name": "status", "description": "The name of the status that an issue has during this period.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "status_category_name": {"name": "status_category_name", "description": "The category of the status (To Do, In Progress, Done).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sprint": {"name": "sprint", "description": "The ID of the sprint that an issue is slotted into during this period.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sprint_name": {"name": "sprint_name", "description": "The name of the sprint that an issue is slotted into during this period. (Returns no data when `jira_using_sprints` is disabled.)", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "author_id": {"name": "author_id", "description": "Foreign key referencing the ID of the `user` who made the field changes.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_current_record": {"name": "is_current_record", "description": "Boolean indicating if this is the current/active field state.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_timestamp_id": {"name": "issue_timestamp_id", "description": "Surrogate key hashed on `valid_from`, `issue_id`, and `source_relation`", "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": "jira://models/jira.yml", "build_path": null, "unrendered_config": {"materialized": "table", "schema": "{{ 'jira_integrations_tests_sqlw' if target.name == 'databricks-sql' else 'jira' }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1778007513.745807, "relation_name": "\"postgres\".\"public_jira\".\"jira__timestamp_issue_field_history\"", "raw_code": "{%- set custom_columns = [] -%}\n{%- set _issue_field_history_columns = var('issue_field_history_columns', []) | map('lower') | list -%}\n{%- set include_story_points = 'story points' in _issue_field_history_columns -%}\n{%- set include_story_point_estimate = 'story point estimate' in _issue_field_history_columns -%}\n{%- for col in var('issue_field_history_columns', []) -%}\n {%- set clean_col = dbt_utils.slugify(col) | replace(' ', '_') | lower -%}\n {%- if clean_col not in ['sprint', 'sprint_name', 'story_points', 'story_point_estimate'] -%}\n {%- do custom_columns.append(clean_col) -%}\n {%- endif -%}\n{%- endfor -%}\n\nwith timestamp_history_scd as (\n\n select *\n from {{ ref('int_jira__timestamp_field_history_scd') }}\n),\n\nstatuses as (\n\n select *\n from {{ ref('stg_jira__status') }}\n),\n\nstatus_categories as (\n\n select *\n from {{ ref('stg_jira__status_category') }}\n),\n\nissue_types as (\n\n select *\n from {{ ref('stg_jira__issue_type') }}\n),\n\n{% if var('jira_using_components', True) %}\ncomponents as (\n\n select *\n from {{ ref('stg_jira__component') }}\n),\n{% endif %}\n\nprojects as (\n\n select *\n from {{ ref('stg_jira__project') }}\n),\n\nusers as (\n\n select *\n from {{ ref('stg_jira__user') }}\n),\n\n{% if var('jira_using_teams', True) %}\nteams as (\n\n select *\n from {{ ref('stg_jira__team') }}\n),\n{% endif %}\n\nfield_option as (\n\n select *\n from {{ ref('stg_jira__field_option') }}\n),\n\ncreate_validity_periods as (\n -- Create SCD Type 2 validity periods using lead() window function\n select\n updated_at as valid_from,\n -- Next update becomes valid_until for this record\n lead(updated_at) over (\n partition by issue_id {{ jira.partition_by_source_relation() }}\n order by updated_at\n ) as valid_until,\n updated_at_week,\n issue_id,\n source_relation,\n status as status_id,\n author_id,\n sprint,\n sprint_name\n {% if include_story_points %}\n , story_points\n {% endif %}\n {% if include_story_point_estimate %}\n , story_point_estimate\n {% endif %}\n\n -- list of exception columns\n {% set exception_cols = ['issue_id', 'updated_at', 'updated_at_week', 'status', 'author_id', 'sprint', 'sprint_name', 'story_points', 'story_point_estimate', 'source_relation'] %}\n\n {% for col in custom_columns %}\n {% if col|lower not in exception_cols %}\n , {{ col }}\n {% endif %}\n {% endfor %}\n\n from timestamp_history_scd\n),\n\nfix_null_values as (\n\n select\n create_validity_periods.valid_from,\n coalesce(create_validity_periods.valid_until, {{ dbt.current_timestamp() }}) as valid_until,\n create_validity_periods.updated_at_week,\n create_validity_periods.issue_id,\n create_validity_periods.source_relation,\n create_validity_periods.status_id,\n statuses.status_name as status,\n status_categories.status_category_name,\n create_validity_periods.author_id,\n case when create_validity_periods.sprint = '-is_null' then null else create_validity_periods.sprint end as sprint,\n case when create_validity_periods.sprint_name = '-is_null' then null else create_validity_periods.sprint_name end as sprint_name\n {% if include_story_points %}\n , case when create_validity_periods.story_points = '-is_null' then null else create_validity_periods.story_points end as story_points\n {% endif %}\n {% if include_story_point_estimate %}\n , case when create_validity_periods.story_point_estimate = '-is_null' then null else create_validity_periods.story_point_estimate end as story_point_estimate\n {% endif %}\n\n -- list of exception columns\n {% set exception_cols = ['issue_id', 'issue_timestamp_id', 'updated_at', 'updated_at_week', 'status', 'author_id', 'components', 'project', 'assignee', 'team', 'sprint', 'sprint_name', 'story_points', 'story_point_estimate', 'source_relation'] %}\n\n {% for col in custom_columns %}\n {% if col|lower == 'components' and var('jira_using_components', True) %}\n , case when create_validity_periods.components = '-is_null' then null else create_validity_periods.components end as components\n\n {% elif col|lower == 'project' %}\n , case when create_validity_periods.project = '-is_null' then null else create_validity_periods.project end as project\n\n {% elif col|lower == 'assignee' %}\n , case when create_validity_periods.assignee = '-is_null' then null else create_validity_periods.assignee end as assignee\n\n {% elif col|lower == 'team' and var('jira_using_teams', True) %}\n , case when create_validity_periods.team = '-is_null' then null else create_validity_periods.team end as team\n\n {% elif col|lower not in exception_cols %}\n , case when create_validity_periods.{{ col }} = '-is_null' then null else create_validity_periods.{{ col }} end as {{ col }}\n\n {% endif %}\n {% endfor %}\n\n , case when create_validity_periods.valid_until is null then true else false end as is_current_record\n\n from create_validity_periods\n\n left join statuses\n on cast(statuses.status_id as {{ dbt.type_string() }}) = create_validity_periods.status_id\n and statuses.source_relation = create_validity_periods.source_relation\n\n left join status_categories\n on statuses.status_category_id = status_categories.status_category_id\n and statuses.source_relation = status_categories.source_relation\n),\n\nfinal as (\n -- Resolve field values using lookup tables and add surrogate key\n select\n fix_null_values.valid_from,\n coalesce(fix_null_values.valid_until, {{ dbt.current_timestamp() }}) as valid_until,\n fix_null_values.updated_at_week,\n fix_null_values.issue_id,\n fix_null_values.source_relation,\n fix_null_values.status_id,\n fix_null_values.status,\n fix_null_values.status_category_name,\n fix_null_values.author_id,\n fix_null_values.sprint,\n fix_null_values.sprint_name\n {% if include_story_points %}\n , fix_null_values.story_points\n {% endif %}\n {% if include_story_point_estimate %}\n , fix_null_values.story_point_estimate\n {% endif %}\n\n {% for col in custom_columns %}\n {% if col|lower == 'components' and var('jira_using_components', True) %}\n , coalesce(components.component_name, fix_null_values.components) as components\n\n {% elif col|lower == 'issue_type' %}\n , coalesce(issue_types.issue_type_name, fix_null_values.issue_type) as issue_type\n\n {% elif col|lower == 'project' %}\n , coalesce(projects.project_name, fix_null_values.project) as project\n\n {% elif col|lower == 'assignee' %}\n , coalesce(users.user_display_name, fix_null_values.assignee) as assignee\n\n {% elif col|lower == 'team' and var('jira_using_teams', True) %}\n , coalesce(teams.team_name, fix_null_values.team) as team\n\n {% elif col|lower not in exception_cols %}\n , coalesce(field_option_{{ col }}.field_option_name, fix_null_values.{{ col }}) as {{ col }}\n\n {% endif %}\n {% endfor %}\n\n , fix_null_values.is_current_record\n , {{ dbt_utils.generate_surrogate_key(['fix_null_values.valid_from','fix_null_values.issue_id','fix_null_values.source_relation']) }} as issue_timestamp_id\n\n from fix_null_values\n\n {% for col in custom_columns %}\n {% if col|lower == 'components' and var('jira_using_components', True) %}\n left join components\n on cast(components.component_id as {{ dbt.type_string() }}) = fix_null_values.components\n and components.source_relation = fix_null_values.source_relation\n\n {% elif col|lower == 'issue_type' %}\n left join issue_types\n on cast(issue_types.issue_type_id as {{ dbt.type_string() }}) = fix_null_values.issue_type\n and issue_types.source_relation = fix_null_values.source_relation\n\n {% elif col|lower == 'project' %}\n left join projects\n on cast(projects.project_id as {{ dbt.type_string() }}) = fix_null_values.project\n and projects.source_relation = fix_null_values.source_relation\n\n {% elif col|lower == 'assignee' %}\n left join users\n on cast(users.user_id as {{ dbt.type_string() }}) = fix_null_values.assignee\n and users.source_relation = fix_null_values.source_relation\n\n {% elif col|lower == 'team' and var('jira_using_teams', True) %}\n left join teams\n on cast(teams.team_id as {{ dbt.type_string() }}) = fix_null_values.team\n and teams.source_relation = fix_null_values.source_relation\n\n {% elif col|lower not in exception_cols %}\n left join field_option as field_option_{{ col }}\n on cast(field_option_{{ col }}.field_id as {{ dbt.type_string() }}) = fix_null_values.{{ col }}\n and field_option_{{ col }}.source_relation = fix_null_values.source_relation\n\n {% endif %}\n {% endfor %}\n)\n\nselect *\nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "int_jira__timestamp_field_history_scd", "package": null, "version": null}, {"name": "stg_jira__status", "package": null, "version": null}, {"name": "stg_jira__status_category", "package": null, "version": null}, {"name": "stg_jira__issue_type", "package": null, "version": null}, {"name": "stg_jira__component", "package": null, "version": null}, {"name": "stg_jira__project", "package": null, "version": null}, {"name": "stg_jira__user", "package": null, "version": null}, {"name": "stg_jira__team", "package": null, "version": null}, {"name": "stg_jira__field_option", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.jira.partition_by_source_relation", "macro.dbt.current_timestamp", "macro.dbt.type_string", "macro.dbt_utils.generate_surrogate_key"], "nodes": ["model.jira.int_jira__timestamp_field_history_scd", "model.jira.stg_jira__status", "model.jira.stg_jira__status_category", "model.jira.stg_jira__issue_type", "model.jira.stg_jira__component", "model.jira.stg_jira__project", "model.jira.stg_jira__user", "model.jira.stg_jira__team", "model.jira.stg_jira__field_option"]}, "compiled_path": "target/compiled/jira/models/jira__timestamp_issue_field_history.sql", "compiled": true, "compiled_code": "with __dbt__cte__int_jira__issue_field_history as (\nwith field_history as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__issue_field_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n field_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', field_history.updated_at) as date) as updated_at_week\n\n from field_history\n join fields\n on fields.field_id = field_history.field_id\n and fields.source_relation = field_history.source_relation\n\n)\n\nselect *\nfrom joined\n), __dbt__cte__int_jira__issue_multiselect_history as (\nwith issue_multiselect_history as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__issue_multiselect_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n issue_multiselect_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', issue_multiselect_history.updated_at) as date) as updated_at_week\n\n from issue_multiselect_history\n join fields\n on fields.field_id = issue_multiselect_history.field_id\n and fields.source_relation = issue_multiselect_history.source_relation\n\n)\n\nselect *\nfrom joined\n), __dbt__cte__int_jira__pivot_timestamp_field_history as (\nwith issue_field_history as (\n\n select *\n from __dbt__cte__int_jira__issue_field_history\n),\n\nissue_multiselect_history as (\n\n select *\n from __dbt__cte__int_jira__issue_multiselect_history\n),\n\n\nsprints as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__sprint\"\n),\n\nsprint_name_multiselect_history as (\n -- Create synthetic sprint_name rows by resolving sprint IDs to names (rename field_id to avoid confusion with sprint id)\n select\n 'sprint_field' as field_id,\n 'sprint_name' as field_name,\n issue_multiselect_history.issue_id,\n issue_multiselect_history.source_relation,\n issue_multiselect_history.updated_at,\n issue_multiselect_history.author_id,\n coalesce(sprints.sprint_name, issue_multiselect_history.field_value) as field_value\n\n from issue_multiselect_history\n\n left join sprints\n on cast(sprints.sprint_id as TEXT) = issue_multiselect_history.field_value\n and sprints.source_relation = issue_multiselect_history.source_relation\n\n where lower(issue_multiselect_history.field_name) = 'sprint'\n),\n\n\ncombined_multiselect_history as (\n -- Union original multiselect fields (IDs) with synthetic sprint_name field\n select\n field_id,\n field_name,\n issue_id,\n source_relation,\n updated_at,\n author_id,\n field_value\n from issue_multiselect_history\n\n \n union all\n\n select\n field_id,\n field_name,\n issue_id,\n source_relation,\n updated_at,\n author_id,\n field_value\n from sprint_name_multiselect_history\n \n),\n\nissue_multiselect_batch_history as (\n -- Aggregate multiselect field values into comma-separated strings\n select\n field_id,\n field_name,\n issue_id,\n source_relation,\n updated_at,\n author_id,\n \n string_agg(field_value, ', ')\n\n as field_values\n\n from combined_multiselect_history\n group by 1,2,3,4,5,6\n),\n\ncombine_field_history as (\n -- Union single-select and multiselect field histories\n select\n field_id,\n issue_id,\n source_relation,\n updated_at,\n author_id,\n field_value,\n field_name\n from issue_field_history\n\n union all\n\n select\n field_id,\n issue_id,\n source_relation,\n updated_at,\n author_id,\n field_values as field_value,\n field_name\n from issue_multiselect_batch_history\n),\n\nlimit_to_relevant_fields as (\n -- Filter to only status and configured custom fields\n select\n combine_field_history.*\n from combine_field_history\n where lower(field_id) = 'status'\n or lower(field_name) in ('sprint', 'sprint_name')\n),\n\nint_jira__timestamp_field_history as (\n -- Convert null values to '-is_null' for consistent partitioning\n select\n field_id,\n issue_id,\n source_relation,\n field_name,\n case when field_value is null then '-is_null' else field_value end as field_value,\n updated_at,\n author_id\n from limit_to_relevant_fields\n),\n\nfinal as (\n -- Pivot field values into columns grouped by timestamp\n select\n updated_at,\n issue_id,\n source_relation,\n cast(date_trunc('week', updated_at) as date) as updated_at_week,\n author_id,\n max(case when lower(field_id) = 'status' then field_value end) as status,\n max(case when lower(field_name) = 'sprint' then field_value end) as sprint,\n max(case when lower(field_name) = 'sprint_name' then field_value end) as sprint_name\n\n from int_jira__timestamp_field_history\n group by 1,2,3,4,5\n)\n\nselect *\nfrom final\n), __dbt__cte__int_jira__timestamp_field_history_scd as (\nwith change_data as (\n\n select *\n from __dbt__cte__int_jira__pivot_timestamp_field_history\n\n), set_values as (\n -- Create partitions to group consecutive null values for forward-filling\n select\n updated_at,\n issue_id,\n source_relation,\n updated_at_week,\n author_id,\n status,\n sum( case when status is null then 0 else 1 end) over ( partition by issue_id \n order by updated_at rows unbounded preceding) as status_field_partition\n , sprint\n , sum( case when sprint is null then 0 else 1 end) over ( partition by issue_id \n order by updated_at rows unbounded preceding) as sprint_field_partition\n , sprint_name\n , sum( case when sprint_name is null then 0 else 1 end) over ( partition by issue_id \n order by updated_at rows unbounded preceding) as sprint_name_field_partition\n\n \n\n from change_data\n\n), fill_values as (\n -- Forward-fill values within each partition to create SCD Type 2 records\n select\n updated_at,\n issue_id,\n source_relation,\n updated_at_week,\n author_id,\n first_value( status ) over (\n partition by issue_id, status_field_partition \n order by updated_at asc rows between unbounded preceding and current row) as status\n , first_value( sprint ) over (\n partition by issue_id, sprint_field_partition \n order by updated_at asc rows between unbounded preceding and current row) as sprint\n , first_value( sprint_name ) over (\n partition by issue_id, sprint_name_field_partition \n order by updated_at asc rows between unbounded preceding and current row) as sprint_name\n\n \n\n from set_values\n\n)\n\nselect *\nfrom fill_values\n), timestamp_history_scd as (\n\n select *\n from __dbt__cte__int_jira__timestamp_field_history_scd\n),\n\nstatuses as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__status\"\n),\n\nstatus_categories as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__status_category\"\n),\n\nissue_types as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__issue_type\"\n),\n\n\ncomponents as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__component\"\n),\n\n\nprojects as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__project\"\n),\n\nusers as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__user\"\n),\n\n\nteams as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__team\"\n),\n\n\nfield_option as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__field_option\"\n),\n\ncreate_validity_periods as (\n -- Create SCD Type 2 validity periods using lead() window function\n select\n updated_at as valid_from,\n -- Next update becomes valid_until for this record\n lead(updated_at) over (\n partition by issue_id \n order by updated_at\n ) as valid_until,\n updated_at_week,\n issue_id,\n source_relation,\n status as status_id,\n author_id,\n sprint,\n sprint_name\n \n \n\n -- list of exception columns\n \n\n \n\n from timestamp_history_scd\n),\n\nfix_null_values as (\n\n select\n create_validity_periods.valid_from,\n coalesce(create_validity_periods.valid_until, now()) as valid_until,\n create_validity_periods.updated_at_week,\n create_validity_periods.issue_id,\n create_validity_periods.source_relation,\n create_validity_periods.status_id,\n statuses.status_name as status,\n status_categories.status_category_name,\n create_validity_periods.author_id,\n case when create_validity_periods.sprint = '-is_null' then null else create_validity_periods.sprint end as sprint,\n case when create_validity_periods.sprint_name = '-is_null' then null else create_validity_periods.sprint_name end as sprint_name\n \n \n\n -- list of exception columns\n \n\n \n\n , case when create_validity_periods.valid_until is null then true else false end as is_current_record\n\n from create_validity_periods\n\n left join statuses\n on cast(statuses.status_id as TEXT) = create_validity_periods.status_id\n and statuses.source_relation = create_validity_periods.source_relation\n\n left join status_categories\n on statuses.status_category_id = status_categories.status_category_id\n and statuses.source_relation = status_categories.source_relation\n),\n\nfinal as (\n -- Resolve field values using lookup tables and add surrogate key\n select\n fix_null_values.valid_from,\n coalesce(fix_null_values.valid_until, now()) as valid_until,\n fix_null_values.updated_at_week,\n fix_null_values.issue_id,\n fix_null_values.source_relation,\n fix_null_values.status_id,\n fix_null_values.status,\n fix_null_values.status_category_name,\n fix_null_values.author_id,\n fix_null_values.sprint,\n fix_null_values.sprint_name\n \n \n\n \n\n , fix_null_values.is_current_record\n , md5(cast(coalesce(cast(fix_null_values.valid_from as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(fix_null_values.issue_id as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(fix_null_values.source_relation as TEXT), '_dbt_utils_surrogate_key_null_') as TEXT)) as issue_timestamp_id\n\n from fix_null_values\n\n \n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.jira.int_jira__issue_field_history", "sql": " __dbt__cte__int_jira__issue_field_history as (\nwith field_history as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__issue_field_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n field_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', field_history.updated_at) as date) as updated_at_week\n\n from field_history\n join fields\n on fields.field_id = field_history.field_id\n and fields.source_relation = field_history.source_relation\n\n)\n\nselect *\nfrom joined\n)"}, {"id": "model.jira.int_jira__issue_multiselect_history", "sql": " __dbt__cte__int_jira__issue_multiselect_history as (\nwith issue_multiselect_history as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__issue_multiselect_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n issue_multiselect_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', issue_multiselect_history.updated_at) as date) as updated_at_week\n\n from issue_multiselect_history\n join fields\n on fields.field_id = issue_multiselect_history.field_id\n and fields.source_relation = issue_multiselect_history.source_relation\n\n)\n\nselect *\nfrom joined\n)"}, {"id": "model.jira.int_jira__pivot_timestamp_field_history", "sql": " __dbt__cte__int_jira__pivot_timestamp_field_history as (\nwith issue_field_history as (\n\n select *\n from __dbt__cte__int_jira__issue_field_history\n),\n\nissue_multiselect_history as (\n\n select *\n from __dbt__cte__int_jira__issue_multiselect_history\n),\n\n\nsprints as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__sprint\"\n),\n\nsprint_name_multiselect_history as (\n -- Create synthetic sprint_name rows by resolving sprint IDs to names (rename field_id to avoid confusion with sprint id)\n select\n 'sprint_field' as field_id,\n 'sprint_name' as field_name,\n issue_multiselect_history.issue_id,\n issue_multiselect_history.source_relation,\n issue_multiselect_history.updated_at,\n issue_multiselect_history.author_id,\n coalesce(sprints.sprint_name, issue_multiselect_history.field_value) as field_value\n\n from issue_multiselect_history\n\n left join sprints\n on cast(sprints.sprint_id as TEXT) = issue_multiselect_history.field_value\n and sprints.source_relation = issue_multiselect_history.source_relation\n\n where lower(issue_multiselect_history.field_name) = 'sprint'\n),\n\n\ncombined_multiselect_history as (\n -- Union original multiselect fields (IDs) with synthetic sprint_name field\n select\n field_id,\n field_name,\n issue_id,\n source_relation,\n updated_at,\n author_id,\n field_value\n from issue_multiselect_history\n\n \n union all\n\n select\n field_id,\n field_name,\n issue_id,\n source_relation,\n updated_at,\n author_id,\n field_value\n from sprint_name_multiselect_history\n \n),\n\nissue_multiselect_batch_history as (\n -- Aggregate multiselect field values into comma-separated strings\n select\n field_id,\n field_name,\n issue_id,\n source_relation,\n updated_at,\n author_id,\n \n string_agg(field_value, ', ')\n\n as field_values\n\n from combined_multiselect_history\n group by 1,2,3,4,5,6\n),\n\ncombine_field_history as (\n -- Union single-select and multiselect field histories\n select\n field_id,\n issue_id,\n source_relation,\n updated_at,\n author_id,\n field_value,\n field_name\n from issue_field_history\n\n union all\n\n select\n field_id,\n issue_id,\n source_relation,\n updated_at,\n author_id,\n field_values as field_value,\n field_name\n from issue_multiselect_batch_history\n),\n\nlimit_to_relevant_fields as (\n -- Filter to only status and configured custom fields\n select\n combine_field_history.*\n from combine_field_history\n where lower(field_id) = 'status'\n or lower(field_name) in ('sprint', 'sprint_name')\n),\n\nint_jira__timestamp_field_history as (\n -- Convert null values to '-is_null' for consistent partitioning\n select\n field_id,\n issue_id,\n source_relation,\n field_name,\n case when field_value is null then '-is_null' else field_value end as field_value,\n updated_at,\n author_id\n from limit_to_relevant_fields\n),\n\nfinal as (\n -- Pivot field values into columns grouped by timestamp\n select\n updated_at,\n issue_id,\n source_relation,\n cast(date_trunc('week', updated_at) as date) as updated_at_week,\n author_id,\n max(case when lower(field_id) = 'status' then field_value end) as status,\n max(case when lower(field_name) = 'sprint' then field_value end) as sprint,\n max(case when lower(field_name) = 'sprint_name' then field_value end) as sprint_name\n\n from int_jira__timestamp_field_history\n group by 1,2,3,4,5\n)\n\nselect *\nfrom final\n)"}, {"id": "model.jira.int_jira__timestamp_field_history_scd", "sql": " __dbt__cte__int_jira__timestamp_field_history_scd as (\nwith change_data as (\n\n select *\n from __dbt__cte__int_jira__pivot_timestamp_field_history\n\n), set_values as (\n -- Create partitions to group consecutive null values for forward-filling\n select\n updated_at,\n issue_id,\n source_relation,\n updated_at_week,\n author_id,\n status,\n sum( case when status is null then 0 else 1 end) over ( partition by issue_id \n order by updated_at rows unbounded preceding) as status_field_partition\n , sprint\n , sum( case when sprint is null then 0 else 1 end) over ( partition by issue_id \n order by updated_at rows unbounded preceding) as sprint_field_partition\n , sprint_name\n , sum( case when sprint_name is null then 0 else 1 end) over ( partition by issue_id \n order by updated_at rows unbounded preceding) as sprint_name_field_partition\n\n \n\n from change_data\n\n), fill_values as (\n -- Forward-fill values within each partition to create SCD Type 2 records\n select\n updated_at,\n issue_id,\n source_relation,\n updated_at_week,\n author_id,\n first_value( status ) over (\n partition by issue_id, status_field_partition \n order by updated_at asc rows between unbounded preceding and current row) as status\n , first_value( sprint ) over (\n partition by issue_id, sprint_field_partition \n order by updated_at asc rows between unbounded preceding and current row) as sprint\n , first_value( sprint_name ) over (\n partition by issue_id, sprint_name_field_partition \n order by updated_at asc rows between unbounded preceding and current row) as sprint_name\n\n \n\n from set_values\n\n)\n\nselect *\nfrom fill_values\n)"}], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": ["issue_timestamp_id"], "time_spine": null}, "model.jira.jira__daily_sprint_issue_history": {"database": "postgres", "schema": "public_jira", "name": "jira__daily_sprint_issue_history", "resource_type": "model", "package_name": "jira", "path": "jira__daily_sprint_issue_history.sql", "original_file_path": "models/jira__daily_sprint_issue_history.sql", "unique_id": "model.jira.jira__daily_sprint_issue_history", "fqn": ["jira", "jira__daily_sprint_issue_history"], "alias": "jira__daily_sprint_issue_history", "checksum": {"name": "sha256", "checksum": "c80a2d40b8931246cd2dcfa7ad0a9b53fb8b3eeac43eddf4b0ba86ac64e2a2eb"}, "config": {"enabled": true, "alias": null, "schema": "jira", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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, "partition_by": {"field": "date_week", "data_type": "date"}}, "tags": [], "description": "Each record represents a daily snapshot of a sprint and each of its assigned issues at the time. Sprints are tracked from their start date to their end date (or current date if no end date is provided).\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.jira.source_relation"]}, "sprint_issue_day_id": {"name": "sprint_issue_day_id", "description": "Surrogate key hashed on `date_day`, `sprint_id`, `issue_id`, and `source_relation`", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sprint_id": {"name": "sprint_id", "description": "Foreign key referencing the ID of the `sprint` with these values.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_id": {"name": "issue_id", "description": "Foreign key referencing the ID of the `issue` with these sprint values.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_key": {"name": "issue_key", "description": "UI-facing id of the issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "date_day": {"name": "date_day", "description": "Date on which the sprint and issue had these field values.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "date_week": {"name": "date_week", "description": "The start date of the week corresponding to `date_day`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sprint_name": {"name": "sprint_name", "description": "Title of the sprint.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sprint_started_at": {"name": "sprint_started_at", "description": "Timestamp of when the sprint began.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sprint_ended_at": {"name": "sprint_ended_at", "description": "Timestamp of when the sprint is planned to end.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sprint_completed_at": {"name": "sprint_completed_at", "description": "Timestamp of when the sprint was completed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "board_id": {"name": "board_id", "description": "Foreign key referencing the ID of the `board` that the sprint belongs to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_created_at": {"name": "issue_created_at", "description": "Timestamp of when the issue was created (in UTC).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_resolved_at": {"name": "issue_resolved_at", "description": "Timestamp of when the issue was resolved (in UTC).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "assignee_user_id": {"name": "assignee_user_id", "description": "Foreign key referencing the ID of the `user` currently assigned to this task.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "assignee_name": {"name": "assignee_name", "description": "User display name of the person currently assigned this issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "original_estimate_seconds": {"name": "original_estimate_seconds", "description": "The original estimate of how long working on this issue would take, in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "remaining_estimate_seconds": {"name": "remaining_estimate_seconds", "description": "The estimate of how much longer working on this issue will take, in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "time_spent_seconds": {"name": "time_spent_seconds", "description": "The time that was spent working on this issue, in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "status": {"name": "status", "description": "The name of the status that an issue has on a given day.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_sprint_active": {"name": "is_sprint_active", "description": "Boolean indicating if the sprint is currently active (started but not completed).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_sprint_completed": {"name": "is_sprint_completed", "description": "Boolean indicating if the sprint has been completed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_issue_open": {"name": "is_issue_open", "description": "Boolean indicating if the issue is currently open (not resolved).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_issue_resolved_in_sprint": {"name": "is_issue_resolved_in_sprint", "description": "Boolean indicating if the issue was resolved during this sprint.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "days_left_in_sprint": {"name": "days_left_in_sprint", "description": "Number of days remaining in the sprint from the given date (null if sprint is completed or date is after sprint end).", "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": "jira://models/jira.yml", "build_path": null, "unrendered_config": {"materialized": "table", "schema": "{{ 'jira_integrations_tests_sqlw' if target.name == 'databricks-sql' else 'jira' }}", "enabled": true, "partition_by": {"field": "date_week", "data_type": "date"}, "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1778007513.7523413, "relation_name": "\"postgres\".\"public_jira\".\"jira__daily_sprint_issue_history\"", "raw_code": "{{\n config(\n enabled=var('jira_using_sprints', True),\n materialized='table',\n partition_by={'field': 'date_week', 'data_type': 'date'}\n if target.type not in ['spark', 'databricks'] else ['date_week']\n )\n}}\n\nwith daily_issue_field_history as (\n\n select *\n from {{ ref('jira__daily_issue_field_history') }}\n where sprint is not null\n),\n\nsplit_issue_field_history_sprints as (\n\n {%- set issue_field_history_columns = var('issue_field_history_columns', []) | map('lower') | list -%}\n {{ jira.split_sprint_ids(\n using_teams=var('jira_using_teams', True),\n include_story_points='story points' in issue_field_history_columns,\n include_story_point_estimate='story point estimate' in issue_field_history_columns\n ) }}\n),\n\nissue_sprint_history_join as (\n\n select \n split_issue_field_history_sprints.*,\n sprint.sprint_name,\n sprint.started_at as sprint_started_at,\n sprint.ended_at as sprint_ended_at,\n sprint.completed_at as sprint_completed_at,\n sprint.board_id,\n issue.created_at as issue_created_at,\n issue.resolved_at as issue_resolved_at,\n issue.issue_key,\n issue.assignee_user_id,\n issue.assignee_name,\n issue.original_estimate_seconds,\n issue.remaining_estimate_seconds,\n issue.time_spent_seconds\n from split_issue_field_history_sprints\n inner join {{ ref('jira__issue_enhanced') }} issue\n on split_issue_field_history_sprints.issue_id = issue.issue_id\n and split_issue_field_history_sprints.source_relation = issue.source_relation\n inner join {{ ref('stg_jira__sprint') }} sprint -- this will remove deleted sprints from the history\n on split_issue_field_history_sprints.sprint_id = cast(sprint.sprint_id as {{ dbt.type_string() }})\n and split_issue_field_history_sprints.source_relation = sprint.source_relation\n\n where \n date_day >= cast(sprint.started_at as date)\n and (sprint.ended_at is null or date_day <= cast(sprint.ended_at as date))\n),\n\nissue_sprint_statuses as (\n\n select \n issue_sprint_history_join.*,\n case when date_day >= cast(sprint_started_at as date) \n and (sprint_ended_at is null or date_day <= cast(sprint_ended_at as date)) \n then true else false \n end as is_sprint_active,\n case when sprint_completed_at is not null \n and date_day >= cast(sprint_completed_at as date) \n then true else false \n end as is_sprint_completed,\n case when date_day >= cast(issue_created_at as date) \n and issue_resolved_at is null \n then true else false \n end as is_issue_open,\n case when date_day >= cast(issue_resolved_at as date) \n and issue_resolved_at <= sprint_ended_at \n then true else false \n end as is_issue_resolved_in_sprint,\n case when date_day >= cast(sprint_started_at as date) \n and date_day <= cast(sprint_ended_at as date)\n then {{ dbt.datediff('date_day', 'sprint_ended_at', 'day') }} else null \n end as days_left_in_sprint\n from issue_sprint_history_join\n),\n\nsurrogate_key as (\n\n select *,\n {{ dbt_utils.generate_surrogate_key(['date_day','sprint_id','issue_id','source_relation']) }} as sprint_issue_day_id\n from issue_sprint_statuses\n) \n\nselect *\nfrom surrogate_key", "doc_blocks": [], "language": "sql", "refs": [{"name": "jira__daily_issue_field_history", "package": null, "version": null}, {"name": "jira__issue_enhanced", "package": null, "version": null}, {"name": "stg_jira__sprint", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.jira.split_sprint_ids", "macro.dbt.type_string", "macro.dbt.datediff", "macro.dbt_utils.generate_surrogate_key"], "nodes": ["model.jira.jira__daily_issue_field_history", "model.jira.jira__issue_enhanced", "model.jira.stg_jira__sprint"]}, "compiled_path": "target/compiled/jira/models/jira__daily_sprint_issue_history.sql", "compiled": true, "compiled_code": "\n\nwith daily_issue_field_history as (\n\n select *\n from \"postgres\".\"public_jira\".\"jira__daily_issue_field_history\"\n where sprint is not null\n),\n\nsplit_issue_field_history_sprints as (\n\n\n select\n daily_issue_field_history.issue_id,\n daily_issue_field_history.source_relation,\n daily_issue_field_history.date_day,\n daily_issue_field_history.date_week,\n daily_issue_field_history.status,\n daily_issue_field_history.team,\n \n \n sprints as sprint_id\n\n from daily_issue_field_history\n cross join\n unnest(string_to_array(sprint, ', ')) as sprints\n\n\n\n\n),\n\nissue_sprint_history_join as (\n\n select \n split_issue_field_history_sprints.*,\n sprint.sprint_name,\n sprint.started_at as sprint_started_at,\n sprint.ended_at as sprint_ended_at,\n sprint.completed_at as sprint_completed_at,\n sprint.board_id,\n issue.created_at as issue_created_at,\n issue.resolved_at as issue_resolved_at,\n issue.issue_key,\n issue.assignee_user_id,\n issue.assignee_name,\n issue.original_estimate_seconds,\n issue.remaining_estimate_seconds,\n issue.time_spent_seconds\n from split_issue_field_history_sprints\n inner join \"postgres\".\"public_jira\".\"jira__issue_enhanced\" issue\n on split_issue_field_history_sprints.issue_id = issue.issue_id\n and split_issue_field_history_sprints.source_relation = issue.source_relation\n inner join \"postgres\".\"public_jira\".\"stg_jira__sprint\" sprint -- this will remove deleted sprints from the history\n on split_issue_field_history_sprints.sprint_id = cast(sprint.sprint_id as TEXT)\n and split_issue_field_history_sprints.source_relation = sprint.source_relation\n\n where \n date_day >= cast(sprint.started_at as date)\n and (sprint.ended_at is null or date_day <= cast(sprint.ended_at as date))\n),\n\nissue_sprint_statuses as (\n\n select \n issue_sprint_history_join.*,\n case when date_day >= cast(sprint_started_at as date) \n and (sprint_ended_at is null or date_day <= cast(sprint_ended_at as date)) \n then true else false \n end as is_sprint_active,\n case when sprint_completed_at is not null \n and date_day >= cast(sprint_completed_at as date) \n then true else false \n end as is_sprint_completed,\n case when date_day >= cast(issue_created_at as date) \n and issue_resolved_at is null \n then true else false \n end as is_issue_open,\n case when date_day >= cast(issue_resolved_at as date) \n and issue_resolved_at <= sprint_ended_at \n then true else false \n end as is_issue_resolved_in_sprint,\n case when date_day >= cast(sprint_started_at as date) \n and date_day <= cast(sprint_ended_at as date)\n then \n ((sprint_ended_at)::date - (date_day)::date)\n else null \n end as days_left_in_sprint\n from issue_sprint_history_join\n),\n\nsurrogate_key as (\n\n select *,\n md5(cast(coalesce(cast(date_day as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(sprint_id as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(issue_id as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(source_relation as TEXT), '_dbt_utils_surrogate_key_null_') as TEXT)) as sprint_issue_day_id\n from issue_sprint_statuses\n) \n\nselect *\nfrom surrogate_key", "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": ["sprint_issue_day_id"], "time_spine": null}, "model.jira.jira__issue_status_transitions": {"database": "postgres", "schema": "public_jira", "name": "jira__issue_status_transitions", "resource_type": "model", "package_name": "jira", "path": "jira__issue_status_transitions.sql", "original_file_path": "models/jira__issue_status_transitions.sql", "unique_id": "model.jira.jira__issue_status_transitions", "fqn": ["jira", "jira__issue_status_transitions"], "alias": "jira__issue_status_transitions", "checksum": {"name": "sha256", "checksum": "eb36eab5d06dab7f7f10757ea275638410ec5e07616eb9051fadb2315f1efb60"}, "config": {"enabled": true, "alias": null, "schema": "jira", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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 status transition for an issue, tracking the complete workflow journey with timing metrics and transition analysis. The grain is issue_id + status_sequence, providing a chronological view of how issues move through different statuses over time.\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.jira.source_relation"]}, "issue_id": {"name": "issue_id", "description": "Foreign key referencing the ID of the issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "status": {"name": "status", "description": "The status name during this transition period.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "status_category_name": {"name": "status_category_name", "description": "The category of the status (To Do, In Progress, Done).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "previous_status": {"name": "previous_status", "description": "The status the issue transitioned from (null for initial status).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "previous_status_category_name": {"name": "previous_status_category_name", "description": "The category of the previous status.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "transition_at": {"name": "transition_at", "description": "Timestamp when the issue transitioned to this status.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "transition_until": {"name": "transition_until", "description": "Timestamp when the issue transitioned out of this status (or current time if still in status).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "status_sequence": {"name": "status_sequence", "description": "Sequential number indicating the order of status transitions (1 = first, incrementing chronologically).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_current_status": {"name": "is_current_status", "description": "Boolean indicating if this is the current active status for the issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "minutes_in_status": {"name": "minutes_in_status", "description": "Time spent in this status, measured in minutes.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "minutes_in_previous_status": {"name": "minutes_in_previous_status", "description": "Time spent in the previous status before this transition, measured in minutes (null for initial status).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "transition_direction": {"name": "transition_direction", "description": "Categorizes the workflow direction: 'new' (initial), 'forward' (toward completion), 'backward' (reopening/regression), 'lateral' (within same category), or 'other'.", "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": "jira://models/jira.yml", "build_path": null, "unrendered_config": {"materialized": "table", "schema": "{{ 'jira_integrations_tests_sqlw' if target.name == 'databricks-sql' else 'jira' }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1778007513.7869885, "relation_name": "\"postgres\".\"public_jira\".\"jira__issue_status_transitions\"", "raw_code": "with status_changes_only as (\n\n select\n issue_id,\n source_relation,\n status,\n status_category_name,\n valid_from,\n valid_until,\n -- Track previous status to identify actual changes\n lag(status) over (partition by issue_id {{ jira.partition_by_source_relation() }} order by valid_from) as previous_status\n\n from {{ ref('jira__timestamp_issue_field_history') }}\n),\n\nissue_status_history as (\n\n select\n issue_id,\n source_relation,\n status,\n status_category_name,\n valid_from,\n -- Recalculate valid_until based on next actual status change\n coalesce(\n lead(valid_from) over (partition by issue_id {{ jira.partition_by_source_relation() }} order by valid_from),\n {{ dbt.current_timestamp() }}\n ) as valid_until,\n previous_status,\n\n -- Current status indicator: if no next status change, this is current\n case when lead(valid_from) over (partition by issue_id {{ jira.partition_by_source_relation() }} order by valid_from) is null then true else false end as is_current_status,\n\n -- Calculate seconds in each status period using recalculated valid_until\n {{ dbt.datediff('valid_from', 'coalesce(lead(valid_from) over (partition by issue_id ' ~ jira.partition_by_source_relation() ~ ' order by valid_from), ' ~ dbt.current_timestamp() ~ ')', 'second') }} as seconds_in_status\n\n from status_changes_only\n -- Keep first record (no previous status) OR actual status changes\n where previous_status is null or previous_status != status\n),\n\n-- Add sequence and transition tracking\nstatus_transitions as (\n\n select\n issue_id,\n source_relation,\n status,\n status_category_name,\n valid_from as transition_at,\n valid_until as transition_until,\n is_current_status,\n seconds_in_status,\n\n -- Sequence tracking\n row_number() over (partition by issue_id {{ jira.partition_by_source_relation() }} order by valid_from) as status_sequence,\n\n -- Previous status tracking\n previous_status,\n lag(status_category_name) over (partition by issue_id {{ jira.partition_by_source_relation() }} order by valid_from) as previous_status_category_name,\n lag(valid_from) over (partition by issue_id {{ jira.partition_by_source_relation() }} order by valid_from) as previous_transition_at,\n\n -- Time in previous status\n lag(seconds_in_status) over (partition by issue_id {{ jira.partition_by_source_relation() }} order by valid_from) as seconds_in_previous_status\n\n from issue_status_history\n),\n\n-- Add transition type indicators and time calculations\nfinal as (\n\n select\n issue_id,\n source_relation,\n status,\n status_category_name,\n previous_status,\n previous_status_category_name,\n transition_at,\n transition_until,\n status_sequence,\n is_current_status, \n\n -- Time spent in current status\n round(cast(seconds_in_status as {{ dbt.type_numeric() }}) / 60, 2) as minutes_in_status,\n\n -- Time spent in previous status (when transitioning)\n case when seconds_in_previous_status is not null\n then round(cast(seconds_in_previous_status as {{ dbt.type_numeric() }}) / 60, 2)\n else null end as minutes_in_previous_status,\n\n -- Workflow direction indicators\n case\n when previous_status_category_name is null then 'new'\n when previous_status_category_name = 'To Do' and status_category_name = 'In Progress' then 'forward'\n when previous_status_category_name = 'In Progress' and status_category_name = 'Done' then 'forward'\n when previous_status_category_name = 'To Do' and status_category_name = 'Done' then 'forward'\n when previous_status_category_name = 'Done' and status_category_name = 'In Progress' then 'backward'\n when previous_status_category_name = 'In Progress' and status_category_name = 'To Do' then 'backward'\n when previous_status_category_name = 'Done' and status_category_name = 'To Do' then 'backward'\n when previous_status_category_name = status_category_name then 'lateral'\n else 'other'\n end as transition_direction\n \n from status_transitions\n)\n\nselect * \nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "jira__timestamp_issue_field_history", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.jira.partition_by_source_relation", "macro.dbt.current_timestamp", "macro.dbt.datediff", "macro.dbt.type_numeric"], "nodes": ["model.jira.jira__timestamp_issue_field_history"]}, "compiled_path": "target/compiled/jira/models/jira__issue_status_transitions.sql", "compiled": true, "compiled_code": "with status_changes_only as (\n\n select\n issue_id,\n source_relation,\n status,\n status_category_name,\n valid_from,\n valid_until,\n -- Track previous status to identify actual changes\n lag(status) over (partition by issue_id order by valid_from) as previous_status\n\n from \"postgres\".\"public_jira\".\"jira__timestamp_issue_field_history\"\n),\n\nissue_status_history as (\n\n select\n issue_id,\n source_relation,\n status,\n status_category_name,\n valid_from,\n -- Recalculate valid_until based on next actual status change\n coalesce(\n lead(valid_from) over (partition by issue_id order by valid_from),\n now()\n ) as valid_until,\n previous_status,\n\n -- Current status indicator: if no next status change, this is current\n case when lead(valid_from) over (partition by issue_id order by valid_from) is null then true else false end as is_current_status,\n\n -- Calculate seconds in each status period using recalculated valid_until\n \n (\n (\n (\n ((coalesce(lead(valid_from) over (partition by issue_id order by valid_from), now()))::date - (valid_from)::date)\n * 24 + date_part('hour', (coalesce(lead(valid_from) over (partition by issue_id order by valid_from), now()))::timestamp) - date_part('hour', (valid_from)::timestamp))\n * 60 + date_part('minute', (coalesce(lead(valid_from) over (partition by issue_id order by valid_from), now()))::timestamp) - date_part('minute', (valid_from)::timestamp))\n * 60 + floor(date_part('second', (coalesce(lead(valid_from) over (partition by issue_id order by valid_from), now()))::timestamp)) - floor(date_part('second', (valid_from)::timestamp)))\n as seconds_in_status\n\n from status_changes_only\n -- Keep first record (no previous status) OR actual status changes\n where previous_status is null or previous_status != status\n),\n\n-- Add sequence and transition tracking\nstatus_transitions as (\n\n select\n issue_id,\n source_relation,\n status,\n status_category_name,\n valid_from as transition_at,\n valid_until as transition_until,\n is_current_status,\n seconds_in_status,\n\n -- Sequence tracking\n row_number() over (partition by issue_id order by valid_from) as status_sequence,\n\n -- Previous status tracking\n previous_status,\n lag(status_category_name) over (partition by issue_id order by valid_from) as previous_status_category_name,\n lag(valid_from) over (partition by issue_id order by valid_from) as previous_transition_at,\n\n -- Time in previous status\n lag(seconds_in_status) over (partition by issue_id order by valid_from) as seconds_in_previous_status\n\n from issue_status_history\n),\n\n-- Add transition type indicators and time calculations\nfinal as (\n\n select\n issue_id,\n source_relation,\n status,\n status_category_name,\n previous_status,\n previous_status_category_name,\n transition_at,\n transition_until,\n status_sequence,\n is_current_status, \n\n -- Time spent in current status\n round(cast(seconds_in_status as numeric(28,6)) / 60, 2) as minutes_in_status,\n\n -- Time spent in previous status (when transitioning)\n case when seconds_in_previous_status is not null\n then round(cast(seconds_in_previous_status as numeric(28,6)) / 60, 2)\n else null end as minutes_in_previous_status,\n\n -- Workflow direction indicators\n case\n when previous_status_category_name is null then 'new'\n when previous_status_category_name = 'To Do' and status_category_name = 'In Progress' then 'forward'\n when previous_status_category_name = 'In Progress' and status_category_name = 'Done' then 'forward'\n when previous_status_category_name = 'To Do' and status_category_name = 'Done' then 'forward'\n when previous_status_category_name = 'Done' and status_category_name = 'In Progress' then 'backward'\n when previous_status_category_name = 'In Progress' and status_category_name = 'To Do' then 'backward'\n when previous_status_category_name = 'Done' and status_category_name = 'To Do' then 'backward'\n when previous_status_category_name = status_category_name then 'lateral'\n else 'other'\n end as transition_direction\n \n from status_transitions\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.jira.jira__issue_enhanced": {"database": "postgres", "schema": "public_jira", "name": "jira__issue_enhanced", "resource_type": "model", "package_name": "jira", "path": "jira__issue_enhanced.sql", "original_file_path": "models/jira__issue_enhanced.sql", "unique_id": "model.jira.jira__issue_enhanced", "fqn": ["jira", "jira__issue_enhanced"], "alias": "jira__issue_enhanced", "checksum": {"name": "sha256", "checksum": "0a286a77a2011b89c797849c57ac7dedc566aa4bc3cc85fdc661544d9360f465"}, "config": {"enabled": true, "alias": null, "schema": "jira", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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": "The core issue table, enhanced with current-status attributes from foreign-key-related tables, and metrics regarding resolutions and assignments.\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.jira.source_relation"]}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran last synced this record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_id": {"name": "issue_id", "description": "Unique ID of the issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_name": {"name": "issue_name", "description": "Title of the issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "updated_at": {"name": "updated_at", "description": "Timestamp of when the issue was last updated in some way.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_type": {"name": "issue_type", "description": "Name of the issue type (ie Epic, Task, Subtask, any custom types).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "created_at": {"name": "created_at", "description": "Timestamp of when the issue was created (in UTC).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_description": {"name": "issue_description", "description": "The issue description, if given.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "due_date": {"name": "due_date", "description": "Calendar day on which the issue is due, if a due date is provided.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "environment": {"name": "environment", "description": "Text field describing the environment in which the issue occurred (ie \"IE9 on Windows 7\").", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "assignee_user_id": {"name": "assignee_user_id", "description": "Foreign key referencing the ID of the `user` currently assigned to this task.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "assignee_name": {"name": "assignee_name", "description": "User display name of the person currently assigned this issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "reporter_user_id": {"name": "reporter_user_id", "description": "Foreign key referencing the ID of the `user` who reported the issue. This differs from the `issue.creator` column in that the reporter can be changed in-app, though it is initialized as the creator.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "reporter_name": {"name": "reporter_name", "description": "User display name of the person who reported the issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "assignee_timezone": {"name": "assignee_timezone", "description": "Timezone of the user currently assigned this issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "assignee_email": {"name": "assignee_email", "description": "Email associated with the user currently assigned this issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_key": {"name": "issue_key", "description": "UI-facing id of the issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "parent_issue_id": {"name": "parent_issue_id", "description": "Self-referencing ID of the parent `issue`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "parent_issue_name": {"name": "parent_issue_name", "description": "Title of the parent issue/epic.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "parent_issue_key": {"name": "parent_issue_key", "description": "Issue key of the sub-issue's parent/epic.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "parent_issue_type": {"name": "parent_issue_type", "description": "Name of the type of issue that the parent is.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "current_priority": {"name": "current_priority", "description": "Name of the issue's current priority as it appears in the UI.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "project_id": {"name": "project_id", "description": "Foreign key referencing the `project` that the issue belongs to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "project_name": {"name": "project_name", "description": "Title of the issue's project.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "resolution_type": {"name": "resolution_type", "description": "Display name of the type of resolution that closed the issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "resolved_at": {"name": "resolved_at", "description": "Timestamp of when the issue was resolved (ie completed, marked as duplicate). If an issue is un-resolved, this will be null.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "current_status": {"name": "current_status", "description": "Title of the category of status.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "status_changed_at": {"name": "status_changed_at", "description": "Timestamp of when the status was last changed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "current_sprint_id": {"name": "current_sprint_id", "description": "Foreign key referencing the current `sprint` associate with the issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "current_sprint_name": {"name": "current_sprint_name", "description": "Title of the current sprint associated with the issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "count_sprint_changes": {"name": "count_sprint_changes", "description": "The total number of sprints that the issue has belonged to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_active_sprint": {"name": "is_active_sprint", "description": "Yes, if the sprint started after the current time and if the sprint ends in the future.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sprint_completed_at": {"name": "sprint_completed_at", "description": "Timestamp of when the sprint was completed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sprint_ended_at": {"name": "sprint_ended_at", "description": "Timestamp of when the sprint is planned to end.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sprint_started_at": {"name": "sprint_started_at", "description": "Timestamp of when the sprint began.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sprint": {"name": "sprint", "description": "List of associated sprint IDs.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sprint_name": {"name": "sprint_name", "description": "List of associated sprint names. Returns null when `jira_using_sprints` is disabled.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "status": {"name": "status", "description": "The name of the status the issue most recently had.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "original_estimate_seconds": {"name": "original_estimate_seconds", "description": "The original estimate of how long working on this issue would take, in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "remaining_estimate_seconds": {"name": "remaining_estimate_seconds", "description": "The estimate of how much longer working on this issue will take, in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "time_spent_seconds": {"name": "time_spent_seconds", "description": "The time that was spent working on this issue, in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "work_ratio": {"name": "work_ratio", "description": "The percentage of work that has been logged against the issue (time_spent) vs the original estimate of worktime. Equals -1.0 when the fields required for calculation are not provided.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation": {"name": "conversation", "description": "Line-separated list of comments made on this issue, including the timestamp and author name of each comment. (Disabled by default for Redshift.)\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "count_comments": {"name": "count_comments", "description": "The number of comments made on this issues.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "first_assigned_at": {"name": "first_assigned_at", "description": "Timestamp of when the issue was first assigned to a user.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_assigned_at": {"name": "last_assigned_at", "description": "Timestamp of when the issue was last assigned to a user.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "first_resolved_at": {"name": "first_resolved_at", "description": "Timestamp of when the issue was first resolved.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "open_duration_seconds": {"name": "open_duration_seconds", "description": "The number of seconds that the issue has spent open (until resolution, or the current timestamp).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "any_assignment_duration_seconds": {"name": "any_assignment_duration_seconds", "description": "The number of seconds that the issue has spent assigned (until resolution, or the current timestamp).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_assignment_duration_seconds": {"name": "last_assignment_duration_seconds", "description": "The number of seconds that the issue has spent assigned to the current/most recent user (until resolution, or the current timestamp).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "creator_user_id": {"name": "creator_user_id", "description": "Foreign key referencing the `user` who first created the issue. Cannot be changed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_type_id": {"name": "issue_type_id", "description": "Foreign key referencing the ID of the `issue_type`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "priority_id": {"name": "priority_id", "description": "Foreign key referencing the ID of the issue's current `priority`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "resolution_id": {"name": "resolution_id", "description": "Foreign key referencing the ID of the issue's type of `resolution`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "status_id": {"name": "status_id", "description": "Foreign key referencing the ID of the issue's `status` (the step that the issue is currently at in the project's workflow).\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_parent_epic": {"name": "is_parent_epic", "description": "Boolean that is true if the parent is an epic.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "reporter_email": {"name": "reporter_email", "description": "Email associated with the user who reported this issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "reporter_timezone": {"name": "reporter_timezone", "description": "Timezone of the user currently who reported this issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "affects_versions": {"name": "affects_versions", "description": "Comma-separated list of the names of project versions that this issue affects.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "fixes_versions": {"name": "fixes_versions", "description": "Comma-separated list of the names of project versions that this issue fixes.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "current_status_category": {"name": "current_status_category", "description": "Title of the umbrella status category that the issue is currently in.", "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": "jira://models/jira.yml", "build_path": null, "unrendered_config": {"materialized": "table", "schema": "{{ 'jira_integrations_tests_sqlw' if target.name == 'databricks-sql' else 'jira' }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1778007513.7670503, "relation_name": "\"postgres\".\"public_jira\".\"jira__issue_enhanced\"", "raw_code": "with issue as (\n\n select *\n from {{ ref('int_jira__issue_join' ) }}\n),\n\n{%- set pivot_data_columns = adapter.get_columns_in_relation(ref('jira__daily_issue_field_history')) -%}\n\n{%- set issue_data_columns = adapter.get_columns_in_relation(ref('int_jira__issue_join' )) -%}\n{%- set issue_data_columns_clean = [] -%}\n\n{%- for k in issue_data_columns -%}\n {{ issue_data_columns_clean.append(k.name|lower)|default(\"\", True) }}\n{%- endfor -%}\n\ndaily_issue_field_history as (\n\n select\n *,\n row_number() over (partition by issue_id {{ jira.partition_by_source_relation() }} order by date_day desc) = 1 as latest_record\n from {{ ref('jira__daily_issue_field_history')}}\n\n),\n\nlatest_issue_field_history as (\n \n select *\n from daily_issue_field_history\n where latest_record\n),\n\nfinal as (\n\n select \n \n issue.*,\n {{ dbt.datediff('created_at', \"coalesce(resolved_at, \" ~ dbt.current_timestamp() ~ ')', 'second') }} open_duration_seconds,\n -- this will be null if no one has been assigned\n {{ dbt.datediff('first_assigned_at', \"coalesce(resolved_at, \" ~ dbt.current_timestamp() ~ ')', 'second') }} any_assignment_duration_seconds,\n -- if an issue is not currently assigned this will not be null\n {{ dbt.datediff('last_assigned_at', \"coalesce(resolved_at, \" ~ dbt.current_timestamp() ~ ')', 'second') }} last_assignment_duration_seconds \n\n {% for col in pivot_data_columns if col.name|lower not in issue_data_columns_clean %}\n {%- if col.name|lower not in ['issue_day_id','issue_id','latest_record', 'date_day', 'date_week', 'source_relation'] -%}\n , {{ col.name }}\n {%- endif -%}\n {% endfor %}\n\n from issue\n left join latest_issue_field_history\n on issue.issue_id = latest_issue_field_history.issue_id\n and issue.source_relation = latest_issue_field_history.source_relation\n \n)\n\nselect *\nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "int_jira__issue_join", "package": null, "version": null}, {"name": "jira__daily_issue_field_history", "package": null, "version": null}, {"name": "int_jira__issue_join", "package": null, "version": null}, {"name": "jira__daily_issue_field_history", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.jira.partition_by_source_relation", "macro.dbt.current_timestamp", "macro.dbt.datediff"], "nodes": ["model.jira.int_jira__issue_join", "model.jira.jira__daily_issue_field_history"]}, "compiled_path": "target/compiled/jira/models/jira__issue_enhanced.sql", "compiled": true, "compiled_code": "with issue as (\n\n select *\n from \"postgres\".\"public_jira\".\"int_jira__issue_join\"\n),daily_issue_field_history as (\n\n select\n *,\n row_number() over (partition by issue_id order by date_day desc) = 1 as latest_record\n from \"postgres\".\"public_jira\".\"jira__daily_issue_field_history\"\n\n),\n\nlatest_issue_field_history as (\n \n select *\n from daily_issue_field_history\n where latest_record\n),\n\nfinal as (\n\n select \n \n issue.*,\n \n (\n (\n (\n ((coalesce(resolved_at, now()))::date - (created_at)::date)\n * 24 + date_part('hour', (coalesce(resolved_at, now()))::timestamp) - date_part('hour', (created_at)::timestamp))\n * 60 + date_part('minute', (coalesce(resolved_at, now()))::timestamp) - date_part('minute', (created_at)::timestamp))\n * 60 + floor(date_part('second', (coalesce(resolved_at, now()))::timestamp)) - floor(date_part('second', (created_at)::timestamp)))\n open_duration_seconds,\n -- this will be null if no one has been assigned\n \n (\n (\n (\n ((coalesce(resolved_at, now()))::date - (first_assigned_at)::date)\n * 24 + date_part('hour', (coalesce(resolved_at, now()))::timestamp) - date_part('hour', (first_assigned_at)::timestamp))\n * 60 + date_part('minute', (coalesce(resolved_at, now()))::timestamp) - date_part('minute', (first_assigned_at)::timestamp))\n * 60 + floor(date_part('second', (coalesce(resolved_at, now()))::timestamp)) - floor(date_part('second', (first_assigned_at)::timestamp)))\n any_assignment_duration_seconds,\n -- if an issue is not currently assigned this will not be null\n \n (\n (\n (\n ((coalesce(resolved_at, now()))::date - (last_assigned_at)::date)\n * 24 + date_part('hour', (coalesce(resolved_at, now()))::timestamp) - date_part('hour', (last_assigned_at)::timestamp))\n * 60 + date_part('minute', (coalesce(resolved_at, now()))::timestamp) - date_part('minute', (last_assigned_at)::timestamp))\n * 60 + floor(date_part('second', (coalesce(resolved_at, now()))::timestamp)) - floor(date_part('second', (last_assigned_at)::timestamp)))\n last_assignment_duration_seconds \n\n , status, sprint, sprint_name, team\n\n from issue\n left join latest_issue_field_history\n on issue.issue_id = latest_issue_field_history.issue_id\n and issue.source_relation = latest_issue_field_history.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.jira.jira__daily_issue_field_history": {"database": "postgres", "schema": "public_jira", "name": "jira__daily_issue_field_history", "resource_type": "model", "package_name": "jira", "path": "jira__daily_issue_field_history.sql", "original_file_path": "models/jira__daily_issue_field_history.sql", "unique_id": "model.jira.jira__daily_issue_field_history", "fqn": ["jira", "jira__daily_issue_field_history"], "alias": "jira__daily_issue_field_history", "checksum": {"name": "sha256", "checksum": "e20dfc0af7d7a8800ced62cb8f3de1a71a0863aa0aa6590b3dd4829f1860d3af"}, "config": {"enabled": true, "alias": null, "schema": "jira", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "incremental", "incremental_strategy": "delete+insert", "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": "issue_day_id", "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, "partition_by": {"field": "date_week", "data_type": "date"}, "cluster_by": ["date_week"], "file_format": "delta"}, "tags": [], "description": "Each record represents a daily snapshot of an issue's field values (status and sprint by default, plus any fields added to the `issue_field_history_columns` variable). Each issue will have a record for every day in which it was open and/or being updated. For currently open issues, the latest date will be the current date, and for closed issues, this will be the last time the issue was resolved OR updated in any way (plus a configurable buffer afterward, set to a month by default). Note: this is an incremental model.\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.jira.source_relation"]}, "date_day": {"name": "date_day", "description": "Date on which the issue had these field values.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "date_week": {"name": "date_week", "description": "The start date of the week corresponding to `date_day`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_id": {"name": "issue_id", "description": "Foreign key referencing the ID of the `issue` with these values.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_day_id": {"name": "issue_day_id", "description": "Surrogate key hashed on `date_day`, `issue_id`, and `source_relation`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sprint": {"name": "sprint", "description": "The ID of the sprint that an issue is slotted into on a given day.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sprint_name": {"name": "sprint_name", "description": "The name of the sprint that an issue is slotted into on a given day. Returns null when `jira_using_sprints` is disabled.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "status_id": {"name": "status_id", "description": "The ID of the status that an issue has on a given day.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "status": {"name": "status", "description": "The name of the status that an issue has on a given day.", "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": "jira://models/jira.yml", "build_path": null, "unrendered_config": {"materialized": "incremental", "schema": "{{ 'jira_integrations_tests_sqlw' if target.name == 'databricks-sql' else 'jira' }}", "partition_by": {"field": "date_week", "data_type": "date"}, "cluster_by": ["date_week"], "unique_key": "issue_day_id", "incremental_strategy": "delete+insert", "file_format": "delta", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1778007513.7425013, "relation_name": "\"postgres\".\"public_jira\".\"jira__daily_issue_field_history\"", "raw_code": "{{\n config(\n materialized='incremental' if jira_is_incremental_compatible() else 'table',\n partition_by = {'field': 'date_week', 'data_type': 'date'}\n if target.type not in ['spark', 'databricks'] else ['date_week'],\n cluster_by = ['date_week'],\n unique_key='issue_day_id',\n incremental_strategy = 'insert_overwrite' if target.type in ('bigquery', 'databricks', 'spark') else 'delete+insert',\n file_format='delta'\n )\n}}\n\n-- grab column names that were pivoted out\n{%- set pivot_data_columns = adapter.get_columns_in_relation(ref('int_jira__field_history_scd')) -%}\n\n{% if is_incremental() %}\n-- set max date_day with lookback as a variable for multiple uses\n{% set max_date_week = jira.jira_lookback(from_date='max(date_week)', datepart='week', interval=var('lookback_window', 1)) %}\n{% endif %}\n\n-- in intermediate/field_history/\nwith pivoted_daily_history as (\n\n select * \n from {{ ref('int_jira__field_history_scd') }}\n\n {% if is_incremental() %}\n where cast({{ dbt.date_trunc('week', 'valid_starting_on') }} as date) >= {{ max_date_week }}\n), \n\n-- If no issue fields have been updated since the last incremental run, the pivoted_daily_history CTE will return no record/rows.\n-- When this is the case, we need to grab the most recent week's records from the previously built table so that we can persist \n-- those values into the future.\n\nmost_recent_data as ( \n select \n *\n from {{ this }}\n where date_week >= {{ max_date_week }}\n{% endif %}\n), \n\n-- in intermediate/field_history/\ncalendar as (\n\n select *\n from {{ ref('int_jira__issue_calendar_spine') }}\n\n {% if is_incremental() %}\n where date_day >= {{ max_date_week }}\n {% endif %}\n), \n\nfield_option as (\n \n select *\n from {{ ref('stg_jira__field_option') }}\n),\n\nstatuses as (\n \n select *\n from {{ ref('stg_jira__status') }}\n),\n\nissue_types as (\n \n select *\n from {{ ref('stg_jira__issue_type') }}\n),\n\n{% if var('jira_using_teams', True) %}\nteams as ( \n\n select * \n from {{ ref('stg_jira__team') }} \n),\n{% endif %}\n\n{% if var('jira_using_components', True) %}\ncomponents as (\n\n select *\n from {{ ref('stg_jira__component') }}\n),\n{% endif %}\n\nprojects as (\n\n select *\n from {{ ref('stg_jira__project') }}\n),\n\nusers as (\n\n select *\n from {{ ref('stg_jira__user') }}\n),\n\njoined as (\n\n select\n calendar.date_day,\n calendar.issue_id,\n calendar.source_relation\n\n {% if is_incremental() %} \n {% for col in pivot_data_columns %}\n {% if col.name|lower == 'components' and var('jira_using_components', True) %}\n , coalesce(pivoted_daily_history.components, most_recent_data.components) as components\n\n {% elif col.name|lower == 'team' and var('jira_using_teams', True) %} \n , coalesce(pivoted_daily_history.team, most_recent_data.team) as team \n\n {% elif col.name|lower not in ['issue_day_id', 'issue_id', 'valid_starting_on', 'valid_starting_at_week', 'components', 'team', 'source_relation'] %}\n , coalesce(pivoted_daily_history.{{ col.name }}, most_recent_data.{{ col.name }}) as {{ col.name }}\n\n {% endif %}\n {% endfor %} \n\n {% else %}\n {% for col in pivot_data_columns %}\n {% if col.name|lower == 'components' and var('jira_using_components', True) %}\n , pivoted_daily_history.components\n\n {% elif col.name|lower == 'team' and var('jira_using_teams', True) %} \n , pivoted_daily_history.team\n\n {% elif col.name|lower not in ['issue_day_id', 'issue_id', 'valid_starting_on', 'valid_starting_at_week', 'components','team', 'source_relation'] %}\n , pivoted_daily_history.{{ col.name }}\n\n {% endif %}\n {% endfor %} \n {% endif %} \n \n from calendar\n left join pivoted_daily_history\n on calendar.issue_id = pivoted_daily_history.issue_id\n and calendar.source_relation = pivoted_daily_history.source_relation\n and calendar.date_day = pivoted_daily_history.valid_starting_on\n\n {% if is_incremental() %}\n left join most_recent_data\n on calendar.issue_id = most_recent_data.issue_id\n and calendar.source_relation = most_recent_data.source_relation\n and calendar.date_day = most_recent_data.date_day\n {% endif %}\n),\n\nset_values as (\n select\n joined.date_day,\n joined.issue_id,\n joined.source_relation,\n joined.status_id,\n sum( case when joined.status_id is null then 0 else 1 end) over ( partition by issue_id {{ jira.partition_by_source_relation(alias='joined') }}\n order by date_day rows unbounded preceding) as status_id_field_partition\n\n -- list of exception columns\n {% set exception_cols = ['issue_id', 'issue_day_id', 'valid_starting_on', 'valid_starting_at_week', 'status', 'status_id', 'components', 'issue_type', 'project', 'assignee', 'team', 'source_relation'] %}\n\n {% for col in pivot_data_columns %}\n {% if col.name|lower == 'components' and var('jira_using_components', True) %}\n , coalesce(components.component_name, joined.components) as components\n , sum(case when joined.components is null then 0 else 1 end) over (partition by issue_id {{ jira.partition_by_source_relation(alias='joined') }} order by date_day rows unbounded preceding) as component_field_partition\n\n {% elif col.name|lower == 'issue_type' %}\n , coalesce(issue_types.issue_type_name, joined.issue_type) as issue_type\n , sum(case when joined.issue_type is null then 0 else 1 end) over (partition by issue_id {{ jira.partition_by_source_relation(alias='joined') }} order by date_day rows unbounded preceding) as issue_type_field_partition\n\n {% elif col.name|lower == 'team' and var('jira_using_teams', True) %}\n , coalesce(teams.team_name, joined.team) as team\n , sum(case when joined.team is null then 0 else 1 end) over ( partition by issue_id {{ jira.partition_by_source_relation(alias='joined') }}\n order by date_day rows unbounded preceding) as team_field_partition\n\n {% elif col.name|lower == 'project' %}\n , coalesce(projects.project_name, joined.project) as project\n , sum(case when joined.project is null then 0 else 1 end) over (partition by issue_id {{ jira.partition_by_source_relation(alias='joined') }} order by date_day rows unbounded preceding) as project_field_partition\n\n {% elif col.name|lower == 'assignee' %}\n , coalesce(users.user_display_name, joined.assignee) as assignee\n , sum(case when joined.assignee is null then 0 else 1 end) over (partition by issue_id {{ jira.partition_by_source_relation(alias='joined') }} order by date_day rows unbounded preceding) as assignee_field_partition\n\n {% elif col.name|lower not in exception_cols %}\n , coalesce(field_option_{{ col.name }}.field_option_name, joined.{{ col.name }}) as {{ col.name }}\n -- create a batch/partition once a new value is provided\n , sum( case when joined.{{ col.name }} is null then 0 else 1 end) over ( partition by issue_id {{ jira.partition_by_source_relation(alias='joined') }}\n order by date_day rows unbounded preceding) as {{ col.name }}_field_partition\n\n {% endif %}\n {% endfor %}\n\n from joined\n\n {% for col in pivot_data_columns %}\n {% if col.name|lower == 'components' and var('jira_using_components', True) %}\n left join components\n on cast(components.component_id as {{ dbt.type_string() }}) = joined.components\n and components.source_relation = joined.source_relation\n\n {% elif col.name|lower == 'issue_type' %}\n left join issue_types\n on cast(issue_types.issue_type_id as {{ dbt.type_string() }}) = joined.issue_type\n and issue_types.source_relation = joined.source_relation\n\n {% elif col.name|lower == 'project' %}\n left join projects\n on cast(projects.project_id as {{ dbt.type_string() }}) = joined.project\n and projects.source_relation = joined.source_relation\n\n {% elif col.name|lower == 'assignee' %}\n left join users\n on cast(users.user_id as {{ dbt.type_string() }}) = joined.assignee\n and users.source_relation = joined.source_relation\n\n {% elif col.name|lower == 'team' and var('jira_using_teams', True) %}\n left join teams\n on cast(teams.team_id as {{ dbt.type_string() }}) = joined.team\n and teams.source_relation = joined.source_relation\n\n {% elif col.name|lower not in exception_cols %}\n left join field_option as field_option_{{ col.name }}\n on cast(field_option_{{ col.name }}.field_id as {{ dbt.type_string() }}) = joined.{{ col.name }}\n and field_option_{{ col.name }}.source_relation = joined.source_relation\n\n {% endif %}\n {% endfor %}\n),\n\nfill_values as (\n\n select\n date_day,\n issue_id,\n source_relation,\n first_value( status_id ) over (\n partition by issue_id, status_id_field_partition {{ jira.partition_by_source_relation() }}\n order by date_day asc rows between unbounded preceding and current row) as status_id\n\n {% for col in pivot_data_columns %}\n {% if col.name|lower == 'components' and var('jira_using_components', True) %}\n , first_value(components) over (\n partition by issue_id, component_field_partition {{ jira.partition_by_source_relation() }}\n order by date_day asc rows between unbounded preceding and current row) as components\n\n {% elif col.name|lower == 'project' %}\n , first_value(project) over (\n partition by issue_id, project_field_partition {{ jira.partition_by_source_relation() }}\n order by date_day asc rows between unbounded preceding and current row) as project\n\n {% elif col.name|lower == 'assignee' %}\n , first_value(assignee) over (\n partition by issue_id, assignee_field_partition {{ jira.partition_by_source_relation() }}\n order by date_day asc rows between unbounded preceding and current row) as assignee\n\n {% elif col.name|lower == 'team' and var('jira_using_teams', True) %}\n , first_value(team) over (\n partition by issue_id, team_field_partition {{ jira.partition_by_source_relation() }}\n order by date_day asc rows between unbounded preceding and current row) as team\n\n {% elif col.name|lower not in ['issue_id', 'issue_day_id', 'valid_starting_on', 'valid_starting_at_week', 'status', 'status_id', 'components', 'project', 'assignee', 'team', 'source_relation'] %}\n\n -- grab the value that started this batch/partition\n , first_value( {{ col.name }} ) over (\n partition by issue_id, {{ col.name }}_field_partition {{ jira.partition_by_source_relation() }}\n order by date_day asc rows between unbounded preceding and current row) as {{ col.name }}\n\n {% endif %}\n {% endfor %}\n\n from set_values\n),\n\nfix_null_values as (\n\n select\n date_day,\n issue_id,\n source_relation\n\n {% for col in pivot_data_columns %}\n {% if col.name|lower == 'components' and var('jira_using_components', True) %}\n , case when components = '-is_null' then null else components end as components\n\n {% elif col.name|lower == 'project' %}\n , case when project = '-is_null' then null else project end as project\n\n {% elif col.name|lower == 'assignee' %}\n , case when assignee = '-is_null' then null else assignee end as assignee\n\n {% elif col.name|lower == 'team' and var('jira_using_teams', True) %}\n , case when team = '-is_null' then null else team end as team\n\n {% elif col.name|lower not in ['issue_id','issue_day_id','valid_starting_on', 'valid_starting_at_week', 'status', 'components', 'project', 'assignee', 'team', 'source_relation'] %}\n -- we de-nulled the true null values earlier in order to differentiate them from nulls that just needed to be backfilled\n , case when {{ col.name }} = '-is_null' then null else {{ col.name }} end as {{ col.name }}\n\n {% endif %}\n {% endfor %}\n\n from fill_values\n\n),\n\nsurrogate_key as (\n\n select\n fix_null_values.date_day,\n cast({{ dbt.date_trunc('week', 'fix_null_values.date_day') }} as date) as date_week,\n fix_null_values.issue_id,\n fix_null_values.source_relation,\n statuses.status_name as status\n\n {% for col in pivot_data_columns %}\n {% if col.name|lower == 'components' and var('jira_using_components', True) %}\n , fix_null_values.components as components\n\n {% elif col.name|lower == 'project' %}\n , fix_null_values.project as project\n\n {% elif col.name|lower == 'assignee' %}\n , fix_null_values.assignee as assignee\n\n {% elif col.name|lower == 'team' and var('jira_using_teams', True) %}\n , fix_null_values.team as team\n\n {% elif col.name|lower not in ['issue_id','issue_day_id','valid_starting_on', 'valid_starting_at_week', 'status', 'components', 'project', 'assignee', 'team', 'source_relation'] %}\n , fix_null_values.{{ col.name }} as {{ col.name }}\n\n {% endif %}\n {% endfor %}\n\n , {{ dbt_utils.generate_surrogate_key(['fix_null_values.date_day','fix_null_values.issue_id','fix_null_values.source_relation']) }} as issue_day_id\n\n from fix_null_values\n\n left join statuses\n on cast(statuses.status_id as {{ dbt.type_string() }}) = fix_null_values.status_id\n and statuses.source_relation = fix_null_values.source_relation\n)\n\nselect *\nfrom surrogate_key", "doc_blocks": [], "language": "sql", "refs": [{"name": "int_jira__field_history_scd", "package": null, "version": null}, {"name": "int_jira__field_history_scd", "package": null, "version": null}, {"name": "int_jira__issue_calendar_spine", "package": null, "version": null}, {"name": "stg_jira__field_option", "package": null, "version": null}, {"name": "stg_jira__status", "package": null, "version": null}, {"name": "stg_jira__issue_type", "package": null, "version": null}, {"name": "stg_jira__team", "package": null, "version": null}, {"name": "stg_jira__component", "package": null, "version": null}, {"name": "stg_jira__project", "package": null, "version": null}, {"name": "stg_jira__user", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.jira.jira_is_incremental_compatible", "macro.dbt.is_incremental", "macro.jira.partition_by_source_relation", "macro.dbt.date_trunc", "macro.dbt_utils.generate_surrogate_key", "macro.dbt.type_string", "macro.jira.jira_lookback"], "nodes": ["model.jira.int_jira__field_history_scd", "model.jira.int_jira__issue_calendar_spine", "model.jira.stg_jira__field_option", "model.jira.stg_jira__status", "model.jira.stg_jira__issue_type", "model.jira.stg_jira__team", "model.jira.stg_jira__component", "model.jira.stg_jira__project", "model.jira.stg_jira__user"]}, "compiled_path": "target/compiled/jira/models/jira__daily_issue_field_history.sql", "compiled": true, "compiled_code": "\n\n-- grab column names that were pivoted out\n-- set max date_day with lookback as a variable for multiple uses\n\n\n\n-- in intermediate/field_history/\nwith __dbt__cte__int_jira__issue_calendar_spine as (\nwith spine as (\n\n -- depends_on: \"postgres\".\"public_jira\".\"stg_jira__issue_tmp\"\n \n \n\n select\n cast(date_day as date) as date_day\n from (\n \n\n\n\n\n\nwith rawdata as (\n\n \n\n \n\n with p as (\n select 0 as generated_number union all select 1\n ), unioned as (\n\n select\n\n \n p0.generated_number * power(2, 0)\n + \n \n p1.generated_number * power(2, 1)\n + \n \n p2.generated_number * power(2, 2)\n + \n \n p3.generated_number * power(2, 3)\n + \n \n p4.generated_number * power(2, 4)\n + \n \n p5.generated_number * power(2, 5)\n + \n \n p6.generated_number * power(2, 6)\n + \n \n p7.generated_number * power(2, 7)\n + \n \n p8.generated_number * power(2, 8)\n + \n \n p9.generated_number * power(2, 9)\n + \n \n p10.generated_number * power(2, 10)\n + \n \n p11.generated_number * power(2, 11)\n \n \n + 1\n as generated_number\n\n from\n\n \n p as p0\n cross join \n \n p as p1\n cross join \n \n p as p2\n cross join \n \n p as p3\n cross join \n \n p as p4\n cross join \n \n p as p5\n cross join \n \n p as p6\n cross join \n \n p as p7\n cross join \n \n p as p8\n cross join \n \n p as p9\n cross join \n \n p as p10\n cross join \n \n p as p11\n \n \n\n )\n\n select *\n from unioned\n where generated_number <= 3784\n order by generated_number\n\n\n\n),\n\nall_periods as (\n\n select (\n \n\n cast('2016-01-01' as date) + ((interval '1 day') * (row_number() over (order by generated_number) - 1))\n\n\n ) as date_day\n from rawdata\n\n),\n\nfiltered as (\n\n select *\n from all_periods\n where date_day <= \n\n now() + ((interval '1 week') * (1))\n\n\n\n)\n\nselect * from filtered\n\n\n ) as date_spine\n),\n\nissue_history_scd as (\n \n select *\n from \"postgres\".\"public_jira\".\"int_jira__field_history_scd\"\n),\n\nissue_dates as (\n\n select\n issue_history_scd.issue_id,\n issue_history_scd.source_relation,\n cast( date_trunc('day', issue.created_at) as date) as created_on,\n -- resolved_at will become null if an issue is marked as un-resolved. if this sorta thing happens often, you may want to run full-refreshes of the field_history models often\n -- if it's not resolved include everything up to today. if it is, look at the last time it was updated\n cast(date_trunc('day', case when issue.resolved_at is null then now() else cast(issue_history_scd.valid_starting_on as timestamp) end)\n as date) as open_until\n from issue_history_scd\n left join \"postgres\".\"public_jira\".\"stg_jira__issue\" as issue\n on issue_history_scd.issue_id = issue.issue_id\n and issue_history_scd.source_relation = issue.source_relation\n),\n\nissue_spine as (\n\n select\n spine.date_day,\n issue_dates.issue_id,\n issue_dates.source_relation,\n -- will take the table-wide min of this in the incremental block at the top of this model\n min(issue_dates.open_until) as earliest_open_until_date\n\n from spine\n join issue_dates on\n issue_dates.created_on <= spine.date_day\n and \n\n issue_dates.open_until + ((interval '1 month') * (1))\n\n >= spine.date_day\n -- if we cut off issues, we're going to have to do a full refresh to catch issues that have been un-resolved\n group by 1,2,3\n),\n\nsurrogate_key as (\n\n select\n date_day,\n issue_id,\n source_relation,\n md5(cast(coalesce(cast(date_day as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(issue_id as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(source_relation as TEXT), '_dbt_utils_surrogate_key_null_') as TEXT)) as issue_day_id,\n earliest_open_until_date,\n cast(date_trunc('week', earliest_open_until_date) as date) as earliest_open_until_week\n\n from issue_spine\n\n where date_day <= cast( now() as date)\n)\n\nselect *\nfrom surrogate_key\n), pivoted_daily_history as (\n\n select * \n from \"postgres\".\"public_jira\".\"int_jira__field_history_scd\"\n\n \n where cast(date_trunc('week', valid_starting_on) as date) >= \n\n\n\n \n\n \n\n cast('2026-05-04' as date) + ((interval '1 week') * (-1))\n\n\n\n\n), \n\n-- If no issue fields have been updated since the last incremental run, the pivoted_daily_history CTE will return no record/rows.\n-- When this is the case, we need to grab the most recent week's records from the previously built table so that we can persist \n-- those values into the future.\n\nmost_recent_data as ( \n select \n *\n from \"postgres\".\"public_jira\".\"jira__daily_issue_field_history\"\n where date_week >= \n\n\n\n \n\n \n\n cast('2026-05-04' as date) + ((interval '1 week') * (-1))\n\n\n\n\n\n), \n\n-- in intermediate/field_history/\ncalendar as (\n\n select *\n from __dbt__cte__int_jira__issue_calendar_spine\n\n \n where date_day >= \n\n\n\n \n\n \n\n cast('2026-05-04' as date) + ((interval '1 week') * (-1))\n\n\n\n\n \n), \n\nfield_option as (\n \n select *\n from \"postgres\".\"public_jira\".\"stg_jira__field_option\"\n),\n\nstatuses as (\n \n select *\n from \"postgres\".\"public_jira\".\"stg_jira__status\"\n),\n\nissue_types as (\n \n select *\n from \"postgres\".\"public_jira\".\"stg_jira__issue_type\"\n),\n\n\nteams as ( \n\n select * \n from \"postgres\".\"public_jira\".\"stg_jira__team\" \n),\n\n\n\ncomponents as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__component\"\n),\n\n\nprojects as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__project\"\n),\n\nusers as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__user\"\n),\n\njoined as (\n\n select\n calendar.date_day,\n calendar.issue_id,\n calendar.source_relation\n\n \n \n \n \n \n \n \n \n \n \n \n , coalesce(pivoted_daily_history.status_id, most_recent_data.status_id) as status_id\n\n \n \n \n \n \n , coalesce(pivoted_daily_history.status, most_recent_data.status) as status\n\n \n \n \n , coalesce(pivoted_daily_history.sprint, most_recent_data.sprint) as sprint\n\n \n \n \n , coalesce(pivoted_daily_history.sprint_name, most_recent_data.sprint_name) as sprint_name\n\n \n \n \n , coalesce(pivoted_daily_history.team, most_recent_data.team) as team \n\n \n \n\n \n \n from calendar\n left join pivoted_daily_history\n on calendar.issue_id = pivoted_daily_history.issue_id\n and calendar.source_relation = pivoted_daily_history.source_relation\n and calendar.date_day = pivoted_daily_history.valid_starting_on\n\n \n left join most_recent_data\n on calendar.issue_id = most_recent_data.issue_id\n and calendar.source_relation = most_recent_data.source_relation\n and calendar.date_day = most_recent_data.date_day\n \n),\n\nset_values as (\n select\n joined.date_day,\n joined.issue_id,\n joined.source_relation,\n joined.status_id,\n sum( case when joined.status_id is null then 0 else 1 end) over ( partition by issue_id \n order by date_day rows unbounded preceding) as status_id_field_partition\n\n -- list of exception columns\n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n , coalesce(field_option_sprint.field_option_name, joined.sprint) as sprint\n -- create a batch/partition once a new value is provided\n , sum( case when joined.sprint is null then 0 else 1 end) over ( partition by issue_id \n order by date_day rows unbounded preceding) as sprint_field_partition\n\n \n \n \n , coalesce(field_option_sprint_name.field_option_name, joined.sprint_name) as sprint_name\n -- create a batch/partition once a new value is provided\n , sum( case when joined.sprint_name is null then 0 else 1 end) over ( partition by issue_id \n order by date_day rows unbounded preceding) as sprint_name_field_partition\n\n \n \n \n , coalesce(teams.team_name, joined.team) as team\n , sum(case when joined.team is null then 0 else 1 end) over ( partition by issue_id \n order by date_day rows unbounded preceding) as team_field_partition\n\n \n \n\n from joined\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n left join field_option as field_option_sprint\n on cast(field_option_sprint.field_id as TEXT) = joined.sprint\n and field_option_sprint.source_relation = joined.source_relation\n\n \n \n \n left join field_option as field_option_sprint_name\n on cast(field_option_sprint_name.field_id as TEXT) = joined.sprint_name\n and field_option_sprint_name.source_relation = joined.source_relation\n\n \n \n \n left join teams\n on cast(teams.team_id as TEXT) = joined.team\n and teams.source_relation = joined.source_relation\n\n \n \n),\n\nfill_values as (\n\n select\n date_day,\n issue_id,\n source_relation,\n first_value( status_id ) over (\n partition by issue_id, status_id_field_partition \n order by date_day asc rows between unbounded preceding and current row) as status_id\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n -- grab the value that started this batch/partition\n , first_value( sprint ) over (\n partition by issue_id, sprint_field_partition \n order by date_day asc rows between unbounded preceding and current row) as sprint\n\n \n \n \n\n -- grab the value that started this batch/partition\n , first_value( sprint_name ) over (\n partition by issue_id, sprint_name_field_partition \n order by date_day asc rows between unbounded preceding and current row) as sprint_name\n\n \n \n \n , first_value(team) over (\n partition by issue_id, team_field_partition \n order by date_day asc rows between unbounded preceding and current row) as team\n\n \n \n\n from set_values\n),\n\nfix_null_values as (\n\n select\n date_day,\n issue_id,\n source_relation\n\n \n \n \n \n \n \n \n \n \n \n -- we de-nulled the true null values earlier in order to differentiate them from nulls that just needed to be backfilled\n , case when status_id = '-is_null' then null else status_id end as status_id\n\n \n \n \n \n \n \n \n -- we de-nulled the true null values earlier in order to differentiate them from nulls that just needed to be backfilled\n , case when sprint = '-is_null' then null else sprint end as sprint\n\n \n \n \n -- we de-nulled the true null values earlier in order to differentiate them from nulls that just needed to be backfilled\n , case when sprint_name = '-is_null' then null else sprint_name end as sprint_name\n\n \n \n \n , case when team = '-is_null' then null else team end as team\n\n \n \n\n from fill_values\n\n),\n\nsurrogate_key as (\n\n select\n fix_null_values.date_day,\n cast(date_trunc('week', fix_null_values.date_day) as date) as date_week,\n fix_null_values.issue_id,\n fix_null_values.source_relation,\n statuses.status_name as status\n\n \n \n \n \n \n \n \n \n \n \n , fix_null_values.status_id as status_id\n\n \n \n \n \n \n \n \n , fix_null_values.sprint as sprint\n\n \n \n \n , fix_null_values.sprint_name as sprint_name\n\n \n \n \n , fix_null_values.team as team\n\n \n \n\n , md5(cast(coalesce(cast(fix_null_values.date_day as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(fix_null_values.issue_id as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(fix_null_values.source_relation as TEXT), '_dbt_utils_surrogate_key_null_') as TEXT)) as issue_day_id\n\n from fix_null_values\n\n left join statuses\n on cast(statuses.status_id as TEXT) = fix_null_values.status_id\n and statuses.source_relation = fix_null_values.source_relation\n)\n\nselect *\nfrom surrogate_key", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.jira.int_jira__issue_calendar_spine", "sql": " __dbt__cte__int_jira__issue_calendar_spine as (\nwith spine as (\n\n -- depends_on: \"postgres\".\"public_jira\".\"stg_jira__issue_tmp\"\n \n \n\n select\n cast(date_day as date) as date_day\n from (\n \n\n\n\n\n\nwith rawdata as (\n\n \n\n \n\n with p as (\n select 0 as generated_number union all select 1\n ), unioned as (\n\n select\n\n \n p0.generated_number * power(2, 0)\n + \n \n p1.generated_number * power(2, 1)\n + \n \n p2.generated_number * power(2, 2)\n + \n \n p3.generated_number * power(2, 3)\n + \n \n p4.generated_number * power(2, 4)\n + \n \n p5.generated_number * power(2, 5)\n + \n \n p6.generated_number * power(2, 6)\n + \n \n p7.generated_number * power(2, 7)\n + \n \n p8.generated_number * power(2, 8)\n + \n \n p9.generated_number * power(2, 9)\n + \n \n p10.generated_number * power(2, 10)\n + \n \n p11.generated_number * power(2, 11)\n \n \n + 1\n as generated_number\n\n from\n\n \n p as p0\n cross join \n \n p as p1\n cross join \n \n p as p2\n cross join \n \n p as p3\n cross join \n \n p as p4\n cross join \n \n p as p5\n cross join \n \n p as p6\n cross join \n \n p as p7\n cross join \n \n p as p8\n cross join \n \n p as p9\n cross join \n \n p as p10\n cross join \n \n p as p11\n \n \n\n )\n\n select *\n from unioned\n where generated_number <= 3784\n order by generated_number\n\n\n\n),\n\nall_periods as (\n\n select (\n \n\n cast('2016-01-01' as date) + ((interval '1 day') * (row_number() over (order by generated_number) - 1))\n\n\n ) as date_day\n from rawdata\n\n),\n\nfiltered as (\n\n select *\n from all_periods\n where date_day <= \n\n now() + ((interval '1 week') * (1))\n\n\n\n)\n\nselect * from filtered\n\n\n ) as date_spine\n),\n\nissue_history_scd as (\n \n select *\n from \"postgres\".\"public_jira\".\"int_jira__field_history_scd\"\n),\n\nissue_dates as (\n\n select\n issue_history_scd.issue_id,\n issue_history_scd.source_relation,\n cast( date_trunc('day', issue.created_at) as date) as created_on,\n -- resolved_at will become null if an issue is marked as un-resolved. if this sorta thing happens often, you may want to run full-refreshes of the field_history models often\n -- if it's not resolved include everything up to today. if it is, look at the last time it was updated\n cast(date_trunc('day', case when issue.resolved_at is null then now() else cast(issue_history_scd.valid_starting_on as timestamp) end)\n as date) as open_until\n from issue_history_scd\n left join \"postgres\".\"public_jira\".\"stg_jira__issue\" as issue\n on issue_history_scd.issue_id = issue.issue_id\n and issue_history_scd.source_relation = issue.source_relation\n),\n\nissue_spine as (\n\n select\n spine.date_day,\n issue_dates.issue_id,\n issue_dates.source_relation,\n -- will take the table-wide min of this in the incremental block at the top of this model\n min(issue_dates.open_until) as earliest_open_until_date\n\n from spine\n join issue_dates on\n issue_dates.created_on <= spine.date_day\n and \n\n issue_dates.open_until + ((interval '1 month') * (1))\n\n >= spine.date_day\n -- if we cut off issues, we're going to have to do a full refresh to catch issues that have been un-resolved\n group by 1,2,3\n),\n\nsurrogate_key as (\n\n select\n date_day,\n issue_id,\n source_relation,\n md5(cast(coalesce(cast(date_day as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(issue_id as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(source_relation as TEXT), '_dbt_utils_surrogate_key_null_') as TEXT)) as issue_day_id,\n earliest_open_until_date,\n cast(date_trunc('week', earliest_open_until_date) as date) as earliest_open_until_week\n\n from issue_spine\n\n where date_day <= cast( now() as date)\n)\n\nselect *\nfrom surrogate_key\n)"}], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": ["issue_day_id"], "time_spine": null}, "model.jira.jira__user_enhanced": {"database": "postgres", "schema": "public_jira", "name": "jira__user_enhanced", "resource_type": "model", "package_name": "jira", "path": "jira__user_enhanced.sql", "original_file_path": "models/jira__user_enhanced.sql", "unique_id": "model.jira.jira__user_enhanced", "fqn": ["jira", "jira__user_enhanced"], "alias": "jira__user_enhanced", "checksum": {"name": "sha256", "checksum": "278baa214d26b9abd35265563cb3af6ece5b6b5babbefb3b9c7f8ca854fe9e4a"}, "config": {"enabled": true, "alias": null, "schema": "jira", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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 of users enriched with their projects, and the volume and velocity of their issues.\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.jira.source_relation"]}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran last synced this record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "user_id": {"name": "user_id", "description": "Unique ID of the user.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "email": {"name": "email", "description": "Email associated with the user acccount.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "locale": {"name": "locale", "description": "The Java locale of the user.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "user_display_name": {"name": "user_display_name", "description": "Name of the user as it appears in the UI.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "time_zone": {"name": "time_zone", "description": "The user's timezone, as defined in their settings.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "username": {"name": "username", "description": "Account username.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "projects": {"name": "projects", "description": "Comma-separated list of projects on which the user has been assigned to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "count_closed_issues": {"name": "count_closed_issues", "description": "The number of issues that the user has closed (while being assigned to).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "count_open_issues": {"name": "count_open_issues", "description": "The number of currently open issues that the user is assigned to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "avg_close_time_seconds": {"name": "avg_close_time_seconds", "description": "The average time taken to close issues since assignment, in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "avg_age_currently_open_seconds": {"name": "avg_age_currently_open_seconds", "description": "The average age of a user's currently open issues.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "median_close_time_seconds": {"name": "median_close_time_seconds", "description": "The median time taken to close issues since assignment, in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "median_age_currently_open_seconds": {"name": "median_age_currently_open_seconds", "description": "The median age of a user's currently open issues.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "avg_close_time_days": {"name": "avg_close_time_days", "description": "The average time taken to close issues since assignment, in days.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "avg_age_currently_open_days": {"name": "avg_age_currently_open_days", "description": "The average age of a user's currently open issues.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "median_close_time_days": {"name": "median_close_time_days", "description": "The median time taken to close issues since assignment, in days.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "median_age_currently_open_days": {"name": "median_age_currently_open_days", "description": "The median age of a user's currently open issues.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_active": {"name": "is_active", "description": "Boolean showing whether this user is currently active.", "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": "jira://models/jira.yml", "build_path": null, "unrendered_config": {"materialized": "table", "schema": "{{ 'jira_integrations_tests_sqlw' if target.name == 'databricks-sql' else 'jira' }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1778007513.7833738, "relation_name": "\"postgres\".\"public_jira\".\"jira__user_enhanced\"", "raw_code": "with jira_user as (\n\n select *\n from {{ ref('stg_jira__user') }}\n),\n\nuser_metrics as (\n\n select *\n from {{ ref('int_jira__user_metrics') }}\n),\n\nissue as (\n\n select *\n from {{ ref('jira__issue_enhanced') }} \n),\n\nuser_project as (\n\n select\n assignee_user_id,\n source_relation,\n project_name\n from issue\n group by 1, 2, 3\n),\n\nagg_user_projects as (\n\n select\n assignee_user_id,\n source_relation,\n {{ fivetran_utils.string_agg( \"project_name\", \"', '\" ) }} as projects\n from user_project\n group by 1, 2\n),\n\nuser_join as (\n\n select\n jira_user.*,\n agg_user_projects.projects, -- projects they've worked on issues for\n coalesce(user_metrics.count_closed_issues, 0) as count_closed_issues,\n coalesce(user_metrics.count_open_issues, 0) as count_open_issues,\n -- days\n user_metrics.avg_close_time_days,\n user_metrics.avg_age_currently_open_days,\n user_metrics.median_close_time_days,\n user_metrics.median_age_currently_open_days,\n -- seconds\n user_metrics.avg_close_time_seconds,\n user_metrics.avg_age_currently_open_seconds,\n user_metrics.median_close_time_seconds,\n user_metrics.median_age_currently_open_seconds\n from jira_user\n left join user_metrics\n on jira_user.user_id = user_metrics.user_id\n and jira_user.source_relation = user_metrics.source_relation\n left join agg_user_projects\n on jira_user.user_id = agg_user_projects.assignee_user_id\n and jira_user.source_relation = agg_user_projects.source_relation\n)\n\nselect * \nfrom user_join", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__user", "package": null, "version": null}, {"name": "int_jira__user_metrics", "package": null, "version": null}, {"name": "jira__issue_enhanced", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.fivetran_utils.string_agg"], "nodes": ["model.jira.stg_jira__user", "model.jira.int_jira__user_metrics", "model.jira.jira__issue_enhanced"]}, "compiled_path": "target/compiled/jira/models/jira__user_enhanced.sql", "compiled": true, "compiled_code": "with __dbt__cte__int_jira__user_metrics as (\nwith issue as (\n\n select *\n from \"postgres\".\"public_jira\".\"jira__issue_enhanced\" \n where assignee_user_id is not null\n),\n\ncalculate_medians as (\n\n select\n assignee_user_id as user_id,\n source_relation,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by case when resolved_at is not null then last_assignment_duration_seconds end )\n /* have to group by partition field */\n\n as numeric(28,6)), 0) as median_close_time_seconds,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by case when resolved_at is null then last_assignment_duration_seconds end )\n /* have to group by partition field */\n\n as numeric(28,6)), 0) as median_age_currently_open_seconds\n from issue\n group by 1, 2 \n),\n\n-- grouping because the medians were calculated using window functions (except postgres)\nmedian_metrics as (\n\n select\n user_id,\n source_relation,\n median_close_time_seconds,\n median_age_currently_open_seconds\n from calculate_medians\n group by 1,2,3,4\n),\n\n\nuser_issues as (\n\n select\n assignee_user_id as user_id,\n source_relation,\n sum(case when resolved_at is not null then 1 else 0 end) as count_closed_issues,\n sum(case when resolved_at is null then 1 else 0 end) as count_open_issues,\n sum(case when resolved_at is not null then last_assignment_duration_seconds end) as sum_close_time_seconds,\n sum(case when resolved_at is null then last_assignment_duration_seconds end) as sum_current_open_seconds\n from issue\n group by 1, 2\n),\n\ncalculate_avg_metrics as (\n\n select\n user_id,\n source_relation,\n count_closed_issues,\n count_open_issues,\n case when count_closed_issues = 0 then 0 else\n round(cast(sum_close_time_seconds * 1.0 / count_closed_issues as numeric(28,6) ), 0) end as avg_close_time_seconds,\n case when count_open_issues = 0 then 0 else\n round(cast(sum_current_open_seconds * 1.0 / count_open_issues as numeric(28,6) ), 0) end as avg_age_currently_open_seconds\n from user_issues\n),\n\njoin_metrics as (\n\n select\n calculate_avg_metrics.*,\n round(cast(calculate_avg_metrics.avg_close_time_seconds / 86400.0 as numeric(28,6) ), 0) as avg_close_time_days,\n round(cast(calculate_avg_metrics.avg_age_currently_open_seconds / 86400.0 as numeric(28,6) ), 0) as avg_age_currently_open_days,\n median_metrics.median_close_time_seconds,\n median_metrics.median_age_currently_open_seconds,\n round(cast(median_metrics.median_close_time_seconds / 86400.0 as numeric(28,6) ), 0) as median_close_time_days,\n round(cast(median_metrics.median_age_currently_open_seconds / 86400.0 as numeric(28,6) ), 0) as median_age_currently_open_days \n from calculate_avg_metrics\n left join median_metrics on\n calculate_avg_metrics.user_id = median_metrics.user_id\n and calculate_avg_metrics.source_relation = median_metrics.source_relation\n)\n\nselect * \nfrom join_metrics\n), jira_user as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__user\"\n),\n\nuser_metrics as (\n\n select *\n from __dbt__cte__int_jira__user_metrics\n),\n\nissue as (\n\n select *\n from \"postgres\".\"public_jira\".\"jira__issue_enhanced\" \n),\n\nuser_project as (\n\n select\n assignee_user_id,\n source_relation,\n project_name\n from issue\n group by 1, 2, 3\n),\n\nagg_user_projects as (\n\n select\n assignee_user_id,\n source_relation,\n \n string_agg(project_name, ', ')\n\n as projects\n from user_project\n group by 1, 2\n),\n\nuser_join as (\n\n select\n jira_user.*,\n agg_user_projects.projects, -- projects they've worked on issues for\n coalesce(user_metrics.count_closed_issues, 0) as count_closed_issues,\n coalesce(user_metrics.count_open_issues, 0) as count_open_issues,\n -- days\n user_metrics.avg_close_time_days,\n user_metrics.avg_age_currently_open_days,\n user_metrics.median_close_time_days,\n user_metrics.median_age_currently_open_days,\n -- seconds\n user_metrics.avg_close_time_seconds,\n user_metrics.avg_age_currently_open_seconds,\n user_metrics.median_close_time_seconds,\n user_metrics.median_age_currently_open_seconds\n from jira_user\n left join user_metrics\n on jira_user.user_id = user_metrics.user_id\n and jira_user.source_relation = user_metrics.source_relation\n left join agg_user_projects\n on jira_user.user_id = agg_user_projects.assignee_user_id\n and jira_user.source_relation = agg_user_projects.source_relation\n)\n\nselect * \nfrom user_join", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.jira.int_jira__user_metrics", "sql": " __dbt__cte__int_jira__user_metrics as (\nwith issue as (\n\n select *\n from \"postgres\".\"public_jira\".\"jira__issue_enhanced\" \n where assignee_user_id is not null\n),\n\ncalculate_medians as (\n\n select\n assignee_user_id as user_id,\n source_relation,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by case when resolved_at is not null then last_assignment_duration_seconds end )\n /* have to group by partition field */\n\n as numeric(28,6)), 0) as median_close_time_seconds,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by case when resolved_at is null then last_assignment_duration_seconds end )\n /* have to group by partition field */\n\n as numeric(28,6)), 0) as median_age_currently_open_seconds\n from issue\n group by 1, 2 \n),\n\n-- grouping because the medians were calculated using window functions (except postgres)\nmedian_metrics as (\n\n select\n user_id,\n source_relation,\n median_close_time_seconds,\n median_age_currently_open_seconds\n from calculate_medians\n group by 1,2,3,4\n),\n\n\nuser_issues as (\n\n select\n assignee_user_id as user_id,\n source_relation,\n sum(case when resolved_at is not null then 1 else 0 end) as count_closed_issues,\n sum(case when resolved_at is null then 1 else 0 end) as count_open_issues,\n sum(case when resolved_at is not null then last_assignment_duration_seconds end) as sum_close_time_seconds,\n sum(case when resolved_at is null then last_assignment_duration_seconds end) as sum_current_open_seconds\n from issue\n group by 1, 2\n),\n\ncalculate_avg_metrics as (\n\n select\n user_id,\n source_relation,\n count_closed_issues,\n count_open_issues,\n case when count_closed_issues = 0 then 0 else\n round(cast(sum_close_time_seconds * 1.0 / count_closed_issues as numeric(28,6) ), 0) end as avg_close_time_seconds,\n case when count_open_issues = 0 then 0 else\n round(cast(sum_current_open_seconds * 1.0 / count_open_issues as numeric(28,6) ), 0) end as avg_age_currently_open_seconds\n from user_issues\n),\n\njoin_metrics as (\n\n select\n calculate_avg_metrics.*,\n round(cast(calculate_avg_metrics.avg_close_time_seconds / 86400.0 as numeric(28,6) ), 0) as avg_close_time_days,\n round(cast(calculate_avg_metrics.avg_age_currently_open_seconds / 86400.0 as numeric(28,6) ), 0) as avg_age_currently_open_days,\n median_metrics.median_close_time_seconds,\n median_metrics.median_age_currently_open_seconds,\n round(cast(median_metrics.median_close_time_seconds / 86400.0 as numeric(28,6) ), 0) as median_close_time_days,\n round(cast(median_metrics.median_age_currently_open_seconds / 86400.0 as numeric(28,6) ), 0) as median_age_currently_open_days \n from calculate_avg_metrics\n left join median_metrics on\n calculate_avg_metrics.user_id = median_metrics.user_id\n and calculate_avg_metrics.source_relation = median_metrics.source_relation\n)\n\nselect * \nfrom join_metrics\n)"}], "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.jira.jira__sprint_enhanced": {"database": "postgres", "schema": "public_jira", "name": "jira__sprint_enhanced", "resource_type": "model", "package_name": "jira", "path": "jira__sprint_enhanced.sql", "original_file_path": "models/jira__sprint_enhanced.sql", "unique_id": "model.jira.jira__sprint_enhanced", "fqn": ["jira", "jira__sprint_enhanced"], "alias": "jira__sprint_enhanced", "checksum": {"name": "sha256", "checksum": "ba814329f0895821bdc98e2723fc4d7149ebaf1112b2a5914fc09b7b1775bfde"}, "config": {"enabled": true, "alias": null, "schema": "jira", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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": "One row per sprint per team with metrics on issues created, resolved, and carried over, plus story point estimates. If teams are disabled, granularity is one row per sprint.\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.jira.source_relation"]}, "sprint_id": {"name": "sprint_id", "description": "Unique ID of the sprint.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sprint_name": {"name": "sprint_name", "description": "Name of the sprint.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "board_id": {"name": "board_id", "description": "Foreign key referencing the ID of the `board` that the sprint belongs to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sprint_started_at": {"name": "sprint_started_at", "description": "Timestamp of when the sprint began.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sprint_ended_at": {"name": "sprint_ended_at", "description": "Timestamp of when the sprint is planned to end.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sprint_completed_at": {"name": "sprint_completed_at", "description": "Timestamp of when the sprint was completed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sprint_assignees": {"name": "sprint_assignees", "description": "Total assignees in a sprint.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sprint_issues": {"name": "sprint_issues", "description": "Total issues in a sprint.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issues_committed": {"name": "issues_committed", "description": "Issues committed at the start of a sprint.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "open_sprint_issues": {"name": "open_sprint_issues", "description": "Issues that were open in a sprint.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "resolved_sprint_issues": {"name": "resolved_sprint_issues", "description": "Issues that were resolved in a sprint.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "original_estimate_seconds": {"name": "original_estimate_seconds", "description": "The original estimate of how long working on the issues in this sprint would take, in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "remaining_estimate_seconds": {"name": "remaining_estimate_seconds", "description": "The remaining estimate of how long working on the issues in this sprint would take, in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "time_spent_seconds": {"name": "time_spent_seconds", "description": "The time that was spent working on the issues in the sprint in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "team": {"name": "team", "description": "Name of the team with the associated issue metrics for the sprint. Can be null for issues not assigned to a team.", "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": "jira://models/jira.yml", "build_path": null, "unrendered_config": {"materialized": "table", "schema": "{{ 'jira_integrations_tests_sqlw' if target.name == 'databricks-sql' else 'jira' }}", "enabled": true, "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1778007513.779834, "relation_name": "\"postgres\".\"public_jira\".\"jira__sprint_enhanced\"", "raw_code": "{{ config(enabled=var('jira_using_sprints', True)) }}\n\n{% set using_teams = var('jira_using_teams', True) and var('jira_sprint_enhanced_include_teams', True) %}\n{% set issue_field_history_columns = var('issue_field_history_columns', []) | map('lower') | list %}\n{% set include_story_points = 'story points' in issue_field_history_columns %}\n{% set include_story_point_estimate = 'story point estimate' in issue_field_history_columns %}\n\n{# Base count of non-aggregated columns in final select (source_relation, sprint_id, sprint_name,\n sprint_started_at, sprint_ended_at, sprint_completed_at, board_id, sprint_assignees, sprint_issues,\n issues_committed, open_sprint_issues, resolved_sprint_issues = 12) #}\n{% set final_group_by_count = 12\n + (1 if using_teams else 0)\n + (3 if include_story_points else 0)\n + (3 if include_story_point_estimate else 0) %}\n\nwith daily_sprint_issue_history as (\n\n select *\n from {{ ref('jira__daily_sprint_issue_history') }}\n\n),\n\n{% if using_teams %}\n\nranked_issue_sprint_team as (\n\n select\n source_relation,\n sprint_id,\n issue_id,\n team,\n row_number() over (\n partition by source_relation, sprint_id, issue_id\n order by\n case when team is not null then 0 else 1 end,\n date_day desc\n ) as row_num\n from daily_sprint_issue_history\n\n),\n\nresolved_issue_sprint_team as (\n\n select\n source_relation,\n sprint_id,\n issue_id,\n team\n from ranked_issue_sprint_team\n where row_num = 1\n\n),\n\ndaily_sprint_issue_history_resolved as (\n\n select\n daily_sprint_issue_history.source_relation,\n daily_sprint_issue_history.issue_id,\n daily_sprint_issue_history.sprint_id,\n resolved_issue_sprint_team.team,\n daily_sprint_issue_history.date_day,\n daily_sprint_issue_history.sprint_name,\n daily_sprint_issue_history.sprint_started_at,\n daily_sprint_issue_history.sprint_ended_at,\n daily_sprint_issue_history.sprint_completed_at,\n daily_sprint_issue_history.board_id,\n daily_sprint_issue_history.assignee_user_id,\n daily_sprint_issue_history.original_estimate_seconds,\n daily_sprint_issue_history.remaining_estimate_seconds,\n daily_sprint_issue_history.time_spent_seconds,\n daily_sprint_issue_history.is_sprint_active,\n daily_sprint_issue_history.is_issue_open,\n daily_sprint_issue_history.issue_resolved_at,\n daily_sprint_issue_history.is_issue_resolved_in_sprint\n {% if include_story_points %}\n , daily_sprint_issue_history.story_points\n {% endif %}\n {% if include_story_point_estimate %}\n , daily_sprint_issue_history.story_point_estimate\n {% endif %}\n from daily_sprint_issue_history\n left join resolved_issue_sprint_team\n on daily_sprint_issue_history.source_relation = resolved_issue_sprint_team.source_relation\n and daily_sprint_issue_history.sprint_id = resolved_issue_sprint_team.sprint_id\n and daily_sprint_issue_history.issue_id = resolved_issue_sprint_team.issue_id\n\n),\n\n{% else %}\n\ndaily_sprint_issue_history_resolved as (\n\n select *\n from daily_sprint_issue_history\n\n),\n\n{% endif %}\n\nsprint_issue_estimates as (\n\n -- Deduplicate to one row per issue per sprint (and team, if enabled) so that issues with identical estimate values are not collapsed before aggregation.\n select distinct\n source_relation,\n sprint_id,\n issue_id,\n {{ \"team,\" if using_teams }}\n sprint_name,\n sprint_started_at,\n sprint_ended_at,\n sprint_completed_at,\n board_id,\n original_estimate_seconds,\n remaining_estimate_seconds,\n time_spent_seconds\n from daily_sprint_issue_history_resolved\n\n),\n\nsprint_metrics_grouped as (\n\n -- Sum estimate columns over the issue-deduplicated set to produce correct per-sprint totals.\n select\n source_relation,\n sprint_id,\n {{ \"team,\" if using_teams }}\n sprint_name,\n sprint_started_at,\n sprint_ended_at,\n sprint_completed_at,\n board_id,\n sum(coalesce(original_estimate_seconds, 0)) as original_estimate_seconds,\n sum(coalesce(remaining_estimate_seconds, 0)) as remaining_estimate_seconds,\n sum(coalesce(time_spent_seconds, 0)) as time_spent_seconds\n from sprint_issue_estimates\n {{ dbt_utils.group_by(8 if using_teams else 7) }}\n),\n\nsprint_issue_metrics as (\n\n select\n source_relation,\n sprint_id,\n {{ \"team,\" if using_teams }}\n count(distinct issue_id) as sprint_issues,\n count(distinct assignee_user_id) as sprint_assignees,\n count(distinct (case when is_sprint_active and is_issue_open then issue_id end)) as open_sprint_issues,\n count(distinct (case when date_day >= cast(issue_resolved_at as date)\n and issue_resolved_at <= sprint_ended_at\n then issue_id end)) as resolved_sprint_issues\n from daily_sprint_issue_history_resolved\n {{ dbt_utils.group_by(3 if using_teams else 2) }}\n),\n\nsprint_start_metrics as (\n\n select\n source_relation,\n sprint_id,\n {{ \"team,\" if using_teams }}\n {% if include_story_points %}\n sum(case when story_points is null then 0 else story_points end) as story_points_committed,\n {% endif %}\n {% if include_story_point_estimate %}\n sum(case when story_point_estimate is null then 0 else story_point_estimate end) as story_point_estimate_committed,\n {% endif %}\n count(distinct issue_id) as issues_committed\n from daily_sprint_issue_history_resolved\n -- to capture both sprints that have started or will start in the future\n where date_day = cast(sprint_started_at as date)\n or (date_day < cast(sprint_started_at as date)\n and date_day = cast({{ dbt.current_timestamp() }} as date))\n {{ dbt_utils.group_by(3 if using_teams else 2) }}\n),\n\nsprint_end_metrics as (\n\n select\n source_relation,\n sprint_id\n {{ \", team\" if using_teams }}\n {% if include_story_points %}\n , sum(case when story_points is null then 0 else story_points end) as story_points_end\n , sum(case when is_issue_resolved_in_sprint then story_points else 0 end) as story_points_completed\n {% endif %}\n {% if include_story_point_estimate %}\n , sum(case when story_point_estimate is null then 0 else story_point_estimate end) as story_point_estimate_end\n , sum(case when is_issue_resolved_in_sprint then story_point_estimate else 0 end) as story_point_estimate_completed\n {% endif %}\n from daily_sprint_issue_history_resolved\n where date_day = cast(sprint_ended_at as date)\n {{ dbt_utils.group_by(3 if using_teams else 2) }}\n),\n\nfinal as (\n\n select\n sprint_metrics_grouped.source_relation,\n sprint_metrics_grouped.sprint_id,\n {{ \"sprint_metrics_grouped.team,\" if using_teams }}\n sprint_metrics_grouped.sprint_name,\n sprint_metrics_grouped.sprint_started_at,\n sprint_metrics_grouped.sprint_ended_at,\n sprint_metrics_grouped.sprint_completed_at,\n sprint_metrics_grouped.board_id,\n {% if include_story_points %}\n sprint_start_metrics.story_points_committed,\n sprint_end_metrics.story_points_end,\n sprint_end_metrics.story_points_completed,\n {% endif %}\n {% if include_story_point_estimate %}\n sprint_start_metrics.story_point_estimate_committed,\n sprint_end_metrics.story_point_estimate_end,\n sprint_end_metrics.story_point_estimate_completed,\n {% endif %}\n sprint_issue_metrics.sprint_assignees,\n sprint_issue_metrics.sprint_issues,\n sprint_start_metrics.issues_committed,\n sprint_issue_metrics.open_sprint_issues,\n sprint_issue_metrics.resolved_sprint_issues,\n sum(case when sprint_metrics_grouped.original_estimate_seconds is null then 0 else sprint_metrics_grouped.original_estimate_seconds end) as original_estimate_seconds,\n sum(case when sprint_metrics_grouped.remaining_estimate_seconds is null then 0 else sprint_metrics_grouped.remaining_estimate_seconds end) as remaining_estimate_seconds,\n sum(case when sprint_metrics_grouped.time_spent_seconds is null then 0 else sprint_metrics_grouped.time_spent_seconds end) as time_spent_seconds\n from sprint_metrics_grouped\n left join sprint_issue_metrics\n on sprint_metrics_grouped.sprint_id = sprint_issue_metrics.sprint_id\n and sprint_metrics_grouped.source_relation = sprint_issue_metrics.source_relation\n {% if using_teams %}\n -- Explicit null handling ensures issues with no team assignment join correctly.\n and (\n sprint_metrics_grouped.team = sprint_issue_metrics.team\n or (sprint_metrics_grouped.team is null and sprint_issue_metrics.team is null)\n )\n {% endif %}\n left join sprint_start_metrics\n on sprint_metrics_grouped.sprint_id = sprint_start_metrics.sprint_id\n and sprint_metrics_grouped.source_relation = sprint_start_metrics.source_relation\n {% if using_teams %}\n and (\n sprint_metrics_grouped.team = sprint_start_metrics.team\n or (sprint_metrics_grouped.team is null and sprint_start_metrics.team is null)\n )\n {% endif %}\n left join sprint_end_metrics\n on sprint_metrics_grouped.sprint_id = sprint_end_metrics.sprint_id\n and sprint_metrics_grouped.source_relation = sprint_end_metrics.source_relation\n {% if using_teams %}\n and (\n sprint_metrics_grouped.team = sprint_end_metrics.team\n or (sprint_metrics_grouped.team is null and sprint_end_metrics.team is null)\n )\n {% endif %}\n {{ dbt_utils.group_by(final_group_by_count) }}\n)\n\nselect * \nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "jira__daily_sprint_issue_history", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt_utils.group_by", "macro.dbt.current_timestamp"], "nodes": ["model.jira.jira__daily_sprint_issue_history"]}, "compiled_path": "target/compiled/jira/models/jira__sprint_enhanced.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\n\n\n\n\nwith daily_sprint_issue_history as (\n\n select *\n from \"postgres\".\"public_jira\".\"jira__daily_sprint_issue_history\"\n\n),\n\n\n\nranked_issue_sprint_team as (\n\n select\n source_relation,\n sprint_id,\n issue_id,\n team,\n row_number() over (\n partition by source_relation, sprint_id, issue_id\n order by\n case when team is not null then 0 else 1 end,\n date_day desc\n ) as row_num\n from daily_sprint_issue_history\n\n),\n\nresolved_issue_sprint_team as (\n\n select\n source_relation,\n sprint_id,\n issue_id,\n team\n from ranked_issue_sprint_team\n where row_num = 1\n\n),\n\ndaily_sprint_issue_history_resolved as (\n\n select\n daily_sprint_issue_history.source_relation,\n daily_sprint_issue_history.issue_id,\n daily_sprint_issue_history.sprint_id,\n resolved_issue_sprint_team.team,\n daily_sprint_issue_history.date_day,\n daily_sprint_issue_history.sprint_name,\n daily_sprint_issue_history.sprint_started_at,\n daily_sprint_issue_history.sprint_ended_at,\n daily_sprint_issue_history.sprint_completed_at,\n daily_sprint_issue_history.board_id,\n daily_sprint_issue_history.assignee_user_id,\n daily_sprint_issue_history.original_estimate_seconds,\n daily_sprint_issue_history.remaining_estimate_seconds,\n daily_sprint_issue_history.time_spent_seconds,\n daily_sprint_issue_history.is_sprint_active,\n daily_sprint_issue_history.is_issue_open,\n daily_sprint_issue_history.issue_resolved_at,\n daily_sprint_issue_history.is_issue_resolved_in_sprint\n \n \n from daily_sprint_issue_history\n left join resolved_issue_sprint_team\n on daily_sprint_issue_history.source_relation = resolved_issue_sprint_team.source_relation\n and daily_sprint_issue_history.sprint_id = resolved_issue_sprint_team.sprint_id\n and daily_sprint_issue_history.issue_id = resolved_issue_sprint_team.issue_id\n\n),\n\n\n\nsprint_issue_estimates as (\n\n -- Deduplicate to one row per issue per sprint (and team, if enabled) so that issues with identical estimate values are not collapsed before aggregation.\n select distinct\n source_relation,\n sprint_id,\n issue_id,\n team,\n sprint_name,\n sprint_started_at,\n sprint_ended_at,\n sprint_completed_at,\n board_id,\n original_estimate_seconds,\n remaining_estimate_seconds,\n time_spent_seconds\n from daily_sprint_issue_history_resolved\n\n),\n\nsprint_metrics_grouped as (\n\n -- Sum estimate columns over the issue-deduplicated set to produce correct per-sprint totals.\n select\n source_relation,\n sprint_id,\n team,\n sprint_name,\n sprint_started_at,\n sprint_ended_at,\n sprint_completed_at,\n board_id,\n sum(coalesce(original_estimate_seconds, 0)) as original_estimate_seconds,\n sum(coalesce(remaining_estimate_seconds, 0)) as remaining_estimate_seconds,\n sum(coalesce(time_spent_seconds, 0)) as time_spent_seconds\n from sprint_issue_estimates\n group by 1,2,3,4,5,6,7,8\n),\n\nsprint_issue_metrics as (\n\n select\n source_relation,\n sprint_id,\n team,\n count(distinct issue_id) as sprint_issues,\n count(distinct assignee_user_id) as sprint_assignees,\n count(distinct (case when is_sprint_active and is_issue_open then issue_id end)) as open_sprint_issues,\n count(distinct (case when date_day >= cast(issue_resolved_at as date)\n and issue_resolved_at <= sprint_ended_at\n then issue_id end)) as resolved_sprint_issues\n from daily_sprint_issue_history_resolved\n group by 1,2,3\n),\n\nsprint_start_metrics as (\n\n select\n source_relation,\n sprint_id,\n team,\n \n \n count(distinct issue_id) as issues_committed\n from daily_sprint_issue_history_resolved\n -- to capture both sprints that have started or will start in the future\n where date_day = cast(sprint_started_at as date)\n or (date_day < cast(sprint_started_at as date)\n and date_day = cast(now() as date))\n group by 1,2,3\n),\n\nsprint_end_metrics as (\n\n select\n source_relation,\n sprint_id\n , team\n \n \n from daily_sprint_issue_history_resolved\n where date_day = cast(sprint_ended_at as date)\n group by 1,2,3\n),\n\nfinal as (\n\n select\n sprint_metrics_grouped.source_relation,\n sprint_metrics_grouped.sprint_id,\n sprint_metrics_grouped.team,\n sprint_metrics_grouped.sprint_name,\n sprint_metrics_grouped.sprint_started_at,\n sprint_metrics_grouped.sprint_ended_at,\n sprint_metrics_grouped.sprint_completed_at,\n sprint_metrics_grouped.board_id,\n \n \n sprint_issue_metrics.sprint_assignees,\n sprint_issue_metrics.sprint_issues,\n sprint_start_metrics.issues_committed,\n sprint_issue_metrics.open_sprint_issues,\n sprint_issue_metrics.resolved_sprint_issues,\n sum(case when sprint_metrics_grouped.original_estimate_seconds is null then 0 else sprint_metrics_grouped.original_estimate_seconds end) as original_estimate_seconds,\n sum(case when sprint_metrics_grouped.remaining_estimate_seconds is null then 0 else sprint_metrics_grouped.remaining_estimate_seconds end) as remaining_estimate_seconds,\n sum(case when sprint_metrics_grouped.time_spent_seconds is null then 0 else sprint_metrics_grouped.time_spent_seconds end) as time_spent_seconds\n from sprint_metrics_grouped\n left join sprint_issue_metrics\n on sprint_metrics_grouped.sprint_id = sprint_issue_metrics.sprint_id\n and sprint_metrics_grouped.source_relation = sprint_issue_metrics.source_relation\n \n -- Explicit null handling ensures issues with no team assignment join correctly.\n and (\n sprint_metrics_grouped.team = sprint_issue_metrics.team\n or (sprint_metrics_grouped.team is null and sprint_issue_metrics.team is null)\n )\n \n left join sprint_start_metrics\n on sprint_metrics_grouped.sprint_id = sprint_start_metrics.sprint_id\n and sprint_metrics_grouped.source_relation = sprint_start_metrics.source_relation\n \n and (\n sprint_metrics_grouped.team = sprint_start_metrics.team\n or (sprint_metrics_grouped.team is null and sprint_start_metrics.team is null)\n )\n \n left join sprint_end_metrics\n on sprint_metrics_grouped.sprint_id = sprint_end_metrics.sprint_id\n and sprint_metrics_grouped.source_relation = sprint_end_metrics.source_relation\n \n and (\n sprint_metrics_grouped.team = sprint_end_metrics.team\n or (sprint_metrics_grouped.team is null and sprint_end_metrics.team is null)\n )\n \n group by 1,2,3,4,5,6,7,8,9,10,11,12,13\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.jira.jira__project_enhanced": {"database": "postgres", "schema": "public_jira", "name": "jira__project_enhanced", "resource_type": "model", "package_name": "jira", "path": "jira__project_enhanced.sql", "original_file_path": "models/jira__project_enhanced.sql", "unique_id": "model.jira.jira__project_enhanced", "fqn": ["jira", "jira__project_enhanced"], "alias": "jira__project_enhanced", "checksum": {"name": "sha256", "checksum": "0fbb34326692140988680d375824b9f9d6c34fde1f33d8a81e204f15eacd1045"}, "config": {"enabled": true, "alias": null, "schema": "jira", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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 of projects enriched with data about its lead, epics, components, and volume and velocity of worktime.\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.jira.source_relation"]}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran last synced this record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "project_id": {"name": "project_id", "description": "Unique ID of the project.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "project_description": {"name": "project_description", "description": "Description of the project, if given.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "project_key": {"name": "project_key", "description": "UI-facing ID of the project. This becomes the default prefix for tasks created within this project.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "project_lead_user_id": {"name": "project_lead_user_id", "description": "Foreign key referencing the ID of the `user` who leads this project.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "project_name": {"name": "project_name", "description": "Title of the project.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "permission_scheme_id": {"name": "permission_scheme_id", "description": "Foreign key referencing the ID of the `permission_scheme` that the project ascribes to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "project_category_id": {"name": "project_category_id", "description": "Foreign key referencing the ID of the `project_category` that the project is associated with, if any.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "project_lead_user_name": {"name": "project_lead_user_name", "description": "User display name of the person leading this project.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "project_lead_email": {"name": "project_lead_email", "description": "Email associated with the project lead.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "epics": {"name": "epics", "description": "Comma-separated list of epics worked on in this project.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "components": {"name": "components", "description": "Comma-separated list of components of this project.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "count_closed_issues": {"name": "count_closed_issues", "description": "The number of issues closed in this project.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "count_open_issues": {"name": "count_open_issues", "description": "The number of currently un-resolved issues in the project.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "count_open_assigned_issues": {"name": "count_open_assigned_issues", "description": "The number of currently open and currently assigned issues in the project.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "avg_close_time_seconds": {"name": "avg_close_time_seconds", "description": "The average time taken to close issues, in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "avg_assigned_close_time_seconds": {"name": "avg_assigned_close_time_seconds", "description": "The average time taken to close issues from their first assignment, in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "avg_age_currently_open_seconds": {"name": "avg_age_currently_open_seconds", "description": "The average age of any currently-open issues.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "avg_age_currently_open_assigned_seconds": {"name": "avg_age_currently_open_assigned_seconds", "description": "The average age of any currently-open issues, from their first assignment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "median_close_time_seconds": {"name": "median_close_time_seconds", "description": "The median time taken to close issues, in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "median_age_currently_open_seconds": {"name": "median_age_currently_open_seconds", "description": "The median age of any currently-open issues.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "median_assigned_close_time_seconds": {"name": "median_assigned_close_time_seconds", "description": "The median time taken to close issues from their first assignment, in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "median_age_currently_open_assigned_seconds": {"name": "median_age_currently_open_assigned_seconds", "description": "The median age of any currently-open issues, from their first assignment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "avg_close_time_days": {"name": "avg_close_time_days", "description": "The average time taken to close issues, in days.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "avg_assigned_close_time_days": {"name": "avg_assigned_close_time_days", "description": "The average time taken to close issues from their first assignment, in days.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "avg_age_currently_open_days": {"name": "avg_age_currently_open_days", "description": "The average age of any currently-open issues.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "avg_age_currently_open_assigned_days": {"name": "avg_age_currently_open_assigned_days", "description": "The average age of any currently-open issues, from their first assignment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "median_close_time_days": {"name": "median_close_time_days", "description": "The median time taken to close issues, in days.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "median_age_currently_open_days": {"name": "median_age_currently_open_days", "description": "The median age of any currently-open issues.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "median_assigned_close_time_days": {"name": "median_assigned_close_time_days", "description": "The median time taken to close issues from their first assignment, in days.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "median_age_currently_open_assigned_days": {"name": "median_age_currently_open_assigned_days", "description": "The median age of any currently-open issues, from their first assignment.", "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": "jira://models/jira.yml", "build_path": null, "unrendered_config": {"materialized": "table", "schema": "{{ 'jira_integrations_tests_sqlw' if target.name == 'databricks-sql' else 'jira' }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1778007513.776975, "relation_name": "\"postgres\".\"public_jira\".\"jira__project_enhanced\"", "raw_code": "with project as (\n\n select *\n from {{ ref('stg_jira__project') }}\n),\n\nproject_metrics as (\n\n select * \n from {{ ref('int_jira__project_metrics') }}\n),\n\n-- user is reserved in AWS\njira_user as (\n-- to grab the project lead\n select *\n from {{ ref('stg_jira__user') }}\n),\n\nagg_epics as (\n\n select\n project_id,\n source_relation,\n {{ fivetran_utils.string_agg( \"issue_name\", \"', '\" ) }} as epics\n\n from {{ ref('jira__issue_enhanced') }}\n where lower(issue_type) = 'epic'\n -- should we limit to active epics?\n group by 1, 2\n),\n\n{% if var('jira_using_components', True) %}\n\nagg_components as (\n -- i'm just aggregating the components here, but perhaps pivoting out components (and epics)\n -- into columns where the values are the number of issues completed and/or open would be more valuable\n select\n project_id,\n source_relation,\n {{ fivetran_utils.string_agg( \"component_name\", \"', '\" ) }} as components\n from {{ ref('stg_jira__component') }}\n group by 1, 2\n),\n\n{% endif %}\n\nproject_join as (\n\n select\n project.*,\n jira_user.user_display_name as project_lead_user_name,\n jira_user.email as project_lead_email,\n agg_epics.epics,\n \n {% if var('jira_using_components', True) %}\n agg_components.components,\n {% endif %}\n\n coalesce(project_metrics.count_closed_issues, 0) as count_closed_issues,\n coalesce(project_metrics.count_open_issues, 0) as count_open_issues,\n coalesce(project_metrics.count_open_assigned_issues, 0) as count_open_assigned_issues,\n\n -- days\n project_metrics.avg_close_time_days,\n project_metrics.avg_assigned_close_time_days,\n\n project_metrics.avg_age_currently_open_days,\n project_metrics.avg_age_currently_open_assigned_days,\n\n project_metrics.median_close_time_days, \n project_metrics.median_age_currently_open_days,\n project_metrics.median_assigned_close_time_days,\n project_metrics.median_age_currently_open_assigned_days,\n\n -- seconds\n project_metrics.avg_close_time_seconds,\n project_metrics.avg_assigned_close_time_seconds,\n\n project_metrics.avg_age_currently_open_seconds,\n project_metrics.avg_age_currently_open_assigned_seconds,\n\n project_metrics.median_close_time_seconds, \n project_metrics.median_age_currently_open_seconds,\n project_metrics.median_assigned_close_time_seconds,\n project_metrics.median_age_currently_open_assigned_seconds\n\n from project\n left join project_metrics\n on project.project_id = project_metrics.project_id\n and project.source_relation = project_metrics.source_relation\n left join jira_user\n on project.project_lead_user_id = jira_user.user_id\n and project.source_relation = jira_user.source_relation\n left join agg_epics\n on project.project_id = agg_epics.project_id\n and project.source_relation = agg_epics.source_relation\n\n {% if var('jira_using_components', True) %}\n left join agg_components\n on project.project_id = agg_components.project_id\n and project.source_relation = agg_components.source_relation\n {% endif %}\n\n)\n\nselect * \nfrom project_join", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__project", "package": null, "version": null}, {"name": "int_jira__project_metrics", "package": null, "version": null}, {"name": "stg_jira__user", "package": null, "version": null}, {"name": "jira__issue_enhanced", "package": null, "version": null}, {"name": "stg_jira__component", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.fivetran_utils.string_agg"], "nodes": ["model.jira.stg_jira__project", "model.jira.int_jira__project_metrics", "model.jira.stg_jira__user", "model.jira.jira__issue_enhanced", "model.jira.stg_jira__component"]}, "compiled_path": "target/compiled/jira/models/jira__project_enhanced.sql", "compiled": true, "compiled_code": "with __dbt__cte__int_jira__project_metrics as (\nwith issue as (\n\n select * \n from \"postgres\".\"public_jira\".\"jira__issue_enhanced\"\n where project_id is not null\n),\n\ncalculate_medians as (\n\n select\n project_id,\n source_relation,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by case when resolved_at is not null then open_duration_seconds end )\n /* have to group by partition field */\n\n as numeric(28,6) ), 0) as median_close_time_seconds,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by case when resolved_at is null then open_duration_seconds end )\n /* have to group by partition field */\n\n as numeric(28,6) ), 0) as median_age_currently_open_seconds,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by case when resolved_at is not null then any_assignment_duration_seconds end )\n /* have to group by partition field */\n\n as numeric(28,6) ), 0) as median_assigned_close_time_seconds,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by case when resolved_at is null then any_assignment_duration_seconds end )\n /* have to group by partition field */\n\n as numeric(28,6) ), 0) as median_age_currently_open_assigned_seconds\n from issue\n\n group by project_id, source_relation \n),\n\n-- grouping because the medians were calculated using window functions (except in postgres)\nmedian_metrics as (\n\n select\n project_id,\n source_relation,\n median_close_time_seconds,\n median_age_currently_open_seconds,\n median_assigned_close_time_seconds,\n median_age_currently_open_assigned_seconds\n from calculate_medians\n group by 1,2,3,4,5,6\n),\n\n\n-- get appropriate counts + sums to calculate averages\nproject_issues as (\n\n select\n project_id,\n source_relation,\n sum(case when resolved_at is not null then 1 else 0 end) as count_closed_issues,\n sum(case when resolved_at is null then 1 else 0 end) as count_open_issues,\n -- using the below to calculate averages\n -- assigned issues\n sum(case when resolved_at is null and assignee_user_id is not null then 1 else 0 end) as count_open_assigned_issues,\n sum(case when resolved_at is not null and assignee_user_id is not null then 1 else 0 end) as count_closed_assigned_issues,\n -- close time\n sum(case when resolved_at is not null then open_duration_seconds else 0 end) as sum_close_time_seconds,\n sum(case when resolved_at is not null then any_assignment_duration_seconds else 0 end) as sum_assigned_close_time_seconds,\n -- age of currently open tasks\n sum(case when resolved_at is null then open_duration_seconds else 0 end) as sum_currently_open_duration_seconds,\n sum(case when resolved_at is null then any_assignment_duration_seconds else 0 end) as sum_currently_open_assigned_duration_seconds\n from issue\n\n group by 1, 2\n),\n\ncalculate_avg_metrics as (\n\n select\n project_id,\n source_relation,\n count_closed_issues,\n count_open_issues,\n count_open_assigned_issues,\n case when count_closed_issues = 0 then 0 \n else round(cast(sum_close_time_seconds * 1.0 / count_closed_issues as numeric(28,6) ), 0) end as avg_close_time_seconds,\n case when count_closed_assigned_issues = 0 then 0 \n else round(cast(sum_assigned_close_time_seconds * 1.0 / count_closed_assigned_issues as numeric(28,6) ), 0) end as avg_assigned_close_time_seconds,\n case when count_open_issues = 0 then 0 \n else round(cast(sum_currently_open_duration_seconds * 1.0 / count_open_issues as numeric(28,6) ), 0) end as avg_age_currently_open_seconds,\n case when count_open_assigned_issues = 0 then 0 \n else round(cast(sum_currently_open_assigned_duration_seconds * 1.0 / count_open_assigned_issues as numeric(28,6) ), 0) end as avg_age_currently_open_assigned_seconds\n from project_issues\n),\n\n-- join medians and averages + convert to days\njoin_metrics as (\n\n select\n calculate_avg_metrics.*,\n -- there are 86400 seconds in a day\n round(cast(calculate_avg_metrics.avg_close_time_seconds / 86400.0 as numeric(28,6) ), 0) as avg_close_time_days,\n round(cast(calculate_avg_metrics.avg_assigned_close_time_seconds / 86400.0 as numeric(28,6) ), 0) as avg_assigned_close_time_days,\n round(cast(calculate_avg_metrics.avg_age_currently_open_seconds / 86400.0 as numeric(28,6) ), 0) as avg_age_currently_open_days,\n round(cast(calculate_avg_metrics.avg_age_currently_open_assigned_seconds / 86400.0 as numeric(28,6) ), 0) as avg_age_currently_open_assigned_days,\n median_metrics.median_close_time_seconds, \n median_metrics.median_age_currently_open_seconds,\n median_metrics.median_assigned_close_time_seconds,\n median_metrics.median_age_currently_open_assigned_seconds,\n round(cast(median_metrics.median_close_time_seconds / 86400.0 as numeric(28,6) ), 0) as median_close_time_days,\n round(cast(median_metrics.median_age_currently_open_seconds / 86400.0 as numeric(28,6) ), 0) as median_age_currently_open_days,\n round(cast(median_metrics.median_assigned_close_time_seconds / 86400.0 as numeric(28,6) ), 0) as median_assigned_close_time_days,\n round(cast(median_metrics.median_age_currently_open_assigned_seconds / 86400.0 as numeric(28,6) ), 0) as median_age_currently_open_assigned_days\n from calculate_avg_metrics\n left join median_metrics\n on calculate_avg_metrics.project_id = median_metrics.project_id\n and calculate_avg_metrics.source_relation = median_metrics.source_relation\n)\n\nselect * \nfrom join_metrics\n), project as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__project\"\n),\n\nproject_metrics as (\n\n select * \n from __dbt__cte__int_jira__project_metrics\n),\n\n-- user is reserved in AWS\njira_user as (\n-- to grab the project lead\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__user\"\n),\n\nagg_epics as (\n\n select\n project_id,\n source_relation,\n \n string_agg(issue_name, ', ')\n\n as epics\n\n from \"postgres\".\"public_jira\".\"jira__issue_enhanced\"\n where lower(issue_type) = 'epic'\n -- should we limit to active epics?\n group by 1, 2\n),\n\n\n\nagg_components as (\n -- i'm just aggregating the components here, but perhaps pivoting out components (and epics)\n -- into columns where the values are the number of issues completed and/or open would be more valuable\n select\n project_id,\n source_relation,\n \n string_agg(component_name, ', ')\n\n as components\n from \"postgres\".\"public_jira\".\"stg_jira__component\"\n group by 1, 2\n),\n\n\n\nproject_join as (\n\n select\n project.*,\n jira_user.user_display_name as project_lead_user_name,\n jira_user.email as project_lead_email,\n agg_epics.epics,\n \n \n agg_components.components,\n \n\n coalesce(project_metrics.count_closed_issues, 0) as count_closed_issues,\n coalesce(project_metrics.count_open_issues, 0) as count_open_issues,\n coalesce(project_metrics.count_open_assigned_issues, 0) as count_open_assigned_issues,\n\n -- days\n project_metrics.avg_close_time_days,\n project_metrics.avg_assigned_close_time_days,\n\n project_metrics.avg_age_currently_open_days,\n project_metrics.avg_age_currently_open_assigned_days,\n\n project_metrics.median_close_time_days, \n project_metrics.median_age_currently_open_days,\n project_metrics.median_assigned_close_time_days,\n project_metrics.median_age_currently_open_assigned_days,\n\n -- seconds\n project_metrics.avg_close_time_seconds,\n project_metrics.avg_assigned_close_time_seconds,\n\n project_metrics.avg_age_currently_open_seconds,\n project_metrics.avg_age_currently_open_assigned_seconds,\n\n project_metrics.median_close_time_seconds, \n project_metrics.median_age_currently_open_seconds,\n project_metrics.median_assigned_close_time_seconds,\n project_metrics.median_age_currently_open_assigned_seconds\n\n from project\n left join project_metrics\n on project.project_id = project_metrics.project_id\n and project.source_relation = project_metrics.source_relation\n left join jira_user\n on project.project_lead_user_id = jira_user.user_id\n and project.source_relation = jira_user.source_relation\n left join agg_epics\n on project.project_id = agg_epics.project_id\n and project.source_relation = agg_epics.source_relation\n\n \n left join agg_components\n on project.project_id = agg_components.project_id\n and project.source_relation = agg_components.source_relation\n \n\n)\n\nselect * \nfrom project_join", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.jira.int_jira__project_metrics", "sql": " __dbt__cte__int_jira__project_metrics as (\nwith issue as (\n\n select * \n from \"postgres\".\"public_jira\".\"jira__issue_enhanced\"\n where project_id is not null\n),\n\ncalculate_medians as (\n\n select\n project_id,\n source_relation,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by case when resolved_at is not null then open_duration_seconds end )\n /* have to group by partition field */\n\n as numeric(28,6) ), 0) as median_close_time_seconds,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by case when resolved_at is null then open_duration_seconds end )\n /* have to group by partition field */\n\n as numeric(28,6) ), 0) as median_age_currently_open_seconds,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by case when resolved_at is not null then any_assignment_duration_seconds end )\n /* have to group by partition field */\n\n as numeric(28,6) ), 0) as median_assigned_close_time_seconds,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by case when resolved_at is null then any_assignment_duration_seconds end )\n /* have to group by partition field */\n\n as numeric(28,6) ), 0) as median_age_currently_open_assigned_seconds\n from issue\n\n group by project_id, source_relation \n),\n\n-- grouping because the medians were calculated using window functions (except in postgres)\nmedian_metrics as (\n\n select\n project_id,\n source_relation,\n median_close_time_seconds,\n median_age_currently_open_seconds,\n median_assigned_close_time_seconds,\n median_age_currently_open_assigned_seconds\n from calculate_medians\n group by 1,2,3,4,5,6\n),\n\n\n-- get appropriate counts + sums to calculate averages\nproject_issues as (\n\n select\n project_id,\n source_relation,\n sum(case when resolved_at is not null then 1 else 0 end) as count_closed_issues,\n sum(case when resolved_at is null then 1 else 0 end) as count_open_issues,\n -- using the below to calculate averages\n -- assigned issues\n sum(case when resolved_at is null and assignee_user_id is not null then 1 else 0 end) as count_open_assigned_issues,\n sum(case when resolved_at is not null and assignee_user_id is not null then 1 else 0 end) as count_closed_assigned_issues,\n -- close time\n sum(case when resolved_at is not null then open_duration_seconds else 0 end) as sum_close_time_seconds,\n sum(case when resolved_at is not null then any_assignment_duration_seconds else 0 end) as sum_assigned_close_time_seconds,\n -- age of currently open tasks\n sum(case when resolved_at is null then open_duration_seconds else 0 end) as sum_currently_open_duration_seconds,\n sum(case when resolved_at is null then any_assignment_duration_seconds else 0 end) as sum_currently_open_assigned_duration_seconds\n from issue\n\n group by 1, 2\n),\n\ncalculate_avg_metrics as (\n\n select\n project_id,\n source_relation,\n count_closed_issues,\n count_open_issues,\n count_open_assigned_issues,\n case when count_closed_issues = 0 then 0 \n else round(cast(sum_close_time_seconds * 1.0 / count_closed_issues as numeric(28,6) ), 0) end as avg_close_time_seconds,\n case when count_closed_assigned_issues = 0 then 0 \n else round(cast(sum_assigned_close_time_seconds * 1.0 / count_closed_assigned_issues as numeric(28,6) ), 0) end as avg_assigned_close_time_seconds,\n case when count_open_issues = 0 then 0 \n else round(cast(sum_currently_open_duration_seconds * 1.0 / count_open_issues as numeric(28,6) ), 0) end as avg_age_currently_open_seconds,\n case when count_open_assigned_issues = 0 then 0 \n else round(cast(sum_currently_open_assigned_duration_seconds * 1.0 / count_open_assigned_issues as numeric(28,6) ), 0) end as avg_age_currently_open_assigned_seconds\n from project_issues\n),\n\n-- join medians and averages + convert to days\njoin_metrics as (\n\n select\n calculate_avg_metrics.*,\n -- there are 86400 seconds in a day\n round(cast(calculate_avg_metrics.avg_close_time_seconds / 86400.0 as numeric(28,6) ), 0) as avg_close_time_days,\n round(cast(calculate_avg_metrics.avg_assigned_close_time_seconds / 86400.0 as numeric(28,6) ), 0) as avg_assigned_close_time_days,\n round(cast(calculate_avg_metrics.avg_age_currently_open_seconds / 86400.0 as numeric(28,6) ), 0) as avg_age_currently_open_days,\n round(cast(calculate_avg_metrics.avg_age_currently_open_assigned_seconds / 86400.0 as numeric(28,6) ), 0) as avg_age_currently_open_assigned_days,\n median_metrics.median_close_time_seconds, \n median_metrics.median_age_currently_open_seconds,\n median_metrics.median_assigned_close_time_seconds,\n median_metrics.median_age_currently_open_assigned_seconds,\n round(cast(median_metrics.median_close_time_seconds / 86400.0 as numeric(28,6) ), 0) as median_close_time_days,\n round(cast(median_metrics.median_age_currently_open_seconds / 86400.0 as numeric(28,6) ), 0) as median_age_currently_open_days,\n round(cast(median_metrics.median_assigned_close_time_seconds / 86400.0 as numeric(28,6) ), 0) as median_assigned_close_time_days,\n round(cast(median_metrics.median_age_currently_open_assigned_seconds / 86400.0 as numeric(28,6) ), 0) as median_age_currently_open_assigned_days\n from calculate_avg_metrics\n left join median_metrics\n on calculate_avg_metrics.project_id = median_metrics.project_id\n and calculate_avg_metrics.source_relation = median_metrics.source_relation\n)\n\nselect * \nfrom join_metrics\n)"}], "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.jira.stg_jira__component": {"database": "postgres", "schema": "public_jira", "name": "stg_jira__component", "resource_type": "model", "package_name": "jira", "path": "staging/stg_jira__component.sql", "original_file_path": "models/staging/stg_jira__component.sql", "unique_id": "model.jira.stg_jira__component", "fqn": ["jira", "staging", "stg_jira__component"], "alias": "stg_jira__component", "checksum": {"name": "sha256", "checksum": "50ada59ae892386c454e740bbeb2a9b1df14526c748e2a3bf115c81b8517b33a"}, "config": {"enabled": true, "alias": null, "schema": "jira", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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 of project components (subsections to group issues).", "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.jira.source_relation"]}, "component_id": {"name": "component_id", "description": "ID of the component.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "component_description": {"name": "component_description", "description": "Description given to the component.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "component_name": {"name": "component_name", "description": "UI-facing name of the component.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "project_id": {"name": "project_id", "description": "Foreign key referencing the id of the component's `project`.", "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": "jira://models/staging/stg_jira.yml", "build_path": null, "unrendered_config": {"materialized": "view", "schema": "{{ 'jira_integrations_tests_sqlw' if target.name == 'databricks-sql' else 'jira' }}", "enabled": true, "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1778007513.87984, "relation_name": "\"postgres\".\"public_jira\".\"stg_jira__component\"", "raw_code": "{{ config(enabled=var('jira_using_components', True)) }}\n\nwith base as (\n\n select * \n from {{ ref('stg_jira__component_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_jira__component_tmp')),\n staging_columns=get_component_columns()\n )\n }}\n {{ jira.apply_source_relation() }}\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n description as component_description,\n id as component_id,\n name as component_name,\n project_id,\n _fivetran_synced\n from fields\n)\n\nselect * \nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__component_tmp", "package": null, "version": null}, {"name": "stg_jira__component_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.jira.get_component_columns", "macro.fivetran_utils.fill_staging_columns", "macro.jira.apply_source_relation"], "nodes": ["model.jira.stg_jira__component_tmp"]}, "compiled_path": "target/compiled/jira/models/staging/stg_jira__component.sql", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select * \n from \"postgres\".\"public_jira\".\"stg_jira__component_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n description\n \n as \n \n description\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 project_id\n \n as \n \n project_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 description as component_description,\n id as component_id,\n name as component_name,\n project_id,\n _fivetran_synced\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.jira.stg_jira__priority": {"database": "postgres", "schema": "public_jira", "name": "stg_jira__priority", "resource_type": "model", "package_name": "jira", "path": "staging/stg_jira__priority.sql", "original_file_path": "models/staging/stg_jira__priority.sql", "unique_id": "model.jira.stg_jira__priority", "fqn": ["jira", "staging", "stg_jira__priority"], "alias": "stg_jira__priority", "checksum": {"name": "sha256", "checksum": "ab54a2b4114474fd2d59a31ebeaeb0273677316c31817794db469935544ef666"}, "config": {"enabled": true, "alias": null, "schema": "jira", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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 of issue priority levels (global).", "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.jira.source_relation"]}, "priority_id": {"name": "priority_id", "description": "Unique ID of the priority level.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "priority_description": {"name": "priority_description", "description": "Description of the priority level.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "priority_name": {"name": "priority_name", "description": "Name of the priority as it appears in the UI.", "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": "jira://models/staging/stg_jira.yml", "build_path": null, "unrendered_config": {"materialized": "view", "schema": "{{ 'jira_integrations_tests_sqlw' if target.name == 'databricks-sql' else 'jira' }}", "enabled": true, "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1778007513.8917823, "relation_name": "\"postgres\".\"public_jira\".\"stg_jira__priority\"", "raw_code": "{{ config(enabled=var('jira_using_priorities', True)) }}\n\nwith base as (\n\n select * \n from {{ ref('stg_jira__priority_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_jira__priority_tmp')),\n staging_columns=get_priority_columns()\n )\n }}\n {{ jira.apply_source_relation() }}\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n description as priority_description,\n id as priority_id,\n name as priority_name,\n _fivetran_synced\n from fields\n)\n\nselect * \nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__priority_tmp", "package": null, "version": null}, {"name": "stg_jira__priority_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.jira.get_priority_columns", "macro.fivetran_utils.fill_staging_columns", "macro.jira.apply_source_relation"], "nodes": ["model.jira.stg_jira__priority_tmp"]}, "compiled_path": "target/compiled/jira/models/staging/stg_jira__priority.sql", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select * \n from \"postgres\".\"public_jira\".\"stg_jira__priority_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n description\n \n as \n \n description\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 description as priority_description,\n id as priority_id,\n name as priority_name,\n _fivetran_synced\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.jira.stg_jira__field_option": {"database": "postgres", "schema": "public_jira", "name": "stg_jira__field_option", "resource_type": "model", "package_name": "jira", "path": "staging/stg_jira__field_option.sql", "original_file_path": "models/staging/stg_jira__field_option.sql", "unique_id": "model.jira.stg_jira__field_option", "fqn": ["jira", "staging", "stg_jira__field_option"], "alias": "stg_jira__field_option", "checksum": {"name": "sha256", "checksum": "67b6d888764f11ddef9b5d11c2be56b9378dd1885640b77934100e6d458ea394"}, "config": {"enabled": true, "alias": null, "schema": "jira", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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 of all options related to custom fields.", "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.jira.source_relation"]}, "field_id": {"name": "field_id", "description": "The ID of the custom field.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "parent_field_id": {"name": "parent_field_id", "description": "The ID of the parent custom field.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "field_option_name": {"name": "field_option_name", "description": "Name of the field option.", "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": "jira://models/staging/stg_jira.yml", "build_path": null, "unrendered_config": {"materialized": "view", "schema": "{{ 'jira_integrations_tests_sqlw' if target.name == 'databricks-sql' else 'jira' }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1778007513.8829358, "relation_name": "\"postgres\".\"public_jira\".\"stg_jira__field_option\"", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_jira__field_option_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_jira__field_option_tmp')),\n staging_columns=get_field_option_columns()\n )\n }}\n {{ jira.apply_source_relation() }}\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n id as field_id,\n parent_id as parent_field_id,\n name as field_option_name\n from fields\n)\n\nselect * \nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__field_option_tmp", "package": null, "version": null}, {"name": "stg_jira__field_option_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.jira.get_field_option_columns", "macro.fivetran_utils.fill_staging_columns", "macro.jira.apply_source_relation"], "nodes": ["model.jira.stg_jira__field_option_tmp"]}, "compiled_path": "target/compiled/jira/models/staging/stg_jira__field_option.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"postgres\".\"public_jira\".\"stg_jira__field_option_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n id\n \n as \n \n id\n \n, \n cast(null as integer) as \n \n parent_id\n \n , \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\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 field_id,\n parent_id as parent_field_id,\n name as field_option_name\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.jira.stg_jira__issue_field_history": {"database": "postgres", "schema": "public_jira", "name": "stg_jira__issue_field_history", "resource_type": "model", "package_name": "jira", "path": "staging/stg_jira__issue_field_history.sql", "original_file_path": "models/staging/stg_jira__issue_field_history.sql", "unique_id": "model.jira.stg_jira__issue_field_history", "fqn": ["jira", "staging", "stg_jira__issue_field_history"], "alias": "stg_jira__issue_field_history", "checksum": {"name": "sha256", "checksum": "4cab1b80d335d43f46fb7b506e70d9e431ae2dec02ae4966454451dda8fe3159"}, "config": {"enabled": true, "alias": null, "schema": "jira", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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 of every value that each **custom non-array** (not multiselect) field has been set to.", "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.jira.source_relation"]}, "field_id": {"name": "field_id", "description": "Foreign key referencing the ID of the `field` that was changed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_id": {"name": "issue_id", "description": "Foreign key referencing the ID of the `issue` whose field was updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "updated_at": {"name": "updated_at", "description": "Timestamp of when the issue field was set to this value.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "field_value": {"name": "field_value", "description": "Content of the value of that the field was set to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_active": {"name": "is_active", "description": "Boolean showing whether this issue field is currently active.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "author_id": {"name": "author_id", "description": "Foreign key referencing the ID of the `user` who made this field change.", "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": "jira://models/staging/stg_jira.yml", "build_path": null, "unrendered_config": {"materialized": "view", "schema": "{{ 'jira_integrations_tests_sqlw' if target.name == 'databricks-sql' else 'jira' }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1778007513.8877492, "relation_name": "\"postgres\".\"public_jira\".\"stg_jira__issue_field_history\"", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_jira__issue_field_history_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_jira__issue_field_history_tmp')),\n staging_columns=get_issue_field_history_columns()\n )\n }}\n {{ jira.apply_source_relation() }}\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n cast(field_id as {{ dbt.type_string() }}) as field_id,\n issue_id,\n {% if target.type == 'snowflake' -%}\n cast(\"TIME\" as {{ dbt.type_timestamp() }})\n {% elif target.type == 'redshift' -%}\n cast(\"time\" as {{ dbt.type_timestamp() }})\n {% else -%}\n cast(time as {{ dbt.type_timestamp() }})\n {% endif %} as updated_at,\n value as field_value,\n author_id,\n is_active,\n _fivetran_synced\n from fields\n)\n\nselect * \nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__issue_field_history_tmp", "package": null, "version": null}, {"name": "stg_jira__issue_field_history_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.jira.get_issue_field_history_columns", "macro.fivetran_utils.fill_staging_columns", "macro.jira.apply_source_relation", "macro.dbt.type_string", "macro.dbt.type_timestamp"], "nodes": ["model.jira.stg_jira__issue_field_history_tmp"]}, "compiled_path": "target/compiled/jira/models/staging/stg_jira__issue_field_history.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"postgres\".\"public_jira\".\"stg_jira__issue_field_history_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n field_id\n \n as \n \n field_id\n \n, \n \n \n issue_id\n \n as \n \n issue_id\n \n, \n \n \n value\n \n as \n \n value\n \n, \n \n \n is_active\n \n as \n \n is_active\n \n, \n \n \n author_id\n \n as \n \n author_id\n \n, \n \n \n time\n \n as \n \n time\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(field_id as TEXT) as field_id,\n issue_id,\n cast(time as timestamp)\n as updated_at,\n value as field_value,\n author_id,\n is_active,\n _fivetran_synced\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.jira.stg_jira__status_category": {"database": "postgres", "schema": "public_jira", "name": "stg_jira__status_category", "resource_type": "model", "package_name": "jira", "path": "staging/stg_jira__status_category.sql", "original_file_path": "models/staging/stg_jira__status_category.sql", "unique_id": "model.jira.stg_jira__status_category", "fqn": ["jira", "staging", "stg_jira__status_category"], "alias": "stg_jira__status_category", "checksum": {"name": "sha256", "checksum": "f95967b5399c8e80c908fd81e045eac5e4804aa0cdcc7ffba17d447c5e4be66b"}, "config": {"enabled": true, "alias": null, "schema": "jira", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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 of umbrella status categories.", "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.jira.source_relation"]}, "status_category_id": {"name": "status_category_id", "description": "Unique ID of the status category.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "status_category_name": {"name": "status_category_name", "description": "Title of the status category.", "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": "jira://models/staging/stg_jira.yml", "build_path": null, "unrendered_config": {"materialized": "view", "schema": "{{ 'jira_integrations_tests_sqlw' if target.name == 'databricks-sql' else 'jira' }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1778007513.8978539, "relation_name": "\"postgres\".\"public_jira\".\"stg_jira__status_category\"", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_jira__status_category_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_jira__status_category_tmp')),\n staging_columns=get_status_category_columns()\n )\n }}\n {{ jira.apply_source_relation() }}\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n id as status_category_id,\n name as status_category_name\n from fields\n)\n\nselect * \nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__status_category_tmp", "package": null, "version": null}, {"name": "stg_jira__status_category_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.jira.get_status_category_columns", "macro.fivetran_utils.fill_staging_columns", "macro.jira.apply_source_relation"], "nodes": ["model.jira.stg_jira__status_category_tmp"]}, "compiled_path": "target/compiled/jira/models/staging/stg_jira__status_category.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"postgres\".\"public_jira\".\"stg_jira__status_category_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n 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 status_category_id,\n name as status_category_name\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.jira.stg_jira__resolution": {"database": "postgres", "schema": "public_jira", "name": "stg_jira__resolution", "resource_type": "model", "package_name": "jira", "path": "staging/stg_jira__resolution.sql", "original_file_path": "models/staging/stg_jira__resolution.sql", "unique_id": "model.jira.stg_jira__resolution", "fqn": ["jira", "staging", "stg_jira__resolution"], "alias": "stg_jira__resolution", "checksum": {"name": "sha256", "checksum": "8916c4faa0cee4ad659d3b6d6f442eb69ce1063a726b17b52ae5fa2678ca5b91"}, "config": {"enabled": true, "alias": null, "schema": "jira", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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 storing the types of resolutions used by your organization.", "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.jira.source_relation"]}, "resolution_id": {"name": "resolution_id", "description": "Unique ID of the resolution type.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "resolution_description": {"name": "resolution_description", "description": "Description given to the resolution.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "resolution_name": {"name": "resolution_name", "description": "Display name of the resolution.", "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": "jira://models/staging/stg_jira.yml", "build_path": null, "unrendered_config": {"materialized": "view", "schema": "{{ 'jira_integrations_tests_sqlw' if target.name == 'databricks-sql' else 'jira' }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1778007513.893887, "relation_name": "\"postgres\".\"public_jira\".\"stg_jira__resolution\"", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_jira__resolution_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_jira__resolution_tmp')),\n staging_columns=get_resolution_columns()\n )\n }}\n {{ jira.apply_source_relation() }}\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n description as resolution_description,\n id as resolution_id,\n name as resolution_name,\n _fivetran_synced\n from fields\n)\n\nselect * \nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__resolution_tmp", "package": null, "version": null}, {"name": "stg_jira__resolution_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.jira.get_resolution_columns", "macro.fivetran_utils.fill_staging_columns", "macro.jira.apply_source_relation"], "nodes": ["model.jira.stg_jira__resolution_tmp"]}, "compiled_path": "target/compiled/jira/models/staging/stg_jira__resolution.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"postgres\".\"public_jira\".\"stg_jira__resolution_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n description\n \n as \n \n description\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 description as resolution_description,\n id as resolution_id,\n name as resolution_name,\n _fivetran_synced\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.jira.stg_jira__comment": {"database": "postgres", "schema": "public_jira", "name": "stg_jira__comment", "resource_type": "model", "package_name": "jira", "path": "staging/stg_jira__comment.sql", "original_file_path": "models/staging/stg_jira__comment.sql", "unique_id": "model.jira.stg_jira__comment", "fqn": ["jira", "staging", "stg_jira__comment"], "alias": "stg_jira__comment", "checksum": {"name": "sha256", "checksum": "968200752705f8a977bcb92fdff7298d1c2f05ce75a468fb0067d6b647699e1d"}, "config": {"enabled": true, "alias": null, "schema": "jira", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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 of comments made on issues.", "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.jira.source_relation"]}, "comment_id": {"name": "comment_id", "description": "Unique ID of the comment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "author_user_id": {"name": "author_user_id", "description": "Foreign key referencing the `user` id of the comment's author.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "body": {"name": "body", "description": "Content of the comment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "created_at": {"name": "created_at", "description": "Timestamp of when the comment was created. TODO - get timezone clarification", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_public": {"name": "is_public", "description": "Boolean that is true if the comment is visible to all users.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_id": {"name": "issue_id", "description": "Foreign key referencing the id of the `issue` that was commented on.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_update_user_id": {"name": "last_update_user_id", "description": "Foreign key referencing the id of the `user` who last updated this comment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_updated_at": {"name": "last_updated_at", "description": "Timestamp of when the comment was last updated.", "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": "jira://models/staging/stg_jira.yml", "build_path": null, "unrendered_config": {"materialized": "view", "schema": "{{ 'jira_integrations_tests_sqlw' if target.name == 'databricks-sql' else 'jira' }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1778007513.877943, "relation_name": "\"postgres\".\"public_jira\".\"stg_jira__comment\"", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_jira__comment_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_jira__comment_tmp')),\n staging_columns=get_comment_columns()\n )\n }}\n {{ jira.apply_source_relation() }}\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n author_id as author_user_id,\n body,\n cast(created as {{ dbt.type_timestamp() }}) as created_at,\n id as comment_id,\n issue_id,\n is_public,\n update_author_id as last_update_user_id,\n cast(updated as {{ dbt.type_timestamp() }}) as last_updated_at,\n _fivetran_synced\n from fields\n)\n\nselect * \nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__comment_tmp", "package": null, "version": null}, {"name": "stg_jira__comment_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.jira.get_comment_columns", "macro.fivetran_utils.fill_staging_columns", "macro.jira.apply_source_relation", "macro.dbt.type_timestamp"], "nodes": ["model.jira.stg_jira__comment_tmp"]}, "compiled_path": "target/compiled/jira/models/staging/stg_jira__comment.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"postgres\".\"public_jira\".\"stg_jira__comment_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n 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 created\n \n as \n \n created\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n is_public\n \n as \n \n is_public\n \n, \n \n \n issue_id\n \n as \n \n issue_id\n \n, \n \n \n update_author_id\n \n as \n \n update_author_id\n \n, \n \n \n updated\n \n as \n \n updated\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 author_id as author_user_id,\n body,\n cast(created as timestamp) as created_at,\n id as comment_id,\n issue_id,\n is_public,\n update_author_id as last_update_user_id,\n cast(updated as timestamp) as last_updated_at,\n _fivetran_synced\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.jira.stg_jira__project": {"database": "postgres", "schema": "public_jira", "name": "stg_jira__project", "resource_type": "model", "package_name": "jira", "path": "staging/stg_jira__project.sql", "original_file_path": "models/staging/stg_jira__project.sql", "unique_id": "model.jira.stg_jira__project", "fqn": ["jira", "staging", "stg_jira__project"], "alias": "stg_jira__project", "checksum": {"name": "sha256", "checksum": "d98190a778d6d4c8eb2a87af4d0c8678a556624133daf87fd06096dcba115f18"}, "config": {"enabled": true, "alias": null, "schema": "jira", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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 of all projects in your organization.", "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.jira.source_relation"]}, "project_id": {"name": "project_id", "description": "Unique ID of the project.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "project_description": {"name": "project_description", "description": "Description of the project, if given.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "project_key": {"name": "project_key", "description": "UI-facing ID of the project. This becomes the default prefix for tasks created within this project.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "project_lead_user_id": {"name": "project_lead_user_id", "description": "Foreign key referencing the ID of the `user` who leads this project.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "project_name": {"name": "project_name", "description": "Title of the project.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "permission_scheme_id": {"name": "permission_scheme_id", "description": "Foreign key referencing the ID of the `permission_scheme` that the project ascribes to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "project_category_id": {"name": "project_category_id", "description": "Foreign key referencing the ID of the `project_category` that the project is associated with, if any.", "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": "jira://models/staging/stg_jira.yml", "build_path": null, "unrendered_config": {"materialized": "view", "schema": "{{ 'jira_integrations_tests_sqlw' if target.name == 'databricks-sql' else 'jira' }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1778007513.8926494, "relation_name": "\"postgres\".\"public_jira\".\"stg_jira__project\"", "raw_code": "with base as (\n \n select *\n from {{ ref('stg_jira__project_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_jira__project_tmp')),\n staging_columns=get_project_columns()\n )\n }}\n {{ jira.apply_source_relation() }}\n from base\n\n),\n\nfinal as (\n\n select\n source_relation,\n description as project_description,\n id as project_id,\n key as project_key,\n lead_id as project_lead_user_id,\n name as project_name,\n project_category_id,\n permission_scheme_id,\n _fivetran_synced\n from fields\n)\n\nselect * \nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__project_tmp", "package": null, "version": null}, {"name": "stg_jira__project_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.jira.get_project_columns", "macro.fivetran_utils.fill_staging_columns", "macro.jira.apply_source_relation"], "nodes": ["model.jira.stg_jira__project_tmp"]}, "compiled_path": "target/compiled/jira/models/staging/stg_jira__project.sql", "compiled": true, "compiled_code": "with base as (\n \n select *\n from \"postgres\".\"public_jira\".\"stg_jira__project_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n description\n \n as \n \n description\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n key\n \n as \n \n key\n \n, \n \n \n lead_id\n \n as \n \n lead_id\n \n, \n \n \n name\n \n as \n \n name\n \n, \n \n \n permission_scheme_id\n \n as \n \n permission_scheme_id\n \n, \n \n \n project_category_id\n \n as \n \n project_category_id\n \n\n\n\n \n, 'postgres' || '.'|| 'public' as source_relation\n\n from base\n\n),\n\nfinal as (\n\n select\n source_relation,\n description as project_description,\n id as project_id,\n key as project_key,\n lead_id as project_lead_user_id,\n name as project_name,\n project_category_id,\n permission_scheme_id,\n _fivetran_synced\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.jira.stg_jira__issue_link": {"database": "postgres", "schema": "public_jira", "name": "stg_jira__issue_link", "resource_type": "model", "package_name": "jira", "path": "staging/stg_jira__issue_link.sql", "original_file_path": "models/staging/stg_jira__issue_link.sql", "unique_id": "model.jira.stg_jira__issue_link", "fqn": ["jira", "staging", "stg_jira__issue_link"], "alias": "stg_jira__issue_link", "checksum": {"name": "sha256", "checksum": "8ab7ab6b2877643697ce0bcb90497c5af43c7e5a63021cb5688d20e92c98d396"}, "config": {"enabled": true, "alias": null, "schema": "jira", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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 of relationships (links) created between issues. Issue links can include blockers, clones/duplicates, and general relationships.\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.jira.source_relation"]}, "issue_id": {"name": "issue_id", "description": "Foreign key referencing the ID of the `issue` that is the subject of this relationship (the linker).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "related_issue_id": {"name": "related_issue_id", "description": "Foreign key referencing the ID of the `issue` that is the object of this relationship (the linkee).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "relationship": {"name": "relationship", "description": "The nature of the link between the two issues (\"blocks\", \"is duplicated by\", \"relates to\", etc.)", "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": "jira://models/staging/stg_jira.yml", "build_path": null, "unrendered_config": {"materialized": "view", "schema": "{{ 'jira_integrations_tests_sqlw' if target.name == 'databricks-sql' else 'jira' }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1778007513.8850608, "relation_name": "\"postgres\".\"public_jira\".\"stg_jira__issue_link\"", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_jira__issue_link_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_jira__issue_link_tmp')),\n staging_columns=get_issue_link_columns()\n )\n }}\n {{ jira.apply_source_relation() }}\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n issue_id,\n related_issue_id,\n relationship,\n _fivetran_synced \n from fields\n)\n\nselect * \nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__issue_link_tmp", "package": null, "version": null}, {"name": "stg_jira__issue_link_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.jira.get_issue_link_columns", "macro.fivetran_utils.fill_staging_columns", "macro.jira.apply_source_relation"], "nodes": ["model.jira.stg_jira__issue_link_tmp"]}, "compiled_path": "target/compiled/jira/models/staging/stg_jira__issue_link.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"postgres\".\"public_jira\".\"stg_jira__issue_link_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n issue_id\n \n as \n \n issue_id\n \n, \n \n \n related_issue_id\n \n as \n \n related_issue_id\n \n, \n \n \n relationship\n \n as \n \n relationship\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 issue_id,\n related_issue_id,\n relationship,\n _fivetran_synced \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.jira.stg_jira__issue_type": {"database": "postgres", "schema": "public_jira", "name": "stg_jira__issue_type", "resource_type": "model", "package_name": "jira", "path": "staging/stg_jira__issue_type.sql", "original_file_path": "models/staging/stg_jira__issue_type.sql", "unique_id": "model.jira.stg_jira__issue_type", "fqn": ["jira", "staging", "stg_jira__issue_type"], "alias": "stg_jira__issue_type", "checksum": {"name": "sha256", "checksum": "9be3b96ee0be423b63492fa08060732e1978c3e7f56813511f7d07084310db7a"}, "config": {"enabled": true, "alias": null, "schema": "jira", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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 about issue types. Issue types can have identical names in different projects, but they may have differing descriptions.\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.jira.source_relation"]}, "issue_type_id": {"name": "issue_type_id", "description": "Unique ID of the issue type.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "description": {"name": "description", "description": "Project-level description given to the issue type.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_type_name": {"name": "issue_type_name", "description": "Name of the issue type (ie Epic, Task, Subtask, any custom types)", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_subtask": {"name": "is_subtask", "description": "Boolean that is true if this type of issue is a subtask.", "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": "jira://models/staging/stg_jira.yml", "build_path": null, "unrendered_config": {"materialized": "view", "schema": "{{ 'jira_integrations_tests_sqlw' if target.name == 'databricks-sql' else 'jira' }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1778007513.8903785, "relation_name": "\"postgres\".\"public_jira\".\"stg_jira__issue_type\"", "raw_code": "with base as (\n\n select * from \n {{ ref('stg_jira__issue_type_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_jira__issue_type_tmp')),\n staging_columns=get_issue_type_columns()\n )\n }}\n {{ jira.apply_source_relation() }}\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n description,\n id as issue_type_id,\n name as issue_type_name,\n subtask as is_subtask,\n _fivetran_synced\n from fields\n)\n\nselect * \nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__issue_type_tmp", "package": null, "version": null}, {"name": "stg_jira__issue_type_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.jira.get_issue_type_columns", "macro.fivetran_utils.fill_staging_columns", "macro.jira.apply_source_relation"], "nodes": ["model.jira.stg_jira__issue_type_tmp"]}, "compiled_path": "target/compiled/jira/models/staging/stg_jira__issue_type.sql", "compiled": true, "compiled_code": "with base as (\n\n select * from \n \"postgres\".\"public_jira\".\"stg_jira__issue_type_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n description\n \n as \n \n description\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 subtask\n \n as \n \n subtask\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 description,\n id as issue_type_id,\n name as issue_type_name,\n subtask as is_subtask,\n _fivetran_synced\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.jira.stg_jira__field": {"database": "postgres", "schema": "public_jira", "name": "stg_jira__field", "resource_type": "model", "package_name": "jira", "path": "staging/stg_jira__field.sql", "original_file_path": "models/staging/stg_jira__field.sql", "unique_id": "model.jira.stg_jira__field", "fqn": ["jira", "staging", "stg_jira__field"], "alias": "stg_jira__field", "checksum": {"name": "sha256", "checksum": "b03d4564ebea3be64fee330a9ecaf032649b8b9ce2842e25430e43286607716c"}, "config": {"enabled": true, "alias": null, "schema": "jira", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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 of all issue fields.", "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.jira.source_relation"]}, "field_id": {"name": "field_id", "description": "Unique ID of the field. Default fields will have descriptive IDs, whereas custom field IDs will be `'customfield_#####'`.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_array": {"name": "is_array", "description": "Boolean that is true if a field can have multiple values (is multiselect).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_custom": {"name": "is_custom", "description": "Boolean that is true if the field is custom to this organization, and false if it is default to Jira.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "field_name": {"name": "field_name", "description": "Name of the field as it appears on issue cards.", "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": "jira://models/staging/stg_jira.yml", "build_path": null, "unrendered_config": {"materialized": "view", "schema": "{{ 'jira_integrations_tests_sqlw' if target.name == 'databricks-sql' else 'jira' }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1778007513.8816943, "relation_name": "\"postgres\".\"public_jira\".\"stg_jira__field\"", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_jira__field_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_jira__field_tmp')),\n staging_columns=get_field_columns()\n )\n }}\n {{ jira.apply_source_relation() }}\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n cast(id as {{ dbt.type_string() }}) as field_id,\n is_array,\n is_custom,\n name as field_name,\n _fivetran_synced\n from fields\n)\n\nselect * \nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__field_tmp", "package": null, "version": null}, {"name": "stg_jira__field_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.jira.get_field_columns", "macro.fivetran_utils.fill_staging_columns", "macro.jira.apply_source_relation", "macro.dbt.type_string"], "nodes": ["model.jira.stg_jira__field_tmp"]}, "compiled_path": "target/compiled/jira/models/staging/stg_jira__field.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"postgres\".\"public_jira\".\"stg_jira__field_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n is_array\n \n as \n \n is_array\n \n, \n \n \n is_custom\n \n as \n \n is_custom\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 field_id,\n is_array,\n is_custom,\n name as field_name,\n _fivetran_synced\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.jira.stg_jira__version": {"database": "postgres", "schema": "public_jira", "name": "stg_jira__version", "resource_type": "model", "package_name": "jira", "path": "staging/stg_jira__version.sql", "original_file_path": "models/staging/stg_jira__version.sql", "unique_id": "model.jira.stg_jira__version", "fqn": ["jira", "staging", "stg_jira__version"], "alias": "stg_jira__version", "checksum": {"name": "sha256", "checksum": "a949b82c66e5dfe417e09993677568107ae357def07602fac295bfab5a8c57ce"}, "config": {"enabled": true, "alias": null, "schema": "jira", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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 of project versions in your organization.", "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.jira.source_relation"]}, "is_archived": {"name": "is_archived", "description": "Boolean that is true if the project version has been archived.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "description": {"name": "description", "description": "The optional description given to the version.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "version_id": {"name": "version_id", "description": "Unique ID of the version.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "version_name": {"name": "version_name", "description": "Unique name of the version.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_overdue": {"name": "is_overdue", "description": "Boolean that is true if the version is past its optional release date, false if it is not or if it does not have a due date.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "project_id": {"name": "project_id", "description": "Foreign key referencing the `PROJECT` to which this version is attached.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "release_date": {"name": "release_date", "description": "The optional release date of the version. Expressed in ISO 8601 format (yyyy-mm-dd).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_released": {"name": "is_released", "description": "Boolean that is true if the version has been released. If the version is released a request to release again is ignored", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "start_date": {"name": "start_date", "description": "The start date of the version. Expressed in ISO 8601 format (yyyy-mm-dd).", "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": "jira://models/staging/stg_jira.yml", "build_path": null, "unrendered_config": {"materialized": "view", "schema": "{{ 'jira_integrations_tests_sqlw' if target.name == 'databricks-sql' else 'jira' }}", "enabled": true, "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1778007513.9036913, "relation_name": "\"postgres\".\"public_jira\".\"stg_jira__version\"", "raw_code": "{{ config(enabled=var('jira_using_versions', True)) }}\n\nwith base as (\n\n select * \n from {{ ref('stg_jira__version_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_jira__version_tmp')),\n staging_columns=get_version_columns()\n )\n }}\n {{ jira.apply_source_relation() }}\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n archived as is_archived,\n description,\n id as version_id,\n name as version_name,\n overdue as is_overdue,\n project_id,\n cast(release_date as {{ dbt.type_timestamp() }}) as release_date,\n released as is_released,\n cast(start_date as {{ dbt.type_timestamp() }}) as start_date\n from fields\n)\n\nselect * \nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__version_tmp", "package": null, "version": null}, {"name": "stg_jira__version_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.jira.get_version_columns", "macro.fivetran_utils.fill_staging_columns", "macro.jira.apply_source_relation", "macro.dbt.type_timestamp"], "nodes": ["model.jira.stg_jira__version_tmp"]}, "compiled_path": "target/compiled/jira/models/staging/stg_jira__version.sql", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select * \n from \"postgres\".\"public_jira\".\"stg_jira__version_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n archived\n \n as \n \n archived\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 name\n \n as \n \n name\n \n, \n \n \n overdue\n \n as \n \n overdue\n \n, \n \n \n project_id\n \n as \n \n project_id\n \n, \n \n \n release_date\n \n as \n \n release_date\n \n, \n \n \n released\n \n as \n \n released\n \n, \n \n \n start_date\n \n as \n \n start_date\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 archived as is_archived,\n description,\n id as version_id,\n name as version_name,\n overdue as is_overdue,\n project_id,\n cast(release_date as timestamp) as release_date,\n released as is_released,\n cast(start_date as timestamp) as start_date\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.jira.stg_jira__status": {"database": "postgres", "schema": "public_jira", "name": "stg_jira__status", "resource_type": "model", "package_name": "jira", "path": "staging/stg_jira__status.sql", "original_file_path": "models/staging/stg_jira__status.sql", "unique_id": "model.jira.stg_jira__status", "fqn": ["jira", "staging", "stg_jira__status"], "alias": "stg_jira__status", "checksum": {"name": "sha256", "checksum": "0c8fc9e089f8e209404c719629c8951f781b75822659f9c8c708fefa5c329281"}, "config": {"enabled": true, "alias": null, "schema": "jira", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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 of project-level statuses (which may have the same umbrella `status_category`).", "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.jira.source_relation"]}, "status_id": {"name": "status_id", "description": "Unique ID of the project status.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "status_description": {"name": "status_description", "description": "Description of the project status. Different projects may all have a status called \"Backlog\", but their definitions of \"backlog\" may differ.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "status_name": {"name": "status_name", "description": "Title of the status.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "status_category_id": {"name": "status_category_id", "description": "Foreign key referencing the ID of the `status_category` that this project status falls under.", "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": "jira://models/staging/stg_jira.yml", "build_path": null, "unrendered_config": {"materialized": "view", "schema": "{{ 'jira_integrations_tests_sqlw' if target.name == 'databricks-sql' else 'jira' }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1778007513.8971672, "relation_name": "\"postgres\".\"public_jira\".\"stg_jira__status\"", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_jira__status_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_jira__status_tmp')),\n staging_columns=get_status_columns()\n )\n }}\n {{ jira.apply_source_relation() }}\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n description as status_description,\n id as status_id,\n name as status_name,\n status_category_id,\n _fivetran_synced\n from fields\n)\n\nselect * \nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__status_tmp", "package": null, "version": null}, {"name": "stg_jira__status_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.jira.get_status_columns", "macro.fivetran_utils.fill_staging_columns", "macro.jira.apply_source_relation"], "nodes": ["model.jira.stg_jira__status_tmp"]}, "compiled_path": "target/compiled/jira/models/staging/stg_jira__status.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"postgres\".\"public_jira\".\"stg_jira__status_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n description\n \n as \n \n description\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 status_category_id\n \n as \n \n status_category_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 description as status_description,\n id as status_id,\n name as status_name,\n status_category_id,\n _fivetran_synced\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.jira.stg_jira__sprint": {"database": "postgres", "schema": "public_jira", "name": "stg_jira__sprint", "resource_type": "model", "package_name": "jira", "path": "staging/stg_jira__sprint.sql", "original_file_path": "models/staging/stg_jira__sprint.sql", "unique_id": "model.jira.stg_jira__sprint", "fqn": ["jira", "staging", "stg_jira__sprint"], "alias": "stg_jira__sprint", "checksum": {"name": "sha256", "checksum": "27661fdd2462ff676c35519de627eba0e1385dd53c282d01b1d8056d5fc195ce"}, "config": {"enabled": true, "alias": null, "schema": "jira", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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 of all sprints.", "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.jira.source_relation"]}, "sprint_id": {"name": "sprint_id", "description": "Unique ID of the sprint.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "board_id": {"name": "board_id", "description": "Foreign key referencing the ID of the `board` that the sprint lives in.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "completed_at": {"name": "completed_at", "description": "Timestamp of when the sprint was completed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "ended_at": {"name": "ended_at", "description": "Timestamp of when the sprint is planned to end.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sprint_name": {"name": "sprint_name", "description": "Title of the sprint.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "started_at": {"name": "started_at", "description": "Timestamp of when the sprint began.", "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": "jira://models/staging/stg_jira.yml", "build_path": null, "unrendered_config": {"materialized": "view", "schema": "{{ 'jira_integrations_tests_sqlw' if target.name == 'databricks-sql' else 'jira' }}", "enabled": true, "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1778007513.8955758, "relation_name": "\"postgres\".\"public_jira\".\"stg_jira__sprint\"", "raw_code": "{{ config(enabled=var('jira_using_sprints', True)) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_jira__sprint_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_jira__sprint_tmp')),\n staging_columns=get_sprint_columns()\n )\n }}\n {{ jira.apply_source_relation() }}\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n id as sprint_id,\n name as sprint_name,\n board_id,\n cast(complete_date as {{ dbt.type_timestamp() }}) as completed_at,\n cast(end_date as {{ dbt.type_timestamp() }}) as ended_at,\n cast(start_date as {{ dbt.type_timestamp() }}) as started_at,\n _fivetran_synced\n from fields\n where not coalesce(_fivetran_deleted, false)\n)\n\nselect * \nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__sprint_tmp", "package": null, "version": null}, {"name": "stg_jira__sprint_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.jira.get_sprint_columns", "macro.fivetran_utils.fill_staging_columns", "macro.jira.apply_source_relation", "macro.dbt.type_timestamp"], "nodes": ["model.jira.stg_jira__sprint_tmp"]}, "compiled_path": "target/compiled/jira/models/staging/stg_jira__sprint.sql", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__sprint_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n board_id\n \n as \n \n board_id\n \n, \n \n \n complete_date\n \n as \n \n complete_date\n \n, \n \n \n end_date\n \n as \n \n end_date\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 start_date\n \n as \n \n start_date\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 sprint_id,\n name as sprint_name,\n board_id,\n cast(complete_date as timestamp) as completed_at,\n cast(end_date as timestamp) as ended_at,\n cast(start_date as timestamp) as started_at,\n _fivetran_synced\n from fields\n where not coalesce(_fivetran_deleted, false)\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.jira.stg_jira__issue_multiselect_history": {"database": "postgres", "schema": "public_jira", "name": "stg_jira__issue_multiselect_history", "resource_type": "model", "package_name": "jira", "path": "staging/stg_jira__issue_multiselect_history.sql", "original_file_path": "models/staging/stg_jira__issue_multiselect_history.sql", "unique_id": "model.jira.stg_jira__issue_multiselect_history", "fqn": ["jira", "staging", "stg_jira__issue_multiselect_history"], "alias": "stg_jira__issue_multiselect_history", "checksum": {"name": "sha256", "checksum": "0a0ce226a3c8f0a20f22412875a71f0363131879995b56ee8fa9beeeef9a9b9d"}, "config": {"enabled": true, "alias": null, "schema": "jira", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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 of every value that each array-type (multiselect) field has been set to. Each row will pertain to **one** value.\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.jira.source_relation"]}, "_fivetran_id": {"name": "_fivetran_id", "description": "Fivetran-generated ID hashed on field, issue, and value.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "updated_at": {"name": "updated_at", "description": "Timestamp of when the issue field was updated to included this value.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "field_id": {"name": "field_id", "description": "Foreign key referencing the ID of the `field` that was changed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_id": {"name": "issue_id", "description": "Foreign key referencing the ID of the `issue` whose field was updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "field_value": {"name": "field_value", "description": "Content of the value of that the field was set to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_active": {"name": "is_active", "description": "Boolean showing whether this issue field is currently active.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "author_id": {"name": "author_id", "description": "Foreign key referencing the ID of the `user` who made this field change.", "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": "jira://models/staging/stg_jira.yml", "build_path": null, "unrendered_config": {"materialized": "view", "schema": "{{ 'jira_integrations_tests_sqlw' if target.name == 'databricks-sql' else 'jira' }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1778007513.888834, "relation_name": "\"postgres\".\"public_jira\".\"stg_jira__issue_multiselect_history\"", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_jira__issue_multiselect_history_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_jira__issue_multiselect_history_tmp')),\n staging_columns=get_issue_multiselect_history_columns()\n )\n }}\n {{ jira.apply_source_relation() }}\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n _fivetran_id,\n cast(field_id as {{ dbt.type_string() }}) as field_id,\n issue_id,\n {% if target.type == 'snowflake' %}\n cast(\"TIME\" as {{ dbt.type_timestamp() }})\n {% elif target.type == 'redshift' %}\n cast(\"time\" as {{ dbt.type_timestamp() }})\n {% else %}\n cast(time as {{ dbt.type_timestamp() }})\n {% endif %} as updated_at,\n value as field_value,\n author_id,\n is_active,\n _fivetran_synced\n from fields\n)\n\nselect * \nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__issue_multiselect_history_tmp", "package": null, "version": null}, {"name": "stg_jira__issue_multiselect_history_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.jira.get_issue_multiselect_history_columns", "macro.fivetran_utils.fill_staging_columns", "macro.jira.apply_source_relation", "macro.dbt.type_string", "macro.dbt.type_timestamp"], "nodes": ["model.jira.stg_jira__issue_multiselect_history_tmp"]}, "compiled_path": "target/compiled/jira/models/staging/stg_jira__issue_multiselect_history.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"postgres\".\"public_jira\".\"stg_jira__issue_multiselect_history_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_id\n \n as \n \n _fivetran_id\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n field_id\n \n as \n \n field_id\n \n, \n \n \n issue_id\n \n as \n \n issue_id\n \n, \n \n \n value\n \n as \n \n value\n \n, \n \n \n is_active\n \n as \n \n is_active\n \n, \n \n \n author_id\n \n as \n \n author_id\n \n, \n \n \n time\n \n as \n \n time\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 _fivetran_id,\n cast(field_id as TEXT) as field_id,\n issue_id,\n \n cast(time as timestamp)\n as updated_at,\n value as field_value,\n author_id,\n is_active,\n _fivetran_synced\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.jira.stg_jira__team": {"database": "postgres", "schema": "public_jira", "name": "stg_jira__team", "resource_type": "model", "package_name": "jira", "path": "staging/stg_jira__team.sql", "original_file_path": "models/staging/stg_jira__team.sql", "unique_id": "model.jira.stg_jira__team", "fqn": ["jira", "staging", "stg_jira__team"], "alias": "stg_jira__team", "checksum": {"name": "sha256", "checksum": "a622c1de05b71a824ecae2c37df33f2fbca97fdb6c22b326291bd6cbf73dfa32"}, "config": {"enabled": true, "alias": null, "schema": "jira", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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 of teams associated with your organization.", "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.jira.source_relation"]}, "team_id": {"name": "team_id", "description": "Unique ID of the team.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_shared_team": {"name": "is_shared_team", "description": "Boolean that is true if the team is shared with other teams in your organization.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_visible_team": {"name": "is_visible_team", "description": "Boolean that is true if the team is visible to all users in your organization.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "team_name": {"name": "team_name", "description": "Name of the team.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "team_title": {"name": "team_title", "description": "Longer, more descriptive name of the team.", "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": "jira://models/staging/stg_jira.yml", "build_path": null, "unrendered_config": {"materialized": "view", "schema": "{{ 'jira_integrations_tests_sqlw' if target.name == 'databricks-sql' else 'jira' }}", "enabled": true, "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1778007513.9000604, "relation_name": "\"postgres\".\"public_jira\".\"stg_jira__team\"", "raw_code": "{{ config(enabled=var('jira_using_teams', True)) }}\n\nwith base as (\n\n select * \n from {{ ref('stg_jira__team_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_jira__team_tmp')),\n staging_columns=get_team_columns()\n )\n }}\n {{ jira.apply_source_relation() }}\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n cast(id as {{ dbt.type_string() }}) as team_id,\n is_shared as is_shared_team,\n is_visible as is_visible_team,\n name as team_name,\n title as team_title,\n _fivetran_synced\n from fields\n)\n\nselect * \nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__team_tmp", "package": null, "version": null}, {"name": "stg_jira__team_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.jira.get_team_columns", "macro.fivetran_utils.fill_staging_columns", "macro.jira.apply_source_relation", "macro.dbt.type_string"], "nodes": ["model.jira.stg_jira__team_tmp"]}, "compiled_path": "target/compiled/jira/models/staging/stg_jira__team.sql", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select * \n from \"postgres\".\"public_jira\".\"stg_jira__team_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n is_shared\n \n as \n \n is_shared\n \n, \n \n \n is_visible\n \n as \n \n is_visible\n \n, \n \n \n name\n \n as \n \n name\n \n, \n \n \n title\n \n as \n \n title\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 team_id,\n is_shared as is_shared_team,\n is_visible as is_visible_team,\n name as team_name,\n title as team_title,\n _fivetran_synced\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.jira.stg_jira__user": {"database": "postgres", "schema": "public_jira", "name": "stg_jira__user", "resource_type": "model", "package_name": "jira", "path": "staging/stg_jira__user.sql", "original_file_path": "models/staging/stg_jira__user.sql", "unique_id": "model.jira.stg_jira__user", "fqn": ["jira", "staging", "stg_jira__user"], "alias": "stg_jira__user", "checksum": {"name": "sha256", "checksum": "afe1628c4efa0bf546982fc54417d4ad562c4cd4e83cb8344c59754b4d7fe7b8"}, "config": {"enabled": true, "alias": null, "schema": "jira", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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 of users associated with your organization.", "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.jira.source_relation"]}, "user_id": {"name": "user_id", "description": "Unique ID of the user.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "email": {"name": "email", "description": "Email associated with the user account.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "locale": {"name": "locale", "description": "The Java locale of the user.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "user_display_name": {"name": "user_display_name", "description": "Name of the user as it appears in the UI.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "time_zone": {"name": "time_zone", "description": "The user's timezone, as defined in their settings.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "username": {"name": "username", "description": "Account username.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_active": {"name": "is_active", "description": "Boolean showing whether this issue field is currently active.", "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": "jira://models/staging/stg_jira.yml", "build_path": null, "unrendered_config": {"materialized": "view", "schema": "{{ 'jira_integrations_tests_sqlw' if target.name == 'databricks-sql' else 'jira' }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1778007513.900919, "relation_name": "\"postgres\".\"public_jira\".\"stg_jira__user\"", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_jira__user_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_jira__user_tmp')),\n staging_columns=get_user_columns()\n )\n }}\n {{ jira.apply_source_relation() }}\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n email,\n id as user_id,\n locale,\n name as user_display_name,\n time_zone,\n username,\n is_active,\n _fivetran_synced\n from fields\n)\n\nselect * \nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__user_tmp", "package": null, "version": null}, {"name": "stg_jira__user_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.jira.get_user_columns", "macro.fivetran_utils.fill_staging_columns", "macro.jira.apply_source_relation"], "nodes": ["model.jira.stg_jira__user_tmp"]}, "compiled_path": "target/compiled/jira/models/staging/stg_jira__user.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"postgres\".\"public_jira\".\"stg_jira__user_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n email\n \n as \n \n email\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n locale\n \n as \n \n locale\n \n, \n \n \n name\n \n as \n \n name\n \n, \n \n \n time_zone\n \n as \n \n time_zone\n \n, \n \n \n username\n \n as \n \n username\n \n, \n \n \n is_active\n \n as \n \n is_active\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 email,\n id as user_id,\n locale,\n name as user_display_name,\n time_zone,\n username,\n is_active,\n _fivetran_synced\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.jira.stg_jira__issue": {"database": "postgres", "schema": "public_jira", "name": "stg_jira__issue", "resource_type": "model", "package_name": "jira", "path": "staging/stg_jira__issue.sql", "original_file_path": "models/staging/stg_jira__issue.sql", "unique_id": "model.jira.stg_jira__issue", "fqn": ["jira", "staging", "stg_jira__issue"], "alias": "stg_jira__issue", "checksum": {"name": "sha256", "checksum": "6055f88dca524b4b90eea2cffd8459c9435f571d86ce7c07674dd5fe6ce86cfc"}, "config": {"enabled": true, "alias": null, "schema": "jira", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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 of all issues in your organization's Jira (captures soft deletes).", "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.jira.source_relation"]}, "issue_id": {"name": "issue_id", "description": "Unique ID of the issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "assignee_user_id": {"name": "assignee_user_id", "description": "Foreign key referencing the ID of the `user` currently assigned to this task.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "created_at": {"name": "created_at", "description": "Timestamp of when the issue was created (in UTC).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "creator_user_id": {"name": "creator_user_id", "description": "Foreign key referencing the `user` who first created the issue. Cannot be changed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_description": {"name": "issue_description", "description": "The issue description, if given.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "due_date": {"name": "due_date", "description": "Calendar day on which the issue is due, if a due date is provided.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "environment": {"name": "environment", "description": "Text field describing the environment in which the issue occurred (ie \"IE9 on Windows 7\").", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_type_id": {"name": "issue_type_id", "description": "Foreign key referencing the ID of the `issue_type`. This value is generated by coalescing the `work_type` and `issue_type` columns from the source.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_key": {"name": "issue_key", "description": "UI-facing id of the issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "original_estimate_seconds": {"name": "original_estimate_seconds", "description": "The original estimate of how long working on this issue would take, in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "parent_issue_id": {"name": "parent_issue_id", "description": "Self-referencing ID of the parent `issue`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "priority_id": {"name": "priority_id", "description": "Foreign key referencing the ID of the issue's current `priority`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "project_id": {"name": "project_id", "description": "Foreign key referencing the ID of the `project` that the issue belongs to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "remaining_estimate_seconds": {"name": "remaining_estimate_seconds", "description": "The estimate of how much longer working on this issue will take, in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "reporter_user_id": {"name": "reporter_user_id", "description": "Foreign key referencing the ID of the `user` who reported the issue. This differs from the `creator` column in that the reporter can be changed in-app.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "resolution_id": {"name": "resolution_id", "description": "Foreign key referencing the ID of the issue's type of `resolution`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "resolved_at": {"name": "resolved_at", "description": "Timestamp of when the issue was resolved (ie completed, marked as duplicate). If an issue is un-resolved, this will be null.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "status_id": {"name": "status_id", "description": "Foreign key referencing the ID of the issue's `status` (the step that the issue is currently at in the project's workflow).\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "status_changed_at": {"name": "status_changed_at", "description": "Timestamp of when the status was last changed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_name": {"name": "issue_name", "description": "Title of the issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "time_spent_seconds": {"name": "time_spent_seconds", "description": "The time that was spent working on this issue, in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "updated_at": {"name": "updated_at", "description": "Timestamp of when the issue was last updated in some way.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "work_ratio": {"name": "work_ratio", "description": "The percentage of work that has been logged against the issue (time_spent) vs the original estimate of worktime. Equals -1.0 when the fields required for calculation are not provided.\n", "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": "jira://models/staging/stg_jira.yml", "build_path": null, "unrendered_config": {"materialized": "view", "schema": "{{ 'jira_integrations_tests_sqlw' if target.name == 'databricks-sql' else 'jira' }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1778007513.8865657, "relation_name": "\"postgres\".\"public_jira\".\"stg_jira__issue\"", "raw_code": "with base as (\n \n select * \n from {{ ref('stg_jira__issue_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_jira__issue_tmp')),\n staging_columns=get_issue_columns()\n )\n }}\n {{ jira.apply_source_relation() }}\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n coalesce(original_estimate, _original_estimate) as original_estimate_seconds,\n coalesce(remaining_estimate, _remaining_estimate) as remaining_estimate_seconds,\n coalesce(time_spent, _time_spent) as time_spent_seconds,\n assignee as assignee_user_id,\n cast(created as {{ dbt.type_timestamp() }}) as created_at,\n cast(resolved as {{ dbt.type_timestamp() }}) as resolved_at,\n creator as creator_user_id,\n description as issue_description,\n due_date,\n environment,\n id as issue_id,\n coalesce(work_type, issue_type) as issue_type_id,\n key as issue_key,\n parent_id as parent_issue_id,\n priority as priority_id,\n project as project_id,\n reporter as reporter_user_id,\n resolution as resolution_id,\n status as status_id,\n cast(status_category_changed as {{ dbt.type_timestamp() }}) as status_changed_at,\n summary as issue_name,\n cast(updated as {{ dbt.type_timestamp() }}) as updated_at,\n work_ratio,\n _fivetran_synced\n from fields\n where not coalesce(_fivetran_deleted, false)\n)\n\nselect * \nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__issue_tmp", "package": null, "version": null}, {"name": "stg_jira__issue_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.jira.get_issue_columns", "macro.fivetran_utils.fill_staging_columns", "macro.jira.apply_source_relation", "macro.dbt.type_timestamp"], "nodes": ["model.jira.stg_jira__issue_tmp"]}, "compiled_path": "target/compiled/jira/models/staging/stg_jira__issue.sql", "compiled": true, "compiled_code": "with base as (\n \n select * \n from \"postgres\".\"public_jira\".\"stg_jira__issue_tmp\"\n),\n\nfields as (\n\n select\n \n \n \n _fivetran_deleted\n \n as \n \n _fivetran_deleted\n \n, \n \n \n _fivetran_synced\n \n as \n \n _fivetran_synced\n \n, \n \n \n _original_estimate\n \n as \n \n _original_estimate\n \n, \n \n \n _remaining_estimate\n \n as \n \n _remaining_estimate\n \n, \n \n \n _time_spent\n \n as \n \n _time_spent\n \n, \n \n \n assignee\n \n as \n \n assignee\n \n, \n \n \n created\n \n as \n \n created\n \n, \n \n \n creator\n \n as \n \n creator\n \n, \n \n \n description\n \n as \n \n description\n \n, \n \n \n due_date\n \n as \n \n due_date\n \n, \n \n \n environment\n \n as \n \n environment\n \n, \n \n \n id\n \n as \n \n id\n \n, \n \n \n issue_type\n \n as \n \n issue_type\n \n, \n \n \n work_type\n \n as \n \n work_type\n \n, \n \n \n key\n \n as \n \n key\n \n, \n \n \n original_estimate\n \n as \n \n original_estimate\n \n, \n \n \n parent_id\n \n as \n \n parent_id\n \n, \n \n \n priority\n \n as \n \n priority\n \n, \n \n \n project\n \n as \n \n project\n \n, \n \n \n remaining_estimate\n \n as \n \n remaining_estimate\n \n, \n \n \n reporter\n \n as \n \n reporter\n \n, \n \n \n resolution\n \n as \n \n resolution\n \n, \n \n \n resolved\n \n as \n \n resolved\n \n, \n \n \n status\n \n as \n \n status\n \n, \n \n \n status_category_changed\n \n as \n \n status_category_changed\n \n, \n \n \n summary\n \n as \n \n summary\n \n, \n \n \n time_spent\n \n as \n \n time_spent\n \n, \n \n \n updated\n \n as \n \n updated\n \n, \n \n \n work_ratio\n \n as \n \n work_ratio\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 coalesce(original_estimate, _original_estimate) as original_estimate_seconds,\n coalesce(remaining_estimate, _remaining_estimate) as remaining_estimate_seconds,\n coalesce(time_spent, _time_spent) as time_spent_seconds,\n assignee as assignee_user_id,\n cast(created as timestamp) as created_at,\n cast(resolved as timestamp) as resolved_at,\n creator as creator_user_id,\n description as issue_description,\n due_date,\n environment,\n id as issue_id,\n coalesce(work_type, issue_type) as issue_type_id,\n key as issue_key,\n parent_id as parent_issue_id,\n priority as priority_id,\n project as project_id,\n reporter as reporter_user_id,\n resolution as resolution_id,\n status as status_id,\n cast(status_category_changed as timestamp) as status_changed_at,\n summary as issue_name,\n cast(updated as timestamp) as updated_at,\n work_ratio,\n _fivetran_synced\n from fields\n where not coalesce(_fivetran_deleted, false)\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.jira.stg_jira__team_tmp": {"database": "postgres", "schema": "public_jira", "name": "stg_jira__team_tmp", "resource_type": "model", "package_name": "jira", "path": "staging/tmp/stg_jira__team_tmp.sql", "original_file_path": "models/staging/tmp/stg_jira__team_tmp.sql", "unique_id": "model.jira.stg_jira__team_tmp", "fqn": ["jira", "staging", "tmp", "stg_jira__team_tmp"], "alias": "stg_jira__team_tmp", "checksum": {"name": "sha256", "checksum": "1169178e28baa869ccae065d4302b3ed31145ea14e75fec071809a064bc82a24"}, "config": {"enabled": true, "alias": null, "schema": "jira", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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": {"materialized": "view", "schema": "{{ 'jira_integrations_tests_sqlw' if target.name == 'databricks-sql' else 'jira' }}", "enabled": true, "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1778007513.0842698, "relation_name": "\"postgres\".\"public_jira\".\"stg_jira__team_tmp\"", "raw_code": "{{ config(enabled=var('jira_using_teams', True)) }}\n\n{{\n jira.jira_union_connections(\n connection_dictionary='jira_sources',\n single_source_name='jira',\n single_table_name='team'\n )\n}}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["jira", "team"], ["jira", "team"], ["jira", "team"]], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.jira.jira_union_connections"], "nodes": ["source.jira.jira.team"]}, "compiled_path": "target/compiled/jira/models/staging/tmp/stg_jira__team_tmp.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\n\n -- ** Values passed to adapter.get_relation:\n -- full-identifier_var: jira_team_identifier\n -- database: postgres \n -- schema: public\n -- identifier: team\n\n\n select\n \"id\",\n \"is_shared\",\n \"is_visible\",\n \"name\",\n \"title\",\n \"_fivetran_synced\"\n from \"postgres\".\"public\".\"team\" 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.jira.stg_jira__sprint_tmp": {"database": "postgres", "schema": "public_jira", "name": "stg_jira__sprint_tmp", "resource_type": "model", "package_name": "jira", "path": "staging/tmp/stg_jira__sprint_tmp.sql", "original_file_path": "models/staging/tmp/stg_jira__sprint_tmp.sql", "unique_id": "model.jira.stg_jira__sprint_tmp", "fqn": ["jira", "staging", "tmp", "stg_jira__sprint_tmp"], "alias": "stg_jira__sprint_tmp", "checksum": {"name": "sha256", "checksum": "8f554876ba17c703c4d9b68ac4ef9b89d3179caeeab3208bf6e9f75e7e6df604"}, "config": {"enabled": true, "alias": null, "schema": "jira", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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": {"materialized": "view", "schema": "{{ 'jira_integrations_tests_sqlw' if target.name == 'databricks-sql' else 'jira' }}", "enabled": true, "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1778007513.1071267, "relation_name": "\"postgres\".\"public_jira\".\"stg_jira__sprint_tmp\"", "raw_code": "{{ config(enabled=var('jira_using_sprints', True)) }}\n\n{{\n jira.jira_union_connections(\n connection_dictionary='jira_sources',\n single_source_name='jira',\n single_table_name='sprint'\n )\n}}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["jira", "sprint"], ["jira", "sprint"], ["jira", "sprint"]], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.jira.jira_union_connections"], "nodes": ["source.jira.jira.sprint"]}, "compiled_path": "target/compiled/jira/models/staging/tmp/stg_jira__sprint_tmp.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\n\n -- ** Values passed to adapter.get_relation:\n -- full-identifier_var: jira_sprint_identifier\n -- database: postgres \n -- schema: public\n -- identifier: sprint\n\n\n select\n \"id\",\n \"_fivetran_synced\",\n \"_fivetran_deleted\",\n \"board_id\",\n \"complete_date\",\n \"end_date\",\n \"name\",\n \"start_date\"\n from \"postgres\".\"public\".\"sprint\" 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.jira.stg_jira__issue_tmp": {"database": "postgres", "schema": "public_jira", "name": "stg_jira__issue_tmp", "resource_type": "model", "package_name": "jira", "path": "staging/tmp/stg_jira__issue_tmp.sql", "original_file_path": "models/staging/tmp/stg_jira__issue_tmp.sql", "unique_id": "model.jira.stg_jira__issue_tmp", "fqn": ["jira", "staging", "tmp", "stg_jira__issue_tmp"], "alias": "stg_jira__issue_tmp", "checksum": {"name": "sha256", "checksum": "58fb4648b93b0ca3b6f9d01bc0896226fe8ae7d73f7456ff635afefcf1464242"}, "config": {"enabled": true, "alias": null, "schema": "jira", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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": {"materialized": "view", "schema": "{{ 'jira_integrations_tests_sqlw' if target.name == 'databricks-sql' else 'jira' }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1778007513.1147912, "relation_name": "\"postgres\".\"public_jira\".\"stg_jira__issue_tmp\"", "raw_code": "{{\n jira.jira_union_connections(\n connection_dictionary='jira_sources',\n single_source_name='jira',\n single_table_name='issue'\n )\n}}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["jira", "issue"], ["jira", "issue"], ["jira", "issue"]], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.jira.jira_union_connections"], "nodes": ["source.jira.jira.issue"]}, "compiled_path": "target/compiled/jira/models/staging/tmp/stg_jira__issue_tmp.sql", "compiled": true, "compiled_code": "\n\n\n\n\n -- ** Values passed to adapter.get_relation:\n -- full-identifier_var: jira_issue_identifier\n -- database: postgres \n -- schema: public\n -- identifier: issue\n\n\n select\n \"id\",\n \"_fivetran_deleted\",\n \"_fivetran_synced\",\n \"_original_estimate\",\n \"_remaining_estimate\",\n \"_time_spent\",\n \"assignee\",\n \"created\",\n \"creator\",\n \"description\",\n \"due_date\",\n \"environment\",\n \"issue_type\",\n \"key\",\n \"last_viewed\",\n \"original_estimate\",\n \"parent_id\",\n \"priority\",\n \"project\",\n \"remaining_estimate\",\n \"reporter\",\n \"resolution\",\n \"resolved\",\n \"status\",\n \"status_category_changed\",\n \"summary\",\n \"time_spent\",\n \"updated\",\n \"work_ratio\",\n \"work_type\"\n from \"postgres\".\"public\".\"issue\" 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.jira.stg_jira__status_category_tmp": {"database": "postgres", "schema": "public_jira", "name": "stg_jira__status_category_tmp", "resource_type": "model", "package_name": "jira", "path": "staging/tmp/stg_jira__status_category_tmp.sql", "original_file_path": "models/staging/tmp/stg_jira__status_category_tmp.sql", "unique_id": "model.jira.stg_jira__status_category_tmp", "fqn": ["jira", "staging", "tmp", "stg_jira__status_category_tmp"], "alias": "stg_jira__status_category_tmp", "checksum": {"name": "sha256", "checksum": "535d83bc6af43a8b6d4c03c949d8fb5dcf753dd27c74b1588545ba589724e334"}, "config": {"enabled": true, "alias": null, "schema": "jira", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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": {"materialized": "view", "schema": "{{ 'jira_integrations_tests_sqlw' if target.name == 'databricks-sql' else 'jira' }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1778007513.1217978, "relation_name": "\"postgres\".\"public_jira\".\"stg_jira__status_category_tmp\"", "raw_code": "{{\n jira.jira_union_connections(\n connection_dictionary='jira_sources',\n single_source_name='jira',\n single_table_name='status_category'\n )\n}}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["jira", "status_category"], ["jira", "status_category"], ["jira", "status_category"]], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.jira.jira_union_connections"], "nodes": ["source.jira.jira.status_category"]}, "compiled_path": "target/compiled/jira/models/staging/tmp/stg_jira__status_category_tmp.sql", "compiled": true, "compiled_code": "\n\n\n\n\n -- ** Values passed to adapter.get_relation:\n -- full-identifier_var: jira_status_category_identifier\n -- database: postgres \n -- schema: public\n -- identifier: status_category\n\n\n select\n \"id\",\n \"_fivetran_synced\",\n \"name\"\n from \"postgres\".\"public\".\"status_category\" 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.jira.stg_jira__priority_tmp": {"database": "postgres", "schema": "public_jira", "name": "stg_jira__priority_tmp", "resource_type": "model", "package_name": "jira", "path": "staging/tmp/stg_jira__priority_tmp.sql", "original_file_path": "models/staging/tmp/stg_jira__priority_tmp.sql", "unique_id": "model.jira.stg_jira__priority_tmp", "fqn": ["jira", "staging", "tmp", "stg_jira__priority_tmp"], "alias": "stg_jira__priority_tmp", "checksum": {"name": "sha256", "checksum": "a4b8383ac688fec57ede7e259f9bf3679b41736520104a8a3997710cbff189ca"}, "config": {"enabled": true, "alias": null, "schema": "jira", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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": {"materialized": "view", "schema": "{{ 'jira_integrations_tests_sqlw' if target.name == 'databricks-sql' else 'jira' }}", "enabled": true, "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1778007513.128894, "relation_name": "\"postgres\".\"public_jira\".\"stg_jira__priority_tmp\"", "raw_code": "{{ config(enabled=var('jira_using_priorities', True)) }}\n\n{{\n jira.jira_union_connections(\n connection_dictionary='jira_sources',\n single_source_name='jira',\n single_table_name='priority'\n )\n}}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["jira", "priority"], ["jira", "priority"], ["jira", "priority"]], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.jira.jira_union_connections"], "nodes": ["source.jira.jira.priority"]}, "compiled_path": "target/compiled/jira/models/staging/tmp/stg_jira__priority_tmp.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\n\n -- ** Values passed to adapter.get_relation:\n -- full-identifier_var: jira_priority_identifier\n -- database: postgres \n -- schema: public\n -- identifier: priority\n\n\n select\n \"id\",\n \"_fivetran_synced\",\n \"description\",\n \"name\"\n from \"postgres\".\"public\".\"priority\" 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.jira.stg_jira__issue_multiselect_history_tmp": {"database": "postgres", "schema": "public_jira", "name": "stg_jira__issue_multiselect_history_tmp", "resource_type": "model", "package_name": "jira", "path": "staging/tmp/stg_jira__issue_multiselect_history_tmp.sql", "original_file_path": "models/staging/tmp/stg_jira__issue_multiselect_history_tmp.sql", "unique_id": "model.jira.stg_jira__issue_multiselect_history_tmp", "fqn": ["jira", "staging", "tmp", "stg_jira__issue_multiselect_history_tmp"], "alias": "stg_jira__issue_multiselect_history_tmp", "checksum": {"name": "sha256", "checksum": "6af86b422cb48278b0ccc667976dc517c9e9fba3552d6282bcfe81f24a723028"}, "config": {"enabled": true, "alias": null, "schema": "jira", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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": {"materialized": "view", "schema": "{{ 'jira_integrations_tests_sqlw' if target.name == 'databricks-sql' else 'jira' }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1778007513.1373737, "relation_name": "\"postgres\".\"public_jira\".\"stg_jira__issue_multiselect_history_tmp\"", "raw_code": "{{\n jira.jira_union_connections(\n connection_dictionary='jira_sources',\n single_source_name='jira',\n single_table_name='issue_multiselect_history'\n )\n}}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["jira", "issue_multiselect_history"], ["jira", "issue_multiselect_history"], ["jira", "issue_multiselect_history"]], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.jira.jira_union_connections"], "nodes": ["source.jira.jira.issue_multiselect_history"]}, "compiled_path": "target/compiled/jira/models/staging/tmp/stg_jira__issue_multiselect_history_tmp.sql", "compiled": true, "compiled_code": "\n\n\n\n\n -- ** Values passed to adapter.get_relation:\n -- full-identifier_var: jira_issue_multiselect_history_identifier\n -- database: postgres \n -- schema: public\n -- identifier: issue_multiselect_history\n\n\n select\n \"_fivetran_id\",\n \"time\",\n \"_fivetran_synced\",\n \"field_id\",\n \"issue_id\",\n \"value\",\n \"author_id\",\n \"is_active\"\n from \"postgres\".\"public\".\"issue_multiselect_history\" 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.jira.stg_jira__project_tmp": {"database": "postgres", "schema": "public_jira", "name": "stg_jira__project_tmp", "resource_type": "model", "package_name": "jira", "path": "staging/tmp/stg_jira__project_tmp.sql", "original_file_path": "models/staging/tmp/stg_jira__project_tmp.sql", "unique_id": "model.jira.stg_jira__project_tmp", "fqn": ["jira", "staging", "tmp", "stg_jira__project_tmp"], "alias": "stg_jira__project_tmp", "checksum": {"name": "sha256", "checksum": "2e4fe8d13330bcdc81b6109a5cc525af46516cded18aeb7e6ebd145a38a6e776"}, "config": {"enabled": true, "alias": null, "schema": "jira", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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": {"materialized": "view", "schema": "{{ 'jira_integrations_tests_sqlw' if target.name == 'databricks-sql' else 'jira' }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1778007513.1444464, "relation_name": "\"postgres\".\"public_jira\".\"stg_jira__project_tmp\"", "raw_code": "{{\n jira.jira_union_connections(\n connection_dictionary='jira_sources',\n single_source_name='jira',\n single_table_name='project'\n )\n}}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["jira", "project"], ["jira", "project"], ["jira", "project"]], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.jira.jira_union_connections"], "nodes": ["source.jira.jira.project"]}, "compiled_path": "target/compiled/jira/models/staging/tmp/stg_jira__project_tmp.sql", "compiled": true, "compiled_code": "\n\n\n\n\n -- ** Values passed to adapter.get_relation:\n -- full-identifier_var: jira_project_identifier\n -- database: postgres \n -- schema: public\n -- identifier: project\n\n\n select\n \"id\",\n \"_fivetran_synced\",\n \"description\",\n \"key\",\n \"lead_id\",\n \"name\",\n \"permission_scheme_id\",\n \"project_category_id\",\n \"project_type_key\"\n from \"postgres\".\"public\".\"project\" 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.jira.stg_jira__comment_tmp": {"database": "postgres", "schema": "public_jira", "name": "stg_jira__comment_tmp", "resource_type": "model", "package_name": "jira", "path": "staging/tmp/stg_jira__comment_tmp.sql", "original_file_path": "models/staging/tmp/stg_jira__comment_tmp.sql", "unique_id": "model.jira.stg_jira__comment_tmp", "fqn": ["jira", "staging", "tmp", "stg_jira__comment_tmp"], "alias": "stg_jira__comment_tmp", "checksum": {"name": "sha256", "checksum": "63bad6b3ce05847d44179016d97d1e189f075e8c6ed304a67bfb280a118685bc"}, "config": {"enabled": true, "alias": null, "schema": "jira", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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": {"materialized": "view", "schema": "{{ 'jira_integrations_tests_sqlw' if target.name == 'databricks-sql' else 'jira' }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1778007513.1514792, "relation_name": "\"postgres\".\"public_jira\".\"stg_jira__comment_tmp\"", "raw_code": "{{\n jira.jira_union_connections(\n connection_dictionary='jira_sources',\n single_source_name='jira',\n single_table_name='comment'\n )\n}}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["jira", "comment"], ["jira", "comment"], ["jira", "comment"]], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.jira.jira_union_connections"], "nodes": ["source.jira.jira.comment"]}, "compiled_path": "target/compiled/jira/models/staging/tmp/stg_jira__comment_tmp.sql", "compiled": true, "compiled_code": "\n\n\n\n\n -- ** Values passed to adapter.get_relation:\n -- full-identifier_var: jira_comment_identifier\n -- database: postgres \n -- schema: public\n -- identifier: comment\n\n\n select\n \"id\",\n \"_fivetran_synced\",\n \"author_id\",\n \"body\",\n \"created\",\n \"is_public\",\n \"issue_id\",\n \"update_author_id\",\n \"updated\"\n from \"postgres\".\"public\".\"comment\" 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.jira.stg_jira__status_tmp": {"database": "postgres", "schema": "public_jira", "name": "stg_jira__status_tmp", "resource_type": "model", "package_name": "jira", "path": "staging/tmp/stg_jira__status_tmp.sql", "original_file_path": "models/staging/tmp/stg_jira__status_tmp.sql", "unique_id": "model.jira.stg_jira__status_tmp", "fqn": ["jira", "staging", "tmp", "stg_jira__status_tmp"], "alias": "stg_jira__status_tmp", "checksum": {"name": "sha256", "checksum": "7dadfbdd83979fae403b6b3564890651700ef588c7b430d438ee9ee15bba6807"}, "config": {"enabled": true, "alias": null, "schema": "jira", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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": {"materialized": "view", "schema": "{{ 'jira_integrations_tests_sqlw' if target.name == 'databricks-sql' else 'jira' }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1778007513.1585631, "relation_name": "\"postgres\".\"public_jira\".\"stg_jira__status_tmp\"", "raw_code": "{{\n jira.jira_union_connections(\n connection_dictionary='jira_sources',\n single_source_name='jira',\n single_table_name='status'\n )\n}}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["jira", "status"], ["jira", "status"], ["jira", "status"]], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.jira.jira_union_connections"], "nodes": ["source.jira.jira.status"]}, "compiled_path": "target/compiled/jira/models/staging/tmp/stg_jira__status_tmp.sql", "compiled": true, "compiled_code": "\n\n\n\n\n -- ** Values passed to adapter.get_relation:\n -- full-identifier_var: jira_status_identifier\n -- database: postgres \n -- schema: public\n -- identifier: status\n\n\n select\n \"id\",\n \"_fivetran_synced\",\n \"description\",\n \"name\",\n \"status_category_id\"\n from \"postgres\".\"public\".\"status\" 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.jira.stg_jira__field_option_tmp": {"database": "postgres", "schema": "public_jira", "name": "stg_jira__field_option_tmp", "resource_type": "model", "package_name": "jira", "path": "staging/tmp/stg_jira__field_option_tmp.sql", "original_file_path": "models/staging/tmp/stg_jira__field_option_tmp.sql", "unique_id": "model.jira.stg_jira__field_option_tmp", "fqn": ["jira", "staging", "tmp", "stg_jira__field_option_tmp"], "alias": "stg_jira__field_option_tmp", "checksum": {"name": "sha256", "checksum": "4153e060ee3a0d6676df33676cc7f797df961bc6e365a832759c465722091b81"}, "config": {"enabled": true, "alias": null, "schema": "jira", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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": {"materialized": "view", "schema": "{{ 'jira_integrations_tests_sqlw' if target.name == 'databricks-sql' else 'jira' }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1778007513.1666732, "relation_name": "\"postgres\".\"public_jira\".\"stg_jira__field_option_tmp\"", "raw_code": "{{\n jira.jira_union_connections(\n connection_dictionary='jira_sources',\n single_source_name='jira',\n single_table_name='field_option'\n )\n}}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["jira", "field_option"], ["jira", "field_option"], ["jira", "field_option"]], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.jira.jira_union_connections"], "nodes": ["source.jira.jira.field_option"]}, "compiled_path": "target/compiled/jira/models/staging/tmp/stg_jira__field_option_tmp.sql", "compiled": true, "compiled_code": "\n\n\n\n\n -- ** Values passed to adapter.get_relation:\n -- full-identifier_var: jira_field_option_identifier\n -- database: postgres \n -- schema: public\n -- identifier: field_option\n\n\n select\n \"id\",\n \"_fivetran_synced\",\n \"name\"\n from \"postgres\".\"public\".\"field_option\" 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.jira.stg_jira__field_tmp": {"database": "postgres", "schema": "public_jira", "name": "stg_jira__field_tmp", "resource_type": "model", "package_name": "jira", "path": "staging/tmp/stg_jira__field_tmp.sql", "original_file_path": "models/staging/tmp/stg_jira__field_tmp.sql", "unique_id": "model.jira.stg_jira__field_tmp", "fqn": ["jira", "staging", "tmp", "stg_jira__field_tmp"], "alias": "stg_jira__field_tmp", "checksum": {"name": "sha256", "checksum": "ffe0effd96ffbe30c8157121ba321489d280b80f7a06565f627fc26312e34fbf"}, "config": {"enabled": true, "alias": null, "schema": "jira", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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": {"materialized": "view", "schema": "{{ 'jira_integrations_tests_sqlw' if target.name == 'databricks-sql' else 'jira' }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1778007513.1738079, "relation_name": "\"postgres\".\"public_jira\".\"stg_jira__field_tmp\"", "raw_code": "{{\n jira.jira_union_connections(\n connection_dictionary='jira_sources',\n single_source_name='jira',\n single_table_name='field'\n )\n}}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["jira", "field"], ["jira", "field"], ["jira", "field"]], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.jira.jira_union_connections"], "nodes": ["source.jira.jira.field"]}, "compiled_path": "target/compiled/jira/models/staging/tmp/stg_jira__field_tmp.sql", "compiled": true, "compiled_code": "\n\n\n\n\n -- ** Values passed to adapter.get_relation:\n -- full-identifier_var: jira_field_identifier\n -- database: postgres \n -- schema: public\n -- identifier: field\n\n\n select\n \"id\",\n \"_fivetran_synced\",\n \"is_array\",\n \"is_custom\",\n \"name\"\n from \"postgres\".\"public\".\"field\" 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.jira.stg_jira__user_tmp": {"database": "postgres", "schema": "public_jira", "name": "stg_jira__user_tmp", "resource_type": "model", "package_name": "jira", "path": "staging/tmp/stg_jira__user_tmp.sql", "original_file_path": "models/staging/tmp/stg_jira__user_tmp.sql", "unique_id": "model.jira.stg_jira__user_tmp", "fqn": ["jira", "staging", "tmp", "stg_jira__user_tmp"], "alias": "stg_jira__user_tmp", "checksum": {"name": "sha256", "checksum": "157fe59f98fc023cbfc207ee20f49f0ccef9c44ae00e499fb72e5a6968f3cde0"}, "config": {"enabled": true, "alias": null, "schema": "jira", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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": {"materialized": "view", "schema": "{{ 'jira_integrations_tests_sqlw' if target.name == 'databricks-sql' else 'jira' }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1778007513.1809032, "relation_name": "\"postgres\".\"public_jira\".\"stg_jira__user_tmp\"", "raw_code": "{{\n jira.jira_union_connections(\n connection_dictionary='jira_sources',\n single_source_name='jira',\n single_table_name='user'\n )\n}}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["jira", "user"], ["jira", "user"], ["jira", "user"]], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.jira.jira_union_connections"], "nodes": ["source.jira.jira.user"]}, "compiled_path": "target/compiled/jira/models/staging/tmp/stg_jira__user_tmp.sql", "compiled": true, "compiled_code": "\n\n\n\n\n -- ** Values passed to adapter.get_relation:\n -- full-identifier_var: jira_user_identifier\n -- database: postgres \n -- schema: public\n -- identifier: user\n\n\n select\n \"id\",\n \"_fivetran_synced\",\n \"email\",\n \"locale\",\n \"name\",\n \"time_zone\",\n \"username\",\n \"is_active\"\n from \"postgres\".\"public\".\"user\" 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.jira.stg_jira__issue_type_tmp": {"database": "postgres", "schema": "public_jira", "name": "stg_jira__issue_type_tmp", "resource_type": "model", "package_name": "jira", "path": "staging/tmp/stg_jira__issue_type_tmp.sql", "original_file_path": "models/staging/tmp/stg_jira__issue_type_tmp.sql", "unique_id": "model.jira.stg_jira__issue_type_tmp", "fqn": ["jira", "staging", "tmp", "stg_jira__issue_type_tmp"], "alias": "stg_jira__issue_type_tmp", "checksum": {"name": "sha256", "checksum": "7474c7aecfb02382480411b539623fb4e0103ebffad20dccf0f7cd52ceb4c3bc"}, "config": {"enabled": true, "alias": null, "schema": "jira", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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": {"materialized": "view", "schema": "{{ 'jira_integrations_tests_sqlw' if target.name == 'databricks-sql' else 'jira' }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1778007513.188026, "relation_name": "\"postgres\".\"public_jira\".\"stg_jira__issue_type_tmp\"", "raw_code": "{{\n jira.jira_union_connections(\n connection_dictionary='jira_sources',\n single_source_name='jira',\n single_table_name='issue_type'\n )\n}}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["jira", "issue_type"], ["jira", "issue_type"], ["jira", "issue_type"]], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.jira.jira_union_connections"], "nodes": ["source.jira.jira.issue_type"]}, "compiled_path": "target/compiled/jira/models/staging/tmp/stg_jira__issue_type_tmp.sql", "compiled": true, "compiled_code": "\n\n\n\n\n -- ** Values passed to adapter.get_relation:\n -- full-identifier_var: jira_issue_type_identifier\n -- database: postgres \n -- schema: public\n -- identifier: issue_type\n\n\n select\n \"id\",\n \"_fivetran_synced\",\n \"description\",\n \"name\",\n \"subtask\"\n from \"postgres\".\"public\".\"issue_type\" 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.jira.stg_jira__issue_link_tmp": {"database": "postgres", "schema": "public_jira", "name": "stg_jira__issue_link_tmp", "resource_type": "model", "package_name": "jira", "path": "staging/tmp/stg_jira__issue_link_tmp.sql", "original_file_path": "models/staging/tmp/stg_jira__issue_link_tmp.sql", "unique_id": "model.jira.stg_jira__issue_link_tmp", "fqn": ["jira", "staging", "tmp", "stg_jira__issue_link_tmp"], "alias": "stg_jira__issue_link_tmp", "checksum": {"name": "sha256", "checksum": "b83543b88f491ff9428edbab1fe151a2a93ff8f2e7484367dceb8b8981a5fc8f"}, "config": {"enabled": true, "alias": null, "schema": "jira", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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": {"materialized": "view", "schema": "{{ 'jira_integrations_tests_sqlw' if target.name == 'databricks-sql' else 'jira' }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1778007513.1951535, "relation_name": "\"postgres\".\"public_jira\".\"stg_jira__issue_link_tmp\"", "raw_code": "{{\n jira.jira_union_connections(\n connection_dictionary='jira_sources',\n single_source_name='jira',\n single_table_name='issue_link'\n )\n}}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["jira", "issue_link"], ["jira", "issue_link"], ["jira", "issue_link"]], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.jira.jira_union_connections"], "nodes": ["source.jira.jira.issue_link"]}, "compiled_path": "target/compiled/jira/models/staging/tmp/stg_jira__issue_link_tmp.sql", "compiled": true, "compiled_code": "\n\n\n\n\n -- ** Values passed to adapter.get_relation:\n -- full-identifier_var: jira_issue_link_identifier\n -- database: postgres \n -- schema: public\n -- identifier: issue_link\n\n\n select\n \"issue_id\",\n \"related_issue_id\",\n \"_fivetran_synced\",\n \"relationship\"\n from \"postgres\".\"public\".\"issue_link\" 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.jira.stg_jira__version_tmp": {"database": "postgres", "schema": "public_jira", "name": "stg_jira__version_tmp", "resource_type": "model", "package_name": "jira", "path": "staging/tmp/stg_jira__version_tmp.sql", "original_file_path": "models/staging/tmp/stg_jira__version_tmp.sql", "unique_id": "model.jira.stg_jira__version_tmp", "fqn": ["jira", "staging", "tmp", "stg_jira__version_tmp"], "alias": "stg_jira__version_tmp", "checksum": {"name": "sha256", "checksum": "3745e2e7bfe046ce4cd01c31bd35b1fcca9a18ee990f8f96839d5cbee0ca7496"}, "config": {"enabled": true, "alias": null, "schema": "jira", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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": {"materialized": "view", "schema": "{{ 'jira_integrations_tests_sqlw' if target.name == 'databricks-sql' else 'jira' }}", "enabled": true, "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1778007513.203307, "relation_name": "\"postgres\".\"public_jira\".\"stg_jira__version_tmp\"", "raw_code": "{{ config(enabled=var('jira_using_versions', True)) }}\n\n{{\n jira.jira_union_connections(\n connection_dictionary='jira_sources',\n single_source_name='jira',\n single_table_name='version'\n )\n}}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["jira", "version"], ["jira", "version"], ["jira", "version"]], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.jira.jira_union_connections"], "nodes": ["source.jira.jira.version"]}, "compiled_path": "target/compiled/jira/models/staging/tmp/stg_jira__version_tmp.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\n\n -- ** Values passed to adapter.get_relation:\n -- full-identifier_var: jira_version_identifier\n -- database: postgres \n -- schema: public\n -- identifier: version\n\n\n select\n \"id\",\n \"_fivetran_synced\",\n \"archived\",\n \"description\",\n \"name\",\n \"overdue\",\n \"project_id\",\n \"release_date\",\n \"released\",\n \"start_date\"\n from \"postgres\".\"public\".\"version\" 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.jira.stg_jira__component_tmp": {"database": "postgres", "schema": "public_jira", "name": "stg_jira__component_tmp", "resource_type": "model", "package_name": "jira", "path": "staging/tmp/stg_jira__component_tmp.sql", "original_file_path": "models/staging/tmp/stg_jira__component_tmp.sql", "unique_id": "model.jira.stg_jira__component_tmp", "fqn": ["jira", "staging", "tmp", "stg_jira__component_tmp"], "alias": "stg_jira__component_tmp", "checksum": {"name": "sha256", "checksum": "0b93e974dd6ddc3e8bb3e145735018e1706ccaa68b6f71a9a6283ac4fa2aea4b"}, "config": {"enabled": true, "alias": null, "schema": "jira", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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": {"materialized": "view", "schema": "{{ 'jira_integrations_tests_sqlw' if target.name == 'databricks-sql' else 'jira' }}", "enabled": true, "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1778007513.2108493, "relation_name": "\"postgres\".\"public_jira\".\"stg_jira__component_tmp\"", "raw_code": "{{ config(enabled=var('jira_using_components', True)) }}\n\n{{\n jira.jira_union_connections(\n connection_dictionary='jira_sources',\n single_source_name='jira',\n single_table_name='component'\n )\n}}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["jira", "component"], ["jira", "component"], ["jira", "component"]], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.jira.jira_union_connections"], "nodes": ["source.jira.jira.component"]}, "compiled_path": "target/compiled/jira/models/staging/tmp/stg_jira__component_tmp.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\n\n -- ** Values passed to adapter.get_relation:\n -- full-identifier_var: jira_component_identifier\n -- database: postgres \n -- schema: public\n -- identifier: component\n\n\n select\n \"id\",\n \"_fivetran_synced\",\n \"description\",\n \"name\",\n \"project_id\"\n from \"postgres\".\"public\".\"component\" 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.jira.stg_jira__resolution_tmp": {"database": "postgres", "schema": "public_jira", "name": "stg_jira__resolution_tmp", "resource_type": "model", "package_name": "jira", "path": "staging/tmp/stg_jira__resolution_tmp.sql", "original_file_path": "models/staging/tmp/stg_jira__resolution_tmp.sql", "unique_id": "model.jira.stg_jira__resolution_tmp", "fqn": ["jira", "staging", "tmp", "stg_jira__resolution_tmp"], "alias": "stg_jira__resolution_tmp", "checksum": {"name": "sha256", "checksum": "36b244a3c525601d1394cf189e1f01ed3199b5665b77b7838afbca5beccff5e5"}, "config": {"enabled": true, "alias": null, "schema": "jira", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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": {"materialized": "view", "schema": "{{ 'jira_integrations_tests_sqlw' if target.name == 'databricks-sql' else 'jira' }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1778007513.2182686, "relation_name": "\"postgres\".\"public_jira\".\"stg_jira__resolution_tmp\"", "raw_code": "{{\n jira.jira_union_connections(\n connection_dictionary='jira_sources',\n single_source_name='jira',\n single_table_name='resolution'\n )\n}}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["jira", "resolution"], ["jira", "resolution"], ["jira", "resolution"]], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.jira.jira_union_connections"], "nodes": ["source.jira.jira.resolution"]}, "compiled_path": "target/compiled/jira/models/staging/tmp/stg_jira__resolution_tmp.sql", "compiled": true, "compiled_code": "\n\n\n\n\n -- ** Values passed to adapter.get_relation:\n -- full-identifier_var: jira_resolution_identifier\n -- database: postgres \n -- schema: public\n -- identifier: resolution\n\n\n select\n \"id\",\n \"_fivetran_synced\",\n \"description\",\n \"name\"\n from \"postgres\".\"public\".\"resolution\" 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.jira.stg_jira__issue_field_history_tmp": {"database": "postgres", "schema": "public_jira", "name": "stg_jira__issue_field_history_tmp", "resource_type": "model", "package_name": "jira", "path": "staging/tmp/stg_jira__issue_field_history_tmp.sql", "original_file_path": "models/staging/tmp/stg_jira__issue_field_history_tmp.sql", "unique_id": "model.jira.stg_jira__issue_field_history_tmp", "fqn": ["jira", "staging", "tmp", "stg_jira__issue_field_history_tmp"], "alias": "stg_jira__issue_field_history_tmp", "checksum": {"name": "sha256", "checksum": "a774d9e4907136155c66566bc00509618451ebd2db67c50b54370e2000f11199"}, "config": {"enabled": true, "alias": null, "schema": "jira", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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": {"materialized": "view", "schema": "{{ 'jira_integrations_tests_sqlw' if target.name == 'databricks-sql' else 'jira' }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1778007513.2255542, "relation_name": "\"postgres\".\"public_jira\".\"stg_jira__issue_field_history_tmp\"", "raw_code": "{{\n jira.jira_union_connections(\n connection_dictionary='jira_sources',\n single_source_name='jira',\n single_table_name='issue_field_history'\n )\n}}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["jira", "issue_field_history"], ["jira", "issue_field_history"], ["jira", "issue_field_history"]], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.jira.jira_union_connections"], "nodes": ["source.jira.jira.issue_field_history"]}, "compiled_path": "target/compiled/jira/models/staging/tmp/stg_jira__issue_field_history_tmp.sql", "compiled": true, "compiled_code": "\n\n\n\n\n -- ** Values passed to adapter.get_relation:\n -- full-identifier_var: jira_issue_field_history_identifier\n -- database: postgres \n -- schema: public\n -- identifier: issue_field_history\n\n\n select\n \"field_id\",\n \"issue_id\",\n \"time\",\n \"_fivetran_synced\",\n \"value\",\n \"is_active\",\n \"author_id\"\n from \"postgres\".\"public\".\"issue_field_history\" 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.jira.int_jira__issue_assign_resolution": {"database": "postgres", "schema": "public_jira", "name": "int_jira__issue_assign_resolution", "resource_type": "model", "package_name": "jira", "path": "intermediate/int_jira__issue_assign_resolution.sql", "original_file_path": "models/intermediate/int_jira__issue_assign_resolution.sql", "unique_id": "model.jira.int_jira__issue_assign_resolution", "fqn": ["jira", "intermediate", "int_jira__issue_assign_resolution"], "alias": "int_jira__issue_assign_resolution", "checksum": {"name": "sha256", "checksum": "4a348e9e22b0e1cfdca24f890dbfad2b9b4f54dc06534735889aab048795e124"}, "config": {"enabled": true, "alias": null, "schema": "jira", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "ephemeral", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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 grabbing dates related to the assignment and resolution of issues.", "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.jira.source_relation"]}, "first_assigned_at": {"name": "first_assigned_at", "description": "Timestamp of when the issue was first assigned to a user.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_assigned_at": {"name": "last_assigned_at", "description": "Timestamp of when the issue was last assigned to a user.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "first_resolved_at": {"name": "first_resolved_at", "description": "Timestamp of when the issue was first resolved.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_id": {"name": "issue_id", "description": "Foreign key referencing the ID of the `issue` that was assigned or resolved.", "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": "jira://models/intermediate/int_jira.yml", "build_path": null, "unrendered_config": {"materialized": "ephemeral", "schema": "{{ 'jira_integrations_tests_sqlw' if target.name == 'databricks-sql' else 'jira' }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1778007514.0783167, "relation_name": null, "raw_code": "with issue_field_history as (\n \n select *\n from {{ ref('int_jira__issue_field_history') }}\n),\n\nfiltered as (\n -- we're only looking at assignments and resolutions, which are single-field values\n select *\n from issue_field_history\n where (lower(field_id) = 'assignee'\n or lower(field_id) = 'resolutiondate')\n and field_value is not null -- remove initial null rows\n),\n\nissue_dates as (\n\n select\n issue_id,\n source_relation,\n min(case when field_id = 'assignee' then updated_at end) as first_assigned_at,\n max(case when field_id = 'assignee' then updated_at end) as last_assigned_at,\n min(case when field_id = 'resolutiondate' then updated_at end) as first_resolved_at -- in case it's been re-opened\n from filtered\n group by 1, 2\n)\n\nselect *\nfrom issue_dates", "doc_blocks": [], "language": "sql", "refs": [{"name": "int_jira__issue_field_history", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": [], "nodes": ["model.jira.int_jira__issue_field_history"]}, "compiled_path": "target/compiled/jira/models/intermediate/int_jira__issue_assign_resolution.sql", "compiled": true, "compiled_code": "with __dbt__cte__int_jira__issue_field_history as (\nwith field_history as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__issue_field_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n field_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', field_history.updated_at) as date) as updated_at_week\n\n from field_history\n join fields\n on fields.field_id = field_history.field_id\n and fields.source_relation = field_history.source_relation\n\n)\n\nselect *\nfrom joined\n), issue_field_history as (\n \n select *\n from __dbt__cte__int_jira__issue_field_history\n),\n\nfiltered as (\n -- we're only looking at assignments and resolutions, which are single-field values\n select *\n from issue_field_history\n where (lower(field_id) = 'assignee'\n or lower(field_id) = 'resolutiondate')\n and field_value is not null -- remove initial null rows\n),\n\nissue_dates as (\n\n select\n issue_id,\n source_relation,\n min(case when field_id = 'assignee' then updated_at end) as first_assigned_at,\n max(case when field_id = 'assignee' then updated_at end) as last_assigned_at,\n min(case when field_id = 'resolutiondate' then updated_at end) as first_resolved_at -- in case it's been re-opened\n from filtered\n group by 1, 2\n)\n\nselect *\nfrom issue_dates", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.jira.int_jira__issue_field_history", "sql": " __dbt__cte__int_jira__issue_field_history as (\nwith field_history as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__issue_field_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n field_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', field_history.updated_at) as date) as updated_at_week\n\n from field_history\n join fields\n on fields.field_id = field_history.field_id\n and fields.source_relation = field_history.source_relation\n\n)\n\nselect *\nfrom joined\n)"}], "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.jira.int_jira__issue_sprint": {"database": "postgres", "schema": "public_jira", "name": "int_jira__issue_sprint", "resource_type": "model", "package_name": "jira", "path": "intermediate/int_jira__issue_sprint.sql", "original_file_path": "models/intermediate/int_jira__issue_sprint.sql", "unique_id": "model.jira.int_jira__issue_sprint", "fqn": ["jira", "intermediate", "int_jira__issue_sprint"], "alias": "int_jira__issue_sprint", "checksum": {"name": "sha256", "checksum": "bef5b824d50d22adad30cb197e65ab8cc8d2907eedadbe69f950b2fdfa83e50f"}, "config": {"enabled": true, "alias": null, "schema": "jira", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "ephemeral", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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 relating issues to the sprints they currently belong to.", "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.jira.source_relation"]}, "issue_id": {"name": "issue_id", "description": "Unique ID of the issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "current_sprint_id": {"name": "current_sprint_id", "description": "Unique ID of the sprint.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "current_sprint_name": {"name": "current_sprint_name", "description": "Title of the sprint.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "board_id": {"name": "board_id", "description": "Foreign key referencing the ID of the `board` that the sprint lives in.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sprint_started_at": {"name": "sprint_started_at", "description": "Timestamp of when the sprint began.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sprint_ended_at": {"name": "sprint_ended_at", "description": "Timestamp of when the sprint is planned to end.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sprint_completed_at": {"name": "sprint_completed_at", "description": "Timestamp of when the sprint was completed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "count_sprint_changes": {"name": "count_sprint_changes", "description": "The total number of sprints that the issue has belonged to.", "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": "jira://models/intermediate/int_jira.yml", "build_path": null, "unrendered_config": {"materialized": "ephemeral", "schema": "{{ 'jira_integrations_tests_sqlw' if target.name == 'databricks-sql' else 'jira' }}", "enabled": true, "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1778007514.0655615, "relation_name": null, "raw_code": "{{ config(enabled=var('jira_using_sprints', True)) }}\n\nwith sprint as (\n\n select * \n from {{ ref('stg_jira__sprint') }}\n),\n\nfield_history as (\n\n -- sprints don't appear to be capable of multiselect in the UI...\n select *\n from {{ ref('int_jira__issue_multiselect_history') }}\n),\n\nsprint_field_history as (\n\n select\n field_history.*,\n sprint.sprint_id,\n sprint.sprint_name,\n sprint.board_id,\n sprint.completed_at,\n sprint.ended_at,\n sprint.started_at,\n sprint._fivetran_synced,\n row_number() over (\n partition by field_history.issue_id {{ jira.partition_by_source_relation(alias='field_history') }}\n order by field_history.updated_at desc, sprint.started_at desc\n ) as row_num\n from field_history\n left join sprint\n on field_history.field_value = cast(sprint.sprint_id as {{ dbt.type_string() }})\n and field_history.source_relation = sprint.source_relation\n where lower(field_history.field_name) = 'sprint'\n),\n\nlast_sprint as (\n\n select *\n from sprint_field_history\n where row_num = 1\n), \n\nsprint_rollovers as (\n\n select\n issue_id,\n source_relation,\n count(distinct case when field_value is not null then field_value end) as count_sprint_changes\n from sprint_field_history\n group by 1, 2\n),\n\nissue_sprint as (\n\n select\n last_sprint.issue_id,\n last_sprint.source_relation,\n last_sprint.field_value as current_sprint_id,\n last_sprint.sprint_name as current_sprint_name,\n last_sprint.board_id,\n last_sprint.started_at as sprint_started_at,\n last_sprint.ended_at as sprint_ended_at,\n last_sprint.completed_at as sprint_completed_at,\n coalesce(sprint_rollovers.count_sprint_changes, 0) as count_sprint_changes\n from last_sprint\n left join sprint_rollovers\n on sprint_rollovers.issue_id = last_sprint.issue_id\n and sprint_rollovers.source_relation = last_sprint.source_relation\n)\n\nselect *\nfrom issue_sprint", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__sprint", "package": null, "version": null}, {"name": "int_jira__issue_multiselect_history", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.jira.partition_by_source_relation", "macro.dbt.type_string"], "nodes": ["model.jira.stg_jira__sprint", "model.jira.int_jira__issue_multiselect_history"]}, "compiled_path": "target/compiled/jira/models/intermediate/int_jira__issue_sprint.sql", "compiled": true, "compiled_code": "\n\nwith __dbt__cte__int_jira__issue_multiselect_history as (\nwith issue_multiselect_history as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__issue_multiselect_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n issue_multiselect_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', issue_multiselect_history.updated_at) as date) as updated_at_week\n\n from issue_multiselect_history\n join fields\n on fields.field_id = issue_multiselect_history.field_id\n and fields.source_relation = issue_multiselect_history.source_relation\n\n)\n\nselect *\nfrom joined\n), sprint as (\n\n select * \n from \"postgres\".\"public_jira\".\"stg_jira__sprint\"\n),\n\nfield_history as (\n\n -- sprints don't appear to be capable of multiselect in the UI...\n select *\n from __dbt__cte__int_jira__issue_multiselect_history\n),\n\nsprint_field_history as (\n\n select\n field_history.*,\n sprint.sprint_id,\n sprint.sprint_name,\n sprint.board_id,\n sprint.completed_at,\n sprint.ended_at,\n sprint.started_at,\n sprint._fivetran_synced,\n row_number() over (\n partition by field_history.issue_id \n order by field_history.updated_at desc, sprint.started_at desc\n ) as row_num\n from field_history\n left join sprint\n on field_history.field_value = cast(sprint.sprint_id as TEXT)\n and field_history.source_relation = sprint.source_relation\n where lower(field_history.field_name) = 'sprint'\n),\n\nlast_sprint as (\n\n select *\n from sprint_field_history\n where row_num = 1\n), \n\nsprint_rollovers as (\n\n select\n issue_id,\n source_relation,\n count(distinct case when field_value is not null then field_value end) as count_sprint_changes\n from sprint_field_history\n group by 1, 2\n),\n\nissue_sprint as (\n\n select\n last_sprint.issue_id,\n last_sprint.source_relation,\n last_sprint.field_value as current_sprint_id,\n last_sprint.sprint_name as current_sprint_name,\n last_sprint.board_id,\n last_sprint.started_at as sprint_started_at,\n last_sprint.ended_at as sprint_ended_at,\n last_sprint.completed_at as sprint_completed_at,\n coalesce(sprint_rollovers.count_sprint_changes, 0) as count_sprint_changes\n from last_sprint\n left join sprint_rollovers\n on sprint_rollovers.issue_id = last_sprint.issue_id\n and sprint_rollovers.source_relation = last_sprint.source_relation\n)\n\nselect *\nfrom issue_sprint", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.jira.int_jira__issue_multiselect_history", "sql": " __dbt__cte__int_jira__issue_multiselect_history as (\nwith issue_multiselect_history as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__issue_multiselect_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n issue_multiselect_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', issue_multiselect_history.updated_at) as date) as updated_at_week\n\n from issue_multiselect_history\n join fields\n on fields.field_id = issue_multiselect_history.field_id\n and fields.source_relation = issue_multiselect_history.source_relation\n\n)\n\nselect *\nfrom joined\n)"}], "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.jira.int_jira__issue_versions": {"database": "postgres", "schema": "public_jira", "name": "int_jira__issue_versions", "resource_type": "model", "package_name": "jira", "path": "intermediate/int_jira__issue_versions.sql", "original_file_path": "models/intermediate/int_jira__issue_versions.sql", "unique_id": "model.jira.int_jira__issue_versions", "fqn": ["jira", "intermediate", "int_jira__issue_versions"], "alias": "int_jira__issue_versions", "checksum": {"name": "sha256", "checksum": "a070442ff0dfd6c708528277861924fd8ed6d4bf18c988dd0e755c205d6a50b7"}, "config": {"enabled": true, "alias": null, "schema": "jira", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "ephemeral", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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 associating issues with the versions that they fix and/or affect.\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.jira.source_relation"]}, "issue_id": {"name": "issue_id", "description": "Foreign key referencing the `issue` tagged with these versions.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "affects_versions": {"name": "affects_versions", "description": "Comma-separated list of the names of project versions that this issue affects.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "fixes_versions": {"name": "fixes_versions", "description": "Comma-separated list of the names of project versions that this issue fixes.", "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": "jira://models/intermediate/int_jira.yml", "build_path": null, "unrendered_config": {"materialized": "ephemeral", "schema": "{{ 'jira_integrations_tests_sqlw' if target.name == 'databricks-sql' else 'jira' }}", "enabled": true, "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1778007514.0801098, "relation_name": null, "raw_code": "{{ config(enabled=var('jira_using_versions', True)) }}\n\nwith version as (\n\n select *\n from {{ ref('stg_jira__version') }}\n),\n\nversion_history as (\n\n select *\n from {{ ref('int_jira__issue_multiselect_history') }}\n where field_id = 'versions'\n or field_id = 'fixVersions'\n),\n\norder_versions as (\n\n select\n *,\n -- using rank so batches stick together\n rank() over (\n partition by field_id, issue_id {{ jira.partition_by_source_relation() }}\n order by updated_at desc\n ) as row_num\n from version_history\n),\n\nlatest_versions as (\n\n select\n field_id,\n issue_id,\n source_relation,\n updated_at,\n cast(field_value as {{ dbt.type_int() }}) as version_id\n from order_versions\n where row_num = 1\n),\n\nversion_info as (\n\n select\n latest_versions.field_id,\n latest_versions.issue_id,\n latest_versions.source_relation,\n {{ fivetran_utils.string_agg('version.version_name', \"', '\") }} as versions\n\n from latest_versions\n join version on latest_versions.version_id = version.version_id\n and latest_versions.source_relation = version.source_relation\n\n group by 1,2,3\n),\n\nsplit_versions as (\n\n select\n issue_id,\n source_relation,\n case when field_id = 'versions' then versions else null end as affects_versions,\n case when field_id = 'fixVersions' then versions else null end as fixes_versions\n from version_info\n),\n\nfinal as (\n\n select\n issue_id,\n source_relation,\n max(affects_versions) as affects_versions,\n max(fixes_versions) as fixes_versions\n from split_versions\n group by 1, 2\n)\n\nselect *\nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__version", "package": null, "version": null}, {"name": "int_jira__issue_multiselect_history", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.jira.partition_by_source_relation", "macro.dbt.type_int", "macro.fivetran_utils.string_agg"], "nodes": ["model.jira.stg_jira__version", "model.jira.int_jira__issue_multiselect_history"]}, "compiled_path": "target/compiled/jira/models/intermediate/int_jira__issue_versions.sql", "compiled": true, "compiled_code": "\n\nwith __dbt__cte__int_jira__issue_multiselect_history as (\nwith issue_multiselect_history as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__issue_multiselect_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n issue_multiselect_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', issue_multiselect_history.updated_at) as date) as updated_at_week\n\n from issue_multiselect_history\n join fields\n on fields.field_id = issue_multiselect_history.field_id\n and fields.source_relation = issue_multiselect_history.source_relation\n\n)\n\nselect *\nfrom joined\n), version as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__version\"\n),\n\nversion_history as (\n\n select *\n from __dbt__cte__int_jira__issue_multiselect_history\n where field_id = 'versions'\n or field_id = 'fixVersions'\n),\n\norder_versions as (\n\n select\n *,\n -- using rank so batches stick together\n rank() over (\n partition by field_id, issue_id \n order by updated_at desc\n ) as row_num\n from version_history\n),\n\nlatest_versions as (\n\n select\n field_id,\n issue_id,\n source_relation,\n updated_at,\n cast(field_value as integer) as version_id\n from order_versions\n where row_num = 1\n),\n\nversion_info as (\n\n select\n latest_versions.field_id,\n latest_versions.issue_id,\n latest_versions.source_relation,\n \n string_agg(version.version_name, ', ')\n\n as versions\n\n from latest_versions\n join version on latest_versions.version_id = version.version_id\n and latest_versions.source_relation = version.source_relation\n\n group by 1,2,3\n),\n\nsplit_versions as (\n\n select\n issue_id,\n source_relation,\n case when field_id = 'versions' then versions else null end as affects_versions,\n case when field_id = 'fixVersions' then versions else null end as fixes_versions\n from version_info\n),\n\nfinal as (\n\n select\n issue_id,\n source_relation,\n max(affects_versions) as affects_versions,\n max(fixes_versions) as fixes_versions\n from split_versions\n group by 1, 2\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.jira.int_jira__issue_multiselect_history", "sql": " __dbt__cte__int_jira__issue_multiselect_history as (\nwith issue_multiselect_history as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__issue_multiselect_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n issue_multiselect_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', issue_multiselect_history.updated_at) as date) as updated_at_week\n\n from issue_multiselect_history\n join fields\n on fields.field_id = issue_multiselect_history.field_id\n and fields.source_relation = issue_multiselect_history.source_relation\n\n)\n\nselect *\nfrom joined\n)"}], "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.jira.int_jira__issue_epic": {"database": "postgres", "schema": "public_jira", "name": "int_jira__issue_epic", "resource_type": "model", "package_name": "jira", "path": "intermediate/int_jira__issue_epic.sql", "original_file_path": "models/intermediate/int_jira__issue_epic.sql", "unique_id": "model.jira.int_jira__issue_epic", "fqn": ["jira", "intermediate", "int_jira__issue_epic"], "alias": "int_jira__issue_epic", "checksum": {"name": "sha256", "checksum": "ee3b2c274b31b00b3f71abfd72bff39bd50f85f8ef944f0c46ad2aa5e53031ff"}, "config": {"enabled": true, "alias": null, "schema": "jira", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "ephemeral", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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 associating **classic-project** issues with the epics they are linked to. This is necessary because issue-epic relationships are represented differently in next-gen vs classic projects. In next-gen projects, epics are stored as an issue's parent issue, whereas in classic projects epics are captured in the 'epic link' field in `issue_field_history`. Next-gen issues will not appear in this table.\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.jira.source_relation"]}, "issue_id": {"name": "issue_id", "description": "Unique ID of the issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "epic_issue_id": {"name": "epic_issue_id", "description": "Unique ID of the epic associated with this issue.", "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": "jira://models/intermediate/int_jira.yml", "build_path": null, "unrendered_config": {"materialized": "ephemeral", "schema": "{{ 'jira_integrations_tests_sqlw' if target.name == 'databricks-sql' else 'jira' }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1778007514.0646923, "relation_name": null, "raw_code": "-- issue-epic relationships are either captured via the issue's parent_issue_id (next-gen projects)\n-- or through the 'Epic Link' field (classic projects)\nwith epic_field_history as (\n\n select *\n from {{ ref('int_jira__issue_field_history') }}\n where lower(field_name) like 'epic%link'\n),\n\norder_epic_links as (\n\n select\n issue_id,\n source_relation,\n cast(field_value as {{ dbt.type_string() }} ) as epic_issue_id,\n row_number() over (partition by issue_id {{ jira.partition_by_source_relation() }} order by updated_at desc) as row_num\n from epic_field_history\n),\n\nlast_epic_link as (\n\n select\n issue_id,\n source_relation,\n epic_issue_id\n from order_epic_links\n where row_num = 1\n)\n\nselect *\nfrom last_epic_link", "doc_blocks": [], "language": "sql", "refs": [{"name": "int_jira__issue_field_history", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.type_string", "macro.jira.partition_by_source_relation"], "nodes": ["model.jira.int_jira__issue_field_history"]}, "compiled_path": "target/compiled/jira/models/intermediate/int_jira__issue_epic.sql", "compiled": true, "compiled_code": "-- issue-epic relationships are either captured via the issue's parent_issue_id (next-gen projects)\n-- or through the 'Epic Link' field (classic projects)\nwith __dbt__cte__int_jira__issue_field_history as (\nwith field_history as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__issue_field_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n field_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', field_history.updated_at) as date) as updated_at_week\n\n from field_history\n join fields\n on fields.field_id = field_history.field_id\n and fields.source_relation = field_history.source_relation\n\n)\n\nselect *\nfrom joined\n), epic_field_history as (\n\n select *\n from __dbt__cte__int_jira__issue_field_history\n where lower(field_name) like 'epic%link'\n),\n\norder_epic_links as (\n\n select\n issue_id,\n source_relation,\n cast(field_value as TEXT ) as epic_issue_id,\n row_number() over (partition by issue_id order by updated_at desc) as row_num\n from epic_field_history\n),\n\nlast_epic_link as (\n\n select\n issue_id,\n source_relation,\n epic_issue_id\n from order_epic_links\n where row_num = 1\n)\n\nselect *\nfrom last_epic_link", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.jira.int_jira__issue_field_history", "sql": " __dbt__cte__int_jira__issue_field_history as (\nwith field_history as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__issue_field_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n field_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', field_history.updated_at) as date) as updated_at_week\n\n from field_history\n join fields\n on fields.field_id = field_history.field_id\n and fields.source_relation = field_history.source_relation\n\n)\n\nselect *\nfrom joined\n)"}], "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.jira.int_jira__issue_join": {"database": "postgres", "schema": "public_jira", "name": "int_jira__issue_join", "resource_type": "model", "package_name": "jira", "path": "intermediate/int_jira__issue_join.sql", "original_file_path": "models/intermediate/int_jira__issue_join.sql", "unique_id": "model.jira.int_jira__issue_join", "fqn": ["jira", "intermediate", "int_jira__issue_join"], "alias": "int_jira__issue_join", "checksum": {"name": "sha256", "checksum": "e7f3096972604f47e2eaf1c0af179fe93e52c12bd1986f6dfdb22c4031f236a5"}, "config": {"enabled": true, "alias": null, "schema": "jira", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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": "The core issue table, enhanced with current-status attributes from foreign-key-related tables, and metrics regarding resolutions and assignments.\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.jira.source_relation"]}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran last synced this record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_id": {"name": "issue_id", "description": "Unique ID of the issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_name": {"name": "issue_name", "description": "Title of the issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "updated_at": {"name": "updated_at", "description": "Timestamp of when the issue was last updated in some way.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_type": {"name": "issue_type", "description": "Name of the issue type (ie Epic, Task, Subtask, any custom types).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_type_id": {"name": "issue_type_id", "description": "Foreign key referencing the ID of the `issue_type`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "created_at": {"name": "created_at", "description": "Timestamp of when the issue was created (in UTC).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_description": {"name": "issue_description", "description": "The issue description, if given.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "due_date": {"name": "due_date", "description": "Calendar day on which the issue is due, if a due date is provided.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "environment": {"name": "environment", "description": "Text field describing the environment in which the issue occurred (ie \"IE9 on Windows 7\").", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "assignee_user_id": {"name": "assignee_user_id", "description": "Foreign key referencing the ID of the `user` currently assigned to this task.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "assignee_name": {"name": "assignee_name", "description": "User display name of the person currently assigned this issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "reporter_user_id": {"name": "reporter_user_id", "description": "Foreign key referencing the ID of the `user` who reported the issue. This differs from the `issue.creator` column in that the reporter can be changed in-app, though it is initialized as the creator.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "reporter_name": {"name": "reporter_name", "description": "User display name of the person who reported the issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "assignee_timezone": {"name": "assignee_timezone", "description": "Timezone of the user currently assigned this issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "assignee_email": {"name": "assignee_email", "description": "Email associated with the user currently assigned this issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_key": {"name": "issue_key", "description": "UI-facing id of the issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "parent_issue_id": {"name": "parent_issue_id", "description": "Self-referencing ID of the parent `issue`, which may be an epic.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "parent_issue_name": {"name": "parent_issue_name", "description": "Title of the parent issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "parent_issue_key": {"name": "parent_issue_key", "description": "Issue key of the sub-issue's parent.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "parent_issue_type": {"name": "parent_issue_type", "description": "Name of the type of issue that the parent is.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "current_priority": {"name": "current_priority", "description": "Name of the issue's current priority as it appears in the UI.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "priority_id": {"name": "priority_id", "description": "Foreign key referencing the ID of the issue's current `priority`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "project_id": {"name": "project_id", "description": "Foreign key referencing the `project` that the issue belongs to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "project_name": {"name": "project_name", "description": "Title of the issue's project.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "resolution_type": {"name": "resolution_type", "description": "Display name of the type of resolution that closed the issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "resolved_at": {"name": "resolved_at", "description": "Timestamp of when the issue was resolved (ie completed, marked as duplicate). If an issue is un-resolved, this will be null.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "resolution_id": {"name": "resolution_id", "description": "Foreign key referencing the ID of the issue's type of `resolution`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "current_status": {"name": "current_status", "description": "Title of the category of status.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "status_id": {"name": "status_id", "description": "Foreign key referencing the ID of the issue's `status` (the step that the issue is currently at in the project's workflow).\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "status_changed_at": {"name": "status_changed_at", "description": "Timestamp of when the status was last changed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "current_sprint_id": {"name": "current_sprint_id", "description": "Foreign key referencing the `sprint` that the issue is currently in.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "current_sprint_name": {"name": "current_sprint_name", "description": "Title of the issue's sprint.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "count_sprint_changes": {"name": "count_sprint_changes", "description": "The total number of sprints that the issue has belonged to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_active_sprint": {"name": "is_active_sprint", "description": "Yes, if the sprint started after the current time and if the sprint ends in the future.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sprint_completed_at": {"name": "sprint_completed_at", "description": "Timestamp of when the sprint was completed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sprint_ended_at": {"name": "sprint_ended_at", "description": "Timestamp of when the sprint is planned to end.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sprint_started_at": {"name": "sprint_started_at", "description": "Timestamp of when the sprint began.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "original_estimate_seconds": {"name": "original_estimate_seconds", "description": "The original estimate of how long working on this issue would take, in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "remaining_estimate_seconds": {"name": "remaining_estimate_seconds", "description": "The estimate of how much longer working on this issue will take, in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "time_spent_seconds": {"name": "time_spent_seconds", "description": "The time that was spent working on this issue, in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "work_ratio": {"name": "work_ratio", "description": "The percentage of work that has been logged against the issue (time_spent) vs the original estimate of worktime. Equals -1.0 when the fields required for calculation are not provided.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation": {"name": "conversation", "description": "Line-separated list of comments made on this issue, including the timestamp and author name of each comment.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "count_comments": {"name": "count_comments", "description": "The number of comments made on this issues.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "first_assigned_at": {"name": "first_assigned_at", "description": "Timestamp of when the issue was first assigned to a user.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_assigned_at": {"name": "last_assigned_at", "description": "Timestamp of when the issue was last assigned to a user.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "first_resolved_at": {"name": "first_resolved_at", "description": "Timestamp of when the issue was first resolved.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "reporter_email": {"name": "reporter_email", "description": "Email associated with the user who reported this issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "reporter_timezone": {"name": "reporter_timezone", "description": "Timezone of the user currently who reported this issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_parent_epic": {"name": "is_parent_epic", "description": "Boolean that is true if the parent is an epic.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "creator_user_id": {"name": "creator_user_id", "description": "Foreign key referencing the `user` who first created the issue. Cannot be changed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "affects_versions": {"name": "affects_versions", "description": "Comma-separated list of the names of project versions that this issue affects.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "fixes_versions": {"name": "fixes_versions", "description": "Comma-separated list of the names of project versions that this issue fixes.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "current_status_category": {"name": "current_status_category", "description": "Title of the umbrella status category that the issue is currently in.", "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": "jira://models/intermediate/int_jira.yml", "build_path": null, "unrendered_config": {"materialized": "table", "schema": "{{ 'jira_integrations_tests_sqlw' if target.name == 'databricks-sql' else 'jira' }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1778007514.060383, "relation_name": "\"postgres\".\"public_jira\".\"int_jira__issue_join\"", "raw_code": "{{\n config(\n materialized = 'table'\n )\n}}\n\nwith issue as (\n\n select *\n from {{ ref('int_jira__issue_users') }}\n\n),\n\nproject as (\n\n select * \n from {{ ref('stg_jira__project') }}\n),\n\nstatus as (\n\n select * \n from {{ ref('stg_jira__status') }}\n),\n\nstatus_category as (\n\n select * \n from {{ ref('stg_jira__status_category') }}\n),\n\nresolution as (\n\n select * \n from {{ ref('stg_jira__resolution') }}\n),\n\n{% if var('jira_using_priorities', True) %}\npriority as (\n\n select * \n from {{ ref('stg_jira__priority') }}\n),\n{% endif %}\n\n{% if var('jira_using_sprints', True) %}\nissue_sprint as (\n\n select *\n from {{ ref('int_jira__issue_sprint') }}\n),\n{% endif %}\n\n{% if var('jira_include_comments', True) %}\nissue_comments as (\n\n select * \n from {{ ref('int_jira__issue_comments') }}\n),\n{% endif %}\n\nissue_assignments_and_resolutions as (\n\n select *\n from {{ ref('int_jira__issue_assign_resolution')}}\n),\n\n{% if var('jira_using_versions', True) %}\nissue_versions as (\n\n select *\n from {{ ref('int_jira__issue_versions') }}\n),\n{% endif %}\n\njoin_issue as (\n\n select\n issue.*\n ,project.project_name as project_name\n ,status.status_name as current_status\n ,status_category.status_category_name as current_status_category\n ,resolution.resolution_name as resolution_type\n\n {% if var('jira_using_priorities', True) %}\n ,priority.priority_name as current_priority\n\t{% endif %}\n\n {% if var('jira_using_sprints', True) %}\n ,issue_sprint.current_sprint_id\n ,issue_sprint.current_sprint_name\n ,coalesce(issue_sprint.count_sprint_changes, 0) as count_sprint_changes\n ,issue_sprint.sprint_started_at\n ,issue_sprint.sprint_ended_at\n ,issue_sprint.sprint_completed_at\n ,coalesce(issue_sprint.sprint_started_at <= {{ dbt.current_timestamp() }}\n and coalesce(issue_sprint.sprint_completed_at, {{ dbt.current_timestamp() }}) >= {{ dbt.current_timestamp() }} \n , false) as is_active_sprint -- If sprint doesn't have a start date, default to false. If it does have a start date, but no completed date, this means that the sprint is active. The ended_at timestamp is irrelevant here.\n {% endif %}\n\n ,issue_assignments_and_resolutions.first_assigned_at\n ,issue_assignments_and_resolutions.last_assigned_at\n ,issue_assignments_and_resolutions.first_resolved_at\n\n {% if var('jira_using_versions', True) %}\n ,issue_versions.fixes_versions\n ,issue_versions.affects_versions\n {% endif %}\n\n {% if var('jira_include_comments', True) %}\n {{ ',issue_comments.conversation' if var('jira_include_conversations', False if target.type == 'redshift' else True) }}\n ,coalesce(issue_comments.count_comments, 0) as count_comments\n {% endif %}\n\n from issue\n left join project\n on project.project_id = issue.project_id\n and project.source_relation = issue.source_relation\n left join status\n on status.status_id = issue.status_id\n and status.source_relation = issue.source_relation\n left join status_category\n on status.status_category_id = status_category.status_category_id\n and status.source_relation = status_category.source_relation\n left join resolution\n on resolution.resolution_id = issue.resolution_id\n and resolution.source_relation = issue.source_relation\n\n\t{% if var('jira_using_priorities', True) %}\n left join priority\n on priority.priority_id = issue.priority_id\n and priority.source_relation = issue.source_relation\n\t{% endif %}\n left join issue_assignments_and_resolutions\n on issue_assignments_and_resolutions.issue_id = issue.issue_id\n and issue_assignments_and_resolutions.source_relation = issue.source_relation\n\n {% if var('jira_using_versions', True) %}\n left join issue_versions\n on issue_versions.issue_id = issue.issue_id\n and issue_versions.source_relation = issue.source_relation\n {% endif %}\n\n {% if var('jira_using_sprints', True) %}\n left join issue_sprint\n on issue_sprint.issue_id = issue.issue_id\n and issue_sprint.source_relation = issue.source_relation\n {% endif %}\n\n {% if var('jira_include_comments', True) %}\n left join issue_comments\n on issue_comments.issue_id = issue.issue_id\n and issue_comments.source_relation = issue.source_relation\n {% endif %}\n)\n\nselect *\nfrom join_issue", "doc_blocks": [], "language": "sql", "refs": [{"name": "int_jira__issue_users", "package": null, "version": null}, {"name": "stg_jira__project", "package": null, "version": null}, {"name": "stg_jira__status", "package": null, "version": null}, {"name": "stg_jira__status_category", "package": null, "version": null}, {"name": "stg_jira__resolution", "package": null, "version": null}, {"name": "stg_jira__priority", "package": null, "version": null}, {"name": "int_jira__issue_sprint", "package": null, "version": null}, {"name": "int_jira__issue_comments", "package": null, "version": null}, {"name": "int_jira__issue_assign_resolution", "package": null, "version": null}, {"name": "int_jira__issue_versions", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.current_timestamp"], "nodes": ["model.jira.int_jira__issue_users", "model.jira.stg_jira__project", "model.jira.stg_jira__status", "model.jira.stg_jira__status_category", "model.jira.stg_jira__resolution", "model.jira.stg_jira__priority", "model.jira.int_jira__issue_sprint", "model.jira.int_jira__issue_comments", "model.jira.int_jira__issue_assign_resolution", "model.jira.int_jira__issue_versions"]}, "compiled_path": "target/compiled/jira/models/intermediate/int_jira__issue_join.sql", "compiled": true, "compiled_code": "\n\nwith __dbt__cte__int_jira__issue_users as (\n-- just grabs user attributes for issue assignees and reporters \n\nwith issue as (\n\n -- including issue_id in here because snowflake for some reason ignores issue_id,\n -- so we'll just always pull it out and explicitly select it\n \n\n select\n issue_id,\n coalesce(cast(revised_parent_issue_id as TEXT), cast(parent_issue_id as TEXT)) as parent_issue_id,\n\n \"source_relation\",\n \"original_estimate_seconds\",\n \"remaining_estimate_seconds\",\n \"time_spent_seconds\",\n \"assignee_user_id\",\n \"created_at\",\n \"resolved_at\",\n \"creator_user_id\",\n \"issue_description\",\n \"due_date\",\n \"environment\",\n \"issue_type_id\",\n \"issue_key\",\n \"priority_id\",\n \"project_id\",\n \"reporter_user_id\",\n \"resolution_id\",\n \"status_id\",\n \"status_changed_at\",\n \"issue_name\",\n \"updated_at\",\n \"work_ratio\",\n \"_fivetran_synced\",\n \"issue_type\",\n \"parent_issue_type\",\n \"parent_issue_name\",\n \"parent_issue_key\",\n \"is_parent_epic\"\n\n from \"postgres\".\"public_jira\".\"int_jira__issue_type_parents\"\n),\n\n-- user is a reserved keyword in AWS\njira_user as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__user\"\n),\n\nissue_user_join as (\n\n select\n issue.*,\n assignee.user_display_name as assignee_name,\n assignee.time_zone as assignee_timezone,\n assignee.email as assignee_email,\n reporter.email as reporter_email,\n reporter.user_display_name as reporter_name,\n reporter.time_zone as reporter_timezone\n from issue\n left join jira_user as assignee\n on issue.assignee_user_id = assignee.user_id\n and issue.source_relation = assignee.source_relation\n left join jira_user as reporter\n on issue.reporter_user_id = reporter.user_id\n and issue.source_relation = reporter.source_relation\n)\n\nselect * \nfrom issue_user_join\n), __dbt__cte__int_jira__issue_multiselect_history as (\nwith issue_multiselect_history as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__issue_multiselect_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n issue_multiselect_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', issue_multiselect_history.updated_at) as date) as updated_at_week\n\n from issue_multiselect_history\n join fields\n on fields.field_id = issue_multiselect_history.field_id\n and fields.source_relation = issue_multiselect_history.source_relation\n\n)\n\nselect *\nfrom joined\n), __dbt__cte__int_jira__issue_sprint as (\n\n\nwith sprint as (\n\n select * \n from \"postgres\".\"public_jira\".\"stg_jira__sprint\"\n),\n\nfield_history as (\n\n -- sprints don't appear to be capable of multiselect in the UI...\n select *\n from __dbt__cte__int_jira__issue_multiselect_history\n),\n\nsprint_field_history as (\n\n select\n field_history.*,\n sprint.sprint_id,\n sprint.sprint_name,\n sprint.board_id,\n sprint.completed_at,\n sprint.ended_at,\n sprint.started_at,\n sprint._fivetran_synced,\n row_number() over (\n partition by field_history.issue_id \n order by field_history.updated_at desc, sprint.started_at desc\n ) as row_num\n from field_history\n left join sprint\n on field_history.field_value = cast(sprint.sprint_id as TEXT)\n and field_history.source_relation = sprint.source_relation\n where lower(field_history.field_name) = 'sprint'\n),\n\nlast_sprint as (\n\n select *\n from sprint_field_history\n where row_num = 1\n), \n\nsprint_rollovers as (\n\n select\n issue_id,\n source_relation,\n count(distinct case when field_value is not null then field_value end) as count_sprint_changes\n from sprint_field_history\n group by 1, 2\n),\n\nissue_sprint as (\n\n select\n last_sprint.issue_id,\n last_sprint.source_relation,\n last_sprint.field_value as current_sprint_id,\n last_sprint.sprint_name as current_sprint_name,\n last_sprint.board_id,\n last_sprint.started_at as sprint_started_at,\n last_sprint.ended_at as sprint_ended_at,\n last_sprint.completed_at as sprint_completed_at,\n coalesce(sprint_rollovers.count_sprint_changes, 0) as count_sprint_changes\n from last_sprint\n left join sprint_rollovers\n on sprint_rollovers.issue_id = last_sprint.issue_id\n and sprint_rollovers.source_relation = last_sprint.source_relation\n)\n\nselect *\nfrom issue_sprint\n), __dbt__cte__int_jira__issue_comments as (\n\n\nwith comment as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__comment\"\n order by issue_id, created_at asc\n),\n\n-- user is a reserved keyword in AWS \njira_user as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__user\"\n),\n\nagg_comments as (\n\n select\n comment.issue_id,\n comment.source_relation,\n count(comment.comment_id) as count_comments\n ,\n string_agg(comment.created_at || ' - ' || jira_user.user_display_name || ': ' || comment.body, '\\n')\n\n as conversation\n \n\n from comment\n inner join jira_user\n on comment.author_user_id = jira_user.user_id\n and comment.source_relation = jira_user.source_relation\n group by 1, 2\n)\n\nselect * from agg_comments\n), __dbt__cte__int_jira__issue_field_history as (\nwith field_history as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__issue_field_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n field_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', field_history.updated_at) as date) as updated_at_week\n\n from field_history\n join fields\n on fields.field_id = field_history.field_id\n and fields.source_relation = field_history.source_relation\n\n)\n\nselect *\nfrom joined\n), __dbt__cte__int_jira__issue_assign_resolution as (\nwith issue_field_history as (\n \n select *\n from __dbt__cte__int_jira__issue_field_history\n),\n\nfiltered as (\n -- we're only looking at assignments and resolutions, which are single-field values\n select *\n from issue_field_history\n where (lower(field_id) = 'assignee'\n or lower(field_id) = 'resolutiondate')\n and field_value is not null -- remove initial null rows\n),\n\nissue_dates as (\n\n select\n issue_id,\n source_relation,\n min(case when field_id = 'assignee' then updated_at end) as first_assigned_at,\n max(case when field_id = 'assignee' then updated_at end) as last_assigned_at,\n min(case when field_id = 'resolutiondate' then updated_at end) as first_resolved_at -- in case it's been re-opened\n from filtered\n group by 1, 2\n)\n\nselect *\nfrom issue_dates\n), __dbt__cte__int_jira__issue_versions as (\n\n\nwith version as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__version\"\n),\n\nversion_history as (\n\n select *\n from __dbt__cte__int_jira__issue_multiselect_history\n where field_id = 'versions'\n or field_id = 'fixVersions'\n),\n\norder_versions as (\n\n select\n *,\n -- using rank so batches stick together\n rank() over (\n partition by field_id, issue_id \n order by updated_at desc\n ) as row_num\n from version_history\n),\n\nlatest_versions as (\n\n select\n field_id,\n issue_id,\n source_relation,\n updated_at,\n cast(field_value as integer) as version_id\n from order_versions\n where row_num = 1\n),\n\nversion_info as (\n\n select\n latest_versions.field_id,\n latest_versions.issue_id,\n latest_versions.source_relation,\n \n string_agg(version.version_name, ', ')\n\n as versions\n\n from latest_versions\n join version on latest_versions.version_id = version.version_id\n and latest_versions.source_relation = version.source_relation\n\n group by 1,2,3\n),\n\nsplit_versions as (\n\n select\n issue_id,\n source_relation,\n case when field_id = 'versions' then versions else null end as affects_versions,\n case when field_id = 'fixVersions' then versions else null end as fixes_versions\n from version_info\n),\n\nfinal as (\n\n select\n issue_id,\n source_relation,\n max(affects_versions) as affects_versions,\n max(fixes_versions) as fixes_versions\n from split_versions\n group by 1, 2\n)\n\nselect *\nfrom final\n), issue as (\n\n select *\n from __dbt__cte__int_jira__issue_users\n\n),\n\nproject as (\n\n select * \n from \"postgres\".\"public_jira\".\"stg_jira__project\"\n),\n\nstatus as (\n\n select * \n from \"postgres\".\"public_jira\".\"stg_jira__status\"\n),\n\nstatus_category as (\n\n select * \n from \"postgres\".\"public_jira\".\"stg_jira__status_category\"\n),\n\nresolution as (\n\n select * \n from \"postgres\".\"public_jira\".\"stg_jira__resolution\"\n),\n\n\npriority as (\n\n select * \n from \"postgres\".\"public_jira\".\"stg_jira__priority\"\n),\n\n\n\nissue_sprint as (\n\n select *\n from __dbt__cte__int_jira__issue_sprint\n),\n\n\n\nissue_comments as (\n\n select * \n from __dbt__cte__int_jira__issue_comments\n),\n\n\nissue_assignments_and_resolutions as (\n\n select *\n from __dbt__cte__int_jira__issue_assign_resolution\n),\n\n\nissue_versions as (\n\n select *\n from __dbt__cte__int_jira__issue_versions\n),\n\n\njoin_issue as (\n\n select\n issue.*\n ,project.project_name as project_name\n ,status.status_name as current_status\n ,status_category.status_category_name as current_status_category\n ,resolution.resolution_name as resolution_type\n\n \n ,priority.priority_name as current_priority\n\t\n\n \n ,issue_sprint.current_sprint_id\n ,issue_sprint.current_sprint_name\n ,coalesce(issue_sprint.count_sprint_changes, 0) as count_sprint_changes\n ,issue_sprint.sprint_started_at\n ,issue_sprint.sprint_ended_at\n ,issue_sprint.sprint_completed_at\n ,coalesce(issue_sprint.sprint_started_at <= now()\n and coalesce(issue_sprint.sprint_completed_at, now()) >= now() \n , false) as is_active_sprint -- If sprint doesn't have a start date, default to false. If it does have a start date, but no completed date, this means that the sprint is active. The ended_at timestamp is irrelevant here.\n \n\n ,issue_assignments_and_resolutions.first_assigned_at\n ,issue_assignments_and_resolutions.last_assigned_at\n ,issue_assignments_and_resolutions.first_resolved_at\n\n \n ,issue_versions.fixes_versions\n ,issue_versions.affects_versions\n \n\n \n ,issue_comments.conversation\n ,coalesce(issue_comments.count_comments, 0) as count_comments\n \n\n from issue\n left join project\n on project.project_id = issue.project_id\n and project.source_relation = issue.source_relation\n left join status\n on status.status_id = issue.status_id\n and status.source_relation = issue.source_relation\n left join status_category\n on status.status_category_id = status_category.status_category_id\n and status.source_relation = status_category.source_relation\n left join resolution\n on resolution.resolution_id = issue.resolution_id\n and resolution.source_relation = issue.source_relation\n\n\t\n left join priority\n on priority.priority_id = issue.priority_id\n and priority.source_relation = issue.source_relation\n\t\n left join issue_assignments_and_resolutions\n on issue_assignments_and_resolutions.issue_id = issue.issue_id\n and issue_assignments_and_resolutions.source_relation = issue.source_relation\n\n \n left join issue_versions\n on issue_versions.issue_id = issue.issue_id\n and issue_versions.source_relation = issue.source_relation\n \n\n \n left join issue_sprint\n on issue_sprint.issue_id = issue.issue_id\n and issue_sprint.source_relation = issue.source_relation\n \n\n \n left join issue_comments\n on issue_comments.issue_id = issue.issue_id\n and issue_comments.source_relation = issue.source_relation\n \n)\n\nselect *\nfrom join_issue", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.jira.int_jira__issue_users", "sql": " __dbt__cte__int_jira__issue_users as (\n-- just grabs user attributes for issue assignees and reporters \n\nwith issue as (\n\n -- including issue_id in here because snowflake for some reason ignores issue_id,\n -- so we'll just always pull it out and explicitly select it\n \n\n select\n issue_id,\n coalesce(cast(revised_parent_issue_id as TEXT), cast(parent_issue_id as TEXT)) as parent_issue_id,\n\n \"source_relation\",\n \"original_estimate_seconds\",\n \"remaining_estimate_seconds\",\n \"time_spent_seconds\",\n \"assignee_user_id\",\n \"created_at\",\n \"resolved_at\",\n \"creator_user_id\",\n \"issue_description\",\n \"due_date\",\n \"environment\",\n \"issue_type_id\",\n \"issue_key\",\n \"priority_id\",\n \"project_id\",\n \"reporter_user_id\",\n \"resolution_id\",\n \"status_id\",\n \"status_changed_at\",\n \"issue_name\",\n \"updated_at\",\n \"work_ratio\",\n \"_fivetran_synced\",\n \"issue_type\",\n \"parent_issue_type\",\n \"parent_issue_name\",\n \"parent_issue_key\",\n \"is_parent_epic\"\n\n from \"postgres\".\"public_jira\".\"int_jira__issue_type_parents\"\n),\n\n-- user is a reserved keyword in AWS\njira_user as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__user\"\n),\n\nissue_user_join as (\n\n select\n issue.*,\n assignee.user_display_name as assignee_name,\n assignee.time_zone as assignee_timezone,\n assignee.email as assignee_email,\n reporter.email as reporter_email,\n reporter.user_display_name as reporter_name,\n reporter.time_zone as reporter_timezone\n from issue\n left join jira_user as assignee\n on issue.assignee_user_id = assignee.user_id\n and issue.source_relation = assignee.source_relation\n left join jira_user as reporter\n on issue.reporter_user_id = reporter.user_id\n and issue.source_relation = reporter.source_relation\n)\n\nselect * \nfrom issue_user_join\n)"}, {"id": "model.jira.int_jira__issue_multiselect_history", "sql": " __dbt__cte__int_jira__issue_multiselect_history as (\nwith issue_multiselect_history as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__issue_multiselect_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n issue_multiselect_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', issue_multiselect_history.updated_at) as date) as updated_at_week\n\n from issue_multiselect_history\n join fields\n on fields.field_id = issue_multiselect_history.field_id\n and fields.source_relation = issue_multiselect_history.source_relation\n\n)\n\nselect *\nfrom joined\n)"}, {"id": "model.jira.int_jira__issue_sprint", "sql": " __dbt__cte__int_jira__issue_sprint as (\n\n\nwith sprint as (\n\n select * \n from \"postgres\".\"public_jira\".\"stg_jira__sprint\"\n),\n\nfield_history as (\n\n -- sprints don't appear to be capable of multiselect in the UI...\n select *\n from __dbt__cte__int_jira__issue_multiselect_history\n),\n\nsprint_field_history as (\n\n select\n field_history.*,\n sprint.sprint_id,\n sprint.sprint_name,\n sprint.board_id,\n sprint.completed_at,\n sprint.ended_at,\n sprint.started_at,\n sprint._fivetran_synced,\n row_number() over (\n partition by field_history.issue_id \n order by field_history.updated_at desc, sprint.started_at desc\n ) as row_num\n from field_history\n left join sprint\n on field_history.field_value = cast(sprint.sprint_id as TEXT)\n and field_history.source_relation = sprint.source_relation\n where lower(field_history.field_name) = 'sprint'\n),\n\nlast_sprint as (\n\n select *\n from sprint_field_history\n where row_num = 1\n), \n\nsprint_rollovers as (\n\n select\n issue_id,\n source_relation,\n count(distinct case when field_value is not null then field_value end) as count_sprint_changes\n from sprint_field_history\n group by 1, 2\n),\n\nissue_sprint as (\n\n select\n last_sprint.issue_id,\n last_sprint.source_relation,\n last_sprint.field_value as current_sprint_id,\n last_sprint.sprint_name as current_sprint_name,\n last_sprint.board_id,\n last_sprint.started_at as sprint_started_at,\n last_sprint.ended_at as sprint_ended_at,\n last_sprint.completed_at as sprint_completed_at,\n coalesce(sprint_rollovers.count_sprint_changes, 0) as count_sprint_changes\n from last_sprint\n left join sprint_rollovers\n on sprint_rollovers.issue_id = last_sprint.issue_id\n and sprint_rollovers.source_relation = last_sprint.source_relation\n)\n\nselect *\nfrom issue_sprint\n)"}, {"id": "model.jira.int_jira__issue_comments", "sql": " __dbt__cte__int_jira__issue_comments as (\n\n\nwith comment as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__comment\"\n order by issue_id, created_at asc\n),\n\n-- user is a reserved keyword in AWS \njira_user as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__user\"\n),\n\nagg_comments as (\n\n select\n comment.issue_id,\n comment.source_relation,\n count(comment.comment_id) as count_comments\n ,\n string_agg(comment.created_at || ' - ' || jira_user.user_display_name || ': ' || comment.body, '\\n')\n\n as conversation\n \n\n from comment\n inner join jira_user\n on comment.author_user_id = jira_user.user_id\n and comment.source_relation = jira_user.source_relation\n group by 1, 2\n)\n\nselect * from agg_comments\n)"}, {"id": "model.jira.int_jira__issue_field_history", "sql": " __dbt__cte__int_jira__issue_field_history as (\nwith field_history as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__issue_field_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n field_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', field_history.updated_at) as date) as updated_at_week\n\n from field_history\n join fields\n on fields.field_id = field_history.field_id\n and fields.source_relation = field_history.source_relation\n\n)\n\nselect *\nfrom joined\n)"}, {"id": "model.jira.int_jira__issue_assign_resolution", "sql": " __dbt__cte__int_jira__issue_assign_resolution as (\nwith issue_field_history as (\n \n select *\n from __dbt__cte__int_jira__issue_field_history\n),\n\nfiltered as (\n -- we're only looking at assignments and resolutions, which are single-field values\n select *\n from issue_field_history\n where (lower(field_id) = 'assignee'\n or lower(field_id) = 'resolutiondate')\n and field_value is not null -- remove initial null rows\n),\n\nissue_dates as (\n\n select\n issue_id,\n source_relation,\n min(case when field_id = 'assignee' then updated_at end) as first_assigned_at,\n max(case when field_id = 'assignee' then updated_at end) as last_assigned_at,\n min(case when field_id = 'resolutiondate' then updated_at end) as first_resolved_at -- in case it's been re-opened\n from filtered\n group by 1, 2\n)\n\nselect *\nfrom issue_dates\n)"}, {"id": "model.jira.int_jira__issue_versions", "sql": " __dbt__cte__int_jira__issue_versions as (\n\n\nwith version as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__version\"\n),\n\nversion_history as (\n\n select *\n from __dbt__cte__int_jira__issue_multiselect_history\n where field_id = 'versions'\n or field_id = 'fixVersions'\n),\n\norder_versions as (\n\n select\n *,\n -- using rank so batches stick together\n rank() over (\n partition by field_id, issue_id \n order by updated_at desc\n ) as row_num\n from version_history\n),\n\nlatest_versions as (\n\n select\n field_id,\n issue_id,\n source_relation,\n updated_at,\n cast(field_value as integer) as version_id\n from order_versions\n where row_num = 1\n),\n\nversion_info as (\n\n select\n latest_versions.field_id,\n latest_versions.issue_id,\n latest_versions.source_relation,\n \n string_agg(version.version_name, ', ')\n\n as versions\n\n from latest_versions\n join version on latest_versions.version_id = version.version_id\n and latest_versions.source_relation = version.source_relation\n\n group by 1,2,3\n),\n\nsplit_versions as (\n\n select\n issue_id,\n source_relation,\n case when field_id = 'versions' then versions else null end as affects_versions,\n case when field_id = 'fixVersions' then versions else null end as fixes_versions\n from version_info\n),\n\nfinal as (\n\n select\n issue_id,\n source_relation,\n max(affects_versions) as affects_versions,\n max(fixes_versions) as fixes_versions\n from split_versions\n group by 1, 2\n)\n\nselect *\nfrom final\n)"}], "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.jira.int_jira__user_metrics": {"database": "postgres", "schema": "public_jira", "name": "int_jira__user_metrics", "resource_type": "model", "package_name": "jira", "path": "intermediate/int_jira__user_metrics.sql", "original_file_path": "models/intermediate/int_jira__user_metrics.sql", "unique_id": "model.jira.int_jira__user_metrics", "fqn": ["jira", "intermediate", "int_jira__user_metrics"], "alias": "int_jira__user_metrics", "checksum": {"name": "sha256", "checksum": "5c667b779771cde676caca9f94c3d6668f3dcc157ab3c56c560a8c2d19ff2e01"}, "config": {"enabled": true, "alias": null, "schema": "jira", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "ephemeral", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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 calculating issue-related metrics per user.", "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.jira.source_relation"]}, "user_id": {"name": "user_id", "description": "Unique ID of the user.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "count_closed_issues": {"name": "count_closed_issues", "description": "The number of issues that the user has closed (while being assigned to).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "count_open_issues": {"name": "count_open_issues", "description": "The number of currently open issues that the user is assigned to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "avg_close_time_seconds": {"name": "avg_close_time_seconds", "description": "The average time taken to close issues since assignment, in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "avg_age_currently_open_seconds": {"name": "avg_age_currently_open_seconds", "description": "The average age of a user's currently open issues.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "median_close_time_seconds": {"name": "median_close_time_seconds", "description": "The median time taken to close issues since assignment, in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "median_age_currently_open_seconds": {"name": "median_age_currently_open_seconds", "description": "The median age of a user's currently open issues.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "avg_close_time_days": {"name": "avg_close_time_days", "description": "The average time taken to close issues since assignment, in days.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "avg_age_currently_open_days": {"name": "avg_age_currently_open_days", "description": "The average age of a user's currently open issues.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "median_close_time_days": {"name": "median_close_time_days", "description": "The median time taken to close issues since assignment, in days.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "median_age_currently_open_days": {"name": "median_age_currently_open_days", "description": "The median age of a user's currently open issues.", "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": "jira://models/intermediate/int_jira.yml", "build_path": null, "unrendered_config": {"materialized": "ephemeral", "schema": "{{ 'jira_integrations_tests_sqlw' if target.name == 'databricks-sql' else 'jira' }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1778007514.0629537, "relation_name": null, "raw_code": "with issue as (\n\n select *\n from {{ ref('jira__issue_enhanced') }} \n where assignee_user_id is not null\n),\n\ncalculate_medians as (\n\n select\n assignee_user_id as user_id,\n source_relation,\n round(cast({{ fivetran_utils.percentile(percentile_field='case when resolved_at is not null then last_assignment_duration_seconds end',\n partition_field='assignee_user_id', percent='0.5') }} as {{ dbt.type_numeric() }}), 0) as median_close_time_seconds,\n round(cast({{ fivetran_utils.percentile(percentile_field='case when resolved_at is null then last_assignment_duration_seconds end',\n partition_field='assignee_user_id', percent='0.5') }} as {{ dbt.type_numeric() }}), 0) as median_age_currently_open_seconds\n from issue\n {% if target.type == 'postgres' %} group by 1, 2 {% endif %}\n),\n\n-- grouping because the medians were calculated using window functions (except postgres)\nmedian_metrics as (\n\n select\n user_id,\n source_relation,\n median_close_time_seconds,\n median_age_currently_open_seconds\n from calculate_medians\n {{ dbt_utils.group_by(4) }}\n),\n\n\nuser_issues as (\n\n select\n assignee_user_id as user_id,\n source_relation,\n sum(case when resolved_at is not null then 1 else 0 end) as count_closed_issues,\n sum(case when resolved_at is null then 1 else 0 end) as count_open_issues,\n sum(case when resolved_at is not null then last_assignment_duration_seconds end) as sum_close_time_seconds,\n sum(case when resolved_at is null then last_assignment_duration_seconds end) as sum_current_open_seconds\n from issue\n group by 1, 2\n),\n\ncalculate_avg_metrics as (\n\n select\n user_id,\n source_relation,\n count_closed_issues,\n count_open_issues,\n case when count_closed_issues = 0 then 0 else\n round(cast(sum_close_time_seconds * 1.0 / count_closed_issues as {{ dbt.type_numeric() }} ), 0) end as avg_close_time_seconds,\n case when count_open_issues = 0 then 0 else\n round(cast(sum_current_open_seconds * 1.0 / count_open_issues as {{ dbt.type_numeric() }} ), 0) end as avg_age_currently_open_seconds\n from user_issues\n),\n\njoin_metrics as (\n\n select\n calculate_avg_metrics.*,\n round(cast(calculate_avg_metrics.avg_close_time_seconds / 86400.0 as {{ dbt.type_numeric() }} ), 0) as avg_close_time_days,\n round(cast(calculate_avg_metrics.avg_age_currently_open_seconds / 86400.0 as {{ dbt.type_numeric() }} ), 0) as avg_age_currently_open_days,\n median_metrics.median_close_time_seconds,\n median_metrics.median_age_currently_open_seconds,\n round(cast(median_metrics.median_close_time_seconds / 86400.0 as {{ dbt.type_numeric() }} ), 0) as median_close_time_days,\n round(cast(median_metrics.median_age_currently_open_seconds / 86400.0 as {{ dbt.type_numeric() }} ), 0) as median_age_currently_open_days \n from calculate_avg_metrics\n left join median_metrics on\n calculate_avg_metrics.user_id = median_metrics.user_id\n and calculate_avg_metrics.source_relation = median_metrics.source_relation\n)\n\nselect * \nfrom join_metrics", "doc_blocks": [], "language": "sql", "refs": [{"name": "jira__issue_enhanced", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.fivetran_utils.percentile", "macro.dbt.type_numeric", "macro.dbt_utils.group_by"], "nodes": ["model.jira.jira__issue_enhanced"]}, "compiled_path": "target/compiled/jira/models/intermediate/int_jira__user_metrics.sql", "compiled": true, "compiled_code": "with issue as (\n\n select *\n from \"postgres\".\"public_jira\".\"jira__issue_enhanced\" \n where assignee_user_id is not null\n),\n\ncalculate_medians as (\n\n select\n assignee_user_id as user_id,\n source_relation,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by case when resolved_at is not null then last_assignment_duration_seconds end )\n /* have to group by partition field */\n\n as numeric(28,6)), 0) as median_close_time_seconds,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by case when resolved_at is null then last_assignment_duration_seconds end )\n /* have to group by partition field */\n\n as numeric(28,6)), 0) as median_age_currently_open_seconds\n from issue\n group by 1, 2 \n),\n\n-- grouping because the medians were calculated using window functions (except postgres)\nmedian_metrics as (\n\n select\n user_id,\n source_relation,\n median_close_time_seconds,\n median_age_currently_open_seconds\n from calculate_medians\n group by 1,2,3,4\n),\n\n\nuser_issues as (\n\n select\n assignee_user_id as user_id,\n source_relation,\n sum(case when resolved_at is not null then 1 else 0 end) as count_closed_issues,\n sum(case when resolved_at is null then 1 else 0 end) as count_open_issues,\n sum(case when resolved_at is not null then last_assignment_duration_seconds end) as sum_close_time_seconds,\n sum(case when resolved_at is null then last_assignment_duration_seconds end) as sum_current_open_seconds\n from issue\n group by 1, 2\n),\n\ncalculate_avg_metrics as (\n\n select\n user_id,\n source_relation,\n count_closed_issues,\n count_open_issues,\n case when count_closed_issues = 0 then 0 else\n round(cast(sum_close_time_seconds * 1.0 / count_closed_issues as numeric(28,6) ), 0) end as avg_close_time_seconds,\n case when count_open_issues = 0 then 0 else\n round(cast(sum_current_open_seconds * 1.0 / count_open_issues as numeric(28,6) ), 0) end as avg_age_currently_open_seconds\n from user_issues\n),\n\njoin_metrics as (\n\n select\n calculate_avg_metrics.*,\n round(cast(calculate_avg_metrics.avg_close_time_seconds / 86400.0 as numeric(28,6) ), 0) as avg_close_time_days,\n round(cast(calculate_avg_metrics.avg_age_currently_open_seconds / 86400.0 as numeric(28,6) ), 0) as avg_age_currently_open_days,\n median_metrics.median_close_time_seconds,\n median_metrics.median_age_currently_open_seconds,\n round(cast(median_metrics.median_close_time_seconds / 86400.0 as numeric(28,6) ), 0) as median_close_time_days,\n round(cast(median_metrics.median_age_currently_open_seconds / 86400.0 as numeric(28,6) ), 0) as median_age_currently_open_days \n from calculate_avg_metrics\n left join median_metrics on\n calculate_avg_metrics.user_id = median_metrics.user_id\n and calculate_avg_metrics.source_relation = median_metrics.source_relation\n)\n\nselect * \nfrom join_metrics", "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.jira.int_jira__issue_type_parents": {"database": "postgres", "schema": "public_jira", "name": "int_jira__issue_type_parents", "resource_type": "model", "package_name": "jira", "path": "intermediate/int_jira__issue_type_parents.sql", "original_file_path": "models/intermediate/int_jira__issue_type_parents.sql", "unique_id": "model.jira.int_jira__issue_type_parents", "fqn": ["jira", "intermediate", "int_jira__issue_type_parents"], "alias": "int_jira__issue_type_parents", "checksum": {"name": "sha256", "checksum": "6112d6052ac8fa8787127b65d74f4f07ae3384469ce4e71dc3eadcfbc3ab4053"}, "config": {"enabled": true, "alias": null, "schema": "jira", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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 relating issues with data regarding their parent issues (which may be epics). Contains all columns present in `stg_jira__issue`.\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.jira.source_relation"]}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran last synced this record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_id": {"name": "issue_id", "description": "Unique ID of the issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "parent_issue_id": {"name": "parent_issue_id", "description": "Unique ID of the parent issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "revised_parent_issue_id": {"name": "revised_parent_issue_id", "description": "Unique ID of the parent issue, coalesced with the ID of any linked epics (in classic projects).\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_type": {"name": "issue_type", "description": "Name of the issue type (ie Epic, Task, Subtask, any custom types).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_name": {"name": "issue_name", "description": "Title of the issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_key": {"name": "issue_key", "description": "UI-facing id of the issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "parent_issue_type": {"name": "parent_issue_type", "description": "Name of the parent issue type (ie Epic, Task, Subtask, any custom types).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "parent_issue_name": {"name": "parent_issue_name", "description": "Title of the parent issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "parent_issue_key": {"name": "parent_issue_key", "description": "UI-facing id of the parent issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_parent_epic": {"name": "is_parent_epic", "description": "Boolean that is true if the parent is an epic.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "assignee_user_id": {"name": "assignee_user_id", "description": "Foreign key referencing the ID of the `user` currently assigned to this task.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "created_at": {"name": "created_at", "description": "Timestamp of when the issue was created (in UTC).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "creator_user_id": {"name": "creator_user_id", "description": "Foreign key referencing the `user` who first created the issue. Cannot be changed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_description": {"name": "issue_description", "description": "The issue description, if given.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "due_date": {"name": "due_date", "description": "Calendar day on which the issue is due, if a due date is provided.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "environment": {"name": "environment", "description": "Text field describing the environment in which the issue occurred (ie \"IE9 on Windows 7\").", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_type_id": {"name": "issue_type_id", "description": "Foreign key referencing the ID of the `issue_type`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "original_estimate_seconds": {"name": "original_estimate_seconds", "description": "The original estimate of how long working on this issue would take, in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "priority_id": {"name": "priority_id", "description": "Foreign key referencing the ID of the issue's current `priority`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "project_id": {"name": "project_id", "description": "Foreign key referencing the ID of the `project` that the issue belongs to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "remaining_estimate_seconds": {"name": "remaining_estimate_seconds", "description": "The estimate of how much longer working on this issue will take, in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "reporter_user_id": {"name": "reporter_user_id", "description": "Foreign key referencing the ID of the `user` who reported the issue. This differs from the `creator` column in that the reporter can be changed in-app.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "resolution_id": {"name": "resolution_id", "description": "Foreign key referencing the ID of the issue's type of `resolution`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "resolved_at": {"name": "resolved_at", "description": "Timestamp of when the issue was resolved (ie completed, marked as duplicate). If an issue is un-resolved, this will be null.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "status_id": {"name": "status_id", "description": "Foreign key referencing the ID of the issue's `status` (the step that the issue is currently at in the project's workflow).\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "status_changed_at": {"name": "status_changed_at", "description": "Timestamp of when the status was last changed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "time_spent_seconds": {"name": "time_spent_seconds", "description": "The time that was spent working on this issue, in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "updated_at": {"name": "updated_at", "description": "Timestamp of when the issue was last updated in some way.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "work_ratio": {"name": "work_ratio", "description": "The percentage of work that has been logged against the issue (time_spent) vs the original estimate of worktime. Equals -1.0 when the fields required for calculation are not provided.\n", "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": "jira://models/intermediate/int_jira.yml", "build_path": null, "unrendered_config": {"materialized": "view", "schema": "{{ 'jira_integrations_tests_sqlw' if target.name == 'databricks-sql' else 'jira' }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1778007514.0687058, "relation_name": "\"postgres\".\"public_jira\".\"int_jira__issue_type_parents\"", "raw_code": "{{ config(materialized='view') }}\n-- needs to be a view to use the dbt_utils.star macro in int_jira__issue_users\n\nwith issue as (\n\n select * \n from {{ ref('stg_jira__issue') }}\n),\n\nissue_type as (\n\n select *\n from {{ ref('stg_jira__issue_type') }}\n), \n-- issue-epic relationships are either captured via the issue's parent_issue_id (next-gen projects)\n-- or through the 'Epic Link' field (classic projects)\n\nissues_w_epics as (\n\n select * \n from {{ ref('int_jira__issue_epic')}}\n), \n\nissue_enriched_with_epics as (\n\n select\n issue.*,\n coalesce(cast(parent_issue_id as {{ dbt.type_string() }}), cast(epic_issue_id as {{ dbt.type_string() }})) as revised_parent_issue_id\n\n from issue\n left join issues_w_epics\n on issues_w_epics.issue_id = issue.issue_id\n and issues_w_epics.source_relation = issue.source_relation\n\n),\n\nissue_w_types as (\n\n select\n issue_enriched_with_epics.*,\n issue_type.issue_type_name as issue_type\n\n from issue_enriched_with_epics\n left join issue_type\n on issue_type.issue_type_id = issue_enriched_with_epics.issue_type_id\n and issue_type.source_relation = issue_enriched_with_epics.source_relation\n),\n\nadd_parent_info as (\n\n select\n issue_w_types.*,\n parent.issue_type as parent_issue_type,\n parent.issue_name as parent_issue_name,\n parent.issue_key as parent_issue_key,\n lower(coalesce(parent.issue_type, '')) = 'epic' as is_parent_epic\n\n from issue_w_types\n -- do a left join so we can grab all issue types from this table in `issue_join`\n left join issue_w_types as parent\n on cast(issue_w_types.revised_parent_issue_id as {{ dbt.type_string() }}) = cast(parent.issue_id as {{ dbt.type_string() }})\n and issue_w_types.source_relation = parent.source_relation\n\n)\n\nselect * \nfrom add_parent_info", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__issue", "package": null, "version": null}, {"name": "stg_jira__issue_type", "package": null, "version": null}, {"name": "int_jira__issue_epic", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.type_string"], "nodes": ["model.jira.stg_jira__issue", "model.jira.stg_jira__issue_type", "model.jira.int_jira__issue_epic"]}, "compiled_path": "target/compiled/jira/models/intermediate/int_jira__issue_type_parents.sql", "compiled": true, "compiled_code": "\n-- needs to be a view to use the dbt_utils.star macro in int_jira__issue_users\n\nwith __dbt__cte__int_jira__issue_field_history as (\nwith field_history as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__issue_field_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n field_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', field_history.updated_at) as date) as updated_at_week\n\n from field_history\n join fields\n on fields.field_id = field_history.field_id\n and fields.source_relation = field_history.source_relation\n\n)\n\nselect *\nfrom joined\n), __dbt__cte__int_jira__issue_epic as (\n-- issue-epic relationships are either captured via the issue's parent_issue_id (next-gen projects)\n-- or through the 'Epic Link' field (classic projects)\nwith epic_field_history as (\n\n select *\n from __dbt__cte__int_jira__issue_field_history\n where lower(field_name) like 'epic%link'\n),\n\norder_epic_links as (\n\n select\n issue_id,\n source_relation,\n cast(field_value as TEXT ) as epic_issue_id,\n row_number() over (partition by issue_id order by updated_at desc) as row_num\n from epic_field_history\n),\n\nlast_epic_link as (\n\n select\n issue_id,\n source_relation,\n epic_issue_id\n from order_epic_links\n where row_num = 1\n)\n\nselect *\nfrom last_epic_link\n), issue as (\n\n select * \n from \"postgres\".\"public_jira\".\"stg_jira__issue\"\n),\n\nissue_type as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__issue_type\"\n), \n-- issue-epic relationships are either captured via the issue's parent_issue_id (next-gen projects)\n-- or through the 'Epic Link' field (classic projects)\n\nissues_w_epics as (\n\n select * \n from __dbt__cte__int_jira__issue_epic\n), \n\nissue_enriched_with_epics as (\n\n select\n issue.*,\n coalesce(cast(parent_issue_id as TEXT), cast(epic_issue_id as TEXT)) as revised_parent_issue_id\n\n from issue\n left join issues_w_epics\n on issues_w_epics.issue_id = issue.issue_id\n and issues_w_epics.source_relation = issue.source_relation\n\n),\n\nissue_w_types as (\n\n select\n issue_enriched_with_epics.*,\n issue_type.issue_type_name as issue_type\n\n from issue_enriched_with_epics\n left join issue_type\n on issue_type.issue_type_id = issue_enriched_with_epics.issue_type_id\n and issue_type.source_relation = issue_enriched_with_epics.source_relation\n),\n\nadd_parent_info as (\n\n select\n issue_w_types.*,\n parent.issue_type as parent_issue_type,\n parent.issue_name as parent_issue_name,\n parent.issue_key as parent_issue_key,\n lower(coalesce(parent.issue_type, '')) = 'epic' as is_parent_epic\n\n from issue_w_types\n -- do a left join so we can grab all issue types from this table in `issue_join`\n left join issue_w_types as parent\n on cast(issue_w_types.revised_parent_issue_id as TEXT) = cast(parent.issue_id as TEXT)\n and issue_w_types.source_relation = parent.source_relation\n\n)\n\nselect * \nfrom add_parent_info", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.jira.int_jira__issue_field_history", "sql": " __dbt__cte__int_jira__issue_field_history as (\nwith field_history as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__issue_field_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n field_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', field_history.updated_at) as date) as updated_at_week\n\n from field_history\n join fields\n on fields.field_id = field_history.field_id\n and fields.source_relation = field_history.source_relation\n\n)\n\nselect *\nfrom joined\n)"}, {"id": "model.jira.int_jira__issue_epic", "sql": " __dbt__cte__int_jira__issue_epic as (\n-- issue-epic relationships are either captured via the issue's parent_issue_id (next-gen projects)\n-- or through the 'Epic Link' field (classic projects)\nwith epic_field_history as (\n\n select *\n from __dbt__cte__int_jira__issue_field_history\n where lower(field_name) like 'epic%link'\n),\n\norder_epic_links as (\n\n select\n issue_id,\n source_relation,\n cast(field_value as TEXT ) as epic_issue_id,\n row_number() over (partition by issue_id order by updated_at desc) as row_num\n from epic_field_history\n),\n\nlast_epic_link as (\n\n select\n issue_id,\n source_relation,\n epic_issue_id\n from order_epic_links\n where row_num = 1\n)\n\nselect *\nfrom last_epic_link\n)"}], "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.jira.int_jira__issue_users": {"database": "postgres", "schema": "public_jira", "name": "int_jira__issue_users", "resource_type": "model", "package_name": "jira", "path": "intermediate/int_jira__issue_users.sql", "original_file_path": "models/intermediate/int_jira__issue_users.sql", "unique_id": "model.jira.int_jira__issue_users", "fqn": ["jira", "intermediate", "int_jira__issue_users"], "alias": "int_jira__issue_users", "checksum": {"name": "sha256", "checksum": "d759cb6c984db3eec189b72078f9ab5bd0b2e3b218ce8ba2e4c869bd47423351"}, "config": {"enabled": true, "alias": null, "schema": "jira", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "ephemeral", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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 relating issues to attributes about their assignees and reporters. Builds off of the `int_jira__issue_type_parents` model.\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.jira.source_relation"]}, "issue_id": {"name": "issue_id", "description": "Unique ID of the issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "assignee_name": {"name": "assignee_name", "description": "User display name of the person currently assigned this issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "reporter_name": {"name": "reporter_name", "description": "User display name of the person who reported the issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "assignee_timezone": {"name": "assignee_timezone", "description": "Timezone of the user currently assigned this issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "assignee_email": {"name": "assignee_email", "description": "Email associated with the user currently assigned this issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "reporter_email": {"name": "reporter_email", "description": "Email associated with the user who reported this issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "reporter_timezone": {"name": "reporter_timezone", "description": "Timezone of the user currently who reported this issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "parent_issue_id": {"name": "parent_issue_id", "description": "Unique ID of the parent issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_type": {"name": "issue_type", "description": "Name of the issue type (ie Epic, Task, Subtask, any custom types).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_name": {"name": "issue_name", "description": "Title of the issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_key": {"name": "issue_key", "description": "UI-facing id of the issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "parent_issue_type": {"name": "parent_issue_type", "description": "Name of the parent issue type (ie Epic, Task, Subtask, any custom types).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "parent_issue_name": {"name": "parent_issue_name", "description": "Title of the parent issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "parent_issue_key": {"name": "parent_issue_key", "description": "UI-facing id of the parent issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_parent_epic": {"name": "is_parent_epic", "description": "Boolean that is true if the parent is an epic.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "assignee_user_id": {"name": "assignee_user_id", "description": "Foreign key referencing the ID of the `user` currently assigned to this task.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "created_at": {"name": "created_at", "description": "Timestamp of when the issue was created (in UTC).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "creator_user_id": {"name": "creator_user_id", "description": "Foreign key referencing the `user` who first created the issue. Cannot be changed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_description": {"name": "issue_description", "description": "The issue description, if given.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "due_date": {"name": "due_date", "description": "Calendar day on which the issue is due, if a due date is provided.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "environment": {"name": "environment", "description": "Text field describing the environment in which the issue occurred (ie \"IE9 on Windows 7\").", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_type_id": {"name": "issue_type_id", "description": "Foreign key referencing the ID of the `issue_type`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "original_estimate_seconds": {"name": "original_estimate_seconds", "description": "The original estimate of how long working on this issue would take, in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "priority_id": {"name": "priority_id", "description": "Foreign key referencing the ID of the issue's current `priority`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "project_id": {"name": "project_id", "description": "Foreign key referencing the ID of the `project` that the issue belongs to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "remaining_estimate_seconds": {"name": "remaining_estimate_seconds", "description": "The estimate of how much longer working on this issue will take, in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "reporter_user_id": {"name": "reporter_user_id", "description": "Foreign key referencing the ID of the `user` who reported the issue. This differs from the `creator` column in that the reporter can be changed in-app.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "resolution_id": {"name": "resolution_id", "description": "Foreign key referencing the ID of the issue's type of `resolution`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "resolved_at": {"name": "resolved_at", "description": "Timestamp of when the issue was resolved (ie completed, marked as duplicate). If an issue is un-resolved, this will be null.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "status_id": {"name": "status_id", "description": "Foreign key referencing the ID of the issue's `status` (the step that the issue is currently at in the project's workflow).\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "status_changed_at": {"name": "status_changed_at", "description": "Timestamp of when the status was last changed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "time_spent_seconds": {"name": "time_spent_seconds", "description": "The time that was spent working on this issue, in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "updated_at": {"name": "updated_at", "description": "Timestamp of when the issue was last updated in some way.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "work_ratio": {"name": "work_ratio", "description": "The percentage of work that has been logged against the issue (time_spent) vs the original estimate of worktime. Equals -1.0 when the fields required for calculation are not provided.\n", "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": "jira://models/intermediate/int_jira.yml", "build_path": null, "unrendered_config": {"materialized": "ephemeral", "schema": "{{ 'jira_integrations_tests_sqlw' if target.name == 'databricks-sql' else 'jira' }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1778007514.0707657, "relation_name": null, "raw_code": "-- just grabs user attributes for issue assignees and reporters \n\nwith issue as (\n\n -- including issue_id in here because snowflake for some reason ignores issue_id,\n -- so we'll just always pull it out and explicitly select it\n {% set except_columns = [\"revised_parent_issue_id\", \"parent_issue_id\", \"issue_id\"] %}\n\n select\n issue_id,\n coalesce(cast(revised_parent_issue_id as {{ dbt.type_string() }}), cast(parent_issue_id as {{ dbt.type_string() }})) as parent_issue_id,\n\n {{ dbt_utils.star(from=ref('int_jira__issue_type_parents'), \n except=except_columns) }}\n\n from {{ ref('int_jira__issue_type_parents') }}\n),\n\n-- user is a reserved keyword in AWS\njira_user as (\n\n select *\n from {{ ref('stg_jira__user') }}\n),\n\nissue_user_join as (\n\n select\n issue.*,\n assignee.user_display_name as assignee_name,\n assignee.time_zone as assignee_timezone,\n assignee.email as assignee_email,\n reporter.email as reporter_email,\n reporter.user_display_name as reporter_name,\n reporter.time_zone as reporter_timezone\n from issue\n left join jira_user as assignee\n on issue.assignee_user_id = assignee.user_id\n and issue.source_relation = assignee.source_relation\n left join jira_user as reporter\n on issue.reporter_user_id = reporter.user_id\n and issue.source_relation = reporter.source_relation\n)\n\nselect * \nfrom issue_user_join", "doc_blocks": [], "language": "sql", "refs": [{"name": "int_jira__issue_type_parents", "package": null, "version": null}, {"name": "int_jira__issue_type_parents", "package": null, "version": null}, {"name": "stg_jira__user", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.type_string", "macro.dbt_utils.star"], "nodes": ["model.jira.int_jira__issue_type_parents", "model.jira.stg_jira__user"]}, "compiled_path": "target/compiled/jira/models/intermediate/int_jira__issue_users.sql", "compiled": true, "compiled_code": "-- just grabs user attributes for issue assignees and reporters \n\nwith issue as (\n\n -- including issue_id in here because snowflake for some reason ignores issue_id,\n -- so we'll just always pull it out and explicitly select it\n \n\n select\n issue_id,\n coalesce(cast(revised_parent_issue_id as TEXT), cast(parent_issue_id as TEXT)) as parent_issue_id,\n\n \"source_relation\",\n \"original_estimate_seconds\",\n \"remaining_estimate_seconds\",\n \"time_spent_seconds\",\n \"assignee_user_id\",\n \"created_at\",\n \"resolved_at\",\n \"creator_user_id\",\n \"issue_description\",\n \"due_date\",\n \"environment\",\n \"issue_type_id\",\n \"issue_key\",\n \"priority_id\",\n \"project_id\",\n \"reporter_user_id\",\n \"resolution_id\",\n \"status_id\",\n \"status_changed_at\",\n \"issue_name\",\n \"updated_at\",\n \"work_ratio\",\n \"_fivetran_synced\",\n \"issue_type\",\n \"parent_issue_type\",\n \"parent_issue_name\",\n \"parent_issue_key\",\n \"is_parent_epic\"\n\n from \"postgres\".\"public_jira\".\"int_jira__issue_type_parents\"\n),\n\n-- user is a reserved keyword in AWS\njira_user as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__user\"\n),\n\nissue_user_join as (\n\n select\n issue.*,\n assignee.user_display_name as assignee_name,\n assignee.time_zone as assignee_timezone,\n assignee.email as assignee_email,\n reporter.email as reporter_email,\n reporter.user_display_name as reporter_name,\n reporter.time_zone as reporter_timezone\n from issue\n left join jira_user as assignee\n on issue.assignee_user_id = assignee.user_id\n and issue.source_relation = assignee.source_relation\n left join jira_user as reporter\n on issue.reporter_user_id = reporter.user_id\n and issue.source_relation = reporter.source_relation\n)\n\nselect * \nfrom issue_user_join", "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.jira.int_jira__issue_comments": {"database": "postgres", "schema": "public_jira", "name": "int_jira__issue_comments", "resource_type": "model", "package_name": "jira", "path": "intermediate/int_jira__issue_comments.sql", "original_file_path": "models/intermediate/int_jira__issue_comments.sql", "unique_id": "model.jira.int_jira__issue_comments", "fqn": ["jira", "intermediate", "int_jira__issue_comments"], "alias": "int_jira__issue_comments", "checksum": {"name": "sha256", "checksum": "0e73f9aa03ae144b05e142644e156356adfd4db1ec3393c9de1ddfcc33e59b19"}, "config": {"enabled": true, "alias": null, "schema": "jira", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "ephemeral", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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 aggregating issue comments into 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.jira.source_relation"]}, "issue_id": {"name": "issue_id", "description": "Unique ID of the issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation": {"name": "conversation", "description": "Line-separated list of comments made on this issue, including the timestamp and author name of each comment.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "count_comments": {"name": "count_comments", "description": "The number of comments made on this issues.", "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": "jira://models/intermediate/int_jira.yml", "build_path": null, "unrendered_config": {"materialized": "ephemeral", "schema": "{{ 'jira_integrations_tests_sqlw' if target.name == 'databricks-sql' else 'jira' }}", "enabled": true, "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1778007514.0637648, "relation_name": null, "raw_code": "{{ config(enabled=var('jira_include_comments', True)) }}\n\nwith comment as (\n\n select *\n from {{ ref('stg_jira__comment') }}\n order by issue_id, created_at asc\n),\n\n-- user is a reserved keyword in AWS \njira_user as (\n\n select *\n from {{ ref('stg_jira__user') }}\n),\n\nagg_comments as (\n\n select\n comment.issue_id,\n comment.source_relation,\n count(comment.comment_id) as count_comments\n\n {%- if var('jira_include_conversations', False if target.type == 'redshift' else True) %}\n ,{{ fivetran_utils.string_agg(\n \"comment.created_at || ' - ' || jira_user.user_display_name || ': ' || comment.body\",\n \"'\\\\n'\" ) }} as conversation\n {% endif %}\n\n from comment\n inner join jira_user\n on comment.author_user_id = jira_user.user_id\n and comment.source_relation = jira_user.source_relation\n group by 1, 2\n)\n\nselect * from agg_comments", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__comment", "package": null, "version": null}, {"name": "stg_jira__user", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.fivetran_utils.string_agg"], "nodes": ["model.jira.stg_jira__comment", "model.jira.stg_jira__user"]}, "compiled_path": "target/compiled/jira/models/intermediate/int_jira__issue_comments.sql", "compiled": true, "compiled_code": "\n\nwith comment as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__comment\"\n order by issue_id, created_at asc\n),\n\n-- user is a reserved keyword in AWS \njira_user as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__user\"\n),\n\nagg_comments as (\n\n select\n comment.issue_id,\n comment.source_relation,\n count(comment.comment_id) as count_comments\n ,\n string_agg(comment.created_at || ' - ' || jira_user.user_display_name || ': ' || comment.body, '\\n')\n\n as conversation\n \n\n from comment\n inner join jira_user\n on comment.author_user_id = jira_user.user_id\n and comment.source_relation = jira_user.source_relation\n group by 1, 2\n)\n\nselect * from agg_comments", "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.jira.int_jira__project_metrics": {"database": "postgres", "schema": "public_jira", "name": "int_jira__project_metrics", "resource_type": "model", "package_name": "jira", "path": "intermediate/int_jira__project_metrics.sql", "original_file_path": "models/intermediate/int_jira__project_metrics.sql", "unique_id": "model.jira.int_jira__project_metrics", "fqn": ["jira", "intermediate", "int_jira__project_metrics"], "alias": "int_jira__project_metrics", "checksum": {"name": "sha256", "checksum": "8ecda198bdf84fe20bb2a4616eb12739eb4e3fb2e5533437a550d006afb5d125"}, "config": {"enabled": true, "alias": null, "schema": "jira", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "ephemeral", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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 calculating issue-related metrics per project.", "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.jira.source_relation"]}, "project_id": {"name": "project_id", "description": "Unique ID of the project.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "count_closed_issues": {"name": "count_closed_issues", "description": "The number of issues closed in this project.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "count_open_issues": {"name": "count_open_issues", "description": "The number of currently un-resolved issues in the project.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "count_open_assigned_issues": {"name": "count_open_assigned_issues", "description": "The number of currently open and currently assigned issues in the project.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "avg_close_time_seconds": {"name": "avg_close_time_seconds", "description": "The average time taken to close issues, in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "avg_assigned_close_time_seconds": {"name": "avg_assigned_close_time_seconds", "description": "The average time taken to close issues from their first assignment, in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "avg_age_currently_open_seconds": {"name": "avg_age_currently_open_seconds", "description": "The average age of any currently-open issues.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "avg_age_currently_open_assigned_seconds": {"name": "avg_age_currently_open_assigned_seconds", "description": "The average age of any currently-open issues, from their first assignment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "median_close_time_seconds": {"name": "median_close_time_seconds", "description": "The median time taken to close issues, in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "median_age_currently_open_seconds": {"name": "median_age_currently_open_seconds", "description": "The median age of any currently-open issues.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "median_assigned_close_time_seconds": {"name": "median_assigned_close_time_seconds", "description": "The median time taken to close issues from their first assignment, in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "median_age_currently_open_assigned_seconds": {"name": "median_age_currently_open_assigned_seconds", "description": "The median age of any currently-open issues, from their first assignment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "avg_close_time_days": {"name": "avg_close_time_days", "description": "The average time taken to close issues, in days.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "avg_assigned_close_time_days": {"name": "avg_assigned_close_time_days", "description": "The average time taken to close issues from their first assignment, in days.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "avg_age_currently_open_days": {"name": "avg_age_currently_open_days", "description": "The average age of any currently-open issues.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "avg_age_currently_open_assigned_days": {"name": "avg_age_currently_open_assigned_days", "description": "The average age of any currently-open issues, from their first assignment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "median_close_time_days": {"name": "median_close_time_days", "description": "The median time taken to close issues, in days.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "median_age_currently_open_days": {"name": "median_age_currently_open_days", "description": "The median age of any currently-open issues.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "median_assigned_close_time_days": {"name": "median_assigned_close_time_days", "description": "The median time taken to close issues from their first assignment, in days.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "median_age_currently_open_assigned_days": {"name": "median_age_currently_open_assigned_days", "description": "The median age of any currently-open issues, from their first assignment.", "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": "jira://models/intermediate/int_jira.yml", "build_path": null, "unrendered_config": {"materialized": "ephemeral", "schema": "{{ 'jira_integrations_tests_sqlw' if target.name == 'databricks-sql' else 'jira' }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1778007514.061898, "relation_name": null, "raw_code": "with issue as (\n\n select * \n from {{ ref('jira__issue_enhanced') }}\n where project_id is not null\n),\n\ncalculate_medians as (\n\n select\n project_id,\n source_relation,\n round(cast({{ fivetran_utils.percentile(percentile_field='case when resolved_at is not null then open_duration_seconds end',\n partition_field='project_id', percent='0.5') }} as {{ dbt.type_numeric() }} ), 0) as median_close_time_seconds,\n round(cast({{ fivetran_utils.percentile(percentile_field='case when resolved_at is null then open_duration_seconds end',\n partition_field='project_id', percent='0.5') }} as {{ dbt.type_numeric() }} ), 0) as median_age_currently_open_seconds,\n round(cast({{ fivetran_utils.percentile(percentile_field='case when resolved_at is not null then any_assignment_duration_seconds end',\n partition_field='project_id', percent='0.5') }} as {{ dbt.type_numeric() }} ), 0) as median_assigned_close_time_seconds,\n round(cast({{ fivetran_utils.percentile(percentile_field='case when resolved_at is null then any_assignment_duration_seconds end',\n partition_field='project_id', percent='0.5') }} as {{ dbt.type_numeric() }} ), 0) as median_age_currently_open_assigned_seconds\n from issue\n\n {% if target.type == 'postgres' %} group by project_id, source_relation {% endif %}\n),\n\n-- grouping because the medians were calculated using window functions (except in postgres)\nmedian_metrics as (\n\n select\n project_id,\n source_relation,\n median_close_time_seconds,\n median_age_currently_open_seconds,\n median_assigned_close_time_seconds,\n median_age_currently_open_assigned_seconds\n from calculate_medians\n {{ dbt_utils.group_by(6) }}\n),\n\n\n-- get appropriate counts + sums to calculate averages\nproject_issues as (\n\n select\n project_id,\n source_relation,\n sum(case when resolved_at is not null then 1 else 0 end) as count_closed_issues,\n sum(case when resolved_at is null then 1 else 0 end) as count_open_issues,\n -- using the below to calculate averages\n -- assigned issues\n sum(case when resolved_at is null and assignee_user_id is not null then 1 else 0 end) as count_open_assigned_issues,\n sum(case when resolved_at is not null and assignee_user_id is not null then 1 else 0 end) as count_closed_assigned_issues,\n -- close time\n sum(case when resolved_at is not null then open_duration_seconds else 0 end) as sum_close_time_seconds,\n sum(case when resolved_at is not null then any_assignment_duration_seconds else 0 end) as sum_assigned_close_time_seconds,\n -- age of currently open tasks\n sum(case when resolved_at is null then open_duration_seconds else 0 end) as sum_currently_open_duration_seconds,\n sum(case when resolved_at is null then any_assignment_duration_seconds else 0 end) as sum_currently_open_assigned_duration_seconds\n from issue\n\n group by 1, 2\n),\n\ncalculate_avg_metrics as (\n\n select\n project_id,\n source_relation,\n count_closed_issues,\n count_open_issues,\n count_open_assigned_issues,\n case when count_closed_issues = 0 then 0 \n else round(cast(sum_close_time_seconds * 1.0 / count_closed_issues as {{ dbt.type_numeric() }} ), 0) end as avg_close_time_seconds,\n case when count_closed_assigned_issues = 0 then 0 \n else round(cast(sum_assigned_close_time_seconds * 1.0 / count_closed_assigned_issues as {{ dbt.type_numeric() }} ), 0) end as avg_assigned_close_time_seconds,\n case when count_open_issues = 0 then 0 \n else round(cast(sum_currently_open_duration_seconds * 1.0 / count_open_issues as {{ dbt.type_numeric() }} ), 0) end as avg_age_currently_open_seconds,\n case when count_open_assigned_issues = 0 then 0 \n else round(cast(sum_currently_open_assigned_duration_seconds * 1.0 / count_open_assigned_issues as {{ dbt.type_numeric() }} ), 0) end as avg_age_currently_open_assigned_seconds\n from project_issues\n),\n\n-- join medians and averages + convert to days\njoin_metrics as (\n\n select\n calculate_avg_metrics.*,\n -- there are 86400 seconds in a day\n round(cast(calculate_avg_metrics.avg_close_time_seconds / 86400.0 as {{ dbt.type_numeric() }} ), 0) as avg_close_time_days,\n round(cast(calculate_avg_metrics.avg_assigned_close_time_seconds / 86400.0 as {{ dbt.type_numeric() }} ), 0) as avg_assigned_close_time_days,\n round(cast(calculate_avg_metrics.avg_age_currently_open_seconds / 86400.0 as {{ dbt.type_numeric() }} ), 0) as avg_age_currently_open_days,\n round(cast(calculate_avg_metrics.avg_age_currently_open_assigned_seconds / 86400.0 as {{ dbt.type_numeric() }} ), 0) as avg_age_currently_open_assigned_days,\n median_metrics.median_close_time_seconds, \n median_metrics.median_age_currently_open_seconds,\n median_metrics.median_assigned_close_time_seconds,\n median_metrics.median_age_currently_open_assigned_seconds,\n round(cast(median_metrics.median_close_time_seconds / 86400.0 as {{ dbt.type_numeric() }} ), 0) as median_close_time_days,\n round(cast(median_metrics.median_age_currently_open_seconds / 86400.0 as {{ dbt.type_numeric() }} ), 0) as median_age_currently_open_days,\n round(cast(median_metrics.median_assigned_close_time_seconds / 86400.0 as {{ dbt.type_numeric() }} ), 0) as median_assigned_close_time_days,\n round(cast(median_metrics.median_age_currently_open_assigned_seconds / 86400.0 as {{ dbt.type_numeric() }} ), 0) as median_age_currently_open_assigned_days\n from calculate_avg_metrics\n left join median_metrics\n on calculate_avg_metrics.project_id = median_metrics.project_id\n and calculate_avg_metrics.source_relation = median_metrics.source_relation\n)\n\nselect * \nfrom join_metrics", "doc_blocks": [], "language": "sql", "refs": [{"name": "jira__issue_enhanced", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.fivetran_utils.percentile", "macro.dbt.type_numeric", "macro.dbt_utils.group_by"], "nodes": ["model.jira.jira__issue_enhanced"]}, "compiled_path": "target/compiled/jira/models/intermediate/int_jira__project_metrics.sql", "compiled": true, "compiled_code": "with issue as (\n\n select * \n from \"postgres\".\"public_jira\".\"jira__issue_enhanced\"\n where project_id is not null\n),\n\ncalculate_medians as (\n\n select\n project_id,\n source_relation,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by case when resolved_at is not null then open_duration_seconds end )\n /* have to group by partition field */\n\n as numeric(28,6) ), 0) as median_close_time_seconds,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by case when resolved_at is null then open_duration_seconds end )\n /* have to group by partition field */\n\n as numeric(28,6) ), 0) as median_age_currently_open_seconds,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by case when resolved_at is not null then any_assignment_duration_seconds end )\n /* have to group by partition field */\n\n as numeric(28,6) ), 0) as median_assigned_close_time_seconds,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by case when resolved_at is null then any_assignment_duration_seconds end )\n /* have to group by partition field */\n\n as numeric(28,6) ), 0) as median_age_currently_open_assigned_seconds\n from issue\n\n group by project_id, source_relation \n),\n\n-- grouping because the medians were calculated using window functions (except in postgres)\nmedian_metrics as (\n\n select\n project_id,\n source_relation,\n median_close_time_seconds,\n median_age_currently_open_seconds,\n median_assigned_close_time_seconds,\n median_age_currently_open_assigned_seconds\n from calculate_medians\n group by 1,2,3,4,5,6\n),\n\n\n-- get appropriate counts + sums to calculate averages\nproject_issues as (\n\n select\n project_id,\n source_relation,\n sum(case when resolved_at is not null then 1 else 0 end) as count_closed_issues,\n sum(case when resolved_at is null then 1 else 0 end) as count_open_issues,\n -- using the below to calculate averages\n -- assigned issues\n sum(case when resolved_at is null and assignee_user_id is not null then 1 else 0 end) as count_open_assigned_issues,\n sum(case when resolved_at is not null and assignee_user_id is not null then 1 else 0 end) as count_closed_assigned_issues,\n -- close time\n sum(case when resolved_at is not null then open_duration_seconds else 0 end) as sum_close_time_seconds,\n sum(case when resolved_at is not null then any_assignment_duration_seconds else 0 end) as sum_assigned_close_time_seconds,\n -- age of currently open tasks\n sum(case when resolved_at is null then open_duration_seconds else 0 end) as sum_currently_open_duration_seconds,\n sum(case when resolved_at is null then any_assignment_duration_seconds else 0 end) as sum_currently_open_assigned_duration_seconds\n from issue\n\n group by 1, 2\n),\n\ncalculate_avg_metrics as (\n\n select\n project_id,\n source_relation,\n count_closed_issues,\n count_open_issues,\n count_open_assigned_issues,\n case when count_closed_issues = 0 then 0 \n else round(cast(sum_close_time_seconds * 1.0 / count_closed_issues as numeric(28,6) ), 0) end as avg_close_time_seconds,\n case when count_closed_assigned_issues = 0 then 0 \n else round(cast(sum_assigned_close_time_seconds * 1.0 / count_closed_assigned_issues as numeric(28,6) ), 0) end as avg_assigned_close_time_seconds,\n case when count_open_issues = 0 then 0 \n else round(cast(sum_currently_open_duration_seconds * 1.0 / count_open_issues as numeric(28,6) ), 0) end as avg_age_currently_open_seconds,\n case when count_open_assigned_issues = 0 then 0 \n else round(cast(sum_currently_open_assigned_duration_seconds * 1.0 / count_open_assigned_issues as numeric(28,6) ), 0) end as avg_age_currently_open_assigned_seconds\n from project_issues\n),\n\n-- join medians and averages + convert to days\njoin_metrics as (\n\n select\n calculate_avg_metrics.*,\n -- there are 86400 seconds in a day\n round(cast(calculate_avg_metrics.avg_close_time_seconds / 86400.0 as numeric(28,6) ), 0) as avg_close_time_days,\n round(cast(calculate_avg_metrics.avg_assigned_close_time_seconds / 86400.0 as numeric(28,6) ), 0) as avg_assigned_close_time_days,\n round(cast(calculate_avg_metrics.avg_age_currently_open_seconds / 86400.0 as numeric(28,6) ), 0) as avg_age_currently_open_days,\n round(cast(calculate_avg_metrics.avg_age_currently_open_assigned_seconds / 86400.0 as numeric(28,6) ), 0) as avg_age_currently_open_assigned_days,\n median_metrics.median_close_time_seconds, \n median_metrics.median_age_currently_open_seconds,\n median_metrics.median_assigned_close_time_seconds,\n median_metrics.median_age_currently_open_assigned_seconds,\n round(cast(median_metrics.median_close_time_seconds / 86400.0 as numeric(28,6) ), 0) as median_close_time_days,\n round(cast(median_metrics.median_age_currently_open_seconds / 86400.0 as numeric(28,6) ), 0) as median_age_currently_open_days,\n round(cast(median_metrics.median_assigned_close_time_seconds / 86400.0 as numeric(28,6) ), 0) as median_assigned_close_time_days,\n round(cast(median_metrics.median_age_currently_open_assigned_seconds / 86400.0 as numeric(28,6) ), 0) as median_age_currently_open_assigned_days\n from calculate_avg_metrics\n left join median_metrics\n on calculate_avg_metrics.project_id = median_metrics.project_id\n and calculate_avg_metrics.source_relation = median_metrics.source_relation\n)\n\nselect * \nfrom join_metrics", "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.jira.int_jira__issue_calendar_spine": {"database": "postgres", "schema": "public_jira", "name": "int_jira__issue_calendar_spine", "resource_type": "model", "package_name": "jira", "path": "intermediate/field_history/int_jira__issue_calendar_spine.sql", "original_file_path": "models/intermediate/field_history/int_jira__issue_calendar_spine.sql", "unique_id": "model.jira.int_jira__issue_calendar_spine", "fqn": ["jira", "intermediate", "field_history", "int_jira__issue_calendar_spine"], "alias": "int_jira__issue_calendar_spine", "checksum": {"name": "sha256", "checksum": "276e1e6c8ec5f049050ddb3749006a92546559082221e465722bab9d35c11467"}, "config": {"enabled": true, "alias": null, "schema": "jira", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "ephemeral", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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 relating every issue to every day it was open (plus a buffer of one month, in case the issue is re-opened, as this model is materialized incrementally).\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.jira.source_relation"]}, "date_day": {"name": "date_day", "description": "Calendar date on which the issue was open.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_id": {"name": "issue_id", "description": "Foreign key referencing the unique ID of the `issue` whose field was updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_day_id": {"name": "issue_day_id", "description": "Unique ID hashed on `date_day`, `issue_id`, and `source_relation`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "earliest_open_until_date": {"name": "earliest_open_until_date", "description": "Used for incremental materialization logic.", "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": "jira://models/intermediate/int_jira.yml", "build_path": null, "unrendered_config": {"materialized": "ephemeral", "schema": "{{ 'jira_integrations_tests_sqlw' if target.name == 'databricks-sql' else 'jira' }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1778007514.0719163, "relation_name": null, "raw_code": "with spine as (\n\n -- depends_on: {{ ref('stg_jira__issue_tmp') }}\n {% if execute and flags.WHICH in ('run', 'build') %}\n {% set first_date_query %}\n -- start at the first created issue\n select\n coalesce(\n min(cast(created as date)),\n cast({{ dbt.dateadd(\"month\", -1, \"current_date\") }} as date)\n ) as min_date\n from {{ ref('stg_jira__issue_tmp') }}\n {% endset %}\n\n {%- set first_date = dbt_utils.get_single_value(first_date_query) %}\n \n {% else %} {% set first_date = \"2016-01-01\" %}\n {% endif %}\n\n select\n cast(date_day as date) as date_day\n from (\n {{\n dbt_utils.date_spine(\n datepart = \"day\", \n start_date = \"cast('\" ~ first_date ~ \"' as date)\",\n end_date = dbt.dateadd(\"week\", 1, dbt.current_timestamp())\n ) \n }}\n ) as date_spine\n),\n\nissue_history_scd as (\n \n select *\n from {{ ref('int_jira__field_history_scd') }}\n),\n\nissue_dates as (\n\n select\n issue_history_scd.issue_id,\n issue_history_scd.source_relation,\n cast( {{ dbt.date_trunc('day', 'issue.created_at') }} as date) as created_on,\n -- resolved_at will become null if an issue is marked as un-resolved. if this sorta thing happens often, you may want to run full-refreshes of the field_history models often\n -- if it's not resolved include everything up to today. if it is, look at the last time it was updated\n cast({{ dbt.date_trunc('day',\n 'case when issue.resolved_at is null then ' ~ dbt.current_timestamp() ~ ' else cast(issue_history_scd.valid_starting_on as ' ~ dbt.type_timestamp() ~ ') end') }}\n as date) as open_until\n from issue_history_scd\n left join {{ ref('stg_jira__issue') }} as issue\n on issue_history_scd.issue_id = issue.issue_id\n and issue_history_scd.source_relation = issue.source_relation\n),\n\nissue_spine as (\n\n select\n spine.date_day,\n issue_dates.issue_id,\n issue_dates.source_relation,\n -- will take the table-wide min of this in the incremental block at the top of this model\n min(issue_dates.open_until) as earliest_open_until_date\n\n from spine\n join issue_dates on\n issue_dates.created_on <= spine.date_day\n and {{ dbt.dateadd('month', var('jira_issue_history_buffer', 1), 'issue_dates.open_until') }} >= spine.date_day\n -- if we cut off issues, we're going to have to do a full refresh to catch issues that have been un-resolved\n group by 1,2,3\n),\n\nsurrogate_key as (\n\n select\n date_day,\n issue_id,\n source_relation,\n {{ dbt_utils.generate_surrogate_key(['date_day','issue_id','source_relation']) }} as issue_day_id,\n earliest_open_until_date,\n cast({{ dbt.date_trunc('week', 'earliest_open_until_date') }} as date) as earliest_open_until_week\n\n from issue_spine\n\n where date_day <= cast( {{ dbt.current_timestamp() }} as date)\n)\n\nselect *\nfrom surrogate_key", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__issue_tmp", "package": null, "version": null}, {"name": "int_jira__field_history_scd", "package": null, "version": null}, {"name": "stg_jira__issue", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.current_timestamp", "macro.dbt.dateadd", "macro.dbt_utils.date_spine", "macro.dbt.date_trunc", "macro.dbt.type_timestamp", "macro.dbt_utils.generate_surrogate_key"], "nodes": ["model.jira.stg_jira__issue_tmp", "model.jira.int_jira__field_history_scd", "model.jira.stg_jira__issue"]}, "compiled_path": "target/compiled/jira/models/intermediate/field_history/int_jira__issue_calendar_spine.sql", "compiled": true, "compiled_code": "with spine as (\n\n -- depends_on: \"postgres\".\"public_jira\".\"stg_jira__issue_tmp\"\n \n \n\n select\n cast(date_day as date) as date_day\n from (\n \n\n\n\n\n\nwith rawdata as (\n\n \n\n \n\n with p as (\n select 0 as generated_number union all select 1\n ), unioned as (\n\n select\n\n \n p0.generated_number * power(2, 0)\n + \n \n p1.generated_number * power(2, 1)\n + \n \n p2.generated_number * power(2, 2)\n + \n \n p3.generated_number * power(2, 3)\n + \n \n p4.generated_number * power(2, 4)\n + \n \n p5.generated_number * power(2, 5)\n + \n \n p6.generated_number * power(2, 6)\n + \n \n p7.generated_number * power(2, 7)\n + \n \n p8.generated_number * power(2, 8)\n + \n \n p9.generated_number * power(2, 9)\n + \n \n p10.generated_number * power(2, 10)\n + \n \n p11.generated_number * power(2, 11)\n \n \n + 1\n as generated_number\n\n from\n\n \n p as p0\n cross join \n \n p as p1\n cross join \n \n p as p2\n cross join \n \n p as p3\n cross join \n \n p as p4\n cross join \n \n p as p5\n cross join \n \n p as p6\n cross join \n \n p as p7\n cross join \n \n p as p8\n cross join \n \n p as p9\n cross join \n \n p as p10\n cross join \n \n p as p11\n \n \n\n )\n\n select *\n from unioned\n where generated_number <= 3784\n order by generated_number\n\n\n\n),\n\nall_periods as (\n\n select (\n \n\n cast('2016-01-01' as date) + ((interval '1 day') * (row_number() over (order by generated_number) - 1))\n\n\n ) as date_day\n from rawdata\n\n),\n\nfiltered as (\n\n select *\n from all_periods\n where date_day <= \n\n now() + ((interval '1 week') * (1))\n\n\n\n)\n\nselect * from filtered\n\n\n ) as date_spine\n),\n\nissue_history_scd as (\n \n select *\n from \"postgres\".\"public_jira\".\"int_jira__field_history_scd\"\n),\n\nissue_dates as (\n\n select\n issue_history_scd.issue_id,\n issue_history_scd.source_relation,\n cast( date_trunc('day', issue.created_at) as date) as created_on,\n -- resolved_at will become null if an issue is marked as un-resolved. if this sorta thing happens often, you may want to run full-refreshes of the field_history models often\n -- if it's not resolved include everything up to today. if it is, look at the last time it was updated\n cast(date_trunc('day', case when issue.resolved_at is null then now() else cast(issue_history_scd.valid_starting_on as timestamp) end)\n as date) as open_until\n from issue_history_scd\n left join \"postgres\".\"public_jira\".\"stg_jira__issue\" as issue\n on issue_history_scd.issue_id = issue.issue_id\n and issue_history_scd.source_relation = issue.source_relation\n),\n\nissue_spine as (\n\n select\n spine.date_day,\n issue_dates.issue_id,\n issue_dates.source_relation,\n -- will take the table-wide min of this in the incremental block at the top of this model\n min(issue_dates.open_until) as earliest_open_until_date\n\n from spine\n join issue_dates on\n issue_dates.created_on <= spine.date_day\n and \n\n issue_dates.open_until + ((interval '1 month') * (1))\n\n >= spine.date_day\n -- if we cut off issues, we're going to have to do a full refresh to catch issues that have been un-resolved\n group by 1,2,3\n),\n\nsurrogate_key as (\n\n select\n date_day,\n issue_id,\n source_relation,\n md5(cast(coalesce(cast(date_day as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(issue_id as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(source_relation as TEXT), '_dbt_utils_surrogate_key_null_') as TEXT)) as issue_day_id,\n earliest_open_until_date,\n cast(date_trunc('week', earliest_open_until_date) as date) as earliest_open_until_week\n\n from issue_spine\n\n where date_day <= cast( now() as date)\n)\n\nselect *\nfrom surrogate_key", "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": ["issue_day_id"], "time_spine": null}, "model.jira.int_jira__issue_field_history": {"database": "postgres", "schema": "public_jira", "name": "int_jira__issue_field_history", "resource_type": "model", "package_name": "jira", "path": "intermediate/field_history/int_jira__issue_field_history.sql", "original_file_path": "models/intermediate/field_history/int_jira__issue_field_history.sql", "unique_id": "model.jira.int_jira__issue_field_history", "fqn": ["jira", "intermediate", "field_history", "int_jira__issue_field_history"], "alias": "int_jira__issue_field_history", "checksum": {"name": "sha256", "checksum": "8e7a96cb4e1cd481faa5af4b150add3326b972561e8e1e37b778ffdfb9100f1d"}, "config": {"enabled": true, "alias": null, "schema": "jira", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "ephemeral", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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 of every value that each **custom non-array** (not multiselect) field has been set to. This model serves to append the `field_name` to each record.\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.jira.source_relation"]}, "field_id": {"name": "field_id", "description": "Foreign key referencing the ID of the `field` that was changed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_id": {"name": "issue_id", "description": "Foreign key referencing the ID of the `issue` whose field was updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "updated_at": {"name": "updated_at", "description": "Timestamp of when the issue field was set to this value.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "field_value": {"name": "field_value", "description": "Content of the value of that the field was set to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "field_name": {"name": "field_name", "description": "Name of the field as it appears on issue cards.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "author_id": {"name": "author_id", "description": "Foreign key referencing the ID of the `user` who made this field change.", "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": "jira://models/intermediate/int_jira.yml", "build_path": null, "unrendered_config": {"materialized": "ephemeral", "schema": "{{ 'jira_integrations_tests_sqlw' if target.name == 'databricks-sql' else 'jira' }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1778007514.0748985, "relation_name": null, "raw_code": "with field_history as (\n\n select *\n from {{ ref('stg_jira__issue_field_history') }}\n \n), \n\nfields as (\n \n select *\n from {{ ref('stg_jira__field') }}\n\n), \n\njoined as (\n\n select\n field_history.*,\n lower(fields.field_name) as field_name,\n cast({{ dbt.date_trunc('week', 'field_history.updated_at') }} as date) as updated_at_week\n\n from field_history\n join fields\n on fields.field_id = field_history.field_id\n and fields.source_relation = field_history.source_relation\n\n)\n\nselect *\nfrom joined", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__issue_field_history", "package": null, "version": null}, {"name": "stg_jira__field", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.date_trunc"], "nodes": ["model.jira.stg_jira__issue_field_history", "model.jira.stg_jira__field"]}, "compiled_path": "target/compiled/jira/models/intermediate/field_history/int_jira__issue_field_history.sql", "compiled": true, "compiled_code": "with field_history as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__issue_field_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n field_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', field_history.updated_at) as date) as updated_at_week\n\n from field_history\n join fields\n on fields.field_id = field_history.field_id\n and fields.source_relation = field_history.source_relation\n\n)\n\nselect *\nfrom joined", "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.jira.int_jira__issue_multiselect_history": {"database": "postgres", "schema": "public_jira", "name": "int_jira__issue_multiselect_history", "resource_type": "model", "package_name": "jira", "path": "intermediate/field_history/int_jira__issue_multiselect_history.sql", "original_file_path": "models/intermediate/field_history/int_jira__issue_multiselect_history.sql", "unique_id": "model.jira.int_jira__issue_multiselect_history", "fqn": ["jira", "intermediate", "field_history", "int_jira__issue_multiselect_history"], "alias": "int_jira__issue_multiselect_history", "checksum": {"name": "sha256", "checksum": "c98a359a7a7168b9a932d5ec66b20768398c43e4c641432f5f8ed14e114d1923"}, "config": {"enabled": true, "alias": null, "schema": "jira", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "ephemeral", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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 of every value that each array-type (multiselect) field has been set to. Each row will pertain to **one** value. This model serves to append the `field_name` to each record.\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.jira.source_relation"]}, "_fivetran_id": {"name": "_fivetran_id", "description": "Fivetran-generated ID hashed on field, issue, and value.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "updated_at": {"name": "updated_at", "description": "Timestamp of when the issue field was updated to included this value.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "field_id": {"name": "field_id", "description": "Foreign key referencing the ID of the `field` that was changed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_id": {"name": "issue_id", "description": "Foreign key referencing the ID of the `issue` whose field was updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "field_value": {"name": "field_value", "description": "Content of the value of that the field was set to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "field_name": {"name": "field_name", "description": "Name of the field as it appears on issue cards.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "author_id": {"name": "author_id", "description": "Foreign key referencing the ID of the `user` who made this field change.", "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": "jira://models/intermediate/int_jira.yml", "build_path": null, "unrendered_config": {"materialized": "ephemeral", "schema": "{{ 'jira_integrations_tests_sqlw' if target.name == 'databricks-sql' else 'jira' }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1778007514.075725, "relation_name": null, "raw_code": "with issue_multiselect_history as (\n\n select *\n from {{ ref('stg_jira__issue_multiselect_history') }}\n \n), \n\nfields as (\n \n select *\n from {{ ref('stg_jira__field') }}\n\n), \n\njoined as (\n\n select\n issue_multiselect_history.*,\n lower(fields.field_name) as field_name,\n cast({{ dbt.date_trunc('week', 'issue_multiselect_history.updated_at') }} as date) as updated_at_week\n\n from issue_multiselect_history\n join fields\n on fields.field_id = issue_multiselect_history.field_id\n and fields.source_relation = issue_multiselect_history.source_relation\n\n)\n\nselect *\nfrom joined", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__issue_multiselect_history", "package": null, "version": null}, {"name": "stg_jira__field", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.date_trunc"], "nodes": ["model.jira.stg_jira__issue_multiselect_history", "model.jira.stg_jira__field"]}, "compiled_path": "target/compiled/jira/models/intermediate/field_history/int_jira__issue_multiselect_history.sql", "compiled": true, "compiled_code": "with issue_multiselect_history as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__issue_multiselect_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n issue_multiselect_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', issue_multiselect_history.updated_at) as date) as updated_at_week\n\n from issue_multiselect_history\n join fields\n on fields.field_id = issue_multiselect_history.field_id\n and fields.source_relation = issue_multiselect_history.source_relation\n\n)\n\nselect *\nfrom joined", "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.jira.int_jira__timestamp_field_history_scd": {"database": "postgres", "schema": "public_jira", "name": "int_jira__timestamp_field_history_scd", "resource_type": "model", "package_name": "jira", "path": "intermediate/field_history/int_jira__timestamp_field_history_scd.sql", "original_file_path": "models/intermediate/field_history/int_jira__timestamp_field_history_scd.sql", "unique_id": "model.jira.int_jira__timestamp_field_history_scd", "fqn": ["jira", "intermediate", "field_history", "int_jira__timestamp_field_history_scd"], "alias": "int_jira__timestamp_field_history_scd", "checksum": {"name": "sha256", "checksum": "4f0b6b33c5c9e9383a198b81b3aa2bb3481b75dfee41fa0cc4a4b7e207e8f913"}, "config": {"enabled": true, "alias": null, "schema": "jira", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "ephemeral", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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": "Slowly-changing-dimension model that backfills field values at the timestamp level. Takes the pivoted timestamp field history and uses window functions to carry forward field values, showing the complete field state at each timestamp rather than just the fields that changed.\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.jira.source_relation"]}, "updated_at": {"name": "updated_at", "description": "Timestamp when field changes occurred.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_id": {"name": "issue_id", "description": "Foreign key referencing the ID of the `issue` whose field was updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "updated_at_week": {"name": "updated_at_week", "description": "The start date of the week corresponding to the update timestamp.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "author_id": {"name": "author_id", "description": "Foreign key referencing the ID of the `user` who made the field changes.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "status": {"name": "status", "description": "The complete status value at this timestamp (backfilled from previous changes).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sprint": {"name": "sprint", "description": "The complete sprint value at this timestamp (backfilled from previous changes).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "story_points": {"name": "story_points", "description": "The complete story points value at this timestamp (backfilled from previous changes).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "story_point_estimate": {"name": "story_point_estimate", "description": "The complete story point estimate at this timestamp (backfilled from previous changes).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "team": {"name": "team", "description": "The complete team value at this timestamp (backfilled from previous changes, when `jira_using_teams` is enabled).", "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": "jira://models/intermediate/int_jira.yml", "build_path": null, "unrendered_config": {"materialized": "ephemeral", "schema": "{{ 'jira_integrations_tests_sqlw' if target.name == 'databricks-sql' else 'jira' }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1778007514.0775795, "relation_name": null, "raw_code": "{%- set custom_columns = [] -%}\n{%- for col in var('issue_field_history_columns', []) -%}\n {%- set clean_col = dbt_utils.slugify(col) | replace(' ', '_') | lower -%}\n {%- if clean_col not in ['sprint', 'sprint_name'] -%}\n {%- do custom_columns.append(clean_col) -%}\n {%- endif -%}\n{%- endfor -%} \n\nwith change_data as (\n\n select *\n from {{ ref('int_jira__pivot_timestamp_field_history') }}\n\n), set_values as (\n -- Create partitions to group consecutive null values for forward-filling\n select\n updated_at,\n issue_id,\n source_relation,\n updated_at_week,\n author_id,\n status,\n sum( case when status is null then 0 else 1 end) over ( partition by issue_id {{ jira.partition_by_source_relation() }}\n order by updated_at rows unbounded preceding) as status_field_partition\n , sprint\n , sum( case when sprint is null then 0 else 1 end) over ( partition by issue_id {{ jira.partition_by_source_relation() }}\n order by updated_at rows unbounded preceding) as sprint_field_partition\n , sprint_name\n , sum( case when sprint_name is null then 0 else 1 end) over ( partition by issue_id {{ jira.partition_by_source_relation() }}\n order by updated_at rows unbounded preceding) as sprint_name_field_partition\n\n {% for col in custom_columns %}\n , {{ col }}\n -- create a batch/partition once a new value is provided\n , sum( case when {{ col }} is null then 0 else 1 end) over ( partition by issue_id {{ jira.partition_by_source_relation() }}\n order by updated_at rows unbounded preceding) as {{ col }}_field_partition\n {% endfor %}\n\n from change_data\n\n), fill_values as (\n -- Forward-fill values within each partition to create SCD Type 2 records\n select\n updated_at,\n issue_id,\n source_relation,\n updated_at_week,\n author_id,\n first_value( status ) over (\n partition by issue_id, status_field_partition {{ jira.partition_by_source_relation() }}\n order by updated_at asc rows between unbounded preceding and current row) as status\n , first_value( sprint ) over (\n partition by issue_id, sprint_field_partition {{ jira.partition_by_source_relation() }}\n order by updated_at asc rows between unbounded preceding and current row) as sprint\n , first_value( sprint_name ) over (\n partition by issue_id, sprint_name_field_partition {{ jira.partition_by_source_relation() }}\n order by updated_at asc rows between unbounded preceding and current row) as sprint_name\n\n {% for col in custom_columns %}\n -- grab the value that started this batch/partition\n , first_value( {{ col }} ) over (\n partition by issue_id, {{ col }}_field_partition {{ jira.partition_by_source_relation() }}\n order by updated_at asc rows between unbounded preceding and current row) as {{ col }}\n {% endfor %}\n\n from set_values\n\n)\n\nselect *\nfrom fill_values", "doc_blocks": [], "language": "sql", "refs": [{"name": "int_jira__pivot_timestamp_field_history", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.jira.partition_by_source_relation"], "nodes": ["model.jira.int_jira__pivot_timestamp_field_history"]}, "compiled_path": "target/compiled/jira/models/intermediate/field_history/int_jira__timestamp_field_history_scd.sql", "compiled": true, "compiled_code": "with __dbt__cte__int_jira__issue_field_history as (\nwith field_history as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__issue_field_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n field_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', field_history.updated_at) as date) as updated_at_week\n\n from field_history\n join fields\n on fields.field_id = field_history.field_id\n and fields.source_relation = field_history.source_relation\n\n)\n\nselect *\nfrom joined\n), __dbt__cte__int_jira__issue_multiselect_history as (\nwith issue_multiselect_history as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__issue_multiselect_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n issue_multiselect_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', issue_multiselect_history.updated_at) as date) as updated_at_week\n\n from issue_multiselect_history\n join fields\n on fields.field_id = issue_multiselect_history.field_id\n and fields.source_relation = issue_multiselect_history.source_relation\n\n)\n\nselect *\nfrom joined\n), __dbt__cte__int_jira__pivot_timestamp_field_history as (\nwith issue_field_history as (\n\n select *\n from __dbt__cte__int_jira__issue_field_history\n),\n\nissue_multiselect_history as (\n\n select *\n from __dbt__cte__int_jira__issue_multiselect_history\n),\n\n\nsprints as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__sprint\"\n),\n\nsprint_name_multiselect_history as (\n -- Create synthetic sprint_name rows by resolving sprint IDs to names (rename field_id to avoid confusion with sprint id)\n select\n 'sprint_field' as field_id,\n 'sprint_name' as field_name,\n issue_multiselect_history.issue_id,\n issue_multiselect_history.source_relation,\n issue_multiselect_history.updated_at,\n issue_multiselect_history.author_id,\n coalesce(sprints.sprint_name, issue_multiselect_history.field_value) as field_value\n\n from issue_multiselect_history\n\n left join sprints\n on cast(sprints.sprint_id as TEXT) = issue_multiselect_history.field_value\n and sprints.source_relation = issue_multiselect_history.source_relation\n\n where lower(issue_multiselect_history.field_name) = 'sprint'\n),\n\n\ncombined_multiselect_history as (\n -- Union original multiselect fields (IDs) with synthetic sprint_name field\n select\n field_id,\n field_name,\n issue_id,\n source_relation,\n updated_at,\n author_id,\n field_value\n from issue_multiselect_history\n\n \n union all\n\n select\n field_id,\n field_name,\n issue_id,\n source_relation,\n updated_at,\n author_id,\n field_value\n from sprint_name_multiselect_history\n \n),\n\nissue_multiselect_batch_history as (\n -- Aggregate multiselect field values into comma-separated strings\n select\n field_id,\n field_name,\n issue_id,\n source_relation,\n updated_at,\n author_id,\n \n string_agg(field_value, ', ')\n\n as field_values\n\n from combined_multiselect_history\n group by 1,2,3,4,5,6\n),\n\ncombine_field_history as (\n -- Union single-select and multiselect field histories\n select\n field_id,\n issue_id,\n source_relation,\n updated_at,\n author_id,\n field_value,\n field_name\n from issue_field_history\n\n union all\n\n select\n field_id,\n issue_id,\n source_relation,\n updated_at,\n author_id,\n field_values as field_value,\n field_name\n from issue_multiselect_batch_history\n),\n\nlimit_to_relevant_fields as (\n -- Filter to only status and configured custom fields\n select\n combine_field_history.*\n from combine_field_history\n where lower(field_id) = 'status'\n or lower(field_name) in ('sprint', 'sprint_name')\n),\n\nint_jira__timestamp_field_history as (\n -- Convert null values to '-is_null' for consistent partitioning\n select\n field_id,\n issue_id,\n source_relation,\n field_name,\n case when field_value is null then '-is_null' else field_value end as field_value,\n updated_at,\n author_id\n from limit_to_relevant_fields\n),\n\nfinal as (\n -- Pivot field values into columns grouped by timestamp\n select\n updated_at,\n issue_id,\n source_relation,\n cast(date_trunc('week', updated_at) as date) as updated_at_week,\n author_id,\n max(case when lower(field_id) = 'status' then field_value end) as status,\n max(case when lower(field_name) = 'sprint' then field_value end) as sprint,\n max(case when lower(field_name) = 'sprint_name' then field_value end) as sprint_name\n\n from int_jira__timestamp_field_history\n group by 1,2,3,4,5\n)\n\nselect *\nfrom final\n), change_data as (\n\n select *\n from __dbt__cte__int_jira__pivot_timestamp_field_history\n\n), set_values as (\n -- Create partitions to group consecutive null values for forward-filling\n select\n updated_at,\n issue_id,\n source_relation,\n updated_at_week,\n author_id,\n status,\n sum( case when status is null then 0 else 1 end) over ( partition by issue_id \n order by updated_at rows unbounded preceding) as status_field_partition\n , sprint\n , sum( case when sprint is null then 0 else 1 end) over ( partition by issue_id \n order by updated_at rows unbounded preceding) as sprint_field_partition\n , sprint_name\n , sum( case when sprint_name is null then 0 else 1 end) over ( partition by issue_id \n order by updated_at rows unbounded preceding) as sprint_name_field_partition\n\n \n\n from change_data\n\n), fill_values as (\n -- Forward-fill values within each partition to create SCD Type 2 records\n select\n updated_at,\n issue_id,\n source_relation,\n updated_at_week,\n author_id,\n first_value( status ) over (\n partition by issue_id, status_field_partition \n order by updated_at asc rows between unbounded preceding and current row) as status\n , first_value( sprint ) over (\n partition by issue_id, sprint_field_partition \n order by updated_at asc rows between unbounded preceding and current row) as sprint\n , first_value( sprint_name ) over (\n partition by issue_id, sprint_name_field_partition \n order by updated_at asc rows between unbounded preceding and current row) as sprint_name\n\n \n\n from set_values\n\n)\n\nselect *\nfrom fill_values", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.jira.int_jira__issue_field_history", "sql": " __dbt__cte__int_jira__issue_field_history as (\nwith field_history as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__issue_field_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n field_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', field_history.updated_at) as date) as updated_at_week\n\n from field_history\n join fields\n on fields.field_id = field_history.field_id\n and fields.source_relation = field_history.source_relation\n\n)\n\nselect *\nfrom joined\n)"}, {"id": "model.jira.int_jira__issue_multiselect_history", "sql": " __dbt__cte__int_jira__issue_multiselect_history as (\nwith issue_multiselect_history as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__issue_multiselect_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n issue_multiselect_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', issue_multiselect_history.updated_at) as date) as updated_at_week\n\n from issue_multiselect_history\n join fields\n on fields.field_id = issue_multiselect_history.field_id\n and fields.source_relation = issue_multiselect_history.source_relation\n\n)\n\nselect *\nfrom joined\n)"}, {"id": "model.jira.int_jira__pivot_timestamp_field_history", "sql": " __dbt__cte__int_jira__pivot_timestamp_field_history as (\nwith issue_field_history as (\n\n select *\n from __dbt__cte__int_jira__issue_field_history\n),\n\nissue_multiselect_history as (\n\n select *\n from __dbt__cte__int_jira__issue_multiselect_history\n),\n\n\nsprints as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__sprint\"\n),\n\nsprint_name_multiselect_history as (\n -- Create synthetic sprint_name rows by resolving sprint IDs to names (rename field_id to avoid confusion with sprint id)\n select\n 'sprint_field' as field_id,\n 'sprint_name' as field_name,\n issue_multiselect_history.issue_id,\n issue_multiselect_history.source_relation,\n issue_multiselect_history.updated_at,\n issue_multiselect_history.author_id,\n coalesce(sprints.sprint_name, issue_multiselect_history.field_value) as field_value\n\n from issue_multiselect_history\n\n left join sprints\n on cast(sprints.sprint_id as TEXT) = issue_multiselect_history.field_value\n and sprints.source_relation = issue_multiselect_history.source_relation\n\n where lower(issue_multiselect_history.field_name) = 'sprint'\n),\n\n\ncombined_multiselect_history as (\n -- Union original multiselect fields (IDs) with synthetic sprint_name field\n select\n field_id,\n field_name,\n issue_id,\n source_relation,\n updated_at,\n author_id,\n field_value\n from issue_multiselect_history\n\n \n union all\n\n select\n field_id,\n field_name,\n issue_id,\n source_relation,\n updated_at,\n author_id,\n field_value\n from sprint_name_multiselect_history\n \n),\n\nissue_multiselect_batch_history as (\n -- Aggregate multiselect field values into comma-separated strings\n select\n field_id,\n field_name,\n issue_id,\n source_relation,\n updated_at,\n author_id,\n \n string_agg(field_value, ', ')\n\n as field_values\n\n from combined_multiselect_history\n group by 1,2,3,4,5,6\n),\n\ncombine_field_history as (\n -- Union single-select and multiselect field histories\n select\n field_id,\n issue_id,\n source_relation,\n updated_at,\n author_id,\n field_value,\n field_name\n from issue_field_history\n\n union all\n\n select\n field_id,\n issue_id,\n source_relation,\n updated_at,\n author_id,\n field_values as field_value,\n field_name\n from issue_multiselect_batch_history\n),\n\nlimit_to_relevant_fields as (\n -- Filter to only status and configured custom fields\n select\n combine_field_history.*\n from combine_field_history\n where lower(field_id) = 'status'\n or lower(field_name) in ('sprint', 'sprint_name')\n),\n\nint_jira__timestamp_field_history as (\n -- Convert null values to '-is_null' for consistent partitioning\n select\n field_id,\n issue_id,\n source_relation,\n field_name,\n case when field_value is null then '-is_null' else field_value end as field_value,\n updated_at,\n author_id\n from limit_to_relevant_fields\n),\n\nfinal as (\n -- Pivot field values into columns grouped by timestamp\n select\n updated_at,\n issue_id,\n source_relation,\n cast(date_trunc('week', updated_at) as date) as updated_at_week,\n author_id,\n max(case when lower(field_id) = 'status' then field_value end) as status,\n max(case when lower(field_name) = 'sprint' then field_value end) as sprint,\n max(case when lower(field_name) = 'sprint_name' then field_value end) as sprint_name\n\n from int_jira__timestamp_field_history\n group by 1,2,3,4,5\n)\n\nselect *\nfrom final\n)"}], "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.jira.int_jira__pivot_timestamp_field_history": {"database": "postgres", "schema": "public_jira", "name": "int_jira__pivot_timestamp_field_history", "resource_type": "model", "package_name": "jira", "path": "intermediate/field_history/int_jira__pivot_timestamp_field_history.sql", "original_file_path": "models/intermediate/field_history/int_jira__pivot_timestamp_field_history.sql", "unique_id": "model.jira.int_jira__pivot_timestamp_field_history", "fqn": ["jira", "intermediate", "field_history", "int_jira__pivot_timestamp_field_history"], "alias": "int_jira__pivot_timestamp_field_history", "checksum": {"name": "sha256", "checksum": "dc6cdac933a9c58ef0ef019774d526dfdae0f6710bf07a65b7061ec3f6cccf1d"}, "config": {"enabled": true, "alias": null, "schema": "jira", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "ephemeral", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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 pivoting out the fields in field history into columns at the timestamp level, capturing all field changes rather than just daily snapshots. Each row represents field updates that occurred at a specific timestamp.\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.jira.source_relation"]}, "updated_at": {"name": "updated_at", "description": "Timestamp when the field changes occurred.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_id": {"name": "issue_id", "description": "Foreign key referencing the ID of the `issue` whose field was updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "updated_at_week": {"name": "updated_at_week", "description": "The start date of the week corresponding to the update timestamp.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "author_id": {"name": "author_id", "description": "Foreign key referencing the ID of the `user` who made the field changes.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "status": {"name": "status", "description": "The ID of the status that was updated at this timestamp (if status changed).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sprint": {"name": "sprint", "description": "The ID of the sprint that was updated at this timestamp (if sprint changed).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "story_points": {"name": "story_points", "description": "The story points value that was updated at this timestamp (if story points changed).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "story_point_estimate": {"name": "story_point_estimate", "description": "The story point estimate that was updated at this timestamp (if story point estimate changed).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "team": {"name": "team", "description": "The team value that was updated at this timestamp (if team changed, when `jira_using_teams` is enabled).", "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": "jira://models/intermediate/int_jira.yml", "build_path": null, "unrendered_config": {"materialized": "ephemeral", "schema": "{{ 'jira_integrations_tests_sqlw' if target.name == 'databricks-sql' else 'jira' }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1778007514.0766716, "relation_name": null, "raw_code": "with issue_field_history as (\n\n select *\n from {{ ref('int_jira__issue_field_history') }}\n),\n\nissue_multiselect_history as (\n\n select *\n from {{ ref('int_jira__issue_multiselect_history') }}\n),\n\n{% if var('jira_using_sprints', True) %}\nsprints as (\n\n select *\n from {{ ref('stg_jira__sprint') }}\n),\n\nsprint_name_multiselect_history as (\n -- Create synthetic sprint_name rows by resolving sprint IDs to names (rename field_id to avoid confusion with sprint id)\n select\n 'sprint_field' as field_id,\n 'sprint_name' as field_name,\n issue_multiselect_history.issue_id,\n issue_multiselect_history.source_relation,\n issue_multiselect_history.updated_at,\n issue_multiselect_history.author_id,\n coalesce(sprints.sprint_name, issue_multiselect_history.field_value) as field_value\n\n from issue_multiselect_history\n\n left join sprints\n on cast(sprints.sprint_id as {{ dbt.type_string() }}) = issue_multiselect_history.field_value\n and sprints.source_relation = issue_multiselect_history.source_relation\n\n where lower(issue_multiselect_history.field_name) = 'sprint'\n),\n{% endif %}\n\ncombined_multiselect_history as (\n -- Union original multiselect fields (IDs) with synthetic sprint_name field\n select\n field_id,\n field_name,\n issue_id,\n source_relation,\n updated_at,\n author_id,\n field_value\n from issue_multiselect_history\n\n {% if var('jira_using_sprints', True) %}\n union all\n\n select\n field_id,\n field_name,\n issue_id,\n source_relation,\n updated_at,\n author_id,\n field_value\n from sprint_name_multiselect_history\n {% endif %}\n),\n\nissue_multiselect_batch_history as (\n -- Aggregate multiselect field values into comma-separated strings\n select\n field_id,\n field_name,\n issue_id,\n source_relation,\n updated_at,\n author_id,\n {{ fivetran_utils.string_agg('field_value', \"', '\") }} as field_values\n\n from combined_multiselect_history\n {{ dbt_utils.group_by(6) }}\n),\n\ncombine_field_history as (\n -- Union single-select and multiselect field histories\n select\n field_id,\n issue_id,\n source_relation,\n updated_at,\n author_id,\n field_value,\n field_name\n from issue_field_history\n\n union all\n\n select\n field_id,\n issue_id,\n source_relation,\n updated_at,\n author_id,\n field_values as field_value,\n field_name\n from issue_multiselect_batch_history\n),\n\nlimit_to_relevant_fields as (\n -- Filter to only status and configured custom fields\n select\n combine_field_history.*\n from combine_field_history\n where lower(field_id) = 'status'\n or lower(field_name) in ('sprint', 'sprint_name'\n {%- for col in var('issue_field_history_columns', []) -%}\n ,'{{ (col|lower) }}'\n {%- endfor -%} )\n),\n\nint_jira__timestamp_field_history as (\n -- Convert null values to '-is_null' for consistent partitioning\n select\n field_id,\n issue_id,\n source_relation,\n field_name,\n case when field_value is null then '-is_null' else field_value end as field_value,\n updated_at,\n author_id\n from limit_to_relevant_fields\n),\n\nfinal as (\n -- Pivot field values into columns grouped by timestamp\n select\n updated_at,\n issue_id,\n source_relation,\n cast({{ dbt.date_trunc('week', 'updated_at') }} as date) as updated_at_week,\n author_id,\n max(case when lower(field_id) = 'status' then field_value end) as status,\n max(case when lower(field_name) = 'sprint' then field_value end) as sprint,\n max(case when lower(field_name) = 'sprint_name' then field_value end) as sprint_name\n\n {% for col in var('issue_field_history_columns', []) -%}\n {% if col|lower not in ['sprint', 'sprint_name'] %}\n , max(case when lower(field_name) = '{{ col|lower }}' then field_value end)\n as {{ dbt_utils.slugify(col) | replace(' ', '_') | lower }}\n {% endif %}\n {% endfor -%}\n\n from int_jira__timestamp_field_history\n {{ dbt_utils.group_by(5) }}\n)\n\nselect *\nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "int_jira__issue_field_history", "package": null, "version": null}, {"name": "int_jira__issue_multiselect_history", "package": null, "version": null}, {"name": "stg_jira__sprint", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.type_string", "macro.fivetran_utils.string_agg", "macro.dbt_utils.group_by", "macro.dbt.date_trunc"], "nodes": ["model.jira.int_jira__issue_field_history", "model.jira.int_jira__issue_multiselect_history", "model.jira.stg_jira__sprint"]}, "compiled_path": "target/compiled/jira/models/intermediate/field_history/int_jira__pivot_timestamp_field_history.sql", "compiled": true, "compiled_code": "with __dbt__cte__int_jira__issue_field_history as (\nwith field_history as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__issue_field_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n field_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', field_history.updated_at) as date) as updated_at_week\n\n from field_history\n join fields\n on fields.field_id = field_history.field_id\n and fields.source_relation = field_history.source_relation\n\n)\n\nselect *\nfrom joined\n), __dbt__cte__int_jira__issue_multiselect_history as (\nwith issue_multiselect_history as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__issue_multiselect_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n issue_multiselect_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', issue_multiselect_history.updated_at) as date) as updated_at_week\n\n from issue_multiselect_history\n join fields\n on fields.field_id = issue_multiselect_history.field_id\n and fields.source_relation = issue_multiselect_history.source_relation\n\n)\n\nselect *\nfrom joined\n), issue_field_history as (\n\n select *\n from __dbt__cte__int_jira__issue_field_history\n),\n\nissue_multiselect_history as (\n\n select *\n from __dbt__cte__int_jira__issue_multiselect_history\n),\n\n\nsprints as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__sprint\"\n),\n\nsprint_name_multiselect_history as (\n -- Create synthetic sprint_name rows by resolving sprint IDs to names (rename field_id to avoid confusion with sprint id)\n select\n 'sprint_field' as field_id,\n 'sprint_name' as field_name,\n issue_multiselect_history.issue_id,\n issue_multiselect_history.source_relation,\n issue_multiselect_history.updated_at,\n issue_multiselect_history.author_id,\n coalesce(sprints.sprint_name, issue_multiselect_history.field_value) as field_value\n\n from issue_multiselect_history\n\n left join sprints\n on cast(sprints.sprint_id as TEXT) = issue_multiselect_history.field_value\n and sprints.source_relation = issue_multiselect_history.source_relation\n\n where lower(issue_multiselect_history.field_name) = 'sprint'\n),\n\n\ncombined_multiselect_history as (\n -- Union original multiselect fields (IDs) with synthetic sprint_name field\n select\n field_id,\n field_name,\n issue_id,\n source_relation,\n updated_at,\n author_id,\n field_value\n from issue_multiselect_history\n\n \n union all\n\n select\n field_id,\n field_name,\n issue_id,\n source_relation,\n updated_at,\n author_id,\n field_value\n from sprint_name_multiselect_history\n \n),\n\nissue_multiselect_batch_history as (\n -- Aggregate multiselect field values into comma-separated strings\n select\n field_id,\n field_name,\n issue_id,\n source_relation,\n updated_at,\n author_id,\n \n string_agg(field_value, ', ')\n\n as field_values\n\n from combined_multiselect_history\n group by 1,2,3,4,5,6\n),\n\ncombine_field_history as (\n -- Union single-select and multiselect field histories\n select\n field_id,\n issue_id,\n source_relation,\n updated_at,\n author_id,\n field_value,\n field_name\n from issue_field_history\n\n union all\n\n select\n field_id,\n issue_id,\n source_relation,\n updated_at,\n author_id,\n field_values as field_value,\n field_name\n from issue_multiselect_batch_history\n),\n\nlimit_to_relevant_fields as (\n -- Filter to only status and configured custom fields\n select\n combine_field_history.*\n from combine_field_history\n where lower(field_id) = 'status'\n or lower(field_name) in ('sprint', 'sprint_name')\n),\n\nint_jira__timestamp_field_history as (\n -- Convert null values to '-is_null' for consistent partitioning\n select\n field_id,\n issue_id,\n source_relation,\n field_name,\n case when field_value is null then '-is_null' else field_value end as field_value,\n updated_at,\n author_id\n from limit_to_relevant_fields\n),\n\nfinal as (\n -- Pivot field values into columns grouped by timestamp\n select\n updated_at,\n issue_id,\n source_relation,\n cast(date_trunc('week', updated_at) as date) as updated_at_week,\n author_id,\n max(case when lower(field_id) = 'status' then field_value end) as status,\n max(case when lower(field_name) = 'sprint' then field_value end) as sprint,\n max(case when lower(field_name) = 'sprint_name' then field_value end) as sprint_name\n\n from int_jira__timestamp_field_history\n group by 1,2,3,4,5\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.jira.int_jira__issue_field_history", "sql": " __dbt__cte__int_jira__issue_field_history as (\nwith field_history as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__issue_field_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n field_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', field_history.updated_at) as date) as updated_at_week\n\n from field_history\n join fields\n on fields.field_id = field_history.field_id\n and fields.source_relation = field_history.source_relation\n\n)\n\nselect *\nfrom joined\n)"}, {"id": "model.jira.int_jira__issue_multiselect_history", "sql": " __dbt__cte__int_jira__issue_multiselect_history as (\nwith issue_multiselect_history as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__issue_multiselect_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n issue_multiselect_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', issue_multiselect_history.updated_at) as date) as updated_at_week\n\n from issue_multiselect_history\n join fields\n on fields.field_id = issue_multiselect_history.field_id\n and fields.source_relation = issue_multiselect_history.source_relation\n\n)\n\nselect *\nfrom joined\n)"}], "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.jira.int_jira__pivot_daily_field_history": {"database": "postgres", "schema": "public_jira", "name": "int_jira__pivot_daily_field_history", "resource_type": "model", "package_name": "jira", "path": "intermediate/field_history/int_jira__pivot_daily_field_history.sql", "original_file_path": "models/intermediate/field_history/int_jira__pivot_daily_field_history.sql", "unique_id": "model.jira.int_jira__pivot_daily_field_history", "fqn": ["jira", "intermediate", "field_history", "int_jira__pivot_daily_field_history"], "alias": "int_jira__pivot_daily_field_history", "checksum": {"name": "sha256", "checksum": "e0947990de1a9cd03148e1f977b20ac98ab4adba3bb4f4da88c2bae477ed8b6a"}, "config": {"enabled": true, "alias": null, "schema": "jira", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "incremental", "incremental_strategy": "delete+insert", "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": "issue_day_id", "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, "partition_by": {"field": "valid_starting_at_week", "data_type": "date"}, "cluster_by": ["valid_starting_at_week"], "file_format": "delta"}, "tags": [], "description": "Table pivoting out the fields in `int_jira__daily_field_history` into columns, in which the value of each field column is the latest value updated a given day.\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.jira.source_relation"]}, "valid_starting_on": {"name": "valid_starting_on", "description": "Calendar date of when the field was changed to this value.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "valid_starting_at_week": {"name": "valid_starting_at_week", "description": "The start date of the week corresponding to the valid_starting_on date.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_id": {"name": "issue_id", "description": "Foreign key referencing the ID of the `issue` whose field was updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sprint": {"name": "sprint", "description": "The ID of the sprint that an issue is slotted into on a given day.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "status": {"name": "status", "description": "The ID of the status that an issue has on a given day.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "story_points": {"name": "story_points", "description": "The story points that an issue has on a given day.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "story_point_estimate": {"name": "story_point_estimate", "description": "The story point estimate that an issue has on a given day.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "team": {"name": "team", "description": "The team associated with an issue on a given day (when `jira_using_teams` is enabled).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_day_id": {"name": "issue_day_id", "description": "Unique ID hashed on `valid_starting_on`, `issue_id` and `source_relation`.", "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": "jira://models/intermediate/int_jira.yml", "build_path": null, "unrendered_config": {"materialized": "incremental", "schema": "{{ 'jira_integrations_tests_sqlw' if target.name == 'databricks-sql' else 'jira' }}", "partition_by": {"field": "valid_starting_at_week", "data_type": "date"}, "cluster_by": ["valid_starting_at_week"], "unique_key": "issue_day_id", "incremental_strategy": "delete+insert", "file_format": "delta", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1778007514.0740771, "relation_name": "\"postgres\".\"public_jira\".\"int_jira__pivot_daily_field_history\"", "raw_code": "{{\n config(\n materialized='incremental' if jira_is_incremental_compatible() else 'table',\n partition_by = {'field': 'valid_starting_at_week', 'data_type': 'date'}\n if target.type not in ['spark','databricks'] else ['valid_starting_at_week'],\n cluster_by = ['valid_starting_at_week'],\n unique_key='issue_day_id',\n incremental_strategy = 'insert_overwrite' if target.type in ('bigquery', 'databricks', 'spark') else 'delete+insert',\n file_format='delta'\n )\n}}\n\n-- issue_multiselect_history splits out an array-type field into multiple rows with unique individual values\n-- to combine with issue_field_history we need to aggregate the multiselect field values.\n\n-- Hardcode 'team' into the issue_field_history_columns list if not already present\n{% set issue_field_history_columns = var('issue_field_history_columns', []) %}\n{% do issue_field_history_columns.append('team') if var('jira_using_teams', True) \n and 'team' not in issue_field_history_columns | map('lower') | list %}\n\nwith issue_field_history as (\n\n select *\n\n from {{ ref('int_jira__issue_field_history') }}\n\n {% if is_incremental() %}\n {% set max_valid_starting_at_week = jira.jira_lookback(from_date='max(valid_starting_on)', datepart='week', interval=var('lookback_window', 1)) %}\n where updated_at_week >= {{ max_valid_starting_at_week }}\n {% endif %}\n),\n\nissue_multiselect_history as (\n\n select *\n\n from {{ ref('int_jira__issue_multiselect_history') }}\n\n {% if is_incremental() %}\n where updated_at_week >= {{ max_valid_starting_at_week }}\n {% endif %}\n),\n\n{% if var('jira_using_sprints', True) %}\nsprints as (\n\n select *\n from {{ ref('stg_jira__sprint') }}\n),\n\nsprint_name_multiselect_history as (\n -- Create synthetic sprint_name rows by resolving sprint IDs to names\n select\n 'sprint_field' as field_id,\n 'sprint_name' as field_name,\n issue_multiselect_history.issue_id,\n issue_multiselect_history.source_relation,\n issue_multiselect_history.updated_at,\n issue_multiselect_history.updated_at_week,\n cast({{ dbt.date_trunc('day', 'issue_multiselect_history.updated_at') }} as date) as date_day,\n coalesce(sprints.sprint_name, issue_multiselect_history.field_value) as field_value\n\n from issue_multiselect_history\n\n left join sprints\n on cast(sprints.sprint_id as {{ dbt.type_string() }}) = issue_multiselect_history.field_value\n and sprints.source_relation = issue_multiselect_history.source_relation\n\n where lower(issue_multiselect_history.field_name) = 'sprint'\n),\n{% endif %}\n\ncombined_multiselect_history as (\n -- Union original multiselect fields (IDs) with synthetic sprint_name field\n select\n field_id,\n field_name,\n issue_id,\n source_relation,\n updated_at,\n updated_at_week,\n cast({{ dbt.date_trunc('day', 'updated_at') }} as date) as date_day,\n field_value\n from issue_multiselect_history\n\n {% if var('jira_using_sprints', True) %}\n union all\n\n select\n field_id,\n field_name,\n issue_id,\n source_relation,\n updated_at,\n updated_at_week,\n date_day,\n field_value\n from sprint_name_multiselect_history\n {% endif %}\n),\n\nissue_multiselect_batch_history as (\n\n select\n field_id,\n field_name,\n issue_id,\n source_relation,\n updated_at,\n updated_at_week,\n date_day,\n {{ fivetran_utils.string_agg('field_value', \"', '\") }} as field_values\n\n from combined_multiselect_history\n\n {{ dbt_utils.group_by(7) }}\n),\n\ncombine_field_history as (\n-- combining all the field histories together\n select\n field_id,\n issue_id,\n source_relation,\n updated_at,\n updated_at_week,\n field_value,\n field_name\n\n from issue_field_history\n\n union all\n\n select\n field_id,\n issue_id,\n source_relation,\n updated_at,\n updated_at_week,\n field_values as field_value, -- this is an aggregated list but we'll just call it field_value\n field_name\n\n from issue_multiselect_batch_history\n),\n\nget_valid_dates as (\n\n select\n field_id,\n issue_id,\n source_relation,\n field_value,\n field_name,\n updated_at as valid_starting_at,\n updated_at_week as valid_starting_at_week,\n\n -- this value is valid until the next value is updated\n lead(updated_at, 1) over(partition by issue_id, {{ var('jira_field_grain', 'field_id') }} {{ jira.partition_by_source_relation() }} order by updated_at asc) as valid_ending_at,\n cast( {{ dbt.date_trunc('day', 'updated_at') }} as date) as valid_starting_on\n\n from combine_field_history\n),\n\nlimit_to_relevant_fields as (\n -- let's remove unnecessary rows moving forward and grab field names\n select\n get_valid_dates.*\n\n from get_valid_dates\n\n where lower(field_id) = 'status'\n or lower(field_name) in ('sprint', 'sprint_name'\n {%- for col in issue_field_history_columns -%}\n ,'{{ (col|lower) }}'\n {%- endfor -%} )\n),\n\norder_daily_values as (\n\n select\n *,\n -- want to grab last value for an issue's field for each day\n row_number() over (\n partition by valid_starting_on, issue_id, {{ var('jira_field_grain', 'field_id') }} {{ jira.partition_by_source_relation() }}\n order by valid_starting_at desc\n ) as row_num\n\n from limit_to_relevant_fields\n),\n\n-- only looking at the latest value for each day\nget_latest_daily_value as (\n\n select * \n\n from order_daily_values\n where row_num = 1\n), \n\nint_jira__daily_field_history as (\n\n select\n field_id,\n issue_id,\n source_relation,\n field_name,\n\n -- doing this to figure out what values are actually null and what needs to be backfilled in jira__daily_issue_field_history\n case when field_value is null then '-is_null' else field_value end as field_value,\n valid_starting_at,\n valid_starting_at_week,\n valid_ending_at,\n valid_starting_on\n\n from get_latest_daily_value\n),\n\npivot_out as (\n\n -- pivot out default columns (status, sprint, sprint_name) and others specified in the var(issue_field_history_columns)\n -- only days on which a field value was actively changed will have a non-null value. the nulls will need to\n -- be backfilled in the final jira__daily_issue_field_history model\n select\n valid_starting_on,\n issue_id,\n source_relation,\n valid_starting_at_week,\n max(case when lower(field_id) = 'status' then field_value end) as status,\n max(case when lower(field_name) = 'sprint' then field_value end) as sprint,\n max(case when lower(field_name) = 'sprint_name' then field_value end) as sprint_name\n\n {% for col in issue_field_history_columns -%}\n {% if col|lower not in ['sprint', 'sprint_name'] %}\n , max(case when lower(field_name) = '{{ col|lower }}' then field_value end) as {{ dbt_utils.slugify(col) | replace(' ', '_') | lower }}\n {% endif %}\n {% endfor -%}\n\n from int_jira__daily_field_history\n\n {{ dbt_utils.group_by(4) }}\n),\n\nfinal as (\n select\n *,\n {{ dbt_utils.generate_surrogate_key(['valid_starting_on','issue_id','source_relation']) }} as issue_day_id\n\n from pivot_out\n)\n\nselect *\nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "int_jira__issue_field_history", "package": null, "version": null}, {"name": "int_jira__issue_multiselect_history", "package": null, "version": null}, {"name": "stg_jira__sprint", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.jira.jira_is_incremental_compatible", "macro.dbt.is_incremental", "macro.dbt.date_trunc", "macro.dbt.type_string", "macro.fivetran_utils.string_agg", "macro.dbt_utils.group_by", "macro.jira.partition_by_source_relation", "macro.dbt_utils.slugify", "macro.dbt_utils.generate_surrogate_key", "macro.jira.jira_lookback"], "nodes": ["model.jira.int_jira__issue_field_history", "model.jira.int_jira__issue_multiselect_history", "model.jira.stg_jira__sprint"]}, "compiled_path": "target/compiled/jira/models/intermediate/field_history/int_jira__pivot_daily_field_history.sql", "compiled": true, "compiled_code": "\n\n-- issue_multiselect_history splits out an array-type field into multiple rows with unique individual values\n-- to combine with issue_field_history we need to aggregate the multiselect field values.\n\n-- Hardcode 'team' into the issue_field_history_columns list if not already present\n\n\n\nwith __dbt__cte__int_jira__issue_field_history as (\nwith field_history as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__issue_field_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n field_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', field_history.updated_at) as date) as updated_at_week\n\n from field_history\n join fields\n on fields.field_id = field_history.field_id\n and fields.source_relation = field_history.source_relation\n\n)\n\nselect *\nfrom joined\n), __dbt__cte__int_jira__issue_multiselect_history as (\nwith issue_multiselect_history as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__issue_multiselect_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n issue_multiselect_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', issue_multiselect_history.updated_at) as date) as updated_at_week\n\n from issue_multiselect_history\n join fields\n on fields.field_id = issue_multiselect_history.field_id\n and fields.source_relation = issue_multiselect_history.source_relation\n\n)\n\nselect *\nfrom joined\n), issue_field_history as (\n\n select *\n\n from __dbt__cte__int_jira__issue_field_history\n\n \n \n where updated_at_week >= \n\n\n\n \n\n \n\n cast('2020-11-10' as date) + ((interval '1 week') * (-1))\n\n\n\n\n \n),\n\nissue_multiselect_history as (\n\n select *\n\n from __dbt__cte__int_jira__issue_multiselect_history\n\n \n where updated_at_week >= \n\n\n\n \n\n \n\n cast('2020-11-10' as date) + ((interval '1 week') * (-1))\n\n\n\n\n \n),\n\n\nsprints as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__sprint\"\n),\n\nsprint_name_multiselect_history as (\n -- Create synthetic sprint_name rows by resolving sprint IDs to names\n select\n 'sprint_field' as field_id,\n 'sprint_name' as field_name,\n issue_multiselect_history.issue_id,\n issue_multiselect_history.source_relation,\n issue_multiselect_history.updated_at,\n issue_multiselect_history.updated_at_week,\n cast(date_trunc('day', issue_multiselect_history.updated_at) as date) as date_day,\n coalesce(sprints.sprint_name, issue_multiselect_history.field_value) as field_value\n\n from issue_multiselect_history\n\n left join sprints\n on cast(sprints.sprint_id as TEXT) = issue_multiselect_history.field_value\n and sprints.source_relation = issue_multiselect_history.source_relation\n\n where lower(issue_multiselect_history.field_name) = 'sprint'\n),\n\n\ncombined_multiselect_history as (\n -- Union original multiselect fields (IDs) with synthetic sprint_name field\n select\n field_id,\n field_name,\n issue_id,\n source_relation,\n updated_at,\n updated_at_week,\n cast(date_trunc('day', updated_at) as date) as date_day,\n field_value\n from issue_multiselect_history\n\n \n union all\n\n select\n field_id,\n field_name,\n issue_id,\n source_relation,\n updated_at,\n updated_at_week,\n date_day,\n field_value\n from sprint_name_multiselect_history\n \n),\n\nissue_multiselect_batch_history as (\n\n select\n field_id,\n field_name,\n issue_id,\n source_relation,\n updated_at,\n updated_at_week,\n date_day,\n \n string_agg(field_value, ', ')\n\n as field_values\n\n from combined_multiselect_history\n\n group by 1,2,3,4,5,6,7\n),\n\ncombine_field_history as (\n-- combining all the field histories together\n select\n field_id,\n issue_id,\n source_relation,\n updated_at,\n updated_at_week,\n field_value,\n field_name\n\n from issue_field_history\n\n union all\n\n select\n field_id,\n issue_id,\n source_relation,\n updated_at,\n updated_at_week,\n field_values as field_value, -- this is an aggregated list but we'll just call it field_value\n field_name\n\n from issue_multiselect_batch_history\n),\n\nget_valid_dates as (\n\n select\n field_id,\n issue_id,\n source_relation,\n field_value,\n field_name,\n updated_at as valid_starting_at,\n updated_at_week as valid_starting_at_week,\n\n -- this value is valid until the next value is updated\n lead(updated_at, 1) over(partition by issue_id, field_id order by updated_at asc) as valid_ending_at,\n cast( date_trunc('day', updated_at) as date) as valid_starting_on\n\n from combine_field_history\n),\n\nlimit_to_relevant_fields as (\n -- let's remove unnecessary rows moving forward and grab field names\n select\n get_valid_dates.*\n\n from get_valid_dates\n\n where lower(field_id) = 'status'\n or lower(field_name) in ('sprint', 'sprint_name','team')\n),\n\norder_daily_values as (\n\n select\n *,\n -- want to grab last value for an issue's field for each day\n row_number() over (\n partition by valid_starting_on, issue_id, field_id \n order by valid_starting_at desc\n ) as row_num\n\n from limit_to_relevant_fields\n),\n\n-- only looking at the latest value for each day\nget_latest_daily_value as (\n\n select * \n\n from order_daily_values\n where row_num = 1\n), \n\nint_jira__daily_field_history as (\n\n select\n field_id,\n issue_id,\n source_relation,\n field_name,\n\n -- doing this to figure out what values are actually null and what needs to be backfilled in jira__daily_issue_field_history\n case when field_value is null then '-is_null' else field_value end as field_value,\n valid_starting_at,\n valid_starting_at_week,\n valid_ending_at,\n valid_starting_on\n\n from get_latest_daily_value\n),\n\npivot_out as (\n\n -- pivot out default columns (status, sprint, sprint_name) and others specified in the var(issue_field_history_columns)\n -- only days on which a field value was actively changed will have a non-null value. the nulls will need to\n -- be backfilled in the final jira__daily_issue_field_history model\n select\n valid_starting_on,\n issue_id,\n source_relation,\n valid_starting_at_week,\n max(case when lower(field_id) = 'status' then field_value end) as status,\n max(case when lower(field_name) = 'sprint' then field_value end) as sprint,\n max(case when lower(field_name) = 'sprint_name' then field_value end) as sprint_name\n\n \n , max(case when lower(field_name) = 'team' then field_value end) as team\n \n from int_jira__daily_field_history\n\n group by 1,2,3,4\n),\n\nfinal as (\n select\n *,\n md5(cast(coalesce(cast(valid_starting_on as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(issue_id as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(source_relation as TEXT), '_dbt_utils_surrogate_key_null_') as TEXT)) as issue_day_id\n\n from pivot_out\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.jira.int_jira__issue_field_history", "sql": " __dbt__cte__int_jira__issue_field_history as (\nwith field_history as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__issue_field_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n field_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', field_history.updated_at) as date) as updated_at_week\n\n from field_history\n join fields\n on fields.field_id = field_history.field_id\n and fields.source_relation = field_history.source_relation\n\n)\n\nselect *\nfrom joined\n)"}, {"id": "model.jira.int_jira__issue_multiselect_history", "sql": " __dbt__cte__int_jira__issue_multiselect_history as (\nwith issue_multiselect_history as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__issue_multiselect_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n issue_multiselect_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', issue_multiselect_history.updated_at) as date) as updated_at_week\n\n from issue_multiselect_history\n join fields\n on fields.field_id = issue_multiselect_history.field_id\n and fields.source_relation = issue_multiselect_history.source_relation\n\n)\n\nselect *\nfrom joined\n)"}], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": ["issue_day_id"], "time_spine": null}, "model.jira.int_jira__field_history_scd": {"database": "postgres", "schema": "public_jira", "name": "int_jira__field_history_scd", "resource_type": "model", "package_name": "jira", "path": "intermediate/field_history/int_jira__field_history_scd.sql", "original_file_path": "models/intermediate/field_history/int_jira__field_history_scd.sql", "unique_id": "model.jira.int_jira__field_history_scd", "fqn": ["jira", "intermediate", "field_history", "int_jira__field_history_scd"], "alias": "int_jira__field_history_scd", "checksum": {"name": "sha256", "checksum": "38d3f0d9dc572bb28f2d31323420b467b43132ec134243c6d99f820d78c30cda"}, "config": {"enabled": true, "alias": null, "schema": "jira", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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": "Slowly-changing-dimension model that fills values from differnt fields in the pivoted daily history model. Note: this is the singular field history-related model that is not incremental (materialized as table)\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.jira.source_relation"]}, "valid_starting_on": {"name": "valid_starting_on", "description": "Calendar date of when the field was changed to this value.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "valid_starting_at_week": {"name": "valid_starting_at_week", "description": "The start date of the week corresponding to the valid_starting_on date.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_id": {"name": "issue_id", "description": "Foreign key referencing the ID of the `issue` whose field was updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sprint": {"name": "sprint", "description": "The ID of the sprint that an issue is slotted into on a given day.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "status": {"name": "status", "description": "The ID of the status that an issue has on a given day.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "status_id": {"name": "status_id", "description": "Foreign key referencing the ID of the issue's `status` (the step that the issue is currently at in the project's workflow).\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "story_points": {"name": "story_points", "description": "The story points that an issue has on a given day.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "story_point_estimate": {"name": "story_point_estimate", "description": "The story point estimate that an issue has on a given day.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "team": {"name": "team", "description": "The team associated with an issue on a given day (when `jira_using_teams` is enabled).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_day_id": {"name": "issue_day_id", "description": "Unique ID hashed on `valid_starting_on`, `issue_id`, and `source_relation`.", "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": "jira://models/intermediate/int_jira.yml", "build_path": null, "unrendered_config": {"materialized": "table", "schema": "{{ 'jira_integrations_tests_sqlw' if target.name == 'databricks-sql' else 'jira' }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1778007514.0793731, "relation_name": "\"postgres\".\"public_jira\".\"int_jira__field_history_scd\"", "raw_code": "{{ config( materialized='table') }}\n\n{%- set issue_columns = adapter.get_columns_in_relation(ref('int_jira__pivot_daily_field_history')) -%}\n\nwith change_data as (\n\n select *\n from {{ ref('int_jira__pivot_daily_field_history') }}\n\n), set_values as (\n\n select\n valid_starting_on,\n issue_id,\n source_relation,\n issue_day_id,\n status as status_id,\n sum( case when status is null then 0 else 1 end) over ( partition by issue_id {{ jira.partition_by_source_relation() }}\n order by valid_starting_on rows unbounded preceding) as status_id_field_partition\n\n {% for col in issue_columns if col.name|lower not in ['valid_starting_on','issue_id','issue_day_id','source_relation'] %}\n , {{ col.name }}\n -- create a batch/partition once a new value is provided\n , sum( case when {{ col.name }} is null then 0 else 1 end) over ( partition by issue_id {{ jira.partition_by_source_relation() }}\n order by valid_starting_on rows unbounded preceding) as {{ col.name }}_field_partition\n\n {% endfor %}\n\n from change_data\n\n), fill_values as (\n\n-- each row of the pivoted table includes field values if that field was updated on that day\n-- we need to backfill to persist values that have been previously updated and are still valid\n select\n valid_starting_on,\n issue_id,\n source_relation,\n issue_day_id,\n first_value( status ) over (\n partition by issue_id, status_id_field_partition {{ jira.partition_by_source_relation() }}\n order by valid_starting_on asc rows between unbounded preceding and current row) as status_id\n\n {% for col in issue_columns if col.name|lower not in ['valid_starting_on','issue_id','issue_day_id','source_relation'] %}\n\n -- grab the value that started this batch/partition\n , first_value( {{ col.name }} ) over (\n partition by issue_id, {{ col.name }}_field_partition {{ jira.partition_by_source_relation() }}\n order by valid_starting_on asc rows between unbounded preceding and current row) as {{ col.name }}\n\n {% endfor %}\n\n from set_values\n\n)\n\nselect *\nfrom fill_values", "doc_blocks": [], "language": "sql", "refs": [{"name": "int_jira__pivot_daily_field_history", "package": null, "version": null}, {"name": "int_jira__pivot_daily_field_history", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.jira.partition_by_source_relation"], "nodes": ["model.jira.int_jira__pivot_daily_field_history"]}, "compiled_path": "target/compiled/jira/models/intermediate/field_history/int_jira__field_history_scd.sql", "compiled": true, "compiled_code": "with change_data as (\n\n select *\n from \"postgres\".\"public_jira\".\"int_jira__pivot_daily_field_history\"\n\n), set_values as (\n\n select\n valid_starting_on,\n issue_id,\n source_relation,\n issue_day_id,\n status as status_id,\n sum( case when status is null then 0 else 1 end) over ( partition by issue_id \n order by valid_starting_on rows unbounded preceding) as status_id_field_partition\n\n \n , valid_starting_at_week\n -- create a batch/partition once a new value is provided\n , sum( case when valid_starting_at_week is null then 0 else 1 end) over ( partition by issue_id \n order by valid_starting_on rows unbounded preceding) as valid_starting_at_week_field_partition\n\n \n , status\n -- create a batch/partition once a new value is provided\n , sum( case when status is null then 0 else 1 end) over ( partition by issue_id \n order by valid_starting_on rows unbounded preceding) as status_field_partition\n\n \n , sprint\n -- create a batch/partition once a new value is provided\n , sum( case when sprint is null then 0 else 1 end) over ( partition by issue_id \n order by valid_starting_on rows unbounded preceding) as sprint_field_partition\n\n \n , sprint_name\n -- create a batch/partition once a new value is provided\n , sum( case when sprint_name is null then 0 else 1 end) over ( partition by issue_id \n order by valid_starting_on rows unbounded preceding) as sprint_name_field_partition\n\n \n , team\n -- create a batch/partition once a new value is provided\n , sum( case when team is null then 0 else 1 end) over ( partition by issue_id \n order by valid_starting_on rows unbounded preceding) as team_field_partition\n\n \n\n from change_data\n\n), fill_values as (\n\n-- each row of the pivoted table includes field values if that field was updated on that day\n-- we need to backfill to persist values that have been previously updated and are still valid\n select\n valid_starting_on,\n issue_id,\n source_relation,\n issue_day_id,\n first_value( status ) over (\n partition by issue_id, status_id_field_partition \n order by valid_starting_on asc rows between unbounded preceding and current row) as status_id\n\n \n\n -- grab the value that started this batch/partition\n , first_value( valid_starting_at_week ) over (\n partition by issue_id, valid_starting_at_week_field_partition \n order by valid_starting_on asc rows between unbounded preceding and current row) as valid_starting_at_week\n\n \n\n -- grab the value that started this batch/partition\n , first_value( status ) over (\n partition by issue_id, status_field_partition \n order by valid_starting_on asc rows between unbounded preceding and current row) as status\n\n \n\n -- grab the value that started this batch/partition\n , first_value( sprint ) over (\n partition by issue_id, sprint_field_partition \n order by valid_starting_on asc rows between unbounded preceding and current row) as sprint\n\n \n\n -- grab the value that started this batch/partition\n , first_value( sprint_name ) over (\n partition by issue_id, sprint_name_field_partition \n order by valid_starting_on asc rows between unbounded preceding and current row) as sprint_name\n\n \n\n -- grab the value that started this batch/partition\n , first_value( team ) over (\n partition by issue_id, team_field_partition \n order by valid_starting_on asc rows between unbounded preceding and current row) as team\n\n \n\n from set_values\n\n)\n\nselect *\nfrom fill_values", "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": ["issue_day_id"], "time_spine": null}, "analysis.jira.jira__daily_issue_status_category_analysis": {"database": "postgres", "schema": "public_jira", "name": "jira__daily_issue_status_category_analysis", "resource_type": "analysis", "package_name": "jira", "path": "analysis/jira__daily_issue_status_category_analysis.sql", "original_file_path": "analysis/jira__daily_issue_status_category_analysis.sql", "unique_id": "analysis.jira.jira__daily_issue_status_category_analysis", "fqn": ["jira", "analysis", "jira__daily_issue_status_category_analysis"], "alias": "jira__daily_issue_status_category_analysis", "checksum": {"name": "sha256", "checksum": "3a4bb1fbcd75147187d2a835b0c1c89d8605ee5bc1e5c3bb2edd3ccd4f15651c"}, "config": {"enabled": true, "alias": null, "schema": "jira", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"materialized": "table", "schema": "{{ 'jira_integrations_tests_sqlw' if target.name == 'databricks-sql' else 'jira' }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1778007513.625261, "relation_name": null, "raw_code": "with field_history as ( \n \n select * \n from {{ ref('jira__daily_issue_field_history') }} \n), \n\nstatuses as ( \n\n select * \n from {{ ref('stg_jira__status') }} \n), \n\nstatus_category as ( \n\n select * \n from {{ ref('stg_jira__status_category') }} \n), \n\nstatus_mapping as ( \n\n select \n statuses.status_id, \n statuses.status_name, \n status_category.status_category_id, \n case when lower(status_category.status_category_name) = 'to do' then 'To Do' \n when lower(status_category.status_category_name) = 'in progress' then 'In Progress' \n when lower(status_category.status_category_name) = 'done' then 'Done' \n else 'Other' \n end as status_category_name \n from statuses \n left join status_category \n on statuses.status_category_id = status_category.status_category_id\n), \n\n--if you prefer to keep analytics at the status level, substitute 'status' for 'status_category' throughout this model and skip the status_mapping step\ndaily_issue_status_category as ( \n\n select \n field_history.date_day as report_date, \n -- edit field_history columns as desired based on the issue_field_history_columns var for your dbt project\n -- project and team have been chosen for this example\n field_history.project,\n field_history.team,\n field_history.issue_id, \n field_history.status,\n status_mapping.status_category_name as status_category, \n from field_history \n left join status_mapping \n on lower(field_history.status) = lower(status_mapping.status_name) \n), \n\n--count of issues in each status on report date \ndaily_counts as ( \n \n select \n report_date, \n project, \n team, \n status_category, \n count(distinct issue_id) as issues_in_status \n from daily_issue_status_category \n group by 1,2,3,4 \n)\n\nselect *\nfrom daily_counts", "doc_blocks": [], "language": "sql", "refs": [{"name": "jira__daily_issue_field_history", "package": null, "version": null}, {"name": "stg_jira__status", "package": null, "version": null}, {"name": "stg_jira__status_category", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": [], "nodes": ["model.jira.jira__daily_issue_field_history", "model.jira.stg_jira__status", "model.jira.stg_jira__status_category"]}, "compiled_path": "target/compiled/jira/analysis/jira__daily_issue_status_category_analysis.sql", "compiled": true, "compiled_code": "with field_history as ( \n \n select * \n from \"postgres\".\"public_jira\".\"jira__daily_issue_field_history\" \n), \n\nstatuses as ( \n\n select * \n from \"postgres\".\"public_jira\".\"stg_jira__status\" \n), \n\nstatus_category as ( \n\n select * \n from \"postgres\".\"public_jira\".\"stg_jira__status_category\" \n), \n\nstatus_mapping as ( \n\n select \n statuses.status_id, \n statuses.status_name, \n status_category.status_category_id, \n case when lower(status_category.status_category_name) = 'to do' then 'To Do' \n when lower(status_category.status_category_name) = 'in progress' then 'In Progress' \n when lower(status_category.status_category_name) = 'done' then 'Done' \n else 'Other' \n end as status_category_name \n from statuses \n left join status_category \n on statuses.status_category_id = status_category.status_category_id\n), \n\n--if you prefer to keep analytics at the status level, substitute 'status' for 'status_category' throughout this model and skip the status_mapping step\ndaily_issue_status_category as ( \n\n select \n field_history.date_day as report_date, \n -- edit field_history columns as desired based on the issue_field_history_columns var for your dbt project\n -- project and team have been chosen for this example\n field_history.project,\n field_history.team,\n field_history.issue_id, \n field_history.status,\n status_mapping.status_category_name as status_category, \n from field_history \n left join status_mapping \n on lower(field_history.status) = lower(status_mapping.status_name) \n), \n\n--count of issues in each status on report date \ndaily_counts as ( \n \n select \n report_date, \n project, \n team, \n status_category, \n count(distinct issue_id) as issues_in_status \n from daily_issue_status_category \n group by 1,2,3,4 \n)\n\nselect *\nfrom daily_counts", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}}, "analysis.jira.jira__issue_transition_cumulative_flow_analysis": {"database": "postgres", "schema": "public_jira", "name": "jira__issue_transition_cumulative_flow_analysis", "resource_type": "analysis", "package_name": "jira", "path": "analysis/jira__issue_transition_cumulative_flow_analysis.sql", "original_file_path": "analysis/jira__issue_transition_cumulative_flow_analysis.sql", "unique_id": "analysis.jira.jira__issue_transition_cumulative_flow_analysis", "fqn": ["jira", "analysis", "jira__issue_transition_cumulative_flow_analysis"], "alias": "jira__issue_transition_cumulative_flow_analysis", "checksum": {"name": "sha256", "checksum": "ae7d57c4bb82261a0a3f7ba559caf827507189073a4c7cf4d64c5facf29abfd1"}, "config": {"enabled": true, "alias": null, "schema": "jira", "database": null, "tags": [], "meta": {}, "group": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"materialized": "table", "schema": "{{ 'jira_integrations_tests_sqlw' if target.name == 'databricks-sql' else 'jira' }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1778007513.6401947, "relation_name": null, "raw_code": "with field_history as ( \n\n select * \n from {{ ref('jira__timestamp_issue_field_history') }}\n\n),\n\nstatus_transitions as (\n\n select *\n from {{ ref('jira__issue_status_transitions') }}\n),\n\n---if you prefer to keep analytics at the status level, substitute 'status' for 'status_category' throughout this model\njoined as (\n\n select \n transitions.transition_at,\n transitions.issue_id,\n transitions.status_category_name,\n -- edit field_history columns as desired based on the issue_field_history_columns var for your dbt project\n -- project and team have been chosen for this example\n field_history.team,\n field_history.project\n from status_transitions as transitions\n join field_history \n on transitions.issue_id = field_history.issue_id\n and transitions.transition_at = field_history.valid_from\n),\n\n---roll up to daily for reporting\ndaily_rollup as (\n \n select\n cast(transition_at as date) as status_category_transition_date,\n project,\n team,\n status_category_name as status_category,\n count(distinct issue_id) as issues_in_new_status_category,\n from joined\n group by 1,2,3,4\n),\n\n--add cumulative flow calculation\ncumulative_flow as (\n \n select\n status_category_transition_date,\n project,\n team,\n status_category,\n issues_in_new_status_category,\n sum(issues_in_new_status_category) over (\n partition by project, team, status_category\n order by status_category_transition_date\n rows unbounded preceding\n ) as cumulative_issues_in_status_category\n from daily_rollup\n)\n\nselect *\nfrom cumulative_flow", "doc_blocks": [], "language": "sql", "refs": [{"name": "jira__timestamp_issue_field_history", "package": null, "version": null}, {"name": "jira__issue_status_transitions", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": [], "nodes": ["model.jira.jira__timestamp_issue_field_history", "model.jira.jira__issue_status_transitions"]}, "compiled_path": "target/compiled/jira/analysis/jira__issue_transition_cumulative_flow_analysis.sql", "compiled": true, "compiled_code": "with field_history as ( \n\n select * \n from \"postgres\".\"public_jira\".\"jira__timestamp_issue_field_history\"\n\n),\n\nstatus_transitions as (\n\n select *\n from \"postgres\".\"public_jira\".\"jira__issue_status_transitions\"\n),\n\n---if you prefer to keep analytics at the status level, substitute 'status' for 'status_category' throughout this model\njoined as (\n\n select \n transitions.transition_at,\n transitions.issue_id,\n transitions.status_category_name,\n -- edit field_history columns as desired based on the issue_field_history_columns var for your dbt project\n -- project and team have been chosen for this example\n field_history.team,\n field_history.project\n from status_transitions as transitions\n join field_history \n on transitions.issue_id = field_history.issue_id\n and transitions.transition_at = field_history.valid_from\n),\n\n---roll up to daily for reporting\ndaily_rollup as (\n \n select\n cast(transition_at as date) as status_category_transition_date,\n project,\n team,\n status_category_name as status_category,\n count(distinct issue_id) as issues_in_new_status_category,\n from joined\n group by 1,2,3,4\n),\n\n--add cumulative flow calculation\ncumulative_flow as (\n \n select\n status_category_transition_date,\n project,\n team,\n status_category,\n issues_in_new_status_category,\n sum(issues_in_new_status_category) over (\n partition by project, team, status_category\n order by status_category_transition_date\n rows unbounded preceding\n ) as cumulative_issues_in_status_category\n from daily_rollup\n)\n\nselect *\nfrom cumulative_flow", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}}, "test.jira.unique_jira__daily_issue_field_history_issue_day_id.75c24d3154": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "unique_jira__daily_issue_field_history_issue_day_id", "resource_type": "test", "package_name": "jira", "path": "unique_jira__daily_issue_field_history_issue_day_id.sql", "original_file_path": "models/jira.yml", "unique_id": "test.jira.unique_jira__daily_issue_field_history_issue_day_id.75c24d3154", "fqn": ["jira", "unique_jira__daily_issue_field_history_issue_day_id"], "alias": "unique_jira__daily_issue_field_history_issue_day_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": 1778007513.8511224, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "jira__daily_issue_field_history", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.jira__daily_issue_field_history"]}, "compiled_path": "target/compiled/jira/models/jira.yml/unique_jira__daily_issue_field_history_issue_day_id.sql", "compiled": true, "compiled_code": "\n \n \n\nselect\n issue_day_id as unique_field,\n count(*) as n_records\n\nfrom \"postgres\".\"public_jira\".\"jira__daily_issue_field_history\"\nwhere issue_day_id is not null\ngroup by issue_day_id\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "issue_day_id", "file_key_name": "models.jira__daily_issue_field_history", "attached_node": "model.jira.jira__daily_issue_field_history", "test_metadata": {"name": "unique", "kwargs": {"column_name": "issue_day_id", "model": "{{ get_where_subquery(ref('jira__daily_issue_field_history')) }}"}, "namespace": null}}, "test.jira.not_null_jira__daily_issue_field_history_issue_day_id.d13b058bcd": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_jira__daily_issue_field_history_issue_day_id", "resource_type": "test", "package_name": "jira", "path": "not_null_jira__daily_issue_field_history_issue_day_id.sql", "original_file_path": "models/jira.yml", "unique_id": "test.jira.not_null_jira__daily_issue_field_history_issue_day_id.d13b058bcd", "fqn": ["jira", "not_null_jira__daily_issue_field_history_issue_day_id"], "alias": "not_null_jira__daily_issue_field_history_issue_day_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": 1778007513.8536649, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "jira__daily_issue_field_history", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.jira__daily_issue_field_history"]}, "compiled_path": "target/compiled/jira/models/jira.yml/not_null_jira__daily_issue_field_history_issue_day_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect issue_day_id\nfrom \"postgres\".\"public_jira\".\"jira__daily_issue_field_history\"\nwhere issue_day_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "issue_day_id", "file_key_name": "models.jira__daily_issue_field_history", "attached_node": "model.jira.jira__daily_issue_field_history", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "issue_day_id", "model": "{{ get_where_subquery(ref('jira__daily_issue_field_history')) }}"}, "namespace": null}}, "test.jira.unique_jira__timestamp_issue_field_history_issue_timestamp_id.d86e0c8861": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "unique_jira__timestamp_issue_field_history_issue_timestamp_id", "resource_type": "test", "package_name": "jira", "path": "unique_jira__timestamp_issue_field_history_issue_timestamp_id.sql", "original_file_path": "models/jira.yml", "unique_id": "test.jira.unique_jira__timestamp_issue_field_history_issue_timestamp_id.d86e0c8861", "fqn": ["jira", "unique_jira__timestamp_issue_field_history_issue_timestamp_id"], "alias": "unique_jira__timestamp_issue_field_history_issue_timestamp_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": 1778007513.8559399, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "jira__timestamp_issue_field_history", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.jira__timestamp_issue_field_history"]}, "compiled_path": "target/compiled/jira/models/jira.yml/unique_jira__timestamp_issue_field_history_issue_timestamp_id.sql", "compiled": true, "compiled_code": "\n \n \n\nselect\n issue_timestamp_id as unique_field,\n count(*) as n_records\n\nfrom \"postgres\".\"public_jira\".\"jira__timestamp_issue_field_history\"\nwhere issue_timestamp_id is not null\ngroup by issue_timestamp_id\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "issue_timestamp_id", "file_key_name": "models.jira__timestamp_issue_field_history", "attached_node": "model.jira.jira__timestamp_issue_field_history", "test_metadata": {"name": "unique", "kwargs": {"column_name": "issue_timestamp_id", "model": "{{ get_where_subquery(ref('jira__timestamp_issue_field_history')) }}"}, "namespace": null}}, "test.jira.not_null_jira__timestamp_issue_field_history_issue_timestamp_id.a4c0d173e8": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_jira__timestamp_issue_field_history_issue_timestamp_id", "resource_type": "test", "package_name": "jira", "path": "not_null_jira__timestamp_issue_field_history_issue_timestamp_id.sql", "original_file_path": "models/jira.yml", "unique_id": "test.jira.not_null_jira__timestamp_issue_field_history_issue_timestamp_id.a4c0d173e8", "fqn": ["jira", "not_null_jira__timestamp_issue_field_history_issue_timestamp_id"], "alias": "not_null_jira__timestamp_issue_field_history_issue_timestamp_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": 1778007513.8583739, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "jira__timestamp_issue_field_history", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.jira__timestamp_issue_field_history"]}, "compiled_path": "target/compiled/jira/models/jira.yml/not_null_jira__timestamp_issue_field_history_issue_timestamp_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect issue_timestamp_id\nfrom \"postgres\".\"public_jira\".\"jira__timestamp_issue_field_history\"\nwhere issue_timestamp_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "issue_timestamp_id", "file_key_name": "models.jira__timestamp_issue_field_history", "attached_node": "model.jira.jira__timestamp_issue_field_history", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "issue_timestamp_id", "model": "{{ get_where_subquery(ref('jira__timestamp_issue_field_history')) }}"}, "namespace": null}}, "test.jira.unique_jira__daily_sprint_issue_history_sprint_issue_day_id.6f60eb8c6b": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "unique_jira__daily_sprint_issue_history_sprint_issue_day_id", "resource_type": "test", "package_name": "jira", "path": "unique_jira__daily_sprint_issue_history_sprint_issue_day_id.sql", "original_file_path": "models/jira.yml", "unique_id": "test.jira.unique_jira__daily_sprint_issue_history_sprint_issue_day_id.6f60eb8c6b", "fqn": ["jira", "unique_jira__daily_sprint_issue_history_sprint_issue_day_id"], "alias": "unique_jira__daily_sprint_issue_history_sprint_issue_day_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": 1778007513.8605664, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "jira__daily_sprint_issue_history", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.jira__daily_sprint_issue_history"]}, "compiled_path": "target/compiled/jira/models/jira.yml/unique_jira__daily_sprint_issue_history_sprint_issue_day_id.sql", "compiled": true, "compiled_code": "\n \n \n\nselect\n sprint_issue_day_id as unique_field,\n count(*) as n_records\n\nfrom \"postgres\".\"public_jira\".\"jira__daily_sprint_issue_history\"\nwhere sprint_issue_day_id is not null\ngroup by sprint_issue_day_id\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "sprint_issue_day_id", "file_key_name": "models.jira__daily_sprint_issue_history", "attached_node": "model.jira.jira__daily_sprint_issue_history", "test_metadata": {"name": "unique", "kwargs": {"column_name": "sprint_issue_day_id", "model": "{{ get_where_subquery(ref('jira__daily_sprint_issue_history')) }}"}, "namespace": null}}, "test.jira.not_null_jira__daily_sprint_issue_history_sprint_issue_day_id.7da45422ab": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_jira__daily_sprint_issue_history_sprint_issue_day_id", "resource_type": "test", "package_name": "jira", "path": "not_null_jira__daily_sprint_issue_history_sprint_issue_day_id.sql", "original_file_path": "models/jira.yml", "unique_id": "test.jira.not_null_jira__daily_sprint_issue_history_sprint_issue_day_id.7da45422ab", "fqn": ["jira", "not_null_jira__daily_sprint_issue_history_sprint_issue_day_id"], "alias": "not_null_jira__daily_sprint_issue_history_sprint_issue_day_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": 1778007513.8627214, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "jira__daily_sprint_issue_history", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.jira__daily_sprint_issue_history"]}, "compiled_path": "target/compiled/jira/models/jira.yml/not_null_jira__daily_sprint_issue_history_sprint_issue_day_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect sprint_issue_day_id\nfrom \"postgres\".\"public_jira\".\"jira__daily_sprint_issue_history\"\nwhere sprint_issue_day_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "sprint_issue_day_id", "file_key_name": "models.jira__daily_sprint_issue_history", "attached_node": "model.jira.jira__daily_sprint_issue_history", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "sprint_issue_day_id", "model": "{{ get_where_subquery(ref('jira__daily_sprint_issue_history')) }}"}, "namespace": null}}, "test.jira.not_null_jira__issue_enhanced_issue_id.6b18e0db38": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_jira__issue_enhanced_issue_id", "resource_type": "test", "package_name": "jira", "path": "not_null_jira__issue_enhanced_issue_id.sql", "original_file_path": "models/jira.yml", "unique_id": "test.jira.not_null_jira__issue_enhanced_issue_id.6b18e0db38", "fqn": ["jira", "not_null_jira__issue_enhanced_issue_id"], "alias": "not_null_jira__issue_enhanced_issue_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": 1778007513.8648782, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "jira__issue_enhanced", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.jira__issue_enhanced"]}, "compiled_path": "target/compiled/jira/models/jira.yml/not_null_jira__issue_enhanced_issue_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect issue_id\nfrom \"postgres\".\"public_jira\".\"jira__issue_enhanced\"\nwhere issue_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "issue_id", "file_key_name": "models.jira__issue_enhanced", "attached_node": "model.jira.jira__issue_enhanced", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "issue_id", "model": "{{ get_where_subquery(ref('jira__issue_enhanced')) }}"}, "namespace": null}}, "test.jira.not_null_jira__project_enhanced_project_id.4f7c58f1d4": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_jira__project_enhanced_project_id", "resource_type": "test", "package_name": "jira", "path": "not_null_jira__project_enhanced_project_id.sql", "original_file_path": "models/jira.yml", "unique_id": "test.jira.not_null_jira__project_enhanced_project_id.4f7c58f1d4", "fqn": ["jira", "not_null_jira__project_enhanced_project_id"], "alias": "not_null_jira__project_enhanced_project_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": 1778007513.8671474, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "jira__project_enhanced", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.jira__project_enhanced"]}, "compiled_path": "target/compiled/jira/models/jira.yml/not_null_jira__project_enhanced_project_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect project_id\nfrom \"postgres\".\"public_jira\".\"jira__project_enhanced\"\nwhere project_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "project_id", "file_key_name": "models.jira__project_enhanced", "attached_node": "model.jira.jira__project_enhanced", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "project_id", "model": "{{ get_where_subquery(ref('jira__project_enhanced')) }}"}, "namespace": null}}, "test.jira.not_null_jira__sprint_enhanced_sprint_id.9029f03611": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_jira__sprint_enhanced_sprint_id", "resource_type": "test", "package_name": "jira", "path": "not_null_jira__sprint_enhanced_sprint_id.sql", "original_file_path": "models/jira.yml", "unique_id": "test.jira.not_null_jira__sprint_enhanced_sprint_id.9029f03611", "fqn": ["jira", "not_null_jira__sprint_enhanced_sprint_id"], "alias": "not_null_jira__sprint_enhanced_sprint_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": 1778007513.869338, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "jira__sprint_enhanced", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.jira__sprint_enhanced"]}, "compiled_path": "target/compiled/jira/models/jira.yml/not_null_jira__sprint_enhanced_sprint_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect sprint_id\nfrom \"postgres\".\"public_jira\".\"jira__sprint_enhanced\"\nwhere sprint_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "sprint_id", "file_key_name": "models.jira__sprint_enhanced", "attached_node": "model.jira.jira__sprint_enhanced", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "sprint_id", "model": "{{ get_where_subquery(ref('jira__sprint_enhanced')) }}"}, "namespace": null}}, "test.jira.not_null_jira__user_enhanced_user_id.aecc00744a": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_jira__user_enhanced_user_id", "resource_type": "test", "package_name": "jira", "path": "not_null_jira__user_enhanced_user_id.sql", "original_file_path": "models/jira.yml", "unique_id": "test.jira.not_null_jira__user_enhanced_user_id.aecc00744a", "fqn": ["jira", "not_null_jira__user_enhanced_user_id"], "alias": "not_null_jira__user_enhanced_user_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": 1778007513.8714845, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "jira__user_enhanced", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.jira__user_enhanced"]}, "compiled_path": "target/compiled/jira/models/jira.yml/not_null_jira__user_enhanced_user_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect user_id\nfrom \"postgres\".\"public_jira\".\"jira__user_enhanced\"\nwhere user_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "user_id", "file_key_name": "models.jira__user_enhanced", "attached_node": "model.jira.jira__user_enhanced", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "user_id", "model": "{{ get_where_subquery(ref('jira__user_enhanced')) }}"}, "namespace": null}}, "test.jira.not_null_jira__issue_status_transitions_issue_id.af8210d73b": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_jira__issue_status_transitions_issue_id", "resource_type": "test", "package_name": "jira", "path": "not_null_jira__issue_status_transitions_issue_id.sql", "original_file_path": "models/jira.yml", "unique_id": "test.jira.not_null_jira__issue_status_transitions_issue_id.af8210d73b", "fqn": ["jira", "not_null_jira__issue_status_transitions_issue_id"], "alias": "not_null_jira__issue_status_transitions_issue_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": 1778007513.8736107, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "jira__issue_status_transitions", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.jira__issue_status_transitions"]}, "compiled_path": "target/compiled/jira/models/jira.yml/not_null_jira__issue_status_transitions_issue_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect issue_id\nfrom \"postgres\".\"public_jira\".\"jira__issue_status_transitions\"\nwhere issue_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "issue_id", "file_key_name": "models.jira__issue_status_transitions", "attached_node": "model.jira.jira__issue_status_transitions", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "issue_id", "model": "{{ get_where_subquery(ref('jira__issue_status_transitions')) }}"}, "namespace": null}}, "test.jira.not_null_stg_jira__comment_comment_id.5dec28a22a": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_jira__comment_comment_id", "resource_type": "test", "package_name": "jira", "path": "not_null_stg_jira__comment_comment_id.sql", "original_file_path": "models/staging/stg_jira.yml", "unique_id": "test.jira.not_null_stg_jira__comment_comment_id.5dec28a22a", "fqn": ["jira", "staging", "not_null_stg_jira__comment_comment_id"], "alias": "not_null_stg_jira__comment_comment_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": 1778007513.9047353, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__comment", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.stg_jira__comment"]}, "compiled_path": "target/compiled/jira/models/staging/stg_jira.yml/not_null_stg_jira__comment_comment_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect comment_id\nfrom \"postgres\".\"public_jira\".\"stg_jira__comment\"\nwhere comment_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "comment_id", "file_key_name": "models.stg_jira__comment", "attached_node": "model.jira.stg_jira__comment", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "comment_id", "model": "{{ get_where_subquery(ref('stg_jira__comment')) }}"}, "namespace": null}}, "test.jira.not_null_stg_jira__component_component_id.2f017ad5ad": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_jira__component_component_id", "resource_type": "test", "package_name": "jira", "path": "not_null_stg_jira__component_component_id.sql", "original_file_path": "models/staging/stg_jira.yml", "unique_id": "test.jira.not_null_stg_jira__component_component_id.2f017ad5ad", "fqn": ["jira", "staging", "not_null_stg_jira__component_component_id"], "alias": "not_null_stg_jira__component_component_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": 1778007513.9069922, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__component", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.stg_jira__component"]}, "compiled_path": "target/compiled/jira/models/staging/stg_jira.yml/not_null_stg_jira__component_component_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect component_id\nfrom \"postgres\".\"public_jira\".\"stg_jira__component\"\nwhere component_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "component_id", "file_key_name": "models.stg_jira__component", "attached_node": "model.jira.stg_jira__component", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "component_id", "model": "{{ get_where_subquery(ref('stg_jira__component')) }}"}, "namespace": null}}, "test.jira.not_null_stg_jira__field_field_id.34424f1c2b": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_jira__field_field_id", "resource_type": "test", "package_name": "jira", "path": "not_null_stg_jira__field_field_id.sql", "original_file_path": "models/staging/stg_jira.yml", "unique_id": "test.jira.not_null_stg_jira__field_field_id.34424f1c2b", "fqn": ["jira", "staging", "not_null_stg_jira__field_field_id"], "alias": "not_null_stg_jira__field_field_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": 1778007513.9092078, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__field", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.stg_jira__field"]}, "compiled_path": "target/compiled/jira/models/staging/stg_jira.yml/not_null_stg_jira__field_field_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect field_id\nfrom \"postgres\".\"public_jira\".\"stg_jira__field\"\nwhere field_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "field_id", "file_key_name": "models.stg_jira__field", "attached_node": "model.jira.stg_jira__field", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "field_id", "model": "{{ get_where_subquery(ref('stg_jira__field')) }}"}, "namespace": null}}, "test.jira.not_null_stg_jira__field_option_field_id.1b1f37b358": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_jira__field_option_field_id", "resource_type": "test", "package_name": "jira", "path": "not_null_stg_jira__field_option_field_id.sql", "original_file_path": "models/staging/stg_jira.yml", "unique_id": "test.jira.not_null_stg_jira__field_option_field_id.1b1f37b358", "fqn": ["jira", "staging", "not_null_stg_jira__field_option_field_id"], "alias": "not_null_stg_jira__field_option_field_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": 1778007513.911398, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__field_option", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.stg_jira__field_option"]}, "compiled_path": "target/compiled/jira/models/staging/stg_jira.yml/not_null_stg_jira__field_option_field_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect field_id\nfrom \"postgres\".\"public_jira\".\"stg_jira__field_option\"\nwhere field_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "field_id", "file_key_name": "models.stg_jira__field_option", "attached_node": "model.jira.stg_jira__field_option", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "field_id", "model": "{{ get_where_subquery(ref('stg_jira__field_option')) }}"}, "namespace": null}}, "test.jira.not_null_stg_jira__issue_issue_id.13a4fbe132": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_jira__issue_issue_id", "resource_type": "test", "package_name": "jira", "path": "not_null_stg_jira__issue_issue_id.sql", "original_file_path": "models/staging/stg_jira.yml", "unique_id": "test.jira.not_null_stg_jira__issue_issue_id.13a4fbe132", "fqn": ["jira", "staging", "not_null_stg_jira__issue_issue_id"], "alias": "not_null_stg_jira__issue_issue_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": 1778007513.9135616, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__issue", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.stg_jira__issue"]}, "compiled_path": "target/compiled/jira/models/staging/stg_jira.yml/not_null_stg_jira__issue_issue_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect issue_id\nfrom \"postgres\".\"public_jira\".\"stg_jira__issue\"\nwhere issue_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "issue_id", "file_key_name": "models.stg_jira__issue", "attached_node": "model.jira.stg_jira__issue", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "issue_id", "model": "{{ get_where_subquery(ref('stg_jira__issue')) }}"}, "namespace": null}}, "test.jira.not_null_stg_jira__issue_type_issue_type_id.57419fc343": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_jira__issue_type_issue_type_id", "resource_type": "test", "package_name": "jira", "path": "not_null_stg_jira__issue_type_issue_type_id.sql", "original_file_path": "models/staging/stg_jira.yml", "unique_id": "test.jira.not_null_stg_jira__issue_type_issue_type_id.57419fc343", "fqn": ["jira", "staging", "not_null_stg_jira__issue_type_issue_type_id"], "alias": "not_null_stg_jira__issue_type_issue_type_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": 1778007513.91588, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__issue_type", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.stg_jira__issue_type"]}, "compiled_path": "target/compiled/jira/models/staging/stg_jira.yml/not_null_stg_jira__issue_type_issue_type_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect issue_type_id\nfrom \"postgres\".\"public_jira\".\"stg_jira__issue_type\"\nwhere issue_type_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "issue_type_id", "file_key_name": "models.stg_jira__issue_type", "attached_node": "model.jira.stg_jira__issue_type", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "issue_type_id", "model": "{{ get_where_subquery(ref('stg_jira__issue_type')) }}"}, "namespace": null}}, "test.jira.not_null_stg_jira__priority_priority_id.ec0c873363": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_jira__priority_priority_id", "resource_type": "test", "package_name": "jira", "path": "not_null_stg_jira__priority_priority_id.sql", "original_file_path": "models/staging/stg_jira.yml", "unique_id": "test.jira.not_null_stg_jira__priority_priority_id.ec0c873363", "fqn": ["jira", "staging", "not_null_stg_jira__priority_priority_id"], "alias": "not_null_stg_jira__priority_priority_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": 1778007513.9181361, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__priority", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.stg_jira__priority"]}, "compiled_path": "target/compiled/jira/models/staging/stg_jira.yml/not_null_stg_jira__priority_priority_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect priority_id\nfrom \"postgres\".\"public_jira\".\"stg_jira__priority\"\nwhere priority_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "priority_id", "file_key_name": "models.stg_jira__priority", "attached_node": "model.jira.stg_jira__priority", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "priority_id", "model": "{{ get_where_subquery(ref('stg_jira__priority')) }}"}, "namespace": null}}, "test.jira.not_null_stg_jira__project_project_id.996fe19522": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_jira__project_project_id", "resource_type": "test", "package_name": "jira", "path": "not_null_stg_jira__project_project_id.sql", "original_file_path": "models/staging/stg_jira.yml", "unique_id": "test.jira.not_null_stg_jira__project_project_id.996fe19522", "fqn": ["jira", "staging", "not_null_stg_jira__project_project_id"], "alias": "not_null_stg_jira__project_project_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": 1778007513.920337, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__project", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.stg_jira__project"]}, "compiled_path": "target/compiled/jira/models/staging/stg_jira.yml/not_null_stg_jira__project_project_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect project_id\nfrom \"postgres\".\"public_jira\".\"stg_jira__project\"\nwhere project_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "project_id", "file_key_name": "models.stg_jira__project", "attached_node": "model.jira.stg_jira__project", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "project_id", "model": "{{ get_where_subquery(ref('stg_jira__project')) }}"}, "namespace": null}}, "test.jira.not_null_stg_jira__resolution_resolution_id.1c04bac8a4": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_jira__resolution_resolution_id", "resource_type": "test", "package_name": "jira", "path": "not_null_stg_jira__resolution_resolution_id.sql", "original_file_path": "models/staging/stg_jira.yml", "unique_id": "test.jira.not_null_stg_jira__resolution_resolution_id.1c04bac8a4", "fqn": ["jira", "staging", "not_null_stg_jira__resolution_resolution_id"], "alias": "not_null_stg_jira__resolution_resolution_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": 1778007513.922507, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__resolution", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.stg_jira__resolution"]}, "compiled_path": "target/compiled/jira/models/staging/stg_jira.yml/not_null_stg_jira__resolution_resolution_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect resolution_id\nfrom \"postgres\".\"public_jira\".\"stg_jira__resolution\"\nwhere resolution_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "resolution_id", "file_key_name": "models.stg_jira__resolution", "attached_node": "model.jira.stg_jira__resolution", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "resolution_id", "model": "{{ get_where_subquery(ref('stg_jira__resolution')) }}"}, "namespace": null}}, "test.jira.not_null_stg_jira__sprint_sprint_id.899b4b77d7": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_jira__sprint_sprint_id", "resource_type": "test", "package_name": "jira", "path": "not_null_stg_jira__sprint_sprint_id.sql", "original_file_path": "models/staging/stg_jira.yml", "unique_id": "test.jira.not_null_stg_jira__sprint_sprint_id.899b4b77d7", "fqn": ["jira", "staging", "not_null_stg_jira__sprint_sprint_id"], "alias": "not_null_stg_jira__sprint_sprint_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": 1778007513.9247785, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__sprint", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.stg_jira__sprint"]}, "compiled_path": "target/compiled/jira/models/staging/stg_jira.yml/not_null_stg_jira__sprint_sprint_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect sprint_id\nfrom \"postgres\".\"public_jira\".\"stg_jira__sprint\"\nwhere sprint_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "sprint_id", "file_key_name": "models.stg_jira__sprint", "attached_node": "model.jira.stg_jira__sprint", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "sprint_id", "model": "{{ get_where_subquery(ref('stg_jira__sprint')) }}"}, "namespace": null}}, "test.jira.not_null_stg_jira__status_status_id.b32a8a0d84": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_jira__status_status_id", "resource_type": "test", "package_name": "jira", "path": "not_null_stg_jira__status_status_id.sql", "original_file_path": "models/staging/stg_jira.yml", "unique_id": "test.jira.not_null_stg_jira__status_status_id.b32a8a0d84", "fqn": ["jira", "staging", "not_null_stg_jira__status_status_id"], "alias": "not_null_stg_jira__status_status_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": 1778007513.9269598, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__status", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.stg_jira__status"]}, "compiled_path": "target/compiled/jira/models/staging/stg_jira.yml/not_null_stg_jira__status_status_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect status_id\nfrom \"postgres\".\"public_jira\".\"stg_jira__status\"\nwhere status_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "status_id", "file_key_name": "models.stg_jira__status", "attached_node": "model.jira.stg_jira__status", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "status_id", "model": "{{ get_where_subquery(ref('stg_jira__status')) }}"}, "namespace": null}}, "test.jira.not_null_stg_jira__status_category_status_category_id.7a89cdfcf0": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_jira__status_category_status_category_id", "resource_type": "test", "package_name": "jira", "path": "not_null_stg_jira__status_category_status_category_id.sql", "original_file_path": "models/staging/stg_jira.yml", "unique_id": "test.jira.not_null_stg_jira__status_category_status_category_id.7a89cdfcf0", "fqn": ["jira", "staging", "not_null_stg_jira__status_category_status_category_id"], "alias": "not_null_stg_jira__status_category_status_category_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": 1778007513.9291182, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__status_category", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.stg_jira__status_category"]}, "compiled_path": "target/compiled/jira/models/staging/stg_jira.yml/not_null_stg_jira__status_category_status_category_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect status_category_id\nfrom \"postgres\".\"public_jira\".\"stg_jira__status_category\"\nwhere status_category_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "status_category_id", "file_key_name": "models.stg_jira__status_category", "attached_node": "model.jira.stg_jira__status_category", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "status_category_id", "model": "{{ get_where_subquery(ref('stg_jira__status_category')) }}"}, "namespace": null}}, "test.jira.not_null_stg_jira__team_team_id.d170805817": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_jira__team_team_id", "resource_type": "test", "package_name": "jira", "path": "not_null_stg_jira__team_team_id.sql", "original_file_path": "models/staging/stg_jira.yml", "unique_id": "test.jira.not_null_stg_jira__team_team_id.d170805817", "fqn": ["jira", "staging", "not_null_stg_jira__team_team_id"], "alias": "not_null_stg_jira__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": 1778007513.9312713, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__team", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.stg_jira__team"]}, "compiled_path": "target/compiled/jira/models/staging/stg_jira.yml/not_null_stg_jira__team_team_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect team_id\nfrom \"postgres\".\"public_jira\".\"stg_jira__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_jira__team", "attached_node": "model.jira.stg_jira__team", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "team_id", "model": "{{ get_where_subquery(ref('stg_jira__team')) }}"}, "namespace": null}}, "test.jira.not_null_stg_jira__user_user_id.b2153f97d2": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_jira__user_user_id", "resource_type": "test", "package_name": "jira", "path": "not_null_stg_jira__user_user_id.sql", "original_file_path": "models/staging/stg_jira.yml", "unique_id": "test.jira.not_null_stg_jira__user_user_id.b2153f97d2", "fqn": ["jira", "staging", "not_null_stg_jira__user_user_id"], "alias": "not_null_stg_jira__user_user_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": 1778007513.933602, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__user", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.stg_jira__user"]}, "compiled_path": "target/compiled/jira/models/staging/stg_jira.yml/not_null_stg_jira__user_user_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect user_id\nfrom \"postgres\".\"public_jira\".\"stg_jira__user\"\nwhere user_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "user_id", "file_key_name": "models.stg_jira__user", "attached_node": "model.jira.stg_jira__user", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "user_id", "model": "{{ get_where_subquery(ref('stg_jira__user')) }}"}, "namespace": null}}, "test.jira.not_null_stg_jira__version_version_id.03877ce324": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_jira__version_version_id", "resource_type": "test", "package_name": "jira", "path": "not_null_stg_jira__version_version_id.sql", "original_file_path": "models/staging/stg_jira.yml", "unique_id": "test.jira.not_null_stg_jira__version_version_id.03877ce324", "fqn": ["jira", "staging", "not_null_stg_jira__version_version_id"], "alias": "not_null_stg_jira__version_version_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": 1778007513.935831, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__version", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.stg_jira__version"]}, "compiled_path": "target/compiled/jira/models/staging/stg_jira.yml/not_null_stg_jira__version_version_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect version_id\nfrom \"postgres\".\"public_jira\".\"stg_jira__version\"\nwhere version_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "version_id", "file_key_name": "models.stg_jira__version", "attached_node": "model.jira.stg_jira__version", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "version_id", "model": "{{ get_where_subquery(ref('stg_jira__version')) }}"}, "namespace": null}}, "test.jira.not_null_int_jira__issue_join_issue_id.53391b21a6": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_int_jira__issue_join_issue_id", "resource_type": "test", "package_name": "jira", "path": "not_null_int_jira__issue_join_issue_id.sql", "original_file_path": "models/intermediate/int_jira.yml", "unique_id": "test.jira.not_null_int_jira__issue_join_issue_id.53391b21a6", "fqn": ["jira", "intermediate", "not_null_int_jira__issue_join_issue_id"], "alias": "not_null_int_jira__issue_join_issue_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": 1778007514.0811963, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "int_jira__issue_join", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.int_jira__issue_join"]}, "compiled_path": "target/compiled/jira/models/intermediate/int_jira.yml/not_null_int_jira__issue_join_issue_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect issue_id\nfrom \"postgres\".\"public_jira\".\"int_jira__issue_join\"\nwhere issue_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "issue_id", "file_key_name": "models.int_jira__issue_join", "attached_node": "model.jira.int_jira__issue_join", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "issue_id", "model": "{{ get_where_subquery(ref('int_jira__issue_join')) }}"}, "namespace": null}}, "test.jira.not_null_int_jira__project_metrics_project_id.1542338148": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_int_jira__project_metrics_project_id", "resource_type": "test", "package_name": "jira", "path": "not_null_int_jira__project_metrics_project_id.sql", "original_file_path": "models/intermediate/int_jira.yml", "unique_id": "test.jira.not_null_int_jira__project_metrics_project_id.1542338148", "fqn": ["jira", "intermediate", "not_null_int_jira__project_metrics_project_id"], "alias": "not_null_int_jira__project_metrics_project_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": 1778007514.083746, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "int_jira__project_metrics", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.int_jira__project_metrics"]}, "compiled_path": "target/compiled/jira/models/intermediate/int_jira.yml/not_null_int_jira__project_metrics_project_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nwith __dbt__cte__int_jira__project_metrics as (\nwith issue as (\n\n select * \n from \"postgres\".\"public_jira\".\"jira__issue_enhanced\"\n where project_id is not null\n),\n\ncalculate_medians as (\n\n select\n project_id,\n source_relation,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by case when resolved_at is not null then open_duration_seconds end )\n /* have to group by partition field */\n\n as numeric(28,6) ), 0) as median_close_time_seconds,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by case when resolved_at is null then open_duration_seconds end )\n /* have to group by partition field */\n\n as numeric(28,6) ), 0) as median_age_currently_open_seconds,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by case when resolved_at is not null then any_assignment_duration_seconds end )\n /* have to group by partition field */\n\n as numeric(28,6) ), 0) as median_assigned_close_time_seconds,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by case when resolved_at is null then any_assignment_duration_seconds end )\n /* have to group by partition field */\n\n as numeric(28,6) ), 0) as median_age_currently_open_assigned_seconds\n from issue\n\n group by project_id, source_relation \n),\n\n-- grouping because the medians were calculated using window functions (except in postgres)\nmedian_metrics as (\n\n select\n project_id,\n source_relation,\n median_close_time_seconds,\n median_age_currently_open_seconds,\n median_assigned_close_time_seconds,\n median_age_currently_open_assigned_seconds\n from calculate_medians\n group by 1,2,3,4,5,6\n),\n\n\n-- get appropriate counts + sums to calculate averages\nproject_issues as (\n\n select\n project_id,\n source_relation,\n sum(case when resolved_at is not null then 1 else 0 end) as count_closed_issues,\n sum(case when resolved_at is null then 1 else 0 end) as count_open_issues,\n -- using the below to calculate averages\n -- assigned issues\n sum(case when resolved_at is null and assignee_user_id is not null then 1 else 0 end) as count_open_assigned_issues,\n sum(case when resolved_at is not null and assignee_user_id is not null then 1 else 0 end) as count_closed_assigned_issues,\n -- close time\n sum(case when resolved_at is not null then open_duration_seconds else 0 end) as sum_close_time_seconds,\n sum(case when resolved_at is not null then any_assignment_duration_seconds else 0 end) as sum_assigned_close_time_seconds,\n -- age of currently open tasks\n sum(case when resolved_at is null then open_duration_seconds else 0 end) as sum_currently_open_duration_seconds,\n sum(case when resolved_at is null then any_assignment_duration_seconds else 0 end) as sum_currently_open_assigned_duration_seconds\n from issue\n\n group by 1, 2\n),\n\ncalculate_avg_metrics as (\n\n select\n project_id,\n source_relation,\n count_closed_issues,\n count_open_issues,\n count_open_assigned_issues,\n case when count_closed_issues = 0 then 0 \n else round(cast(sum_close_time_seconds * 1.0 / count_closed_issues as numeric(28,6) ), 0) end as avg_close_time_seconds,\n case when count_closed_assigned_issues = 0 then 0 \n else round(cast(sum_assigned_close_time_seconds * 1.0 / count_closed_assigned_issues as numeric(28,6) ), 0) end as avg_assigned_close_time_seconds,\n case when count_open_issues = 0 then 0 \n else round(cast(sum_currently_open_duration_seconds * 1.0 / count_open_issues as numeric(28,6) ), 0) end as avg_age_currently_open_seconds,\n case when count_open_assigned_issues = 0 then 0 \n else round(cast(sum_currently_open_assigned_duration_seconds * 1.0 / count_open_assigned_issues as numeric(28,6) ), 0) end as avg_age_currently_open_assigned_seconds\n from project_issues\n),\n\n-- join medians and averages + convert to days\njoin_metrics as (\n\n select\n calculate_avg_metrics.*,\n -- there are 86400 seconds in a day\n round(cast(calculate_avg_metrics.avg_close_time_seconds / 86400.0 as numeric(28,6) ), 0) as avg_close_time_days,\n round(cast(calculate_avg_metrics.avg_assigned_close_time_seconds / 86400.0 as numeric(28,6) ), 0) as avg_assigned_close_time_days,\n round(cast(calculate_avg_metrics.avg_age_currently_open_seconds / 86400.0 as numeric(28,6) ), 0) as avg_age_currently_open_days,\n round(cast(calculate_avg_metrics.avg_age_currently_open_assigned_seconds / 86400.0 as numeric(28,6) ), 0) as avg_age_currently_open_assigned_days,\n median_metrics.median_close_time_seconds, \n median_metrics.median_age_currently_open_seconds,\n median_metrics.median_assigned_close_time_seconds,\n median_metrics.median_age_currently_open_assigned_seconds,\n round(cast(median_metrics.median_close_time_seconds / 86400.0 as numeric(28,6) ), 0) as median_close_time_days,\n round(cast(median_metrics.median_age_currently_open_seconds / 86400.0 as numeric(28,6) ), 0) as median_age_currently_open_days,\n round(cast(median_metrics.median_assigned_close_time_seconds / 86400.0 as numeric(28,6) ), 0) as median_assigned_close_time_days,\n round(cast(median_metrics.median_age_currently_open_assigned_seconds / 86400.0 as numeric(28,6) ), 0) as median_age_currently_open_assigned_days\n from calculate_avg_metrics\n left join median_metrics\n on calculate_avg_metrics.project_id = median_metrics.project_id\n and calculate_avg_metrics.source_relation = median_metrics.source_relation\n)\n\nselect * \nfrom join_metrics\n) select project_id\nfrom __dbt__cte__int_jira__project_metrics\nwhere project_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.jira.int_jira__project_metrics", "sql": " __dbt__cte__int_jira__project_metrics as (\nwith issue as (\n\n select * \n from \"postgres\".\"public_jira\".\"jira__issue_enhanced\"\n where project_id is not null\n),\n\ncalculate_medians as (\n\n select\n project_id,\n source_relation,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by case when resolved_at is not null then open_duration_seconds end )\n /* have to group by partition field */\n\n as numeric(28,6) ), 0) as median_close_time_seconds,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by case when resolved_at is null then open_duration_seconds end )\n /* have to group by partition field */\n\n as numeric(28,6) ), 0) as median_age_currently_open_seconds,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by case when resolved_at is not null then any_assignment_duration_seconds end )\n /* have to group by partition field */\n\n as numeric(28,6) ), 0) as median_assigned_close_time_seconds,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by case when resolved_at is null then any_assignment_duration_seconds end )\n /* have to group by partition field */\n\n as numeric(28,6) ), 0) as median_age_currently_open_assigned_seconds\n from issue\n\n group by project_id, source_relation \n),\n\n-- grouping because the medians were calculated using window functions (except in postgres)\nmedian_metrics as (\n\n select\n project_id,\n source_relation,\n median_close_time_seconds,\n median_age_currently_open_seconds,\n median_assigned_close_time_seconds,\n median_age_currently_open_assigned_seconds\n from calculate_medians\n group by 1,2,3,4,5,6\n),\n\n\n-- get appropriate counts + sums to calculate averages\nproject_issues as (\n\n select\n project_id,\n source_relation,\n sum(case when resolved_at is not null then 1 else 0 end) as count_closed_issues,\n sum(case when resolved_at is null then 1 else 0 end) as count_open_issues,\n -- using the below to calculate averages\n -- assigned issues\n sum(case when resolved_at is null and assignee_user_id is not null then 1 else 0 end) as count_open_assigned_issues,\n sum(case when resolved_at is not null and assignee_user_id is not null then 1 else 0 end) as count_closed_assigned_issues,\n -- close time\n sum(case when resolved_at is not null then open_duration_seconds else 0 end) as sum_close_time_seconds,\n sum(case when resolved_at is not null then any_assignment_duration_seconds else 0 end) as sum_assigned_close_time_seconds,\n -- age of currently open tasks\n sum(case when resolved_at is null then open_duration_seconds else 0 end) as sum_currently_open_duration_seconds,\n sum(case when resolved_at is null then any_assignment_duration_seconds else 0 end) as sum_currently_open_assigned_duration_seconds\n from issue\n\n group by 1, 2\n),\n\ncalculate_avg_metrics as (\n\n select\n project_id,\n source_relation,\n count_closed_issues,\n count_open_issues,\n count_open_assigned_issues,\n case when count_closed_issues = 0 then 0 \n else round(cast(sum_close_time_seconds * 1.0 / count_closed_issues as numeric(28,6) ), 0) end as avg_close_time_seconds,\n case when count_closed_assigned_issues = 0 then 0 \n else round(cast(sum_assigned_close_time_seconds * 1.0 / count_closed_assigned_issues as numeric(28,6) ), 0) end as avg_assigned_close_time_seconds,\n case when count_open_issues = 0 then 0 \n else round(cast(sum_currently_open_duration_seconds * 1.0 / count_open_issues as numeric(28,6) ), 0) end as avg_age_currently_open_seconds,\n case when count_open_assigned_issues = 0 then 0 \n else round(cast(sum_currently_open_assigned_duration_seconds * 1.0 / count_open_assigned_issues as numeric(28,6) ), 0) end as avg_age_currently_open_assigned_seconds\n from project_issues\n),\n\n-- join medians and averages + convert to days\njoin_metrics as (\n\n select\n calculate_avg_metrics.*,\n -- there are 86400 seconds in a day\n round(cast(calculate_avg_metrics.avg_close_time_seconds / 86400.0 as numeric(28,6) ), 0) as avg_close_time_days,\n round(cast(calculate_avg_metrics.avg_assigned_close_time_seconds / 86400.0 as numeric(28,6) ), 0) as avg_assigned_close_time_days,\n round(cast(calculate_avg_metrics.avg_age_currently_open_seconds / 86400.0 as numeric(28,6) ), 0) as avg_age_currently_open_days,\n round(cast(calculate_avg_metrics.avg_age_currently_open_assigned_seconds / 86400.0 as numeric(28,6) ), 0) as avg_age_currently_open_assigned_days,\n median_metrics.median_close_time_seconds, \n median_metrics.median_age_currently_open_seconds,\n median_metrics.median_assigned_close_time_seconds,\n median_metrics.median_age_currently_open_assigned_seconds,\n round(cast(median_metrics.median_close_time_seconds / 86400.0 as numeric(28,6) ), 0) as median_close_time_days,\n round(cast(median_metrics.median_age_currently_open_seconds / 86400.0 as numeric(28,6) ), 0) as median_age_currently_open_days,\n round(cast(median_metrics.median_assigned_close_time_seconds / 86400.0 as numeric(28,6) ), 0) as median_assigned_close_time_days,\n round(cast(median_metrics.median_age_currently_open_assigned_seconds / 86400.0 as numeric(28,6) ), 0) as median_age_currently_open_assigned_days\n from calculate_avg_metrics\n left join median_metrics\n on calculate_avg_metrics.project_id = median_metrics.project_id\n and calculate_avg_metrics.source_relation = median_metrics.source_relation\n)\n\nselect * \nfrom join_metrics\n)"}], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "project_id", "file_key_name": "models.int_jira__project_metrics", "attached_node": "model.jira.int_jira__project_metrics", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "project_id", "model": "{{ get_where_subquery(ref('int_jira__project_metrics')) }}"}, "namespace": null}}, "test.jira.not_null_int_jira__user_metrics_user_id.2143177b14": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_int_jira__user_metrics_user_id", "resource_type": "test", "package_name": "jira", "path": "not_null_int_jira__user_metrics_user_id.sql", "original_file_path": "models/intermediate/int_jira.yml", "unique_id": "test.jira.not_null_int_jira__user_metrics_user_id.2143177b14", "fqn": ["jira", "intermediate", "not_null_int_jira__user_metrics_user_id"], "alias": "not_null_int_jira__user_metrics_user_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": 1778007514.0860155, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "int_jira__user_metrics", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.int_jira__user_metrics"]}, "compiled_path": "target/compiled/jira/models/intermediate/int_jira.yml/not_null_int_jira__user_metrics_user_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nwith __dbt__cte__int_jira__user_metrics as (\nwith issue as (\n\n select *\n from \"postgres\".\"public_jira\".\"jira__issue_enhanced\" \n where assignee_user_id is not null\n),\n\ncalculate_medians as (\n\n select\n assignee_user_id as user_id,\n source_relation,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by case when resolved_at is not null then last_assignment_duration_seconds end )\n /* have to group by partition field */\n\n as numeric(28,6)), 0) as median_close_time_seconds,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by case when resolved_at is null then last_assignment_duration_seconds end )\n /* have to group by partition field */\n\n as numeric(28,6)), 0) as median_age_currently_open_seconds\n from issue\n group by 1, 2 \n),\n\n-- grouping because the medians were calculated using window functions (except postgres)\nmedian_metrics as (\n\n select\n user_id,\n source_relation,\n median_close_time_seconds,\n median_age_currently_open_seconds\n from calculate_medians\n group by 1,2,3,4\n),\n\n\nuser_issues as (\n\n select\n assignee_user_id as user_id,\n source_relation,\n sum(case when resolved_at is not null then 1 else 0 end) as count_closed_issues,\n sum(case when resolved_at is null then 1 else 0 end) as count_open_issues,\n sum(case when resolved_at is not null then last_assignment_duration_seconds end) as sum_close_time_seconds,\n sum(case when resolved_at is null then last_assignment_duration_seconds end) as sum_current_open_seconds\n from issue\n group by 1, 2\n),\n\ncalculate_avg_metrics as (\n\n select\n user_id,\n source_relation,\n count_closed_issues,\n count_open_issues,\n case when count_closed_issues = 0 then 0 else\n round(cast(sum_close_time_seconds * 1.0 / count_closed_issues as numeric(28,6) ), 0) end as avg_close_time_seconds,\n case when count_open_issues = 0 then 0 else\n round(cast(sum_current_open_seconds * 1.0 / count_open_issues as numeric(28,6) ), 0) end as avg_age_currently_open_seconds\n from user_issues\n),\n\njoin_metrics as (\n\n select\n calculate_avg_metrics.*,\n round(cast(calculate_avg_metrics.avg_close_time_seconds / 86400.0 as numeric(28,6) ), 0) as avg_close_time_days,\n round(cast(calculate_avg_metrics.avg_age_currently_open_seconds / 86400.0 as numeric(28,6) ), 0) as avg_age_currently_open_days,\n median_metrics.median_close_time_seconds,\n median_metrics.median_age_currently_open_seconds,\n round(cast(median_metrics.median_close_time_seconds / 86400.0 as numeric(28,6) ), 0) as median_close_time_days,\n round(cast(median_metrics.median_age_currently_open_seconds / 86400.0 as numeric(28,6) ), 0) as median_age_currently_open_days \n from calculate_avg_metrics\n left join median_metrics on\n calculate_avg_metrics.user_id = median_metrics.user_id\n and calculate_avg_metrics.source_relation = median_metrics.source_relation\n)\n\nselect * \nfrom join_metrics\n) select user_id\nfrom __dbt__cte__int_jira__user_metrics\nwhere user_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.jira.int_jira__user_metrics", "sql": " __dbt__cte__int_jira__user_metrics as (\nwith issue as (\n\n select *\n from \"postgres\".\"public_jira\".\"jira__issue_enhanced\" \n where assignee_user_id is not null\n),\n\ncalculate_medians as (\n\n select\n assignee_user_id as user_id,\n source_relation,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by case when resolved_at is not null then last_assignment_duration_seconds end )\n /* have to group by partition field */\n\n as numeric(28,6)), 0) as median_close_time_seconds,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by case when resolved_at is null then last_assignment_duration_seconds end )\n /* have to group by partition field */\n\n as numeric(28,6)), 0) as median_age_currently_open_seconds\n from issue\n group by 1, 2 \n),\n\n-- grouping because the medians were calculated using window functions (except postgres)\nmedian_metrics as (\n\n select\n user_id,\n source_relation,\n median_close_time_seconds,\n median_age_currently_open_seconds\n from calculate_medians\n group by 1,2,3,4\n),\n\n\nuser_issues as (\n\n select\n assignee_user_id as user_id,\n source_relation,\n sum(case when resolved_at is not null then 1 else 0 end) as count_closed_issues,\n sum(case when resolved_at is null then 1 else 0 end) as count_open_issues,\n sum(case when resolved_at is not null then last_assignment_duration_seconds end) as sum_close_time_seconds,\n sum(case when resolved_at is null then last_assignment_duration_seconds end) as sum_current_open_seconds\n from issue\n group by 1, 2\n),\n\ncalculate_avg_metrics as (\n\n select\n user_id,\n source_relation,\n count_closed_issues,\n count_open_issues,\n case when count_closed_issues = 0 then 0 else\n round(cast(sum_close_time_seconds * 1.0 / count_closed_issues as numeric(28,6) ), 0) end as avg_close_time_seconds,\n case when count_open_issues = 0 then 0 else\n round(cast(sum_current_open_seconds * 1.0 / count_open_issues as numeric(28,6) ), 0) end as avg_age_currently_open_seconds\n from user_issues\n),\n\njoin_metrics as (\n\n select\n calculate_avg_metrics.*,\n round(cast(calculate_avg_metrics.avg_close_time_seconds / 86400.0 as numeric(28,6) ), 0) as avg_close_time_days,\n round(cast(calculate_avg_metrics.avg_age_currently_open_seconds / 86400.0 as numeric(28,6) ), 0) as avg_age_currently_open_days,\n median_metrics.median_close_time_seconds,\n median_metrics.median_age_currently_open_seconds,\n round(cast(median_metrics.median_close_time_seconds / 86400.0 as numeric(28,6) ), 0) as median_close_time_days,\n round(cast(median_metrics.median_age_currently_open_seconds / 86400.0 as numeric(28,6) ), 0) as median_age_currently_open_days \n from calculate_avg_metrics\n left join median_metrics on\n calculate_avg_metrics.user_id = median_metrics.user_id\n and calculate_avg_metrics.source_relation = median_metrics.source_relation\n)\n\nselect * \nfrom join_metrics\n)"}], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "user_id", "file_key_name": "models.int_jira__user_metrics", "attached_node": "model.jira.int_jira__user_metrics", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "user_id", "model": "{{ get_where_subquery(ref('int_jira__user_metrics')) }}"}, "namespace": null}}, "test.jira.not_null_int_jira__issue_comments_issue_id.9f16878e45": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_int_jira__issue_comments_issue_id", "resource_type": "test", "package_name": "jira", "path": "not_null_int_jira__issue_comments_issue_id.sql", "original_file_path": "models/intermediate/int_jira.yml", "unique_id": "test.jira.not_null_int_jira__issue_comments_issue_id.9f16878e45", "fqn": ["jira", "intermediate", "not_null_int_jira__issue_comments_issue_id"], "alias": "not_null_int_jira__issue_comments_issue_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": 1778007514.0883372, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "int_jira__issue_comments", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.int_jira__issue_comments"]}, "compiled_path": "target/compiled/jira/models/intermediate/int_jira.yml/not_null_int_jira__issue_comments_issue_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nwith __dbt__cte__int_jira__issue_comments as (\n\n\nwith comment as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__comment\"\n order by issue_id, created_at asc\n),\n\n-- user is a reserved keyword in AWS \njira_user as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__user\"\n),\n\nagg_comments as (\n\n select\n comment.issue_id,\n comment.source_relation,\n count(comment.comment_id) as count_comments\n ,\n string_agg(comment.created_at || ' - ' || jira_user.user_display_name || ': ' || comment.body, '\\n')\n\n as conversation\n \n\n from comment\n inner join jira_user\n on comment.author_user_id = jira_user.user_id\n and comment.source_relation = jira_user.source_relation\n group by 1, 2\n)\n\nselect * from agg_comments\n) select issue_id\nfrom __dbt__cte__int_jira__issue_comments\nwhere issue_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.jira.int_jira__issue_comments", "sql": " __dbt__cte__int_jira__issue_comments as (\n\n\nwith comment as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__comment\"\n order by issue_id, created_at asc\n),\n\n-- user is a reserved keyword in AWS \njira_user as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__user\"\n),\n\nagg_comments as (\n\n select\n comment.issue_id,\n comment.source_relation,\n count(comment.comment_id) as count_comments\n ,\n string_agg(comment.created_at || ' - ' || jira_user.user_display_name || ': ' || comment.body, '\\n')\n\n as conversation\n \n\n from comment\n inner join jira_user\n on comment.author_user_id = jira_user.user_id\n and comment.source_relation = jira_user.source_relation\n group by 1, 2\n)\n\nselect * from agg_comments\n)"}], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "issue_id", "file_key_name": "models.int_jira__issue_comments", "attached_node": "model.jira.int_jira__issue_comments", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "issue_id", "model": "{{ get_where_subquery(ref('int_jira__issue_comments')) }}"}, "namespace": null}}, "test.jira.not_null_int_jira__issue_type_parents_issue_id.8dd98255b0": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_int_jira__issue_type_parents_issue_id", "resource_type": "test", "package_name": "jira", "path": "not_null_int_jira__issue_type_parents_issue_id.sql", "original_file_path": "models/intermediate/int_jira.yml", "unique_id": "test.jira.not_null_int_jira__issue_type_parents_issue_id.8dd98255b0", "fqn": ["jira", "intermediate", "not_null_int_jira__issue_type_parents_issue_id"], "alias": "not_null_int_jira__issue_type_parents_issue_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": 1778007514.0905495, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "int_jira__issue_type_parents", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.int_jira__issue_type_parents"]}, "compiled_path": "target/compiled/jira/models/intermediate/int_jira.yml/not_null_int_jira__issue_type_parents_issue_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect issue_id\nfrom \"postgres\".\"public_jira\".\"int_jira__issue_type_parents\"\nwhere issue_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "issue_id", "file_key_name": "models.int_jira__issue_type_parents", "attached_node": "model.jira.int_jira__issue_type_parents", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "issue_id", "model": "{{ get_where_subquery(ref('int_jira__issue_type_parents')) }}"}, "namespace": null}}, "test.jira.not_null_int_jira__issue_users_issue_id.480b7b6beb": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_int_jira__issue_users_issue_id", "resource_type": "test", "package_name": "jira", "path": "not_null_int_jira__issue_users_issue_id.sql", "original_file_path": "models/intermediate/int_jira.yml", "unique_id": "test.jira.not_null_int_jira__issue_users_issue_id.480b7b6beb", "fqn": ["jira", "intermediate", "not_null_int_jira__issue_users_issue_id"], "alias": "not_null_int_jira__issue_users_issue_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": 1778007514.0927866, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "int_jira__issue_users", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.int_jira__issue_users"]}, "compiled_path": "target/compiled/jira/models/intermediate/int_jira.yml/not_null_int_jira__issue_users_issue_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nwith __dbt__cte__int_jira__issue_users as (\n-- just grabs user attributes for issue assignees and reporters \n\nwith issue as (\n\n -- including issue_id in here because snowflake for some reason ignores issue_id,\n -- so we'll just always pull it out and explicitly select it\n \n\n select\n issue_id,\n coalesce(cast(revised_parent_issue_id as TEXT), cast(parent_issue_id as TEXT)) as parent_issue_id,\n\n \"source_relation\",\n \"original_estimate_seconds\",\n \"remaining_estimate_seconds\",\n \"time_spent_seconds\",\n \"assignee_user_id\",\n \"created_at\",\n \"resolved_at\",\n \"creator_user_id\",\n \"issue_description\",\n \"due_date\",\n \"environment\",\n \"issue_type_id\",\n \"issue_key\",\n \"priority_id\",\n \"project_id\",\n \"reporter_user_id\",\n \"resolution_id\",\n \"status_id\",\n \"status_changed_at\",\n \"issue_name\",\n \"updated_at\",\n \"work_ratio\",\n \"_fivetran_synced\",\n \"issue_type\",\n \"parent_issue_type\",\n \"parent_issue_name\",\n \"parent_issue_key\",\n \"is_parent_epic\"\n\n from \"postgres\".\"public_jira\".\"int_jira__issue_type_parents\"\n),\n\n-- user is a reserved keyword in AWS\njira_user as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__user\"\n),\n\nissue_user_join as (\n\n select\n issue.*,\n assignee.user_display_name as assignee_name,\n assignee.time_zone as assignee_timezone,\n assignee.email as assignee_email,\n reporter.email as reporter_email,\n reporter.user_display_name as reporter_name,\n reporter.time_zone as reporter_timezone\n from issue\n left join jira_user as assignee\n on issue.assignee_user_id = assignee.user_id\n and issue.source_relation = assignee.source_relation\n left join jira_user as reporter\n on issue.reporter_user_id = reporter.user_id\n and issue.source_relation = reporter.source_relation\n)\n\nselect * \nfrom issue_user_join\n) select issue_id\nfrom __dbt__cte__int_jira__issue_users\nwhere issue_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.jira.int_jira__issue_users", "sql": " __dbt__cte__int_jira__issue_users as (\n-- just grabs user attributes for issue assignees and reporters \n\nwith issue as (\n\n -- including issue_id in here because snowflake for some reason ignores issue_id,\n -- so we'll just always pull it out and explicitly select it\n \n\n select\n issue_id,\n coalesce(cast(revised_parent_issue_id as TEXT), cast(parent_issue_id as TEXT)) as parent_issue_id,\n\n \"source_relation\",\n \"original_estimate_seconds\",\n \"remaining_estimate_seconds\",\n \"time_spent_seconds\",\n \"assignee_user_id\",\n \"created_at\",\n \"resolved_at\",\n \"creator_user_id\",\n \"issue_description\",\n \"due_date\",\n \"environment\",\n \"issue_type_id\",\n \"issue_key\",\n \"priority_id\",\n \"project_id\",\n \"reporter_user_id\",\n \"resolution_id\",\n \"status_id\",\n \"status_changed_at\",\n \"issue_name\",\n \"updated_at\",\n \"work_ratio\",\n \"_fivetran_synced\",\n \"issue_type\",\n \"parent_issue_type\",\n \"parent_issue_name\",\n \"parent_issue_key\",\n \"is_parent_epic\"\n\n from \"postgres\".\"public_jira\".\"int_jira__issue_type_parents\"\n),\n\n-- user is a reserved keyword in AWS\njira_user as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__user\"\n),\n\nissue_user_join as (\n\n select\n issue.*,\n assignee.user_display_name as assignee_name,\n assignee.time_zone as assignee_timezone,\n assignee.email as assignee_email,\n reporter.email as reporter_email,\n reporter.user_display_name as reporter_name,\n reporter.time_zone as reporter_timezone\n from issue\n left join jira_user as assignee\n on issue.assignee_user_id = assignee.user_id\n and issue.source_relation = assignee.source_relation\n left join jira_user as reporter\n on issue.reporter_user_id = reporter.user_id\n and issue.source_relation = reporter.source_relation\n)\n\nselect * \nfrom issue_user_join\n)"}], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "issue_id", "file_key_name": "models.int_jira__issue_users", "attached_node": "model.jira.int_jira__issue_users", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "issue_id", "model": "{{ get_where_subquery(ref('int_jira__issue_users')) }}"}, "namespace": null}}, "test.jira.unique_int_jira__issue_calendar_spine_issue_day_id.c49483d2e5": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "unique_int_jira__issue_calendar_spine_issue_day_id", "resource_type": "test", "package_name": "jira", "path": "unique_int_jira__issue_calendar_spine_issue_day_id.sql", "original_file_path": "models/intermediate/int_jira.yml", "unique_id": "test.jira.unique_int_jira__issue_calendar_spine_issue_day_id.c49483d2e5", "fqn": ["jira", "intermediate", "unique_int_jira__issue_calendar_spine_issue_day_id"], "alias": "unique_int_jira__issue_calendar_spine_issue_day_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": 1778007514.0949852, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "int_jira__issue_calendar_spine", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.int_jira__issue_calendar_spine"]}, "compiled_path": "target/compiled/jira/models/intermediate/int_jira.yml/unique_int_jira__issue_calendar_spine_issue_day_id.sql", "compiled": true, "compiled_code": "\n \n \n\nwith __dbt__cte__int_jira__issue_calendar_spine as (\nwith spine as (\n\n -- depends_on: \"postgres\".\"public_jira\".\"stg_jira__issue_tmp\"\n \n \n\n select\n cast(date_day as date) as date_day\n from (\n \n\n\n\n\n\nwith rawdata as (\n\n \n\n \n\n with p as (\n select 0 as generated_number union all select 1\n ), unioned as (\n\n select\n\n \n p0.generated_number * power(2, 0)\n + \n \n p1.generated_number * power(2, 1)\n + \n \n p2.generated_number * power(2, 2)\n + \n \n p3.generated_number * power(2, 3)\n + \n \n p4.generated_number * power(2, 4)\n + \n \n p5.generated_number * power(2, 5)\n + \n \n p6.generated_number * power(2, 6)\n + \n \n p7.generated_number * power(2, 7)\n + \n \n p8.generated_number * power(2, 8)\n + \n \n p9.generated_number * power(2, 9)\n + \n \n p10.generated_number * power(2, 10)\n + \n \n p11.generated_number * power(2, 11)\n \n \n + 1\n as generated_number\n\n from\n\n \n p as p0\n cross join \n \n p as p1\n cross join \n \n p as p2\n cross join \n \n p as p3\n cross join \n \n p as p4\n cross join \n \n p as p5\n cross join \n \n p as p6\n cross join \n \n p as p7\n cross join \n \n p as p8\n cross join \n \n p as p9\n cross join \n \n p as p10\n cross join \n \n p as p11\n \n \n\n )\n\n select *\n from unioned\n where generated_number <= 3784\n order by generated_number\n\n\n\n),\n\nall_periods as (\n\n select (\n \n\n cast('2016-01-01' as date) + ((interval '1 day') * (row_number() over (order by generated_number) - 1))\n\n\n ) as date_day\n from rawdata\n\n),\n\nfiltered as (\n\n select *\n from all_periods\n where date_day <= \n\n now() + ((interval '1 week') * (1))\n\n\n\n)\n\nselect * from filtered\n\n\n ) as date_spine\n),\n\nissue_history_scd as (\n \n select *\n from \"postgres\".\"public_jira\".\"int_jira__field_history_scd\"\n),\n\nissue_dates as (\n\n select\n issue_history_scd.issue_id,\n issue_history_scd.source_relation,\n cast( date_trunc('day', issue.created_at) as date) as created_on,\n -- resolved_at will become null if an issue is marked as un-resolved. if this sorta thing happens often, you may want to run full-refreshes of the field_history models often\n -- if it's not resolved include everything up to today. if it is, look at the last time it was updated\n cast(date_trunc('day', case when issue.resolved_at is null then now() else cast(issue_history_scd.valid_starting_on as timestamp) end)\n as date) as open_until\n from issue_history_scd\n left join \"postgres\".\"public_jira\".\"stg_jira__issue\" as issue\n on issue_history_scd.issue_id = issue.issue_id\n and issue_history_scd.source_relation = issue.source_relation\n),\n\nissue_spine as (\n\n select\n spine.date_day,\n issue_dates.issue_id,\n issue_dates.source_relation,\n -- will take the table-wide min of this in the incremental block at the top of this model\n min(issue_dates.open_until) as earliest_open_until_date\n\n from spine\n join issue_dates on\n issue_dates.created_on <= spine.date_day\n and \n\n issue_dates.open_until + ((interval '1 month') * (1))\n\n >= spine.date_day\n -- if we cut off issues, we're going to have to do a full refresh to catch issues that have been un-resolved\n group by 1,2,3\n),\n\nsurrogate_key as (\n\n select\n date_day,\n issue_id,\n source_relation,\n md5(cast(coalesce(cast(date_day as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(issue_id as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(source_relation as TEXT), '_dbt_utils_surrogate_key_null_') as TEXT)) as issue_day_id,\n earliest_open_until_date,\n cast(date_trunc('week', earliest_open_until_date) as date) as earliest_open_until_week\n\n from issue_spine\n\n where date_day <= cast( now() as date)\n)\n\nselect *\nfrom surrogate_key\n) select\n issue_day_id as unique_field,\n count(*) as n_records\n\nfrom __dbt__cte__int_jira__issue_calendar_spine\nwhere issue_day_id is not null\ngroup by issue_day_id\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.jira.int_jira__issue_calendar_spine", "sql": " __dbt__cte__int_jira__issue_calendar_spine as (\nwith spine as (\n\n -- depends_on: \"postgres\".\"public_jira\".\"stg_jira__issue_tmp\"\n \n \n\n select\n cast(date_day as date) as date_day\n from (\n \n\n\n\n\n\nwith rawdata as (\n\n \n\n \n\n with p as (\n select 0 as generated_number union all select 1\n ), unioned as (\n\n select\n\n \n p0.generated_number * power(2, 0)\n + \n \n p1.generated_number * power(2, 1)\n + \n \n p2.generated_number * power(2, 2)\n + \n \n p3.generated_number * power(2, 3)\n + \n \n p4.generated_number * power(2, 4)\n + \n \n p5.generated_number * power(2, 5)\n + \n \n p6.generated_number * power(2, 6)\n + \n \n p7.generated_number * power(2, 7)\n + \n \n p8.generated_number * power(2, 8)\n + \n \n p9.generated_number * power(2, 9)\n + \n \n p10.generated_number * power(2, 10)\n + \n \n p11.generated_number * power(2, 11)\n \n \n + 1\n as generated_number\n\n from\n\n \n p as p0\n cross join \n \n p as p1\n cross join \n \n p as p2\n cross join \n \n p as p3\n cross join \n \n p as p4\n cross join \n \n p as p5\n cross join \n \n p as p6\n cross join \n \n p as p7\n cross join \n \n p as p8\n cross join \n \n p as p9\n cross join \n \n p as p10\n cross join \n \n p as p11\n \n \n\n )\n\n select *\n from unioned\n where generated_number <= 3784\n order by generated_number\n\n\n\n),\n\nall_periods as (\n\n select (\n \n\n cast('2016-01-01' as date) + ((interval '1 day') * (row_number() over (order by generated_number) - 1))\n\n\n ) as date_day\n from rawdata\n\n),\n\nfiltered as (\n\n select *\n from all_periods\n where date_day <= \n\n now() + ((interval '1 week') * (1))\n\n\n\n)\n\nselect * from filtered\n\n\n ) as date_spine\n),\n\nissue_history_scd as (\n \n select *\n from \"postgres\".\"public_jira\".\"int_jira__field_history_scd\"\n),\n\nissue_dates as (\n\n select\n issue_history_scd.issue_id,\n issue_history_scd.source_relation,\n cast( date_trunc('day', issue.created_at) as date) as created_on,\n -- resolved_at will become null if an issue is marked as un-resolved. if this sorta thing happens often, you may want to run full-refreshes of the field_history models often\n -- if it's not resolved include everything up to today. if it is, look at the last time it was updated\n cast(date_trunc('day', case when issue.resolved_at is null then now() else cast(issue_history_scd.valid_starting_on as timestamp) end)\n as date) as open_until\n from issue_history_scd\n left join \"postgres\".\"public_jira\".\"stg_jira__issue\" as issue\n on issue_history_scd.issue_id = issue.issue_id\n and issue_history_scd.source_relation = issue.source_relation\n),\n\nissue_spine as (\n\n select\n spine.date_day,\n issue_dates.issue_id,\n issue_dates.source_relation,\n -- will take the table-wide min of this in the incremental block at the top of this model\n min(issue_dates.open_until) as earliest_open_until_date\n\n from spine\n join issue_dates on\n issue_dates.created_on <= spine.date_day\n and \n\n issue_dates.open_until + ((interval '1 month') * (1))\n\n >= spine.date_day\n -- if we cut off issues, we're going to have to do a full refresh to catch issues that have been un-resolved\n group by 1,2,3\n),\n\nsurrogate_key as (\n\n select\n date_day,\n issue_id,\n source_relation,\n md5(cast(coalesce(cast(date_day as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(issue_id as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(source_relation as TEXT), '_dbt_utils_surrogate_key_null_') as TEXT)) as issue_day_id,\n earliest_open_until_date,\n cast(date_trunc('week', earliest_open_until_date) as date) as earliest_open_until_week\n\n from issue_spine\n\n where date_day <= cast( now() as date)\n)\n\nselect *\nfrom surrogate_key\n)"}], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "issue_day_id", "file_key_name": "models.int_jira__issue_calendar_spine", "attached_node": "model.jira.int_jira__issue_calendar_spine", "test_metadata": {"name": "unique", "kwargs": {"column_name": "issue_day_id", "model": "{{ get_where_subquery(ref('int_jira__issue_calendar_spine')) }}"}, "namespace": null}}, "test.jira.not_null_int_jira__issue_calendar_spine_issue_day_id.a9512b8e8a": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_int_jira__issue_calendar_spine_issue_day_id", "resource_type": "test", "package_name": "jira", "path": "not_null_int_jira__issue_calendar_spine_issue_day_id.sql", "original_file_path": "models/intermediate/int_jira.yml", "unique_id": "test.jira.not_null_int_jira__issue_calendar_spine_issue_day_id.a9512b8e8a", "fqn": ["jira", "intermediate", "not_null_int_jira__issue_calendar_spine_issue_day_id"], "alias": "not_null_int_jira__issue_calendar_spine_issue_day_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": 1778007514.097234, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "int_jira__issue_calendar_spine", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.int_jira__issue_calendar_spine"]}, "compiled_path": "target/compiled/jira/models/intermediate/int_jira.yml/not_null_int_jira__issue_calendar_spine_issue_day_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nwith __dbt__cte__int_jira__issue_calendar_spine as (\nwith spine as (\n\n -- depends_on: \"postgres\".\"public_jira\".\"stg_jira__issue_tmp\"\n \n \n\n select\n cast(date_day as date) as date_day\n from (\n \n\n\n\n\n\nwith rawdata as (\n\n \n\n \n\n with p as (\n select 0 as generated_number union all select 1\n ), unioned as (\n\n select\n\n \n p0.generated_number * power(2, 0)\n + \n \n p1.generated_number * power(2, 1)\n + \n \n p2.generated_number * power(2, 2)\n + \n \n p3.generated_number * power(2, 3)\n + \n \n p4.generated_number * power(2, 4)\n + \n \n p5.generated_number * power(2, 5)\n + \n \n p6.generated_number * power(2, 6)\n + \n \n p7.generated_number * power(2, 7)\n + \n \n p8.generated_number * power(2, 8)\n + \n \n p9.generated_number * power(2, 9)\n + \n \n p10.generated_number * power(2, 10)\n + \n \n p11.generated_number * power(2, 11)\n \n \n + 1\n as generated_number\n\n from\n\n \n p as p0\n cross join \n \n p as p1\n cross join \n \n p as p2\n cross join \n \n p as p3\n cross join \n \n p as p4\n cross join \n \n p as p5\n cross join \n \n p as p6\n cross join \n \n p as p7\n cross join \n \n p as p8\n cross join \n \n p as p9\n cross join \n \n p as p10\n cross join \n \n p as p11\n \n \n\n )\n\n select *\n from unioned\n where generated_number <= 3784\n order by generated_number\n\n\n\n),\n\nall_periods as (\n\n select (\n \n\n cast('2016-01-01' as date) + ((interval '1 day') * (row_number() over (order by generated_number) - 1))\n\n\n ) as date_day\n from rawdata\n\n),\n\nfiltered as (\n\n select *\n from all_periods\n where date_day <= \n\n now() + ((interval '1 week') * (1))\n\n\n\n)\n\nselect * from filtered\n\n\n ) as date_spine\n),\n\nissue_history_scd as (\n \n select *\n from \"postgres\".\"public_jira\".\"int_jira__field_history_scd\"\n),\n\nissue_dates as (\n\n select\n issue_history_scd.issue_id,\n issue_history_scd.source_relation,\n cast( date_trunc('day', issue.created_at) as date) as created_on,\n -- resolved_at will become null if an issue is marked as un-resolved. if this sorta thing happens often, you may want to run full-refreshes of the field_history models often\n -- if it's not resolved include everything up to today. if it is, look at the last time it was updated\n cast(date_trunc('day', case when issue.resolved_at is null then now() else cast(issue_history_scd.valid_starting_on as timestamp) end)\n as date) as open_until\n from issue_history_scd\n left join \"postgres\".\"public_jira\".\"stg_jira__issue\" as issue\n on issue_history_scd.issue_id = issue.issue_id\n and issue_history_scd.source_relation = issue.source_relation\n),\n\nissue_spine as (\n\n select\n spine.date_day,\n issue_dates.issue_id,\n issue_dates.source_relation,\n -- will take the table-wide min of this in the incremental block at the top of this model\n min(issue_dates.open_until) as earliest_open_until_date\n\n from spine\n join issue_dates on\n issue_dates.created_on <= spine.date_day\n and \n\n issue_dates.open_until + ((interval '1 month') * (1))\n\n >= spine.date_day\n -- if we cut off issues, we're going to have to do a full refresh to catch issues that have been un-resolved\n group by 1,2,3\n),\n\nsurrogate_key as (\n\n select\n date_day,\n issue_id,\n source_relation,\n md5(cast(coalesce(cast(date_day as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(issue_id as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(source_relation as TEXT), '_dbt_utils_surrogate_key_null_') as TEXT)) as issue_day_id,\n earliest_open_until_date,\n cast(date_trunc('week', earliest_open_until_date) as date) as earliest_open_until_week\n\n from issue_spine\n\n where date_day <= cast( now() as date)\n)\n\nselect *\nfrom surrogate_key\n) select issue_day_id\nfrom __dbt__cte__int_jira__issue_calendar_spine\nwhere issue_day_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.jira.int_jira__issue_calendar_spine", "sql": " __dbt__cte__int_jira__issue_calendar_spine as (\nwith spine as (\n\n -- depends_on: \"postgres\".\"public_jira\".\"stg_jira__issue_tmp\"\n \n \n\n select\n cast(date_day as date) as date_day\n from (\n \n\n\n\n\n\nwith rawdata as (\n\n \n\n \n\n with p as (\n select 0 as generated_number union all select 1\n ), unioned as (\n\n select\n\n \n p0.generated_number * power(2, 0)\n + \n \n p1.generated_number * power(2, 1)\n + \n \n p2.generated_number * power(2, 2)\n + \n \n p3.generated_number * power(2, 3)\n + \n \n p4.generated_number * power(2, 4)\n + \n \n p5.generated_number * power(2, 5)\n + \n \n p6.generated_number * power(2, 6)\n + \n \n p7.generated_number * power(2, 7)\n + \n \n p8.generated_number * power(2, 8)\n + \n \n p9.generated_number * power(2, 9)\n + \n \n p10.generated_number * power(2, 10)\n + \n \n p11.generated_number * power(2, 11)\n \n \n + 1\n as generated_number\n\n from\n\n \n p as p0\n cross join \n \n p as p1\n cross join \n \n p as p2\n cross join \n \n p as p3\n cross join \n \n p as p4\n cross join \n \n p as p5\n cross join \n \n p as p6\n cross join \n \n p as p7\n cross join \n \n p as p8\n cross join \n \n p as p9\n cross join \n \n p as p10\n cross join \n \n p as p11\n \n \n\n )\n\n select *\n from unioned\n where generated_number <= 3784\n order by generated_number\n\n\n\n),\n\nall_periods as (\n\n select (\n \n\n cast('2016-01-01' as date) + ((interval '1 day') * (row_number() over (order by generated_number) - 1))\n\n\n ) as date_day\n from rawdata\n\n),\n\nfiltered as (\n\n select *\n from all_periods\n where date_day <= \n\n now() + ((interval '1 week') * (1))\n\n\n\n)\n\nselect * from filtered\n\n\n ) as date_spine\n),\n\nissue_history_scd as (\n \n select *\n from \"postgres\".\"public_jira\".\"int_jira__field_history_scd\"\n),\n\nissue_dates as (\n\n select\n issue_history_scd.issue_id,\n issue_history_scd.source_relation,\n cast( date_trunc('day', issue.created_at) as date) as created_on,\n -- resolved_at will become null if an issue is marked as un-resolved. if this sorta thing happens often, you may want to run full-refreshes of the field_history models often\n -- if it's not resolved include everything up to today. if it is, look at the last time it was updated\n cast(date_trunc('day', case when issue.resolved_at is null then now() else cast(issue_history_scd.valid_starting_on as timestamp) end)\n as date) as open_until\n from issue_history_scd\n left join \"postgres\".\"public_jira\".\"stg_jira__issue\" as issue\n on issue_history_scd.issue_id = issue.issue_id\n and issue_history_scd.source_relation = issue.source_relation\n),\n\nissue_spine as (\n\n select\n spine.date_day,\n issue_dates.issue_id,\n issue_dates.source_relation,\n -- will take the table-wide min of this in the incremental block at the top of this model\n min(issue_dates.open_until) as earliest_open_until_date\n\n from spine\n join issue_dates on\n issue_dates.created_on <= spine.date_day\n and \n\n issue_dates.open_until + ((interval '1 month') * (1))\n\n >= spine.date_day\n -- if we cut off issues, we're going to have to do a full refresh to catch issues that have been un-resolved\n group by 1,2,3\n),\n\nsurrogate_key as (\n\n select\n date_day,\n issue_id,\n source_relation,\n md5(cast(coalesce(cast(date_day as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(issue_id as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(source_relation as TEXT), '_dbt_utils_surrogate_key_null_') as TEXT)) as issue_day_id,\n earliest_open_until_date,\n cast(date_trunc('week', earliest_open_until_date) as date) as earliest_open_until_week\n\n from issue_spine\n\n where date_day <= cast( now() as date)\n)\n\nselect *\nfrom surrogate_key\n)"}], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "issue_day_id", "file_key_name": "models.int_jira__issue_calendar_spine", "attached_node": "model.jira.int_jira__issue_calendar_spine", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "issue_day_id", "model": "{{ get_where_subquery(ref('int_jira__issue_calendar_spine')) }}"}, "namespace": null}}, "test.jira.unique_int_jira__pivot_daily_field_history_issue_day_id.46c6f9a842": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "unique_int_jira__pivot_daily_field_history_issue_day_id", "resource_type": "test", "package_name": "jira", "path": "unique_int_jira__pivot_daily_field_history_issue_day_id.sql", "original_file_path": "models/intermediate/int_jira.yml", "unique_id": "test.jira.unique_int_jira__pivot_daily_field_history_issue_day_id.46c6f9a842", "fqn": ["jira", "intermediate", "unique_int_jira__pivot_daily_field_history_issue_day_id"], "alias": "unique_int_jira__pivot_daily_field_history_issue_day_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": 1778007514.0993955, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "int_jira__pivot_daily_field_history", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.int_jira__pivot_daily_field_history"]}, "compiled_path": "target/compiled/jira/models/intermediate/int_jira.yml/unique_int_jira__pivot_daily_field_history_issue_day_id.sql", "compiled": true, "compiled_code": "\n \n \n\nselect\n issue_day_id as unique_field,\n count(*) as n_records\n\nfrom \"postgres\".\"public_jira\".\"int_jira__pivot_daily_field_history\"\nwhere issue_day_id is not null\ngroup by issue_day_id\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "issue_day_id", "file_key_name": "models.int_jira__pivot_daily_field_history", "attached_node": "model.jira.int_jira__pivot_daily_field_history", "test_metadata": {"name": "unique", "kwargs": {"column_name": "issue_day_id", "model": "{{ get_where_subquery(ref('int_jira__pivot_daily_field_history')) }}"}, "namespace": null}}, "test.jira.not_null_int_jira__pivot_daily_field_history_issue_day_id.b697c971fd": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_int_jira__pivot_daily_field_history_issue_day_id", "resource_type": "test", "package_name": "jira", "path": "not_null_int_jira__pivot_daily_field_history_issue_day_id.sql", "original_file_path": "models/intermediate/int_jira.yml", "unique_id": "test.jira.not_null_int_jira__pivot_daily_field_history_issue_day_id.b697c971fd", "fqn": ["jira", "intermediate", "not_null_int_jira__pivot_daily_field_history_issue_day_id"], "alias": "not_null_int_jira__pivot_daily_field_history_issue_day_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": 1778007514.101629, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "int_jira__pivot_daily_field_history", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.int_jira__pivot_daily_field_history"]}, "compiled_path": "target/compiled/jira/models/intermediate/int_jira.yml/not_null_int_jira__pivot_daily_field_history_issue_day_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect issue_day_id\nfrom \"postgres\".\"public_jira\".\"int_jira__pivot_daily_field_history\"\nwhere issue_day_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "issue_day_id", "file_key_name": "models.int_jira__pivot_daily_field_history", "attached_node": "model.jira.int_jira__pivot_daily_field_history", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "issue_day_id", "model": "{{ get_where_subquery(ref('int_jira__pivot_daily_field_history')) }}"}, "namespace": null}}, "test.jira.not_null_int_jira__issue_assign_resolution_issue_id.b3af89c733": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_int_jira__issue_assign_resolution_issue_id", "resource_type": "test", "package_name": "jira", "path": "not_null_int_jira__issue_assign_resolution_issue_id.sql", "original_file_path": "models/intermediate/int_jira.yml", "unique_id": "test.jira.not_null_int_jira__issue_assign_resolution_issue_id.b3af89c733", "fqn": ["jira", "intermediate", "not_null_int_jira__issue_assign_resolution_issue_id"], "alias": "not_null_int_jira__issue_assign_resolution_issue_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": 1778007514.1038566, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "int_jira__issue_assign_resolution", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.int_jira__issue_assign_resolution"]}, "compiled_path": "target/compiled/jira/models/intermediate/int_jira.yml/not_null_int_jira__issue_assign_resolution_issue_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nwith __dbt__cte__int_jira__issue_field_history as (\nwith field_history as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__issue_field_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n field_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', field_history.updated_at) as date) as updated_at_week\n\n from field_history\n join fields\n on fields.field_id = field_history.field_id\n and fields.source_relation = field_history.source_relation\n\n)\n\nselect *\nfrom joined\n), __dbt__cte__int_jira__issue_assign_resolution as (\nwith issue_field_history as (\n \n select *\n from __dbt__cte__int_jira__issue_field_history\n),\n\nfiltered as (\n -- we're only looking at assignments and resolutions, which are single-field values\n select *\n from issue_field_history\n where (lower(field_id) = 'assignee'\n or lower(field_id) = 'resolutiondate')\n and field_value is not null -- remove initial null rows\n),\n\nissue_dates as (\n\n select\n issue_id,\n source_relation,\n min(case when field_id = 'assignee' then updated_at end) as first_assigned_at,\n max(case when field_id = 'assignee' then updated_at end) as last_assigned_at,\n min(case when field_id = 'resolutiondate' then updated_at end) as first_resolved_at -- in case it's been re-opened\n from filtered\n group by 1, 2\n)\n\nselect *\nfrom issue_dates\n) select issue_id\nfrom __dbt__cte__int_jira__issue_assign_resolution\nwhere issue_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.jira.int_jira__issue_field_history", "sql": " __dbt__cte__int_jira__issue_field_history as (\nwith field_history as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__issue_field_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n field_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', field_history.updated_at) as date) as updated_at_week\n\n from field_history\n join fields\n on fields.field_id = field_history.field_id\n and fields.source_relation = field_history.source_relation\n\n)\n\nselect *\nfrom joined\n)"}, {"id": "model.jira.int_jira__issue_assign_resolution", "sql": " __dbt__cte__int_jira__issue_assign_resolution as (\nwith issue_field_history as (\n \n select *\n from __dbt__cte__int_jira__issue_field_history\n),\n\nfiltered as (\n -- we're only looking at assignments and resolutions, which are single-field values\n select *\n from issue_field_history\n where (lower(field_id) = 'assignee'\n or lower(field_id) = 'resolutiondate')\n and field_value is not null -- remove initial null rows\n),\n\nissue_dates as (\n\n select\n issue_id,\n source_relation,\n min(case when field_id = 'assignee' then updated_at end) as first_assigned_at,\n max(case when field_id = 'assignee' then updated_at end) as last_assigned_at,\n min(case when field_id = 'resolutiondate' then updated_at end) as first_resolved_at -- in case it's been re-opened\n from filtered\n group by 1, 2\n)\n\nselect *\nfrom issue_dates\n)"}], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "issue_id", "file_key_name": "models.int_jira__issue_assign_resolution", "attached_node": "model.jira.int_jira__issue_assign_resolution", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "issue_id", "model": "{{ get_where_subquery(ref('int_jira__issue_assign_resolution')) }}"}, "namespace": null}}, "test.jira.unique_int_jira__field_history_scd_issue_day_id.21b932e949": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "unique_int_jira__field_history_scd_issue_day_id", "resource_type": "test", "package_name": "jira", "path": "unique_int_jira__field_history_scd_issue_day_id.sql", "original_file_path": "models/intermediate/int_jira.yml", "unique_id": "test.jira.unique_int_jira__field_history_scd_issue_day_id.21b932e949", "fqn": ["jira", "intermediate", "unique_int_jira__field_history_scd_issue_day_id"], "alias": "unique_int_jira__field_history_scd_issue_day_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": 1778007514.106045, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "int_jira__field_history_scd", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.int_jira__field_history_scd"]}, "compiled_path": "target/compiled/jira/models/intermediate/int_jira.yml/unique_int_jira__field_history_scd_issue_day_id.sql", "compiled": true, "compiled_code": "\n \n \n\nselect\n issue_day_id as unique_field,\n count(*) as n_records\n\nfrom \"postgres\".\"public_jira\".\"int_jira__field_history_scd\"\nwhere issue_day_id is not null\ngroup by issue_day_id\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "issue_day_id", "file_key_name": "models.int_jira__field_history_scd", "attached_node": "model.jira.int_jira__field_history_scd", "test_metadata": {"name": "unique", "kwargs": {"column_name": "issue_day_id", "model": "{{ get_where_subquery(ref('int_jira__field_history_scd')) }}"}, "namespace": null}}, "test.jira.not_null_int_jira__field_history_scd_issue_day_id.327ac0856c": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_int_jira__field_history_scd_issue_day_id", "resource_type": "test", "package_name": "jira", "path": "not_null_int_jira__field_history_scd_issue_day_id.sql", "original_file_path": "models/intermediate/int_jira.yml", "unique_id": "test.jira.not_null_int_jira__field_history_scd_issue_day_id.327ac0856c", "fqn": ["jira", "intermediate", "not_null_int_jira__field_history_scd_issue_day_id"], "alias": "not_null_int_jira__field_history_scd_issue_day_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": 1778007514.1083264, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "int_jira__field_history_scd", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.int_jira__field_history_scd"]}, "compiled_path": "target/compiled/jira/models/intermediate/int_jira.yml/not_null_int_jira__field_history_scd_issue_day_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect issue_day_id\nfrom \"postgres\".\"public_jira\".\"int_jira__field_history_scd\"\nwhere issue_day_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "issue_day_id", "file_key_name": "models.int_jira__field_history_scd", "attached_node": "model.jira.int_jira__field_history_scd", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "issue_day_id", "model": "{{ get_where_subquery(ref('int_jira__field_history_scd')) }}"}, "namespace": null}}, "test.jira.not_null_int_jira__issue_versions_issue_id.54c4cd445e": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_int_jira__issue_versions_issue_id", "resource_type": "test", "package_name": "jira", "path": "not_null_int_jira__issue_versions_issue_id.sql", "original_file_path": "models/intermediate/int_jira.yml", "unique_id": "test.jira.not_null_int_jira__issue_versions_issue_id.54c4cd445e", "fqn": ["jira", "intermediate", "not_null_int_jira__issue_versions_issue_id"], "alias": "not_null_int_jira__issue_versions_issue_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": 1778007514.1104732, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "int_jira__issue_versions", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.int_jira__issue_versions"]}, "compiled_path": "target/compiled/jira/models/intermediate/int_jira.yml/not_null_int_jira__issue_versions_issue_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nwith __dbt__cte__int_jira__issue_multiselect_history as (\nwith issue_multiselect_history as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__issue_multiselect_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n issue_multiselect_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', issue_multiselect_history.updated_at) as date) as updated_at_week\n\n from issue_multiselect_history\n join fields\n on fields.field_id = issue_multiselect_history.field_id\n and fields.source_relation = issue_multiselect_history.source_relation\n\n)\n\nselect *\nfrom joined\n), __dbt__cte__int_jira__issue_versions as (\n\n\nwith version as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__version\"\n),\n\nversion_history as (\n\n select *\n from __dbt__cte__int_jira__issue_multiselect_history\n where field_id = 'versions'\n or field_id = 'fixVersions'\n),\n\norder_versions as (\n\n select\n *,\n -- using rank so batches stick together\n rank() over (\n partition by field_id, issue_id \n order by updated_at desc\n ) as row_num\n from version_history\n),\n\nlatest_versions as (\n\n select\n field_id,\n issue_id,\n source_relation,\n updated_at,\n cast(field_value as integer) as version_id\n from order_versions\n where row_num = 1\n),\n\nversion_info as (\n\n select\n latest_versions.field_id,\n latest_versions.issue_id,\n latest_versions.source_relation,\n \n string_agg(version.version_name, ', ')\n\n as versions\n\n from latest_versions\n join version on latest_versions.version_id = version.version_id\n and latest_versions.source_relation = version.source_relation\n\n group by 1,2,3\n),\n\nsplit_versions as (\n\n select\n issue_id,\n source_relation,\n case when field_id = 'versions' then versions else null end as affects_versions,\n case when field_id = 'fixVersions' then versions else null end as fixes_versions\n from version_info\n),\n\nfinal as (\n\n select\n issue_id,\n source_relation,\n max(affects_versions) as affects_versions,\n max(fixes_versions) as fixes_versions\n from split_versions\n group by 1, 2\n)\n\nselect *\nfrom final\n) select issue_id\nfrom __dbt__cte__int_jira__issue_versions\nwhere issue_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.jira.int_jira__issue_multiselect_history", "sql": " __dbt__cte__int_jira__issue_multiselect_history as (\nwith issue_multiselect_history as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__issue_multiselect_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n issue_multiselect_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', issue_multiselect_history.updated_at) as date) as updated_at_week\n\n from issue_multiselect_history\n join fields\n on fields.field_id = issue_multiselect_history.field_id\n and fields.source_relation = issue_multiselect_history.source_relation\n\n)\n\nselect *\nfrom joined\n)"}, {"id": "model.jira.int_jira__issue_versions", "sql": " __dbt__cte__int_jira__issue_versions as (\n\n\nwith version as (\n\n select *\n from \"postgres\".\"public_jira\".\"stg_jira__version\"\n),\n\nversion_history as (\n\n select *\n from __dbt__cte__int_jira__issue_multiselect_history\n where field_id = 'versions'\n or field_id = 'fixVersions'\n),\n\norder_versions as (\n\n select\n *,\n -- using rank so batches stick together\n rank() over (\n partition by field_id, issue_id \n order by updated_at desc\n ) as row_num\n from version_history\n),\n\nlatest_versions as (\n\n select\n field_id,\n issue_id,\n source_relation,\n updated_at,\n cast(field_value as integer) as version_id\n from order_versions\n where row_num = 1\n),\n\nversion_info as (\n\n select\n latest_versions.field_id,\n latest_versions.issue_id,\n latest_versions.source_relation,\n \n string_agg(version.version_name, ', ')\n\n as versions\n\n from latest_versions\n join version on latest_versions.version_id = version.version_id\n and latest_versions.source_relation = version.source_relation\n\n group by 1,2,3\n),\n\nsplit_versions as (\n\n select\n issue_id,\n source_relation,\n case when field_id = 'versions' then versions else null end as affects_versions,\n case when field_id = 'fixVersions' then versions else null end as fixes_versions\n from version_info\n),\n\nfinal as (\n\n select\n issue_id,\n source_relation,\n max(affects_versions) as affects_versions,\n max(fixes_versions) as fixes_versions\n from split_versions\n group by 1, 2\n)\n\nselect *\nfrom final\n)"}], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "issue_id", "file_key_name": "models.int_jira__issue_versions", "attached_node": "model.jira.int_jira__issue_versions", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "issue_id", "model": "{{ get_where_subquery(ref('int_jira__issue_versions')) }}"}, "namespace": null}}}, "sources": {"source.jira.jira.comment": {"database": "postgres", "schema": "public", "name": "comment", "resource_type": "source", "package_name": "jira", "path": "models/staging/src_jira.yml", "original_file_path": "models/staging/src_jira.yml", "unique_id": "source.jira.jira.comment", "fqn": ["jira", "staging", "jira", "comment"], "source_name": "jira", "source_description": "", "loader": "fivetran", "identifier": "comment", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "external": null, "description": "Table of comments made on issues.", "columns": {"id": {"name": "id", "description": "Unique ID of the comment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "author_id": {"name": "author_id", "description": "Foreign key referencing the `user` id of the comment's author.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "body": {"name": "body", "description": "Content of the comment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "created": {"name": "created", "description": "Timestamp of when the comment was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_public": {"name": "is_public", "description": "Boolean that is true if the comment is visible to all users.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_id": {"name": "issue_id", "description": "Foreign key referencing the id of the `issue` that was commented on.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "update_author_id": {"name": "update_author_id", "description": "Foreign key referencing the id of the `user` who last updated this comment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "updated": {"name": "updated", "description": "Timestamp of when the comment was last updated.", "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": 72, "period": "hour"}, "error_after": {"count": 96, "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": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "loaded_at_query": null, "meta": {}, "tags": []}, "relation_name": "\"postgres\".\"public\".\"comment\"", "created_at": 1778007514.1357734, "unrendered_database": "{% if target.type != 'spark'%}{{ var('jira_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var ('jira_schema', 'jira') }}", "doc_blocks": []}, "source.jira.jira.component": {"database": "postgres", "schema": "public", "name": "component", "resource_type": "source", "package_name": "jira", "path": "models/staging/src_jira.yml", "original_file_path": "models/staging/src_jira.yml", "unique_id": "source.jira.jira.component", "fqn": ["jira", "staging", "jira", "component"], "source_name": "jira", "source_description": "", "loader": "fivetran", "identifier": "component", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "external": null, "description": "Table of project components (subsections to group issues).\n", "columns": {"id": {"name": "id", "description": "ID of the component.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "description": {"name": "description", "description": "Description given to the component.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "name": {"name": "name", "description": "UI-facing name of the component.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "project_id": {"name": "project_id", "description": "Foreign key referencing the id of the component's `project`.", "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": 72, "period": "hour"}, "error_after": {"count": 96, "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": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "loaded_at_query": null, "meta": {}, "tags": []}, "relation_name": "\"postgres\".\"public\".\"component\"", "created_at": 1778007514.1377158, "unrendered_database": "{% if target.type != 'spark'%}{{ var('jira_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var ('jira_schema', 'jira') }}", "doc_blocks": []}, "source.jira.jira.field": {"database": "postgres", "schema": "public", "name": "field", "resource_type": "source", "package_name": "jira", "path": "models/staging/src_jira.yml", "original_file_path": "models/staging/src_jira.yml", "unique_id": "source.jira.jira.field", "fqn": ["jira", "staging", "jira", "field"], "source_name": "jira", "source_description": "", "loader": "fivetran", "identifier": "field", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "external": null, "description": "Table of all issue fields.", "columns": {"id": {"name": "id", "description": "Unique ID of the field. Default fields will have descriptive IDs, whereas custom field IDs will be `'customfield_#####'`.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_array": {"name": "is_array", "description": "Boolean that is true if a field can have multiple values (is multiselect).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_custom": {"name": "is_custom", "description": "Boolean that is true if the field is custom to this organization, and false if it is default to Jira.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "name": {"name": "name", "description": "Name of the field as it appears on issue cards.", "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": 72, "period": "hour"}, "error_after": {"count": 96, "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": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "loaded_at_query": null, "meta": {}, "tags": []}, "relation_name": "\"postgres\".\"public\".\"field\"", "created_at": 1778007514.1382747, "unrendered_database": "{% if target.type != 'spark'%}{{ var('jira_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var ('jira_schema', 'jira') }}", "doc_blocks": []}, "source.jira.jira.field_option": {"database": "postgres", "schema": "public", "name": "field_option", "resource_type": "source", "package_name": "jira", "path": "models/staging/src_jira.yml", "original_file_path": "models/staging/src_jira.yml", "unique_id": "source.jira.jira.field_option", "fqn": ["jira", "staging", "jira", "field_option"], "source_name": "jira", "source_description": "", "loader": "fivetran", "identifier": "field_option", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "external": null, "description": "Table of all options related to custom fields.", "columns": {"id": {"name": "id", "description": "The ID of the custom field.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "parent_id": {"name": "parent_id", "description": "The ID of the parent custom field.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "name": {"name": "name", "description": "Name of the field option.", "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": 72, "period": "hour"}, "error_after": {"count": 96, "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": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "loaded_at_query": null, "meta": {}, "tags": []}, "relation_name": "\"postgres\".\"public\".\"field_option\"", "created_at": 1778007514.138829, "unrendered_database": "{% if target.type != 'spark'%}{{ var('jira_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var ('jira_schema', 'jira') }}", "doc_blocks": []}, "source.jira.jira.issue": {"database": "postgres", "schema": "public", "name": "issue", "resource_type": "source", "package_name": "jira", "path": "models/staging/src_jira.yml", "original_file_path": "models/staging/src_jira.yml", "unique_id": "source.jira.jira.issue", "fqn": ["jira", "staging", "jira", "issue"], "source_name": "jira", "source_description": "", "loader": "fivetran", "identifier": "issue", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "external": null, "description": "Table of all issues in your organization's Jira (captures soft deletes).", "columns": {"id": {"name": "id", "description": "Unique ID of the issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean that is true if the row has been soft-deleted from the source.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "assignee": {"name": "assignee", "description": "Foreign key referencing the ID of the `user` currently assigned to this task.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "created": {"name": "created", "description": "Timestamp of when the issue was created (in UTC).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "creator": {"name": "creator", "description": "Foreign key referencing the `user` who first created the issue. Cannot be changed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "description": {"name": "description", "description": "The issue description, if given.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "due_date": {"name": "due_date", "description": "Calendar day on which the issue is due, if a due date is provided.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "environment": {"name": "environment", "description": "Text field describing the environment in which the issue occurred (ie \"IE9 on Windows 7\").", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_type": {"name": "issue_type", "description": "Foreign key referencing the ID of the `issue_type`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "work_type": {"name": "work_type", "description": "Issue type ID for connectors that no longer sync the `issue_type` column.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "key": {"name": "key", "description": "UI-facing id of the issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_viewed": {"name": "last_viewed", "description": "Timestamp of when the user who set up the connector last viewed the issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "original_estimate": {"name": "original_estimate", "description": "The original estimate of how long working on this issue would take, in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "parent_id": {"name": "parent_id", "description": "Self-referencing ID of the parent `issue`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "priority": {"name": "priority", "description": "Foreign key referencing the ID of the issue's current `priority`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "project": {"name": "project", "description": "Foreign key referencing the ID of the `project` that the issue belongs to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "remaining_estimate": {"name": "remaining_estimate", "description": "The estimate of how much longer working on this issue will take, in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "reporter": {"name": "reporter", "description": "Foreign key referencing the ID of the `user` who reported the issue. This differs from the `creator` column in that the reporter can be changed in-app.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "resolution": {"name": "resolution", "description": "Foreign key referencing the ID of the issue's type of `resolution`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "resolved": {"name": "resolved", "description": "Timestamp of when the issue was resolved (ie completed, marked as duplicate). If an issue is marked as un-resolved, this is null.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "status": {"name": "status", "description": "Foreign key referencing the ID of the issue's `status` (the step that the issue is currently at in the project's workflow).\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "status_category_changed": {"name": "status_category_changed", "description": "Timestamp of when the status was last changed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "summary": {"name": "summary", "description": "Title of the issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "time_spent": {"name": "time_spent", "description": "The time that was spent working on this issue, in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "updated": {"name": "updated", "description": "Timestamp of when the issue was last updated in some way.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "work_ratio": {"name": "work_ratio", "description": "The percentage of work that has been logged against the issue (time_spent) vs the original estimate of worktime. Equals -1.0 when the fields required for calculation are not provided.\n", "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": 72, "period": "hour"}, "error_after": {"count": 96, "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": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "loaded_at_query": null, "meta": {}, "tags": []}, "relation_name": "\"postgres\".\"public\".\"issue\"", "created_at": 1778007514.139593, "unrendered_database": "{% if target.type != 'spark'%}{{ var('jira_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var ('jira_schema', 'jira') }}", "doc_blocks": []}, "source.jira.jira.issue_field_history": {"database": "postgres", "schema": "public", "name": "issue_field_history", "resource_type": "source", "package_name": "jira", "path": "models/staging/src_jira.yml", "original_file_path": "models/staging/src_jira.yml", "unique_id": "source.jira.jira.issue_field_history", "fqn": ["jira", "staging", "jira", "issue_field_history"], "source_name": "jira", "source_description": "", "loader": "fivetran", "identifier": "issue_field_history", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "external": null, "description": "Table of every value that each **custom non-array** (not multiselect) field has been set to.", "columns": {"field_id": {"name": "field_id", "description": "Foreign key referencing the ID of the `field` that was changed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_id": {"name": "issue_id", "description": "Foreign key referencing the ID of the `issue` whose field was updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "time": {"name": "time", "description": "Timestamp of when the issue field was set to this value.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "value": {"name": "value", "description": "Content of the value of that the field was set to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "author_id": {"name": "author_id", "description": "Foreign key referencing the ID of the `user` who made this field change.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_active": {"name": "is_active", "description": "Boolean showing whether this issue field is currently active.", "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": 72, "period": "hour"}, "error_after": {"count": 96, "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": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "loaded_at_query": null, "meta": {}, "tags": []}, "relation_name": "\"postgres\".\"public\".\"issue_field_history\"", "created_at": 1778007514.14013, "unrendered_database": "{% if target.type != 'spark'%}{{ var('jira_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var ('jira_schema', 'jira') }}", "doc_blocks": []}, "source.jira.jira.issue_link": {"database": "postgres", "schema": "public", "name": "issue_link", "resource_type": "source", "package_name": "jira", "path": "models/staging/src_jira.yml", "original_file_path": "models/staging/src_jira.yml", "unique_id": "source.jira.jira.issue_link", "fqn": ["jira", "staging", "jira", "issue_link"], "source_name": "jira", "source_description": "", "loader": "fivetran", "identifier": "issue_link", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "external": null, "description": "Table of relationships (links) created between issues. Issue links can include blockers, clones/duplicates, and general relationships.\n", "columns": {"issue_id": {"name": "issue_id", "description": "Foreign key referencing the ID of the `issue` that is the subject of this relationship (the linker).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "related_issue_id": {"name": "related_issue_id", "description": "Foreign key referencing the ID of the `issue` that is the object of this relationship (the linkee).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "relationship": {"name": "relationship", "description": "The nature of the link between the two issues (\"blocks\", \"is duplicated by\", \"relates to\", etc.)", "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": 72, "period": "hour"}, "error_after": {"count": 96, "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": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "loaded_at_query": null, "meta": {}, "tags": []}, "relation_name": "\"postgres\".\"public\".\"issue_link\"", "created_at": 1778007514.140651, "unrendered_database": "{% if target.type != 'spark'%}{{ var('jira_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var ('jira_schema', 'jira') }}", "doc_blocks": []}, "source.jira.jira.issue_multiselect_history": {"database": "postgres", "schema": "public", "name": "issue_multiselect_history", "resource_type": "source", "package_name": "jira", "path": "models/staging/src_jira.yml", "original_file_path": "models/staging/src_jira.yml", "unique_id": "source.jira.jira.issue_multiselect_history", "fqn": ["jira", "staging", "jira", "issue_multiselect_history"], "source_name": "jira", "source_description": "", "loader": "fivetran", "identifier": "issue_multiselect_history", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "external": null, "description": "Table of every value that each array-type (multiselect) field has been set to. Each row will pertain to **one** value.\n", "columns": {"_fivetran_id": {"name": "_fivetran_id", "description": "Fivetran-generated ID hashed on field, issue, and value.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "time": {"name": "time", "description": "Timestamp of when the issue field was updated to included this value.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "field_id": {"name": "field_id", "description": "Foreign key referencing the ID of the `field` that was changed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_id": {"name": "issue_id", "description": "Foreign key referencing the ID of the `issue` whose field was updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "value": {"name": "value", "description": "Content of the value of that the field was set to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "author_id": {"name": "author_id", "description": "Foreign key referencing the ID of the `user` who made this field change.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_active": {"name": "is_active", "description": "Boolean showing whether this issue field is currently active.", "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": 72, "period": "hour"}, "error_after": {"count": 96, "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": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "loaded_at_query": null, "meta": {}, "tags": []}, "relation_name": "\"postgres\".\"public\".\"issue_multiselect_history\"", "created_at": 1778007514.141173, "unrendered_database": "{% if target.type != 'spark'%}{{ var('jira_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var ('jira_schema', 'jira') }}", "doc_blocks": []}, "source.jira.jira.issue_type": {"database": "postgres", "schema": "public", "name": "issue_type", "resource_type": "source", "package_name": "jira", "path": "models/staging/src_jira.yml", "original_file_path": "models/staging/src_jira.yml", "unique_id": "source.jira.jira.issue_type", "fqn": ["jira", "staging", "jira", "issue_type"], "source_name": "jira", "source_description": "", "loader": "fivetran", "identifier": "issue_type", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "external": null, "description": "Table containing information about issue types. Issue types can have identical names in different projects, but they may have differing descriptions.\n", "columns": {"id": {"name": "id", "description": "Unique ID of the issue type.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "description": {"name": "description", "description": "Project-level description given to the issue type.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "name": {"name": "name", "description": "Name of the issue type (ie Epic, Task, Subtask, any custom types)", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "subtask": {"name": "subtask", "description": "Boolean that is true if this type of issue is a subtask.", "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": 72, "period": "hour"}, "error_after": {"count": 96, "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": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "loaded_at_query": null, "meta": {}, "tags": []}, "relation_name": "\"postgres\".\"public\".\"issue_type\"", "created_at": 1778007514.1417003, "unrendered_database": "{% if target.type != 'spark'%}{{ var('jira_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var ('jira_schema', 'jira') }}", "doc_blocks": []}, "source.jira.jira.priority": {"database": "postgres", "schema": "public", "name": "priority", "resource_type": "source", "package_name": "jira", "path": "models/staging/src_jira.yml", "original_file_path": "models/staging/src_jira.yml", "unique_id": "source.jira.jira.priority", "fqn": ["jira", "staging", "jira", "priority"], "source_name": "jira", "source_description": "", "loader": "fivetran", "identifier": "priority", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "external": null, "description": "Table of issue priority levels (global).", "columns": {"id": {"name": "id", "description": "Unique ID of the priority level.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "description": {"name": "description", "description": "Description of the priority level.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "name": {"name": "name", "description": "Name of the priority as it appears in the UI.", "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": 72, "period": "hour"}, "error_after": {"count": 96, "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": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "loaded_at_query": null, "meta": {}, "tags": []}, "relation_name": "\"postgres\".\"public\".\"priority\"", "created_at": 1778007514.1422038, "unrendered_database": "{% if target.type != 'spark'%}{{ var('jira_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var ('jira_schema', 'jira') }}", "doc_blocks": []}, "source.jira.jira.project": {"database": "postgres", "schema": "public", "name": "project", "resource_type": "source", "package_name": "jira", "path": "models/staging/src_jira.yml", "original_file_path": "models/staging/src_jira.yml", "unique_id": "source.jira.jira.project", "fqn": ["jira", "staging", "jira", "project"], "source_name": "jira", "source_description": "", "loader": "fivetran", "identifier": "project", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "external": null, "description": "Table of all projects in your organization.", "columns": {"id": {"name": "id", "description": "Unique ID of the project.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "description": {"name": "description", "description": "Description of the project, if given.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "key": {"name": "key", "description": "UI-facing ID of the project. This becomes the default prefix for tasks created within this project.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "lead_id": {"name": "lead_id", "description": "Foreign key referencing the ID of the `user` who leads this project.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "name": {"name": "name", "description": "Title of the project.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "permission_scheme_id": {"name": "permission_scheme_id", "description": "Foreign key referencing the ID of the `permission_scheme` that the project ascribes to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "project_category_id": {"name": "project_category_id", "description": "Foreign key referencing the ID of the `project_category` that the project is associated with, if any.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "project_type_key": {"name": "project_type_key", "description": "ID of the type of project (ie 'software').", "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": 72, "period": "hour"}, "error_after": {"count": 96, "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": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "loaded_at_query": null, "meta": {}, "tags": []}, "relation_name": "\"postgres\".\"public\".\"project\"", "created_at": 1778007514.1427455, "unrendered_database": "{% if target.type != 'spark'%}{{ var('jira_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var ('jira_schema', 'jira') }}", "doc_blocks": []}, "source.jira.jira.resolution": {"database": "postgres", "schema": "public", "name": "resolution", "resource_type": "source", "package_name": "jira", "path": "models/staging/src_jira.yml", "original_file_path": "models/staging/src_jira.yml", "unique_id": "source.jira.jira.resolution", "fqn": ["jira", "staging", "jira", "resolution"], "source_name": "jira", "source_description": "", "loader": "fivetran", "identifier": "resolution", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "external": null, "description": "Table storing the types of resolutions used by your organization.", "columns": {"id": {"name": "id", "description": "Unique ID of the resolution type.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "description": {"name": "description", "description": "Description given to the resolution.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "name": {"name": "name", "description": "Display name of the resolution.", "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": 72, "period": "hour"}, "error_after": {"count": 96, "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": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "loaded_at_query": null, "meta": {}, "tags": []}, "relation_name": "\"postgres\".\"public\".\"resolution\"", "created_at": 1778007514.1432912, "unrendered_database": "{% if target.type != 'spark'%}{{ var('jira_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var ('jira_schema', 'jira') }}", "doc_blocks": []}, "source.jira.jira.sprint": {"database": "postgres", "schema": "public", "name": "sprint", "resource_type": "source", "package_name": "jira", "path": "models/staging/src_jira.yml", "original_file_path": "models/staging/src_jira.yml", "unique_id": "source.jira.jira.sprint", "fqn": ["jira", "staging", "jira", "sprint"], "source_name": "jira", "source_description": "", "loader": "fivetran", "identifier": "sprint", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "external": null, "description": "Table of all sprints.", "columns": {"id": {"name": "id", "description": "Unique ID of the sprint.", "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 record was soft-deleted by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "board_id": {"name": "board_id", "description": "Foreign key referencing the ID of the `board` that the sprint lives in.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "complete_date": {"name": "complete_date", "description": "Timestamp of when the sprint was completed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "end_date": {"name": "end_date", "description": "Timestamp of when the sprint is planned to end.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "name": {"name": "name", "description": "Title of the sprint.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "start_date": {"name": "start_date", "description": "Timestamp of when the sprint began.", "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": 72, "period": "hour"}, "error_after": {"count": 96, "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": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "loaded_at_query": null, "meta": {}, "tags": []}, "relation_name": "\"postgres\".\"public\".\"sprint\"", "created_at": 1778007514.1438193, "unrendered_database": "{% if target.type != 'spark'%}{{ var('jira_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var ('jira_schema', 'jira') }}", "doc_blocks": []}, "source.jira.jira.status": {"database": "postgres", "schema": "public", "name": "status", "resource_type": "source", "package_name": "jira", "path": "models/staging/src_jira.yml", "original_file_path": "models/staging/src_jira.yml", "unique_id": "source.jira.jira.status", "fqn": ["jira", "staging", "jira", "status"], "source_name": "jira", "source_description": "", "loader": "fivetran", "identifier": "status", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "external": null, "description": "Table of project-level statuses (which may have the same umbrella `status_category`).", "columns": {"id": {"name": "id", "description": "Unique ID of the project status.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "description": {"name": "description", "description": "Description of the project status. Different projects may all have a status called \"Backlog\", but their definitions of \"backlog\" may differ.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "name": {"name": "name", "description": "Title of the status.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "status_category_id": {"name": "status_category_id", "description": "Foreign key referencing the ID of the `status_category` that this project status falls under.", "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": 72, "period": "hour"}, "error_after": {"count": 96, "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": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "loaded_at_query": null, "meta": {}, "tags": []}, "relation_name": "\"postgres\".\"public\".\"status\"", "created_at": 1778007514.1443293, "unrendered_database": "{% if target.type != 'spark'%}{{ var('jira_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var ('jira_schema', 'jira') }}", "doc_blocks": []}, "source.jira.jira.status_category": {"database": "postgres", "schema": "public", "name": "status_category", "resource_type": "source", "package_name": "jira", "path": "models/staging/src_jira.yml", "original_file_path": "models/staging/src_jira.yml", "unique_id": "source.jira.jira.status_category", "fqn": ["jira", "staging", "jira", "status_category"], "source_name": "jira", "source_description": "", "loader": "fivetran", "identifier": "status_category", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "external": null, "description": "Table of overarching status categories.", "columns": {"id": {"name": "id", "description": "Unique ID of the status category.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "name": {"name": "name", "description": "Title of the status category.", "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": 72, "period": "hour"}, "error_after": {"count": 96, "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": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "loaded_at_query": null, "meta": {}, "tags": []}, "relation_name": "\"postgres\".\"public\".\"status_category\"", "created_at": 1778007514.1448305, "unrendered_database": "{% if target.type != 'spark'%}{{ var('jira_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var ('jira_schema', 'jira') }}", "doc_blocks": []}, "source.jira.jira.team": {"database": "postgres", "schema": "public", "name": "team", "resource_type": "source", "package_name": "jira", "path": "models/staging/src_jira.yml", "original_file_path": "models/staging/src_jira.yml", "unique_id": "source.jira.jira.team", "fqn": ["jira", "staging", "jira", "team"], "source_name": "jira", "source_description": "", "loader": "fivetran", "identifier": "team", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "external": null, "description": "Table of teams associated with your organization.", "columns": {"id": {"name": "id", "description": "Unique ID of the team.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_shared": {"name": "is_shared", "description": "Boolean that is true if you share the team with other teams in your organization.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_visible": {"name": "is_visible", "description": "Boolean that is true if all users in your organization can see the team.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "name": {"name": "name", "description": "Name of the team.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "title": {"name": "title", "description": "Longer, more descriptive name of the team.", "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": 72, "period": "hour"}, "error_after": {"count": 96, "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": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "loaded_at_query": null, "meta": {}, "tags": []}, "relation_name": "\"postgres\".\"public\".\"team\"", "created_at": 1778007514.1453269, "unrendered_database": "{% if target.type != 'spark'%}{{ var('jira_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var ('jira_schema', 'jira') }}", "doc_blocks": []}, "source.jira.jira.user": {"database": "postgres", "schema": "public", "name": "user", "resource_type": "source", "package_name": "jira", "path": "models/staging/src_jira.yml", "original_file_path": "models/staging/src_jira.yml", "unique_id": "source.jira.jira.user", "fqn": ["jira", "staging", "jira", "user"], "source_name": "jira", "source_description": "", "loader": "fivetran", "identifier": "user", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "external": null, "description": "Table of users associated with your organization.", "columns": {"id": {"name": "id", "description": "Unique ID of the user.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "email": {"name": "email", "description": "Email associated with the user account.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "locale": {"name": "locale", "description": "The Java locale of the user.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "name": {"name": "name", "description": "Name of the user as it appears in the UI.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "time_zone": {"name": "time_zone", "description": "The user's timezone, as defined in their settings.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "username": {"name": "username", "description": "Account username.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_active": {"name": "is_active", "description": "Boolean showing whether this user is currently active.", "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": 72, "period": "hour"}, "error_after": {"count": 96, "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": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "loaded_at_query": null, "meta": {}, "tags": []}, "relation_name": "\"postgres\".\"public\".\"user\"", "created_at": 1778007514.145845, "unrendered_database": "{% if target.type != 'spark'%}{{ var('jira_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var ('jira_schema', 'jira') }}", "doc_blocks": []}, "source.jira.jira.version": {"database": "postgres", "schema": "public", "name": "version", "resource_type": "source", "package_name": "jira", "path": "models/staging/src_jira.yml", "original_file_path": "models/staging/src_jira.yml", "unique_id": "source.jira.jira.version", "fqn": ["jira", "staging", "jira", "version"], "source_name": "jira", "source_description": "", "loader": "fivetran", "identifier": "version", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "external": null, "description": "Table of project versions in your organization.", "columns": {"archived": {"name": "archived", "description": "Boolean that is true if the project version has been archived.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "description": {"name": "description", "description": "The optional description given to the version.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "id": {"name": "id", "description": "Unique ID of the version.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "name": {"name": "name", "description": "Unique name of the version.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "overdue": {"name": "overdue", "description": "Boolean that is true if the version is past its optional release date, false if it is not or if it does not have a due date.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "project_id": {"name": "project_id", "description": "Foreign key referencing the `PROJECT` to which this version is attached.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "release_date": {"name": "release_date", "description": "The optional release date of the version. Expressed in ISO 8601 format (yyyy-mm-dd).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "released": {"name": "released", "description": "Boolean that is true if the version has been released. If the version is released a request to release again is ignored", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "start_date": {"name": "start_date", "description": "The start date of the version. Expressed in ISO 8601 format (yyyy-mm-dd).", "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": 72, "period": "hour"}, "error_after": {"count": 96, "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": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "loaded_at_query": null, "meta": {}, "tags": []}, "relation_name": "\"postgres\".\"public\".\"version\"", "created_at": 1778007514.146373, "unrendered_database": "{% if target.type != 'spark'%}{{ var('jira_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var ('jira_schema', 'jira') }}", "doc_blocks": []}}, "macros": {"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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.668401, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.6686847, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.6725385, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.6734025, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.6739457, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.6744766, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.6752732, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.676064, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.6763852, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.6769917, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.6776962, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.6792119, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.679568, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.6801066, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.680571, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.681289, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.6819394, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.6829572, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.6833026, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.6835046, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.68381, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.684054, "supported_languages": null}, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.6857433, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.6863427, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.6867242, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.6870372, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.6872203, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.6874027, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.687599, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.6885362, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.6892426, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.6926856, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.6930728, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.693333, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.6942134, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.6961427, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.6969018, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.6974614, "supported_languages": null}, "macro.dbt_postgres.postgres__formatted_scalar_function_args_sql": {"name": "postgres__formatted_scalar_function_args_sql", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/materializations/functions/scalar.sql", "original_file_path": "macros/materializations/functions/scalar.sql", "unique_id": "macro.dbt_postgres.postgres__formatted_scalar_function_args_sql", "macro_sql": "{% macro postgres__formatted_scalar_function_args_sql() %}\n {% set args = [] %}\n {% for arg in model.arguments -%}\n {% set default_value = arg.get('default_value', none) %}\n {% if default_value != none %}\n {%- do args.append(arg.name ~ ' ' ~ arg.data_type ~ ' DEFAULT ' ~ default_value) -%}\n {% else %}\n {%- do args.append(arg.name ~ ' ' ~ arg.data_type) -%}\n {% endif %}\n {%- endfor %}\n {{ args | join(', ') }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.698651, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.699157, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.6994078, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.699721, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.700445, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7013655, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7023766, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7029078, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7031715, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7042305, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.704547, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7047832, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7056592, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7059727, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.706209, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7069361, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.707394, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7078927, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7085207, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7091722, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7097778, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7102146, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.710702, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7110527, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.711527, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7117727, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7121809, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7123938, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7128103, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7129893, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7138107, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.71483, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7152212, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7158442, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.716373, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7168295, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7170832, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7175446, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7177799, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7183764, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7187655, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.719163, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.720288, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7205565, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7208312, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.721089, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.72136, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7216227, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.721895, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7221882, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7224562, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7227156, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7229831, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.723225, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7234867, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7237408, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7241282, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.724265, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7248793, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.725171, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7256384, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.725869, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7263906, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7268856, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.727413, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7277157, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7282343, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7285302, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7289362, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7291174, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.729525, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.72971, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7301574, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7303808, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7307837, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7311487, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7318857, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.732598, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.732911, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.733795, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7342768, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7345262, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7349892, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.735226, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7356393, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7358286, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7362494, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7365284, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7371404, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.73756, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7382872, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7390985, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7396564, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.740169, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.74065, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7408822, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.741258, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7413917, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.742855, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7431908, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7434378, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.743694, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7439353, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.744478, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.745014, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7458754, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7464268, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7471032, "supported_languages": null}, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.747997, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7485445, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7488976, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7499816, "supported_languages": null}, "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 {% set sql_header = config.get('sql_header') if flags.REQUIRE_SQL_HEADER_IN_TEST_CONFIGS else none %}\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 {% if sql_header %}{{ sql_header }}{% endif %}\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 {% if sql_header %}{{ sql_header }}{% endif %}\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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7544627, "supported_languages": ["sql"]}, "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 {% set sql_header = config.get('sql_header') if flags.REQUIRE_SQL_HEADER_IN_TEST_CONFIGS else none %}\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 {% if sql_header %}{{ sql_header }}{% endif %}\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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.758045, "supported_languages": ["sql"]}, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7592025, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7594814, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7598114, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.760182, "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_postgres.postgres__formatted_scalar_function_args_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7604606, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7610157, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7612956, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7614772, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7617614, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7624705, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.762801, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7632482, "supported_languages": null}, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7638714, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7648838, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7664819, "supported_languages": ["sql", "python"]}, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.767549, "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 {{ get_aggregate_function_volatility_specifier() }}\n {% if model.get('language') == 'python' %}\n {{ get_function_python_options() }}\n {% endif %}\n AS\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_formatted_aggregate_function_args", "macro.dbt.get_function_language_specifier", "macro.dbt.get_aggregate_function_volatility_specifier", "macro.dbt.get_function_python_options"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7681773, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7684667, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7686782, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7689703, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7695458, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7698317, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.770013, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7702873, "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 {% set packages = model.config.get('packages', []) %}\n {% if packages %}\n PACKAGES = ('{{ packages | join(\"','\") }}')\n {% endif %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7709246, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7745543, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7748582, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7752597, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7769592, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7772477, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7775488, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7799206, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7825413, "supported_languages": null}, "macro.dbt.materialization_snapshot_default": {"name": "materialization_snapshot_default", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/snapshot.sql", "original_file_path": "macros/materializations/snapshots/snapshot.sql", "unique_id": "macro.dbt.materialization_snapshot_default", "macro_sql": "{% materialization snapshot, default %}\n\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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7894235, "supported_languages": ["sql"]}, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.790206, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.791632, "supported_languages": null}, "macro.dbt.create_columns": {"name": "create_columns", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/helpers.sql", "original_file_path": "macros/materializations/snapshots/helpers.sql", "unique_id": "macro.dbt.create_columns", "macro_sql": "{% macro create_columns(relation, columns) %}\n {{ adapter.dispatch('create_columns', 'dbt')(relation, columns) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__create_columns"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7951024, "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.expanded_data_type }};\n {% endcall %}\n {% endfor %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7956688, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7959619, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.796122, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.796371, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7965825, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7969272, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.7973435, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.8050554, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.80546, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.806377, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.807131, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.8081572, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.8089, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.809383, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.8099935, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.8109806, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.8113487, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.8117266, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.8133302, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.8149161, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.815328, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.8162036, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.8165424, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.8167794, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.8170226, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.8172343, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.8176339, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.8178465, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.8186824, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.8189979, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.8210974, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.8254225, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.8281066, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.8287868, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.82922, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.8314521, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.8319476, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.8330665, "supported_languages": null}, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.8366253, "supported_languages": ["sql"]}, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.8402092, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.8406606, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.8408706, "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 {%- set grant_config = config.get('grants') -%}\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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.8453317, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.8458874, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.8461843, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.8472335, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.8476431, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.847958, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.8484454, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.8487685, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.8492634, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.8495886, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.850028, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.8503368, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.8506005, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.8509114, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.851196, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.8516853, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.8532076, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.8541415, "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 {{ return(adapter.dispatch('diff_column_data_types', 'dbt')(source_columns, target_columns)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__diff_column_data_types"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.854498, "supported_languages": null}, "macro.dbt.default__diff_column_data_types": {"name": "default__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.default__diff_column_data_types", "macro_sql": "{% macro default__diff_column_data_types(source_columns, target_columns) %}\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.expanded_data_type != tc.expanded_data_type and not sc.can_expand_to(other_column=tc) %}\n {{ result.append( { 'column_name': tc.name, 'new_type': sc.expanded_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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.8555999, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.856002, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.8572142, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.85818, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.8602836, "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 {{ return(adapter.dispatch('check_for_schema_changes', 'dbt')(source_relation, target_relation)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__check_for_schema_changes"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.8606596, "supported_languages": null}, "macro.dbt.default__check_for_schema_changes": {"name": "default__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.default__check_for_schema_changes", "macro_sql": "{% macro default__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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.8627536, "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 {{ return(adapter.dispatch('sync_column_schemas', 'dbt')(on_schema_change, target_relation, schema_changes_dict)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__sync_column_schemas"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.8631637, "supported_languages": null}, "macro.dbt.default__sync_column_schemas": {"name": "default__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.default__sync_column_schemas", "macro_sql": "{% macro default__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 {%- 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 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\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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.865481, "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 {{ return(adapter.dispatch('process_schema_changes', 'dbt')(on_schema_change, source_relation, target_relation)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__process_schema_changes"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.8659232, "supported_languages": null}, "macro.dbt.default__process_schema_changes": {"name": "default__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.default__process_schema_changes", "macro_sql": "{% macro default__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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.8673625, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.8746955, "supported_languages": ["sql"]}, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.8765786, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.879598, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.8800619, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.8813138, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.881772, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.8828697, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.8842454, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.8845298, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.8861766, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.8868833, "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 -%}\n {# Handle dbt.config.meta_get() calls - use separate dict to avoid overwriting native configs #}\n {%- set meta_dict = {} -%}\n {%- if model.config.meta_keys_used -%}\n {% set meta_dbt_used = zip(model.config.meta_keys_used, model.config.meta_keys_defaults) | list %}\n {%- for key, default in meta_dbt_used -%}\n {%- if model.config.meta and key in model.config.meta -%}\n {%- set value = model.config.meta[key] -%}\n {%- else -%}\n {%- set value = default -%}\n {%- endif -%}\n {%- do meta_dict.update({key: value}) -%}\n {%- endfor -%}\n {%- endif -%}\nconfig_dict = {{ config_dict }}\nmeta_dict = {{ meta_dict }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.888968, "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\n @staticmethod\n def meta_get(key, default=None):\n return meta_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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.889798, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.8899353, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.8944447, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.8954635, "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 {#-- For string fixture values, strip varchar length to prevent silent truncation (GH-11974) --#}\n {%- if column_value is string and 'varying' in column_type -%}\n {%- set column_type = column_type.split('(')[0] -%}\n {%- endif -%}\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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.8976696, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.8980403, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.8982131, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.8987558, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.8991153, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9000225, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9020991, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9029016, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9036539, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9040039, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.904522, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9052072, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9061208, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.90666, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9070218, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9075575, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.908024, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.908771, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9094365, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9097567, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.910099, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9104357, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9108977, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.91126, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9118214, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.91225, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.913463, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9136906, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9147217, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9150229, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9152586, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9174533, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9181123, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9187016, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.919217, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9194472, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9198976, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9201474, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.920594, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9208438, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.921278, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9215314, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.922395, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9227352, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9232123, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9235816, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9239976, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.924208, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9246426, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9248946, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9253242, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.925584, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.926602, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9269135, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.927644, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9288146, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9295988, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9299116, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9302108, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9306438, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9308536, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.931721, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.932085, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9340322, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9343803, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9348276, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.935285, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9355464, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9361494, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9364235, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9367404, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.937476, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9379103, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9381223, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9392428, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9395404, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9401927, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9408066, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9412196, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9417603, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.94206, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9423623, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9427824, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9437125, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.944096, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9443378, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9448202, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9451993, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9460046, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9462466, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9465287, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9472082, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.947527, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9477623, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9480252, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9483569, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9490373, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9493573, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.949698, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9507065, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9509966, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9513412, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9516337, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9520805, "supported_languages": null}, "macro.dbt.validate_doc_columns": {"name": "validate_doc_columns", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/persist_docs.sql", "original_file_path": "macros/adapters/persist_docs.sql", "unique_id": "macro.dbt.validate_doc_columns", "macro_sql": "{% macro validate_doc_columns(relation, column_dict, existing_column_names) %}\n {% set existing_lower = existing_column_names | map(\"lower\") | list %}\n {% set missing = [] %}\n {% for col_name in column_dict %}\n {% if col_name | lower not in existing_lower %}\n {% do missing.append(col_name) %}\n {% endif %}\n {% endfor %}\n {% if missing | length > 0 %}\n {{ exceptions.warn(\"In relation \" ~ relation.render() ~ \": The following columns are specified in the schema but are not present in the database: \" ~ missing | join(\", \")) }}\n {% endif %}\n {% set filtered = {} %}\n {% for col_name in column_dict if col_name | lower in existing_lower %}\n {% do filtered.update({col_name: column_dict[col_name]}) %}\n {% endfor %}\n {{ return(filtered) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9536145, "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 {% set existing_columns = adapter.get_columns_in_relation(relation) | map(attribute=\"name\") | list %}\n {% set filtered_columns = validate_doc_columns(relation, model.columns, existing_columns) %}\n {% set alter_comment_sql = alter_column_comment(relation, filtered_columns) %}\n {% if alter_comment_sql and alter_comment_sql | trim | length > 0 %}\n {% do run_query(alter_comment_sql) %}\n {% endif %}\n {% endif %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.run_query", "macro.dbt.alter_relation_comment", "macro.dbt.validate_doc_columns", "macro.dbt.alter_column_comment"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9551036, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9569414, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.957154, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9574416, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9576476, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.958239, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9585695, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9587789, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9591615, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9595208, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9599009, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9602475, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.96064, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.961897, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.962239, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9626868, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9630833, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9650507, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9664528, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9669242, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9672694, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9677184, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9680276, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9683018, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9686136, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9690304, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9693744, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9698925, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.970204, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.970473, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9707875, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9711597, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9714422, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.97171, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9720519, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9723353, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9731162, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9738307, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9741828, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9747255, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9766257, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9769025, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9774292, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9779353, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9783015, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9786596, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9789627, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9813542, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9820278, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9823544, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9829485, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.983336, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9844685, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9849117, "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.expanded_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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9862978, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9871159, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9873803, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9876392, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9878273, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9885478, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9888444, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9889793, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9892619, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9895594, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.990106, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.99043, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9908326, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.991157, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9916818, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9925802, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9930809, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9934745, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9947093, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9967387, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.998149, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007510.9985595, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.000903, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0019155, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0024197, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.003177, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0036116, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.00413, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0046322, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0069485, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0075462, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0077548, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0079608, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0081453, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0083258, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0091743, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0094194, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.010032, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.010539, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0107722, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.010997, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0112195, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0114424, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.012125, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0125601, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0127504, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0129316, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0139885, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0151484, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0155897, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0157793, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0159597, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0166109, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0176241, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.018619, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.019169, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0196154, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0200374, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0204542, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0209367, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.021407, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0218341, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0235314, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0241613, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0246232, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.024811, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.024992, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.025173, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.025811, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.026455, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.026826, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0272171, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0280287, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0302262, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0311127, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0314221, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0328407, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0334241, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0336707, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.033901, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0341303, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0343661, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.035086, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0353827, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.035684, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.035969, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.036223, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0365057, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0375702, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0383132, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.040051, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.040761, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0410416, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0413187, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0416315, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0419009, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0421648, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0428581, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0435493, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0438404, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0441215, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0444024, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.044693, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0449975, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0463066, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0466099, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0468955, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0471694, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.050061, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.052017, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.059762, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0603552, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0606346, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0609837, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.061434, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0620794, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0630982, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0649295, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0659215, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0709164, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.071552, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0728636, "supported_languages": null}, "macro.jira.convert_string_to_numeric": {"name": "convert_string_to_numeric", "resource_type": "macro", "package_name": "jira", "path": "macros/convert_string_to_numeric.sql", "original_file_path": "macros/convert_string_to_numeric.sql", "unique_id": "macro.jira.convert_string_to_numeric", "macro_sql": "{%- macro convert_string_to_numeric(column) -%}\n{{ return(adapter.dispatch('convert_string_to_numeric', 'jira')(column)) }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.jira.postgres__convert_string_to_numeric"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0735357, "supported_languages": null}, "macro.jira.default__convert_string_to_numeric": {"name": "default__convert_string_to_numeric", "resource_type": "macro", "package_name": "jira", "path": "macros/convert_string_to_numeric.sql", "original_file_path": "macros/convert_string_to_numeric.sql", "unique_id": "macro.jira.default__convert_string_to_numeric", "macro_sql": "{%- macro default__convert_string_to_numeric(column) -%}\ncast(replace({{ column }}, ',', '') as {{ dbt.type_numeric() }})\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt.type_numeric"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0737917, "supported_languages": null}, "macro.jira.bigquery__convert_string_to_numeric": {"name": "bigquery__convert_string_to_numeric", "resource_type": "macro", "package_name": "jira", "path": "macros/convert_string_to_numeric.sql", "original_file_path": "macros/convert_string_to_numeric.sql", "unique_id": "macro.jira.bigquery__convert_string_to_numeric", "macro_sql": "{%- macro bigquery__convert_string_to_numeric(column) -%}\ncast(regexp_extract(replace({{ column }}, ',', ''), r'-?\\d+(?:\\.\\d+)?') as {{ dbt.type_numeric() }})\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt.type_numeric"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0740414, "supported_languages": null}, "macro.jira.snowflake__convert_string_to_numeric": {"name": "snowflake__convert_string_to_numeric", "resource_type": "macro", "package_name": "jira", "path": "macros/convert_string_to_numeric.sql", "original_file_path": "macros/convert_string_to_numeric.sql", "unique_id": "macro.jira.snowflake__convert_string_to_numeric", "macro_sql": "{%- macro snowflake__convert_string_to_numeric(column) -%}\ncast(regexp_substr(replace({{ column }}, ',', ''), '-?[0-9]+(\\\\.[0-9]+)?') as {{ dbt.type_numeric() }})\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt.type_numeric"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0742862, "supported_languages": null}, "macro.jira.postgres__convert_string_to_numeric": {"name": "postgres__convert_string_to_numeric", "resource_type": "macro", "package_name": "jira", "path": "macros/convert_string_to_numeric.sql", "original_file_path": "macros/convert_string_to_numeric.sql", "unique_id": "macro.jira.postgres__convert_string_to_numeric", "macro_sql": "{%- macro postgres__convert_string_to_numeric(column) -%}\ncast(substring(replace({{ column }}, ',', '') from '(-?[0-9]+(\\.[0-9]+)?)') as {{ dbt.type_numeric() }})\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt.type_numeric"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.074541, "supported_languages": null}, "macro.jira.redshift__convert_string_to_numeric": {"name": "redshift__convert_string_to_numeric", "resource_type": "macro", "package_name": "jira", "path": "macros/convert_string_to_numeric.sql", "original_file_path": "macros/convert_string_to_numeric.sql", "unique_id": "macro.jira.redshift__convert_string_to_numeric", "macro_sql": "{%- macro redshift__convert_string_to_numeric(column) -%}\ncast(regexp_substr(replace({{ column }}, ',', ''), '(-?[0-9]+(\\.[0-9]+)?)') as {{ dbt.type_numeric() }})\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt.type_numeric"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.074783, "supported_languages": null}, "macro.jira.spark__convert_string_to_numeric": {"name": "spark__convert_string_to_numeric", "resource_type": "macro", "package_name": "jira", "path": "macros/convert_string_to_numeric.sql", "original_file_path": "macros/convert_string_to_numeric.sql", "unique_id": "macro.jira.spark__convert_string_to_numeric", "macro_sql": "{%- macro spark__convert_string_to_numeric(column) -%}\ncast(regexp_extract(replace({{ column }}, ',', ''), '(-?\\\\d+(\\\\.\\\\d+)?)', 0) as {{ dbt.type_numeric() }})\n{%- endmacro -%}", "depends_on": {"macros": ["macro.dbt.type_numeric"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0750256, "supported_languages": null}, "macro.jira.jira_lookback": {"name": "jira_lookback", "resource_type": "macro", "package_name": "jira", "path": "macros/jira_lookback.sql", "original_file_path": "macros/jira_lookback.sql", "unique_id": "macro.jira.jira_lookback", "macro_sql": "{% macro jira_lookback(from_date, datepart, interval, safety_date='2010-01-01') %}\n\n{{ adapter.dispatch('jira_lookback', 'jira') (from_date, datepart, interval, safety_date='2010-01-01') }}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.jira.default__jira_lookback"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0757136, "supported_languages": null}, "macro.jira.default__jira_lookback": {"name": "default__jira_lookback", "resource_type": "macro", "package_name": "jira", "path": "macros/jira_lookback.sql", "original_file_path": "macros/jira_lookback.sql", "unique_id": "macro.jira.default__jira_lookback", "macro_sql": "{% macro default__jira_lookback(from_date, datepart, interval, safety_date='2010-01-01') %}\n\n {% set sql_statement %}\n select coalesce({{ from_date }}, {{ \"'\" ~ safety_date ~ \"'\" }})\n from {{ this }}\n {%- endset -%}\n\n {%- set result = dbt_utils.get_single_value(sql_statement) %}\n\n {{ dbt.dateadd(datepart=datepart, interval=-interval, from_date_or_timestamp=\"cast('\" ~ result ~ \"' as date)\") }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.get_single_value", "macro.dbt.dateadd"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0764792, "supported_languages": null}, "macro.jira.split_sprint_ids": {"name": "split_sprint_ids", "resource_type": "macro", "package_name": "jira", "path": "macros/split_sprint_ids.sql", "original_file_path": "macros/split_sprint_ids.sql", "unique_id": "macro.jira.split_sprint_ids", "macro_sql": "{% macro split_sprint_ids(using_teams, include_story_points=false, include_story_point_estimate=false) %}\n\n{{ adapter.dispatch('split_sprint_ids', 'jira') (using_teams, include_story_points, include_story_point_estimate) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.jira.postgres__split_sprint_ids"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0778408, "supported_languages": null}, "macro.jira.default__split_sprint_ids": {"name": "default__split_sprint_ids", "resource_type": "macro", "package_name": "jira", "path": "macros/split_sprint_ids.sql", "original_file_path": "macros/split_sprint_ids.sql", "unique_id": "macro.jira.default__split_sprint_ids", "macro_sql": "{% macro default__split_sprint_ids(using_teams, include_story_points=false, include_story_point_estimate=false) %}\n{# bigquery #}\n select\n daily_issue_field_history.issue_id,\n daily_issue_field_history.source_relation,\n daily_issue_field_history.date_day,\n daily_issue_field_history.date_week,\n daily_issue_field_history.status,\n {{ \"daily_issue_field_history.team,\" if using_teams }}\n {% if include_story_points %}\n {{ jira.convert_string_to_numeric('daily_issue_field_history.story_points') }} as story_points,\n {% endif %}\n {% if include_story_point_estimate %}\n {{ jira.convert_string_to_numeric('daily_issue_field_history.story_point_estimate') }} as story_point_estimate,\n {% endif %}\n sprints as sprint_id\n\n from daily_issue_field_history\n cross join\n unnest(cast(split(sprint, \", \") as array)) as sprints\n\n{% endmacro %}", "depends_on": {"macros": ["macro.jira.convert_string_to_numeric"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0785034, "supported_languages": null}, "macro.jira.snowflake__split_sprint_ids": {"name": "snowflake__split_sprint_ids", "resource_type": "macro", "package_name": "jira", "path": "macros/split_sprint_ids.sql", "original_file_path": "macros/split_sprint_ids.sql", "unique_id": "macro.jira.snowflake__split_sprint_ids", "macro_sql": "{% macro snowflake__split_sprint_ids(using_teams, include_story_points=false, include_story_point_estimate=false) %}\n select\n daily_issue_field_history.issue_id,\n daily_issue_field_history.source_relation,\n daily_issue_field_history.date_day,\n daily_issue_field_history.date_week,\n daily_issue_field_history.status,\n {{ \"daily_issue_field_history.team,\" if using_teams }}\n {% if include_story_points %}\n {{ jira.convert_string_to_numeric('daily_issue_field_history.story_points') }} as story_points,\n {% endif %}\n {% if include_story_point_estimate %}\n {{ jira.convert_string_to_numeric('daily_issue_field_history.story_point_estimate') }} as story_point_estimate,\n {% endif %}\n sprints.value as sprint_id\n\n from daily_issue_field_history\n cross join\n table(flatten(STRTOK_TO_ARRAY(sprint, ', '))) as sprints\n\n{% endmacro %}", "depends_on": {"macros": ["macro.jira.convert_string_to_numeric"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0791643, "supported_languages": null}, "macro.jira.redshift__split_sprint_ids": {"name": "redshift__split_sprint_ids", "resource_type": "macro", "package_name": "jira", "path": "macros/split_sprint_ids.sql", "original_file_path": "macros/split_sprint_ids.sql", "unique_id": "macro.jira.redshift__split_sprint_ids", "macro_sql": "{% macro redshift__split_sprint_ids(using_teams, include_story_points=false, include_story_point_estimate=false) %}\n\tselect\n unnest_sprint_id_array.issue_id,\n unnest_sprint_id_array.source_relation,\n unnest_sprint_id_array.date_day,\n unnest_sprint_id_array.date_week,\n unnest_sprint_id_array.status,\n {{ \"unnest_sprint_id_array.team,\" if using_teams }}\n {% if include_story_points %}\n {{ jira.convert_string_to_numeric('unnest_sprint_id_array.story_points') }} as story_points,\n {% endif %}\n {% if include_story_point_estimate %}\n {{ jira.convert_string_to_numeric('unnest_sprint_id_array.story_point_estimate') }} as story_point_estimate,\n {% endif %}\n cast(sprint_id as {{ dbt.type_string() }}) as sprint_id\n from (\n select\n daily_issue_field_history.issue_id,\n daily_issue_field_history.source_relation,\n daily_issue_field_history.date_day,\n daily_issue_field_history.date_week,\n daily_issue_field_history.status,\n {{ \"daily_issue_field_history.team,\" if using_teams }}\n {% if include_story_points %}\n daily_issue_field_history.story_points,\n {% endif %}\n {% if include_story_point_estimate %}\n daily_issue_field_history.story_point_estimate,\n {% endif %}\n split_to_array(sprint, ', ') as super_sprint_ids\n\n from daily_issue_field_history\n ) as unnest_sprint_id_array, unnest_sprint_id_array.super_sprint_ids as sprint_id\n\n{% endmacro %}", "depends_on": {"macros": ["macro.jira.convert_string_to_numeric", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.080239, "supported_languages": null}, "macro.jira.postgres__split_sprint_ids": {"name": "postgres__split_sprint_ids", "resource_type": "macro", "package_name": "jira", "path": "macros/split_sprint_ids.sql", "original_file_path": "macros/split_sprint_ids.sql", "unique_id": "macro.jira.postgres__split_sprint_ids", "macro_sql": "{% macro postgres__split_sprint_ids(using_teams, include_story_points=false, include_story_point_estimate=false) %}\n select\n daily_issue_field_history.issue_id,\n daily_issue_field_history.source_relation,\n daily_issue_field_history.date_day,\n daily_issue_field_history.date_week,\n daily_issue_field_history.status,\n {{ \"daily_issue_field_history.team,\" if using_teams }}\n {% if include_story_points %}\n {{ jira.convert_string_to_numeric('daily_issue_field_history.story_points') }} as story_points,\n {% endif %}\n {% if include_story_point_estimate %}\n {{ jira.convert_string_to_numeric('daily_issue_field_history.story_point_estimate') }} as story_point_estimate,\n {% endif %}\n sprints as sprint_id\n\n from daily_issue_field_history\n cross join\n unnest(string_to_array(sprint, ', ')) as sprints\n\n{% endmacro %}", "depends_on": {"macros": ["macro.jira.convert_string_to_numeric"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0808992, "supported_languages": null}, "macro.jira.spark__split_sprint_ids": {"name": "spark__split_sprint_ids", "resource_type": "macro", "package_name": "jira", "path": "macros/split_sprint_ids.sql", "original_file_path": "macros/split_sprint_ids.sql", "unique_id": "macro.jira.spark__split_sprint_ids", "macro_sql": "{% macro spark__split_sprint_ids(using_teams, include_story_points=false, include_story_point_estimate=false) %}\n{# databricks and spark #}\n select\n daily_issue_field_history.issue_id,\n daily_issue_field_history.source_relation,\n daily_issue_field_history.date_day,\n daily_issue_field_history.date_week,\n daily_issue_field_history.status,\n {{ \"daily_issue_field_history.team,\" if using_teams }}\n {% if include_story_points %}\n {{ jira.convert_string_to_numeric('daily_issue_field_history.story_points') }} as story_points,\n {% endif %}\n {% if include_story_point_estimate %}\n {{ jira.convert_string_to_numeric('daily_issue_field_history.story_point_estimate') }} as story_point_estimate,\n {% endif %}\n sprints as sprint_id\n from daily_issue_field_history\n lateral view explode(split(sprint, ', ')) sprints_view as sprints\n\n{% endmacro %}", "depends_on": {"macros": ["macro.jira.convert_string_to_numeric"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0815668, "supported_languages": null}, "macro.jira.jira_is_incremental_compatible": {"name": "jira_is_incremental_compatible", "resource_type": "macro", "package_name": "jira", "path": "macros/jira_is_incremental_compatible.sql", "original_file_path": "macros/jira_is_incremental_compatible.sql", "unique_id": "macro.jira.jira_is_incremental_compatible", "macro_sql": "{% macro jira_is_incremental_compatible() %}\n {% if target.type in ('databricks') %}\n {% set re = modules.re %}\n {% set path_match = target.http_path %}\n {% set regex_pattern = \"sql/protocol\" %}\n {% set match_result = re.search(regex_pattern, path_match) %}\n {% if match_result %}\n {{ return(True) }}\n {% else %}\n {{ return(False) }}\n {% endif %}\n {% elif target.type in ('bigquery','snowflake','postgres','redshift','sqlserver') %}\n {{ return(True) }}\n {% else %}\n {{ return(False) }}\n {% endif %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.083172, "supported_languages": null}, "macro.jira.get_field_option_columns": {"name": "get_field_option_columns", "resource_type": "macro", "package_name": "jira", "path": "macros/staging/get_field_option_columns.sql", "original_file_path": "macros/staging/get_field_option_columns.sql", "unique_id": "macro.jira.get_field_option_columns", "macro_sql": "{% macro get_field_option_columns() %}\n\n{% set columns = [\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"parent_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"name\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_int", "macro.dbt.type_timestamp", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.08418, "supported_languages": null}, "macro.jira.get_resolution_columns": {"name": "get_resolution_columns", "resource_type": "macro", "package_name": "jira", "path": "macros/staging/get_resolution_columns.sql", "original_file_path": "macros/staging/get_resolution_columns.sql", "unique_id": "macro.jira.get_resolution_columns", "macro_sql": "{% macro get_resolution_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"description\", \"datatype\": dbt.type_string()},\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_string", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0851533, "supported_languages": null}, "macro.jira.get_issue_multiselect_history_columns": {"name": "get_issue_multiselect_history_columns", "resource_type": "macro", "package_name": "jira", "path": "macros/staging/get_issue_multiselect_history_columns.sql", "original_file_path": "macros/staging/get_issue_multiselect_history_columns.sql", "unique_id": "macro.jira.get_issue_multiselect_history_columns", "macro_sql": "{% macro get_issue_multiselect_history_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"field_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"issue_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"value\", \"datatype\": dbt.type_string()},\n {\"name\": \"is_active\", \"datatype\": \"boolean\"},\n {\"name\": \"author_id\", \"datatype\": dbt.type_string()}\n] %}\n\n{% if target.type == 'redshift' %}\n {{ columns.append( {\"name\": \"time\", \"datatype\": dbt.type_timestamp(), \"quote\": True } ) }}\n{% elif target.type == 'snowflake' %}\n {{ columns.append( {\"name\": \"TIME\", \"datatype\": dbt.type_timestamp(), \"quote\": True } ) }}\n{% else %}\n {{ columns.append( {\"name\": \"time\", \"datatype\": dbt.type_timestamp()} ) }}\n{% endif %}\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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.087638, "supported_languages": null}, "macro.jira.get_issue_field_history_columns": {"name": "get_issue_field_history_columns", "resource_type": "macro", "package_name": "jira", "path": "macros/staging/get_issue_field_history_columns.sql", "original_file_path": "macros/staging/get_issue_field_history_columns.sql", "unique_id": "macro.jira.get_issue_field_history_columns", "macro_sql": "{% macro get_issue_field_history_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"field_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"issue_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"value\", \"datatype\": dbt.type_string()},\n {\"name\": \"is_active\", \"datatype\": \"boolean\"},\n {\"name\": \"author_id\", \"datatype\": dbt.type_string()}\n] %}\n\n{% if target.type == 'redshift' %}\n {{ columns.append( {\"name\": \"time\", \"datatype\": dbt.type_timestamp(), \"quote\": True } ) }}\n{% elif target.type == 'snowflake' %}\n {{ columns.append( {\"name\": \"TIME\", \"datatype\": dbt.type_timestamp(), \"quote\": True } ) }}\n{% else %}\n {{ columns.append( {\"name\": \"time\", \"datatype\": dbt.type_timestamp()} ) }}\n{% endif %}\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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0899472, "supported_languages": null}, "macro.jira.get_epic_columns": {"name": "get_epic_columns", "resource_type": "macro", "package_name": "jira", "path": "macros/staging/get_epic_columns.sql", "original_file_path": "macros/staging/get_epic_columns.sql", "unique_id": "macro.jira.get_epic_columns", "macro_sql": "{% macro get_epic_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"done\", \"datatype\": \"boolean\"},\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"key\", \"datatype\": dbt.type_string()},\n {\"name\": \"name\", \"datatype\": dbt.type_string()},\n {\"name\": \"summary\", \"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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0911996, "supported_languages": null}, "macro.jira.get_team_columns": {"name": "get_team_columns", "resource_type": "macro", "package_name": "jira", "path": "macros/staging/get_team_columns.sql", "original_file_path": "macros/staging/get_team_columns.sql", "unique_id": "macro.jira.get_team_columns", "macro_sql": "{% macro get_team_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"is_shared\", \"datatype\": \"boolean\"},\n {\"name\": \"is_visible\", \"datatype\": \"boolean\"},\n {\"name\": \"name\", \"datatype\": dbt.type_string()},\n {\"name\": \"title\", \"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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0924256, "supported_languages": null}, "macro.jira.get_priority_columns": {"name": "get_priority_columns", "resource_type": "macro", "package_name": "jira", "path": "macros/staging/get_priority_columns.sql", "original_file_path": "macros/staging/get_priority_columns.sql", "unique_id": "macro.jira.get_priority_columns", "macro_sql": "{% macro get_priority_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"description\", \"datatype\": dbt.type_string()},\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_string", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0933945, "supported_languages": null}, "macro.jira.get_issue_link_columns": {"name": "get_issue_link_columns", "resource_type": "macro", "package_name": "jira", "path": "macros/staging/get_issue_link_columns.sql", "original_file_path": "macros/staging/get_issue_link_columns.sql", "unique_id": "macro.jira.get_issue_link_columns", "macro_sql": "{% macro get_issue_link_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"issue_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"related_issue_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"relationship\", \"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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.094357, "supported_languages": null}, "macro.jira.get_sprint_columns": {"name": "get_sprint_columns", "resource_type": "macro", "package_name": "jira", "path": "macros/staging/get_sprint_columns.sql", "original_file_path": "macros/staging/get_sprint_columns.sql", "unique_id": "macro.jira.get_sprint_columns", "macro_sql": "{% macro get_sprint_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_deleted\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"board_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"complete_date\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"end_date\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"name\", \"datatype\": dbt.type_string()},\n {\"name\": \"start_date\", \"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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.095915, "supported_languages": null}, "macro.jira.get_project_columns": {"name": "get_project_columns", "resource_type": "macro", "package_name": "jira", "path": "macros/staging/get_project_columns.sql", "original_file_path": "macros/staging/get_project_columns.sql", "unique_id": "macro.jira.get_project_columns", "macro_sql": "{% macro get_project_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"description\", \"datatype\": dbt.type_string()},\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"key\", \"datatype\": dbt.type_string()},\n {\"name\": \"lead_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"name\", \"datatype\": dbt.type_string()},\n {\"name\": \"permission_scheme_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"project_category_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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.0974705, "supported_languages": null}, "macro.jira.get_component_columns": {"name": "get_component_columns", "resource_type": "macro", "package_name": "jira", "path": "macros/staging/get_component_columns.sql", "original_file_path": "macros/staging/get_component_columns.sql", "unique_id": "macro.jira.get_component_columns", "macro_sql": "{% macro get_component_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"description\", \"datatype\": dbt.type_string()},\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"name\", \"datatype\": dbt.type_string()},\n {\"name\": \"project_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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.098591, "supported_languages": null}, "macro.jira.get_status_columns": {"name": "get_status_columns", "resource_type": "macro", "package_name": "jira", "path": "macros/staging/get_status_columns.sql", "original_file_path": "macros/staging/get_status_columns.sql", "unique_id": "macro.jira.get_status_columns", "macro_sql": "{% macro get_status_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"description\", \"datatype\": dbt.type_string()},\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"name\", \"datatype\": dbt.type_string()},\n {\"name\": \"status_category_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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.099712, "supported_languages": null}, "macro.jira.get_issue_type_columns": {"name": "get_issue_type_columns", "resource_type": "macro", "package_name": "jira", "path": "macros/staging/get_issue_type_columns.sql", "original_file_path": "macros/staging/get_issue_type_columns.sql", "unique_id": "macro.jira.get_issue_type_columns", "macro_sql": "{% macro get_issue_type_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"description\", \"datatype\": dbt.type_string()},\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"name\", \"datatype\": dbt.type_string()},\n {\"name\": \"subtask\", \"datatype\": \"boolean\"}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.100808, "supported_languages": null}, "macro.jira.get_version_columns": {"name": "get_version_columns", "resource_type": "macro", "package_name": "jira", "path": "macros/staging/get_version_columns.sql", "original_file_path": "macros/staging/get_version_columns.sql", "unique_id": "macro.jira.get_version_columns", "macro_sql": "{% macro get_version_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"archived\", \"datatype\": \"boolean\"},\n {\"name\": \"description\", \"datatype\": dbt.type_string()},\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"name\", \"datatype\": dbt.type_string()},\n {\"name\": \"overdue\", \"datatype\": \"boolean\"},\n {\"name\": \"project_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"release_date\", \"datatype\": \"date\"},\n {\"name\": \"released\", \"datatype\": \"boolean\"},\n {\"name\": \"start_date\", \"datatype\": \"date\"}\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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.1027033, "supported_languages": null}, "macro.jira.get_issue_columns": {"name": "get_issue_columns", "resource_type": "macro", "package_name": "jira", "path": "macros/staging/get_issue_columns.sql", "original_file_path": "macros/staging/get_issue_columns.sql", "unique_id": "macro.jira.get_issue_columns", "macro_sql": "{% macro get_issue_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_deleted\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"_original_estimate\", \"datatype\": dbt.type_float()},\n {\"name\": \"_remaining_estimate\", \"datatype\": dbt.type_float()},\n {\"name\": \"_time_spent\", \"datatype\": dbt.type_float()},\n {\"name\": \"assignee\", \"datatype\": dbt.type_string()},\n {\"name\": \"created\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"creator\", \"datatype\": dbt.type_string()},\n {\"name\": \"description\", \"datatype\": dbt.type_string()},\n {\"name\": \"due_date\", \"datatype\": \"date\"},\n {\"name\": \"environment\", \"datatype\": dbt.type_string()},\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"issue_type\", \"datatype\": dbt.type_int()},\n {\"name\": \"work_type\", \"datatype\": dbt.type_int()},\n {\"name\": \"key\", \"datatype\": dbt.type_string()},\n {\"name\": \"original_estimate\", \"datatype\": dbt.type_float()},\n {\"name\": \"parent_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"priority\", \"datatype\": dbt.type_int()},\n {\"name\": \"project\", \"datatype\": dbt.type_int()},\n {\"name\": \"remaining_estimate\", \"datatype\": dbt.type_float()},\n {\"name\": \"reporter\", \"datatype\": dbt.type_string()},\n {\"name\": \"resolution\", \"datatype\": dbt.type_int()},\n {\"name\": \"resolved\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"status\", \"datatype\": dbt.type_int()},\n {\"name\": \"status_category_changed\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"summary\", \"datatype\": dbt.type_string()},\n {\"name\": \"time_spent\", \"datatype\": dbt.type_float()},\n {\"name\": \"updated\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"work_ratio\", \"datatype\": dbt.type_float()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_float", "macro.dbt.type_string", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.107379, "supported_languages": null}, "macro.jira.get_field_columns": {"name": "get_field_columns", "resource_type": "macro", "package_name": "jira", "path": "macros/staging/get_field_columns.sql", "original_file_path": "macros/staging/get_field_columns.sql", "unique_id": "macro.jira.get_field_columns", "macro_sql": "{% macro get_field_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"is_array\", \"datatype\": \"boolean\"},\n {\"name\": \"is_custom\", \"datatype\": \"boolean\"},\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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.1084793, "supported_languages": null}, "macro.jira.get_user_columns": {"name": "get_user_columns", "resource_type": "macro", "package_name": "jira", "path": "macros/staging/get_user_columns.sql", "original_file_path": "macros/staging/get_user_columns.sql", "unique_id": "macro.jira.get_user_columns", "macro_sql": "{% macro get_user_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"email\", \"datatype\": dbt.type_string()},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"locale\", \"datatype\": dbt.type_string()},\n {\"name\": \"name\", \"datatype\": dbt.type_string()},\n {\"name\": \"time_zone\", \"datatype\": dbt.type_string()},\n {\"name\": \"username\", \"datatype\": dbt.type_string()},\n {\"name\": \"is_active\", \"datatype\": \"boolean\"}\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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.1100268, "supported_languages": null}, "macro.jira.get_comment_columns": {"name": "get_comment_columns", "resource_type": "macro", "package_name": "jira", "path": "macros/staging/get_comment_columns.sql", "original_file_path": "macros/staging/get_comment_columns.sql", "unique_id": "macro.jira.get_comment_columns", "macro_sql": "{% macro get_comment_columns() %}\n\n{% set columns = [\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\": \"created\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"is_public\", \"datatype\": \"boolean\"},\n {\"name\": \"issue_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"update_author_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"updated\", \"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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.1117141, "supported_languages": null}, "macro.jira.get_status_category_columns": {"name": "get_status_category_columns", "resource_type": "macro", "package_name": "jira", "path": "macros/staging/get_status_category_columns.sql", "original_file_path": "macros/staging/get_status_category_columns.sql", "unique_id": "macro.jira.get_status_category_columns", "macro_sql": "{% macro get_status_category_columns() %}\n\n{% set columns = [\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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.1125221, "supported_languages": null}, "macro.jira.apply_source_relation": {"name": "apply_source_relation", "resource_type": "macro", "package_name": "jira", "path": "macros/union/apply_source_relation.sql", "original_file_path": "macros/union/apply_source_relation.sql", "unique_id": "macro.jira.apply_source_relation", "macro_sql": "{% macro apply_source_relation() -%}\n\n{{ adapter.dispatch('apply_source_relation', 'jira') () }}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.jira.default__apply_source_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.1129572, "supported_languages": null}, "macro.jira.default__apply_source_relation": {"name": "default__apply_source_relation", "resource_type": "macro", "package_name": "jira", "path": "macros/union/apply_source_relation.sql", "original_file_path": "macros/union/apply_source_relation.sql", "unique_id": "macro.jira.default__apply_source_relation", "macro_sql": "{% macro default__apply_source_relation() -%}\n\n{% if var('jira_sources', []) != [] %}\n, _dbt_source_relation as source_relation\n{% else %}\n, '{{ var(\"jira_database\", target.database) }}' || '.'|| '{{ var(\"jira_schema\", \"jira\") }}' as source_relation\n{% endif %}\n\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.1134822, "supported_languages": null}, "macro.jira.jira_union_connections": {"name": "jira_union_connections", "resource_type": "macro", "package_name": "jira", "path": "macros/union/union_connections.sql", "original_file_path": "macros/union/union_connections.sql", "unique_id": "macro.jira.jira_union_connections", "macro_sql": "{% macro jira_union_connections(connection_dictionary, single_source_name, single_table_name, default_identifier=single_table_name) %}\n\n{{ adapter.dispatch('jira_union_connections', 'jira') (connection_dictionary, single_source_name, single_table_name, default_identifier) }}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.jira.default__jira_union_connections"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.114745, "supported_languages": null}, "macro.jira.default__jira_union_connections": {"name": "default__jira_union_connections", "resource_type": "macro", "package_name": "jira", "path": "macros/union/union_connections.sql", "original_file_path": "macros/union/union_connections.sql", "unique_id": "macro.jira.default__jira_union_connections", "macro_sql": "{% macro default__jira_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 {{ jira.jira_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.jira.jira_union_relations", "macro.dbt.type_string", "macro.dbt_utils.star"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.119788, "supported_languages": null}, "macro.jira.partition_by_source_relation": {"name": "partition_by_source_relation", "resource_type": "macro", "package_name": "jira", "path": "macros/union/partition_by_source_relation.sql", "original_file_path": "macros/union/partition_by_source_relation.sql", "unique_id": "macro.jira.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', 'jira') (has_other_partitions, alias) }}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.jira.default__partition_by_source_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.1204746, "supported_languages": null}, "macro.jira.default__partition_by_source_relation": {"name": "default__partition_by_source_relation", "resource_type": "macro", "package_name": "jira", "path": "macros/union/partition_by_source_relation.sql", "original_file_path": "macros/union/partition_by_source_relation.sql", "unique_id": "macro.jira.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('jira_sources', [])|length > 1 }}\n {%- else -%}\n {{ ', ' ~ prefix ~ 'source_relation' if var('jira_sources', [])|length > 1 }}\n {%- endif -%}\n{%- endmacro -%}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.1213434, "supported_languages": null}, "macro.jira.jira_union_relations": {"name": "jira_union_relations", "resource_type": "macro", "package_name": "jira", "path": "macros/union/union_relations.sql", "original_file_path": "macros/union/union_relations.sql", "unique_id": "macro.jira.jira_union_relations", "macro_sql": "\n\n{%- macro jira_union_relations(relations, aliases=none, column_override=none, include=[], exclude=[], source_column_name='_dbt_source_relation', where=none) -%}\n {{ return(adapter.dispatch('jira_union_relations', 'jira')(relations, aliases, column_override, include, exclude, source_column_name, where)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.jira.default__jira_union_relations"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.1231894, "supported_languages": null}, "macro.jira.default__jira_union_relations": {"name": "default__jira_union_relations", "resource_type": "macro", "package_name": "jira", "path": "macros/union/union_relations.sql", "original_file_path": "macros/union/union_relations.sql", "unique_id": "macro.jira.default__jira_union_relations", "macro_sql": "\n\n{%- macro default__jira_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, 'jira_union_relations') -%}\n {%- do dbt_utils._is_ephemeral(relation, 'jira_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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.1793134, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.1808095, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.1834576, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.1844633, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.1863337, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.1871786, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.188684, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.190644, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.1975696, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.198557, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.200002, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2009518, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2025673, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2034109, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2040274, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2048323, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2056725, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2063615, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.207174, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2078192, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2084527, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2093952, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2113016, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2120745, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2131863, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2139392, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2145703, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.21532, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.216789, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2175224, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2182066, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2188468, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2193687, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.220126, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2206125, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.221586, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2231233, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2237337, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.224688, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.225364, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2258735, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2263427, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2267928, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2276103, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2286487, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2290423, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.229668, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2304604, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2319257, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.232477, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.232734, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2329707, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2332077, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2340677, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2349005, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.235251, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2370803, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2433195, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.244702, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.247363, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2480059, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2490358, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2496858, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2508042, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2513688, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2523353, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2537317, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2552166, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2565413, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.25987, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.260416, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2610304, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2622638, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2647107, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2661195, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2668254, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2680361, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2692955, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.270181, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2710059, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2724717, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.273448, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.27384, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2741506, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2744887, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2749023, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.275204, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2755044, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.276263, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.276991, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2773163, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2782183, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2787085, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2789483, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2794833, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.280087, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2806695, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2810745, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2817597, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.283155, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2838714, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2851388, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.285688, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2864823, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.287064, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.288182, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2887318, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.289293, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.289778, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2901082, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2905374, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2908323, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.292056, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2925172, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2928057, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2942095, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2950103, "supported_languages": null}, "macro.spark_utils.get_tables": {"name": "get_tables", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/maintenance_operation.sql", "original_file_path": "macros/maintenance_operation.sql", "unique_id": "macro.spark_utils.get_tables", "macro_sql": "{% macro get_tables(table_regex_pattern='.*') %}\n\n {% set tables = [] %}\n {% for database in spark__list_schemas('not_used') %}\n {% for table in spark__list_relations_without_caching(database[0]) %}\n {% set db_tablename = database[0] ~ \".\" ~ table[1] %}\n {% set is_match = modules.re.match(table_regex_pattern, db_tablename) %}\n {% if is_match %}\n {% call statement('table_detail', fetch_result=True) -%}\n describe extended {{ db_tablename }}\n {% endcall %}\n\n {% set table_type = load_result('table_detail').table|reverse|selectattr(0, 'in', ('type', 'TYPE', 'Type'))|first %}\n {% if table_type[1]|lower != 'view' %}\n {{ tables.append(db_tablename) }}\n {% endif %}\n {% endif %}\n {% endfor %}\n {% endfor %}\n {{ return(tables) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.298058, "supported_languages": null}, "macro.spark_utils.get_delta_tables": {"name": "get_delta_tables", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/maintenance_operation.sql", "original_file_path": "macros/maintenance_operation.sql", "unique_id": "macro.spark_utils.get_delta_tables", "macro_sql": "{% macro get_delta_tables(table_regex_pattern='.*') %}\n\n {% set delta_tables = [] %}\n {% for db_tablename in get_tables(table_regex_pattern) %}\n {% call statement('table_detail', fetch_result=True) -%}\n describe extended {{ db_tablename }}\n {% endcall %}\n\n {% set table_type = load_result('table_detail').table|reverse|selectattr(0, 'in', ('provider', 'PROVIDER', 'Provider'))|first %}\n {% if table_type[1]|lower == 'delta' %}\n {{ delta_tables.append(db_tablename) }}\n {% endif %}\n {% endfor %}\n {{ return(delta_tables) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.spark_utils.get_tables", "macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.2992704, "supported_languages": null}, "macro.spark_utils.get_statistic_columns": {"name": "get_statistic_columns", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/maintenance_operation.sql", "original_file_path": "macros/maintenance_operation.sql", "unique_id": "macro.spark_utils.get_statistic_columns", "macro_sql": "{% macro get_statistic_columns(table) %}\n\n {% call statement('input_columns', fetch_result=True) %}\n SHOW COLUMNS IN {{ table }}\n {% endcall %}\n {% set input_columns = load_result('input_columns').table %}\n\n {% set output_columns = [] %}\n {% for column in input_columns %}\n {% call statement('column_information', fetch_result=True) %}\n DESCRIBE TABLE {{ table }} `{{ column[0] }}`\n {% endcall %}\n {% if not load_result('column_information').table[1][1].startswith('struct') and not load_result('column_information').table[1][1].startswith('array') %}\n {{ output_columns.append('`' ~ column[0] ~ '`') }}\n {% endif %}\n {% endfor %}\n {{ return(output_columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.3007944, "supported_languages": null}, "macro.spark_utils.spark_optimize_delta_tables": {"name": "spark_optimize_delta_tables", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/maintenance_operation.sql", "original_file_path": "macros/maintenance_operation.sql", "unique_id": "macro.spark_utils.spark_optimize_delta_tables", "macro_sql": "{% macro spark_optimize_delta_tables(table_regex_pattern='.*') %}\n\n {% for table in get_delta_tables(table_regex_pattern) %}\n {% set start=modules.datetime.datetime.now() %}\n {% set message_prefix=loop.index ~ \" of \" ~ loop.length %}\n {{ dbt_utils.log_info(message_prefix ~ \" Optimizing \" ~ table) }}\n {% do run_query(\"optimize \" ~ table) %}\n {% set end=modules.datetime.datetime.now() %}\n {% set total_seconds = (end - start).total_seconds() | round(2) %}\n {{ dbt_utils.log_info(message_prefix ~ \" Finished \" ~ table ~ \" in \" ~ total_seconds ~ \"s\") }}\n {% endfor %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.spark_utils.get_delta_tables", "macro.dbt_utils.log_info", "macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.302046, "supported_languages": null}, "macro.spark_utils.spark_vacuum_delta_tables": {"name": "spark_vacuum_delta_tables", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/maintenance_operation.sql", "original_file_path": "macros/maintenance_operation.sql", "unique_id": "macro.spark_utils.spark_vacuum_delta_tables", "macro_sql": "{% macro spark_vacuum_delta_tables(table_regex_pattern='.*') %}\n\n {% for table in get_delta_tables(table_regex_pattern) %}\n {% set start=modules.datetime.datetime.now() %}\n {% set message_prefix=loop.index ~ \" of \" ~ loop.length %}\n {{ dbt_utils.log_info(message_prefix ~ \" Vacuuming \" ~ table) }}\n {% do run_query(\"vacuum \" ~ table) %}\n {% set end=modules.datetime.datetime.now() %}\n {% set total_seconds = (end - start).total_seconds() | round(2) %}\n {{ dbt_utils.log_info(message_prefix ~ \" Finished \" ~ table ~ \" in \" ~ total_seconds ~ \"s\") }}\n {% endfor %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.spark_utils.get_delta_tables", "macro.dbt_utils.log_info", "macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.303284, "supported_languages": null}, "macro.spark_utils.spark_analyze_tables": {"name": "spark_analyze_tables", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/maintenance_operation.sql", "original_file_path": "macros/maintenance_operation.sql", "unique_id": "macro.spark_utils.spark_analyze_tables", "macro_sql": "{% macro spark_analyze_tables(table_regex_pattern='.*') %}\n\n {% for table in get_tables(table_regex_pattern) %}\n {% set start=modules.datetime.datetime.now() %}\n {% set columns = get_statistic_columns(table) | join(',') %}\n {% set message_prefix=loop.index ~ \" of \" ~ loop.length %}\n {{ dbt_utils.log_info(message_prefix ~ \" Analyzing \" ~ table) }}\n {% if columns != '' %}\n {% do run_query(\"analyze table \" ~ table ~ \" compute statistics for columns \" ~ columns) %}\n {% endif %}\n {% set end=modules.datetime.datetime.now() %}\n {% set total_seconds = (end - start).total_seconds() | round(2) %}\n {{ dbt_utils.log_info(message_prefix ~ \" Finished \" ~ table ~ \" in \" ~ total_seconds ~ \"s\") }}\n {% endfor %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.spark_utils.get_tables", "macro.spark_utils.get_statistic_columns", "macro.dbt_utils.log_info", "macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.3048065, "supported_languages": null}, "macro.spark_utils.spark__convert_timezone": {"name": "spark__convert_timezone", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/snowplow/convert_timezone.sql", "original_file_path": "macros/snowplow/convert_timezone.sql", "unique_id": "macro.spark_utils.spark__convert_timezone", "macro_sql": "{% macro spark__convert_timezone(in_tz, out_tz, in_timestamp) %}\n from_utc_timestamp(to_utc_timestamp({{in_timestamp}}, {{in_tz}}), {{out_tz}})\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.3052022, "supported_languages": null}, "macro.spark_utils.spark__concat": {"name": "spark__concat", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/dbt_utils/cross_db_utils/concat.sql", "original_file_path": "macros/dbt_utils/cross_db_utils/concat.sql", "unique_id": "macro.spark_utils.spark__concat", "macro_sql": "{% macro spark__concat(fields) -%}\n concat({{ fields|join(', ') }})\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.3055031, "supported_languages": null}, "macro.spark_utils.spark__split_part": {"name": "spark__split_part", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/dbt_utils/cross_db_utils/split_part.sql", "original_file_path": "macros/dbt_utils/cross_db_utils/split_part.sql", "unique_id": "macro.spark_utils.spark__split_part", "macro_sql": "{% macro spark__split_part(string_text, delimiter_text, part_number) %}\n\n {% set delimiter_expr %}\n \n -- escape if starts with a special character\n case when regexp_extract({{ delimiter_text }}, '([^A-Za-z0-9])(.*)', 1) != '_'\n then concat('\\\\', {{ delimiter_text }})\n else {{ delimiter_text }} end\n \n {% endset %}\n\n {% set split_part_expr %}\n \n split(\n {{ string_text }},\n {{ delimiter_expr }}\n )[({{ part_number - 1 }})]\n \n {% endset %}\n \n {{ return(split_part_expr) }}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.306359, "supported_languages": null}, "macro.spark_utils.spark__current_timestamp": {"name": "spark__current_timestamp", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/dbt_utils/cross_db_utils/current_timestamp.sql", "original_file_path": "macros/dbt_utils/cross_db_utils/current_timestamp.sql", "unique_id": "macro.spark_utils.spark__current_timestamp", "macro_sql": "{% macro spark__current_timestamp() %}\n current_timestamp()\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.3065903, "supported_languages": null}, "macro.spark_utils.spark__current_timestamp_in_utc": {"name": "spark__current_timestamp_in_utc", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/dbt_utils/cross_db_utils/current_timestamp.sql", "original_file_path": "macros/dbt_utils/cross_db_utils/current_timestamp.sql", "unique_id": "macro.spark_utils.spark__current_timestamp_in_utc", "macro_sql": "{% macro spark__current_timestamp_in_utc() %}\n unix_timestamp()\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.3067276, "supported_languages": null}, "macro.spark_utils.spark__datediff": {"name": "spark__datediff", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/dbt_utils/cross_db_utils/datediff.sql", "original_file_path": "macros/dbt_utils/cross_db_utils/datediff.sql", "unique_id": "macro.spark_utils.spark__datediff", "macro_sql": "{% macro spark__datediff(first_date, second_date, datepart) %}\n\n {%- if datepart in ['day', 'week', 'month', 'quarter', 'year'] -%}\n \n {# make sure the dates are real, otherwise raise an error asap #}\n {% set first_date = spark_utils.assert_not_null('date', first_date) %}\n {% set second_date = spark_utils.assert_not_null('date', second_date) %}\n \n {%- endif -%}\n \n {%- if datepart == 'day' -%}\n \n datediff({{second_date}}, {{first_date}})\n \n {%- elif datepart == 'week' -%}\n \n case when {{first_date}} < {{second_date}}\n then floor(datediff({{second_date}}, {{first_date}})/7)\n else ceil(datediff({{second_date}}, {{first_date}})/7)\n end\n \n -- did we cross a week boundary (Sunday)?\n + case\n when {{first_date}} < {{second_date}} and dayofweek({{second_date}}) < dayofweek({{first_date}}) then 1\n when {{first_date}} > {{second_date}} and dayofweek({{second_date}}) > dayofweek({{first_date}}) then -1\n else 0 end\n\n {%- elif datepart == 'month' -%}\n\n case when {{first_date}} < {{second_date}}\n then floor(months_between(date({{second_date}}), date({{first_date}})))\n else ceil(months_between(date({{second_date}}), date({{first_date}})))\n end\n \n -- did we cross a month boundary?\n + case\n when {{first_date}} < {{second_date}} and dayofmonth({{second_date}}) < dayofmonth({{first_date}}) then 1\n when {{first_date}} > {{second_date}} and dayofmonth({{second_date}}) > dayofmonth({{first_date}}) then -1\n else 0 end\n \n {%- elif datepart == 'quarter' -%}\n \n case when {{first_date}} < {{second_date}}\n then floor(months_between(date({{second_date}}), date({{first_date}}))/3)\n else ceil(months_between(date({{second_date}}), date({{first_date}}))/3)\n end\n \n -- did we cross a quarter boundary?\n + case\n when {{first_date}} < {{second_date}} and (\n (dayofyear({{second_date}}) - (quarter({{second_date}}) * 365/4))\n < (dayofyear({{first_date}}) - (quarter({{first_date}}) * 365/4))\n ) then 1\n when {{first_date}} > {{second_date}} and (\n (dayofyear({{second_date}}) - (quarter({{second_date}}) * 365/4))\n > (dayofyear({{first_date}}) - (quarter({{first_date}}) * 365/4))\n ) then -1\n else 0 end\n\n {%- elif datepart == 'year' -%}\n \n year({{second_date}}) - year({{first_date}})\n\n {%- elif datepart in ('hour', 'minute', 'second', 'millisecond', 'microsecond') -%}\n \n {%- set divisor -%} \n {%- if datepart == 'hour' -%} 3600\n {%- elif datepart == 'minute' -%} 60\n {%- elif datepart == 'second' -%} 1\n {%- elif datepart == 'millisecond' -%} (1/1000)\n {%- elif datepart == 'microsecond' -%} (1/1000000)\n {%- endif -%}\n {%- endset -%}\n\n case when {{first_date}} < {{second_date}}\n then ceil((\n {# make sure the timestamps are real, otherwise raise an error asap #}\n {{ spark_utils.assert_not_null('to_unix_timestamp', spark_utils.assert_not_null('to_timestamp', second_date)) }}\n - {{ spark_utils.assert_not_null('to_unix_timestamp', spark_utils.assert_not_null('to_timestamp', first_date)) }}\n ) / {{divisor}})\n else floor((\n {{ spark_utils.assert_not_null('to_unix_timestamp', spark_utils.assert_not_null('to_timestamp', second_date)) }}\n - {{ spark_utils.assert_not_null('to_unix_timestamp', spark_utils.assert_not_null('to_timestamp', first_date)) }}\n ) / {{divisor}})\n end\n \n {% if datepart == 'millisecond' %}\n + cast(date_format({{second_date}}, 'SSS') as int)\n - cast(date_format({{first_date}}, 'SSS') as int)\n {% endif %}\n \n {% if datepart == 'microsecond' %} \n {% set capture_str = '[0-9]{4}-[0-9]{2}-[0-9]{2}.[0-9]{2}:[0-9]{2}:[0-9]{2}.([0-9]{6})' %}\n -- Spark doesn't really support microseconds, so this is a massive hack!\n -- It will only work if the timestamp-string is of the format\n -- 'yyyy-MM-dd-HH mm.ss.SSSSSS'\n + cast(regexp_extract({{second_date}}, '{{capture_str}}', 1) as int)\n - cast(regexp_extract({{first_date}}, '{{capture_str}}', 1) as int) \n {% endif %}\n\n {%- else -%}\n\n {{ exceptions.raise_compiler_error(\"macro datediff not implemented for datepart ~ '\" ~ datepart ~ \"' ~ on Spark\") }}\n\n {%- endif -%}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.spark_utils.assert_not_null"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.3129592, "supported_languages": null}, "macro.spark_utils.spark__dateadd": {"name": "spark__dateadd", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/dbt_utils/cross_db_utils/dateadd.sql", "original_file_path": "macros/dbt_utils/cross_db_utils/dateadd.sql", "unique_id": "macro.spark_utils.spark__dateadd", "macro_sql": "{% macro spark__dateadd(datepart, interval, from_date_or_timestamp) %}\n\n {%- set clock_component -%}\n {# make sure the dates + timestamps are real, otherwise raise an error asap #}\n to_unix_timestamp({{ spark_utils.assert_not_null('to_timestamp', from_date_or_timestamp) }})\n - to_unix_timestamp({{ spark_utils.assert_not_null('date', from_date_or_timestamp) }})\n {%- endset -%}\n\n {%- if datepart in ['day', 'week'] -%}\n \n {%- set multiplier = 7 if datepart == 'week' else 1 -%}\n\n to_timestamp(\n to_unix_timestamp(\n date_add(\n {{ spark_utils.assert_not_null('date', from_date_or_timestamp) }},\n cast({{interval}} * {{multiplier}} as int)\n )\n ) + {{clock_component}}\n )\n\n {%- elif datepart in ['month', 'quarter', 'year'] -%}\n \n {%- set multiplier -%} \n {%- if datepart == 'month' -%} 1\n {%- elif datepart == 'quarter' -%} 3\n {%- elif datepart == 'year' -%} 12\n {%- endif -%}\n {%- endset -%}\n\n to_timestamp(\n to_unix_timestamp(\n add_months(\n {{ spark_utils.assert_not_null('date', from_date_or_timestamp) }},\n cast({{interval}} * {{multiplier}} as int)\n )\n ) + {{clock_component}}\n )\n\n {%- elif datepart in ('hour', 'minute', 'second', 'millisecond', 'microsecond') -%}\n \n {%- set multiplier -%} \n {%- if datepart == 'hour' -%} 3600\n {%- elif datepart == 'minute' -%} 60\n {%- elif datepart == 'second' -%} 1\n {%- elif datepart == 'millisecond' -%} (1/1000000)\n {%- elif datepart == 'microsecond' -%} (1/1000000)\n {%- endif -%}\n {%- endset -%}\n\n to_timestamp(\n {{ spark_utils.assert_not_null('to_unix_timestamp', from_date_or_timestamp) }}\n + cast({{interval}} * {{multiplier}} as int)\n )\n\n {%- else -%}\n\n {{ exceptions.raise_compiler_error(\"macro dateadd not implemented for datepart ~ '\" ~ datepart ~ \"' ~ on Spark\") }}\n\n {%- endif -%}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.spark_utils.assert_not_null"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.31629, "supported_languages": null}, "macro.spark_utils.spark__type_numeric": {"name": "spark__type_numeric", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/dbt_utils/cross_db_utils/datatypes.sql", "original_file_path": "macros/dbt_utils/cross_db_utils/datatypes.sql", "unique_id": "macro.spark_utils.spark__type_numeric", "macro_sql": "{% macro spark__type_numeric() %}\n decimal(28, 6)\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.316554, "supported_languages": null}, "macro.spark_utils.spark__get_relations_by_pattern": {"name": "spark__get_relations_by_pattern", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/dbt_utils/sql/get_relations_by_prefix.sql", "original_file_path": "macros/dbt_utils/sql/get_relations_by_prefix.sql", "unique_id": "macro.spark_utils.spark__get_relations_by_pattern", "macro_sql": "{% macro spark__get_relations_by_pattern(schema_pattern, table_pattern, exclude='', database=target.database) %}\n\n {%- call statement('get_tables', fetch_result=True) %}\n\n show table extended in {{ schema_pattern }} like '{{ table_pattern }}'\n\n {%- endcall -%}\n\n {%- set table_list = load_result('get_tables') -%}\n\n {%- if table_list and table_list['table'] -%}\n {%- set tbl_relations = [] -%}\n {%- for row in table_list['table'] -%}\n {%- set tbl_relation = api.Relation.create(\n database=None,\n schema=row[0],\n identifier=row[1],\n type=('view' if 'Type: VIEW' in row[3] else 'table')\n ) -%}\n {%- do tbl_relations.append(tbl_relation) -%}\n {%- endfor -%}\n\n {{ return(tbl_relations) }}\n {%- else -%}\n {{ return([]) }}\n {%- endif -%}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.3185658, "supported_languages": null}, "macro.spark_utils.spark__get_relations_by_prefix": {"name": "spark__get_relations_by_prefix", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/dbt_utils/sql/get_relations_by_prefix.sql", "original_file_path": "macros/dbt_utils/sql/get_relations_by_prefix.sql", "unique_id": "macro.spark_utils.spark__get_relations_by_prefix", "macro_sql": "{% macro spark__get_relations_by_prefix(schema_pattern, table_pattern, exclude='', database=target.database) %}\n {% set table_pattern = table_pattern ~ '*' %}\n {{ return(spark_utils.spark__get_relations_by_pattern(schema_pattern, table_pattern, exclude='', database=target.database)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.spark_utils.spark__get_relations_by_pattern"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.319141, "supported_languages": null}, "macro.spark_utils.spark__get_tables_by_pattern": {"name": "spark__get_tables_by_pattern", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/dbt_utils/sql/get_relations_by_prefix.sql", "original_file_path": "macros/dbt_utils/sql/get_relations_by_prefix.sql", "unique_id": "macro.spark_utils.spark__get_tables_by_pattern", "macro_sql": "{% macro spark__get_tables_by_pattern(schema_pattern, table_pattern, exclude='', database=target.database) %}\n {{ return(spark_utils.spark__get_relations_by_pattern(schema_pattern, table_pattern, exclude='', database=target.database)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.spark_utils.spark__get_relations_by_pattern"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.3196838, "supported_languages": null}, "macro.spark_utils.spark__get_tables_by_prefix": {"name": "spark__get_tables_by_prefix", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/dbt_utils/sql/get_relations_by_prefix.sql", "original_file_path": "macros/dbt_utils/sql/get_relations_by_prefix.sql", "unique_id": "macro.spark_utils.spark__get_tables_by_prefix", "macro_sql": "{% macro spark__get_tables_by_prefix(schema_pattern, table_pattern, exclude='', database=target.database) %}\n {{ return(spark_utils.spark__get_relations_by_prefix(schema_pattern, table_pattern, exclude='', database=target.database)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.spark_utils.spark__get_relations_by_prefix"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.3201609, "supported_languages": null}, "macro.spark_utils.assert_not_null": {"name": "assert_not_null", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/etc/assert_not_null.sql", "original_file_path": "macros/etc/assert_not_null.sql", "unique_id": "macro.spark_utils.assert_not_null", "macro_sql": "{% macro assert_not_null(function, arg) -%}\n {{ return(adapter.dispatch('assert_not_null', 'spark_utils')(function, arg)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.spark_utils.default__assert_not_null"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.3206923, "supported_languages": null}, "macro.spark_utils.default__assert_not_null": {"name": "default__assert_not_null", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/etc/assert_not_null.sql", "original_file_path": "macros/etc/assert_not_null.sql", "unique_id": "macro.spark_utils.default__assert_not_null", "macro_sql": "{% macro default__assert_not_null(function, arg) %}\n\n coalesce({{function}}({{arg}}), nvl2({{function}}({{arg}}), assert_true({{function}}({{arg}}) is not null), null))\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1778007511.3210468, "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.jira.source_relation": {"name": "source_relation", "resource_type": "doc", "package_name": "jira", "path": "docs.md", "original_file_path": "models/docs.md", "unique_id": "doc.jira.source_relation", "block_contents": "Identifies the record's source."}}, "exposures": {}, "metrics": {}, "groups": {}, "selectors": {}, "disabled": {"test.jira_integration_tests.consistency_sprint_enhanced": [{"database": "postgres", "schema": "public_dbt_test__audit", "name": "consistency_sprint_enhanced", "resource_type": "test", "package_name": "jira_integration_tests", "path": "consistency/consistency_sprint_enhanced.sql", "original_file_path": "tests/consistency/consistency_sprint_enhanced.sql", "unique_id": "test.jira_integration_tests.consistency_sprint_enhanced", "fqn": ["jira_integration_tests", "consistency", "consistency_sprint_enhanced"], "alias": "consistency_sprint_enhanced", "checksum": {"name": "sha256", "checksum": "8a58ba0bce823dc6ba0fa54c08907108956eda8b75ede09c4667d5261e933799"}, "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": 1778007512.016531, "relation_name": null, "raw_code": "{{ config(\n tags=\"fivetran_validations\",\n enabled=var('fivetran_validation_tests_enabled', false)\n) }}\n\n{# Exclude columns that depend on calculations involving the current time in seconds or aggregate strings in a random order, as they will differ between runs. #}\n{% set exclude_columns = var('consistency_test_exclude_metrics', []) %}\n\nwith prod as (\n select {{ dbt_utils.star(from=ref('jira__sprint_enhanced'), except=exclude_columns) }}\n from {{ target.schema }}_jira_prod.jira__sprint_enhanced\n),\n\ndev as (\n select {{ dbt_utils.star(from=ref('jira__sprint_enhanced'), except=exclude_columns) }}\n from {{ target.schema }}_jira_dev.jira__sprint_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": "jira__sprint_enhanced", "package": null, "version": null}, {"name": "jira__sprint_enhanced", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt_utils.star"], "nodes": []}, "compiled_path": null, "contract": {"enforced": false, "alias_types": true, "checksum": null}}], "test.jira_integration_tests.consistency_project_enhanced": [{"database": "postgres", "schema": "public_dbt_test__audit", "name": "consistency_project_enhanced", "resource_type": "test", "package_name": "jira_integration_tests", "path": "consistency/consistency_project_enhanced.sql", "original_file_path": "tests/consistency/consistency_project_enhanced.sql", "unique_id": "test.jira_integration_tests.consistency_project_enhanced", "fqn": ["jira_integration_tests", "consistency", "consistency_project_enhanced"], "alias": "consistency_project_enhanced", "checksum": {"name": "sha256", "checksum": "fae94860b782c17622db37a0324c3a36e267593f66a00bec1f4ca30fe4622796"}, "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": 1778007512.0626793, "relation_name": null, "raw_code": "{{ config(\n tags=\"fivetran_validations\",\n enabled=var('fivetran_validation_tests_enabled', false)\n) }}\n\n{# Exclude columns that depend on calculations involving the current time in seconds or aggregate strings in a random order, as they will differ between runs. #}\n{% set exclude_columns = ['avg_age_currently_open_seconds', 'avg_age_currently_open_assigned_seconds', 'median_age_currently_open_seconds', 'median_age_currently_open_assigned_seconds', 'epics', 'components'] + var('consistency_test_exclude_metrics', []) %}\n\nwith prod as (\n select {{ dbt_utils.star(from=ref('jira__project_enhanced'), except=exclude_columns) }}\n from {{ target.schema }}_jira_prod.jira__project_enhanced\n),\n\ndev as (\n select {{ dbt_utils.star(from=ref('jira__project_enhanced'), except=exclude_columns) }}\n from {{ target.schema }}_jira_dev.jira__project_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": "jira__project_enhanced", "package": null, "version": null}, {"name": "jira__project_enhanced", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt_utils.star"], "nodes": []}, "compiled_path": null, "contract": {"enforced": false, "alias_types": true, "checksum": null}}], "test.jira_integration_tests.consistency_daily_sprint_issue_history": [{"database": "postgres", "schema": "public_dbt_test__audit", "name": "consistency_daily_sprint_issue_history", "resource_type": "test", "package_name": "jira_integration_tests", "path": "consistency/consistency_daily_sprint_issue_history.sql", "original_file_path": "tests/consistency/consistency_daily_sprint_issue_history.sql", "unique_id": "test.jira_integration_tests.consistency_daily_sprint_issue_history", "fqn": ["jira_integration_tests", "consistency", "consistency_daily_sprint_issue_history"], "alias": "consistency_daily_sprint_issue_history", "checksum": {"name": "sha256", "checksum": "57e0ea5f5f8857e997a7208355847a35ae97ad78a762cd74228106665dd47a14"}, "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": 1778007512.070498, "relation_name": null, "raw_code": "{{ config(\n tags=\"fivetran_validations\",\n enabled=var('fivetran_validation_tests_enabled', false)\n) }}\n\n-- source_relation is excluded as it will differ between prod and dev schemas\nwith prod as (\n select\n date_day,\n issue_id,\n sprint_id,\n sprint_name,\n days_left_in_sprint\n from {{ target.schema }}_jira_prod.jira__daily_sprint_issue_history\n),\n\ndev as (\n select\n date_day,\n issue_id,\n sprint_id,\n sprint_name,\n days_left_in_sprint\n from {{ target.schema }}_jira_dev.jira__daily_sprint_issue_history\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": [], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": [], "nodes": []}, "compiled_path": null, "contract": {"enforced": false, "alias_types": true, "checksum": null}}], "test.jira_integration_tests.consistency_user_enhanced": [{"database": "postgres", "schema": "public_dbt_test__audit", "name": "consistency_user_enhanced", "resource_type": "test", "package_name": "jira_integration_tests", "path": "consistency/consistency_user_enhanced.sql", "original_file_path": "tests/consistency/consistency_user_enhanced.sql", "unique_id": "test.jira_integration_tests.consistency_user_enhanced", "fqn": ["jira_integration_tests", "consistency", "consistency_user_enhanced"], "alias": "consistency_user_enhanced", "checksum": {"name": "sha256", "checksum": "0fbf7f88df7507bf5b09373ecb3aa518889b8df98cf91f88e3c9da39645a77ee"}, "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": 1778007512.0775058, "relation_name": null, "raw_code": "{{ config(\n tags=\"fivetran_validations\",\n enabled=var('fivetran_validation_tests_enabled', false)\n) }}\n\n{# Exclude columns that depend on calculations involving the current time in seconds or aggregate strings in a random order, as they will differ between runs. #}\n{% set exclude_columns = ['avg_age_currently_open_seconds', 'avg_age_currently_open_days', 'median_age_currently_open_seconds', 'median_age_currently_open_days', 'projects'] + var('consistency_test_exclude_metrics', []) %}\n\nwith prod as (\n select {{ dbt_utils.star(from=ref('jira__user_enhanced'), except=exclude_columns) }}\n from {{ target.schema }}_jira_prod.jira__user_enhanced\n),\n\ndev as (\n select {{ dbt_utils.star(from=ref('jira__user_enhanced'), except=exclude_columns) }}\n from {{ target.schema }}_jira_dev.jira__user_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": "jira__user_enhanced", "package": null, "version": null}, {"name": "jira__user_enhanced", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt_utils.star"], "nodes": []}, "compiled_path": null, "contract": {"enforced": false, "alias_types": true, "checksum": null}}], "test.jira_integration_tests.consistency_daily_issue_field_history": [{"database": "postgres", "schema": "public_dbt_test__audit", "name": "consistency_daily_issue_field_history", "resource_type": "test", "package_name": "jira_integration_tests", "path": "consistency/consistency_daily_issue_field_history.sql", "original_file_path": "tests/consistency/consistency_daily_issue_field_history.sql", "unique_id": "test.jira_integration_tests.consistency_daily_issue_field_history", "fqn": ["jira_integration_tests", "consistency", "consistency_daily_issue_field_history"], "alias": "consistency_daily_issue_field_history", "checksum": {"name": "sha256", "checksum": "ce9fe7e0fb825b7789b068918fe9f3faa75b294958678572daa08cc80092a5c0"}, "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": 1778007512.0851092, "relation_name": null, "raw_code": "{{ config(\n tags=\"fivetran_validations\",\n enabled=var('fivetran_validation_tests_enabled', false)\n) }}\n\n-- source_relation is excluded as it will differ between prod and dev schemas\nwith prod as (\n select\n date_day,\n issue_id,\n status,\n status_id\n from {{ target.schema }}_jira_prod.jira__daily_issue_field_history\n),\n\ndev as (\n \n select\n date_day,\n issue_id,\n status,\n status_id\n from {{ target.schema }}_jira_dev.jira__daily_issue_field_history\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": [], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": [], "nodes": []}, "compiled_path": null, "contract": {"enforced": false, "alias_types": true, "checksum": null}}], "test.jira_integration_tests.consistency_issue_status_transitions": [{"database": "postgres", "schema": "public_dbt_test__audit", "name": "consistency_issue_status_transitions", "resource_type": "test", "package_name": "jira_integration_tests", "path": "consistency/consistency_issue_status_transitions.sql", "original_file_path": "tests/consistency/consistency_issue_status_transitions.sql", "unique_id": "test.jira_integration_tests.consistency_issue_status_transitions", "fqn": ["jira_integration_tests", "consistency", "consistency_issue_status_transitions"], "alias": "consistency_issue_status_transitions", "checksum": {"name": "sha256", "checksum": "8df8af6f361ba8d065ad088de576017024fed290aa725413545ce8c3ae78f978"}, "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": 1778007512.0907226, "relation_name": null, "raw_code": "{{ config(\n tags=\"fivetran_validations\",\n enabled=var('fivetran_validation_tests_enabled', false)\n) }}\n\n-- source_relation is excluded as it will differ between prod and dev schemas\nwith prod as (\n\n select\n issue_id,\n status,\n status_category_name,\n previous_status,\n previous_status_category_name\n from {{ target.schema }}_jira_prod.jira__issue_status_transitions\n),\n\ndev as (\n\n select\n issue_id,\n status,\n status_category_name,\n previous_status,\n previous_status_category_name\n from {{ target.schema }}_jira_dev.jira__issue_status_transitions\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": [], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": [], "nodes": []}, "compiled_path": null, "contract": {"enforced": false, "alias_types": true, "checksum": null}}], "test.jira_integration_tests.consistency_timestamp_issue_field_history": [{"database": "postgres", "schema": "public_dbt_test__audit", "name": "consistency_timestamp_issue_field_history", "resource_type": "test", "package_name": "jira_integration_tests", "path": "consistency/consistency_timestamp_issue_field_history.sql", "original_file_path": "tests/consistency/consistency_timestamp_issue_field_history.sql", "unique_id": "test.jira_integration_tests.consistency_timestamp_issue_field_history", "fqn": ["jira_integration_tests", "consistency", "consistency_timestamp_issue_field_history"], "alias": "consistency_timestamp_issue_field_history", "checksum": {"name": "sha256", "checksum": "8e0aecd1c9640180de298f776d7841c2bc64f3512915ff5bc958603828ad3b0c"}, "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": 1778007512.0960653, "relation_name": null, "raw_code": "{{ config(\n tags=\"fivetran_validations\",\n enabled=var('fivetran_validation_tests_enabled', false)\n) }}\n\n-- source_relation is excluded as it will differ between prod and dev schemas\nwith prod as (\n select\n valid_from,\n issue_id,\n status,\n status_id,\n author_id\n from {{ target.schema }}_jira_prod.jira__timestamp_issue_field_history\n),\n\ndev as (\n select\n valid_from,\n issue_id,\n status,\n status_id,\n author_id\n from {{ target.schema }}_jira_dev.jira__timestamp_issue_field_history\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": [], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": [], "nodes": []}, "compiled_path": null, "contract": {"enforced": false, "alias_types": true, "checksum": null}}], "test.jira_integration_tests.consistency_issue_enhanced": [{"database": "postgres", "schema": "public_dbt_test__audit", "name": "consistency_issue_enhanced", "resource_type": "test", "package_name": "jira_integration_tests", "path": "consistency/consistency_issue_enhanced.sql", "original_file_path": "tests/consistency/consistency_issue_enhanced.sql", "unique_id": "test.jira_integration_tests.consistency_issue_enhanced", "fqn": ["jira_integration_tests", "consistency", "consistency_issue_enhanced"], "alias": "consistency_issue_enhanced", "checksum": {"name": "sha256", "checksum": "cc7be1ad5f7ce6dda3b3e264af097d956cd830e8d706da85a7e48e24162960ca"}, "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": 1778007512.1022973, "relation_name": null, "raw_code": "{{ config(\n tags=\"fivetran_validations\",\n enabled=var('fivetran_validation_tests_enabled', false)\n) }}\n\n{# Exclude columns that depend on calculations involving the current time in seconds or aggregate strings in a random order, as they will differ between runs. #}\n{% set exclude_columns = ['open_duration_seconds', 'any_assignment_duration_seconds', 'last_assignment_duration_seconds', 'fixes_versions', 'affects_versions', 'conversation', 'sprint', 'sprint_name', 'labels', 'collaborators', 'quarter'] + var('consistency_test_exclude_metrics', []) %}\nwith prod as (\n select {{ dbt_utils.star(from=ref('jira__issue_enhanced'), except=exclude_columns) }}\n from {{ target.schema }}_jira_prod.jira__issue_enhanced\n),\n\ndev as (\n select {{ dbt_utils.star(from=ref('jira__issue_enhanced'), except=exclude_columns) }}\n from {{ target.schema }}_jira_dev.jira__issue_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": "jira__issue_enhanced", "package": null, "version": null}, {"name": "jira__issue_enhanced", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt_utils.star"], "nodes": []}, "compiled_path": null, "contract": {"enforced": false, "alias_types": true, "checksum": null}}], "test.jira_integration_tests.vertical_integrity_daily_sprint_issue_history": [{"database": "postgres", "schema": "public_dbt_test__audit", "name": "vertical_integrity_daily_sprint_issue_history", "resource_type": "test", "package_name": "jira_integration_tests", "path": "integrity/vertical_integrity_daily_sprint_issue_history.sql", "original_file_path": "tests/integrity/vertical_integrity_daily_sprint_issue_history.sql", "unique_id": "test.jira_integration_tests.vertical_integrity_daily_sprint_issue_history", "fqn": ["jira_integration_tests", "integrity", "vertical_integrity_daily_sprint_issue_history"], "alias": "vertical_integrity_daily_sprint_issue_history", "checksum": {"name": "sha256", "checksum": "e75fece1923ece090289fbd9c6b41febedd55b8da2decaab2027f5a78d8d75cc"}, "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": 1778007512.1098466, "relation_name": null, "raw_code": "{{ config(\n tags=\"fivetran_validations\",\n enabled=var('fivetran_validation_tests_enabled', false)\n and var('jira_using_sprints', true)\n) }}\n\nwith end_model as (\n\n select\n sprint_id,\n issue_id,\n sprint_started_at,\n min(date_day) as first_date_end\n from {{ ref('jira__daily_sprint_issue_history') }}\n group by 1,2,3\n),\n\n\nissue_multiselect_history as (\n\n select *\n from {{ ref('stg_jira__issue_multiselect_history') }}\n),\n\nfield as (\n\n select *\n from {{ ref('stg_jira__field') }}\n),\n\nsprint as (\n\n select *\n from {{ ref('stg_jira__sprint') }}\n),\n\n-- For each issue on each day, find the timestamp of the last sprint-related event.\n-- This mirrors how jira__daily_issue_field_history forward-fills using the end-of-day state.\nlast_sprint_event_per_day as (\n\n select\n issue_multiselect_history.issue_id,\n cast(issue_multiselect_history.updated_at as date) as updated_date,\n max(issue_multiselect_history.updated_at) as last_updated_at\n from issue_multiselect_history\n inner join field\n on field.field_id = issue_multiselect_history.field_id\n where lower(field.field_name) = 'sprint'\n group by 1, 2\n),\n\n-- Only include sprint IDs that were recorded at the last event timestamp for that issue/day.\n-- Sprints that appeared earlier in the day but were superseded are excluded.\nissue_sprint_fields as (\n\n select\n issue_multiselect_history.issue_id,\n cast(issue_multiselect_history.field_value as {{ dbt.type_int() }}) as sprint_id,\n last_sprint_event_per_day.updated_date\n from issue_multiselect_history\n inner join field\n on field.field_id = issue_multiselect_history.field_id\n inner join last_sprint_event_per_day\n on issue_multiselect_history.issue_id = last_sprint_event_per_day.issue_id\n and cast(issue_multiselect_history.updated_at as date) = last_sprint_event_per_day.updated_date\n and issue_multiselect_history.updated_at = last_sprint_event_per_day.last_updated_at\n where lower(field.field_name) = 'sprint'\n and issue_multiselect_history.field_value is not null\n),\n\n\nsource_model as (\n\n select\n issue_id,\n sprint_id,\n min(updated_date) as first_date_source\n from issue_sprint_fields\n group by 1, 2\n)\n\nselect\n end_model.sprint_id,\n end_model.issue_id,\n first_date_source,\n first_date_end\nfrom end_model\nfull outer join source_model\n on end_model.sprint_id = cast(source_model.sprint_id as string)\n and end_model.issue_id = source_model.issue_id\nwhere first_date_source != first_date_end\nand first_date_source >= cast(sprint_started_at as date)", "doc_blocks": [], "language": "sql", "refs": [{"name": "jira__daily_sprint_issue_history", "package": null, "version": null}, {"name": "stg_jira__issue_multiselect_history", "package": null, "version": null}, {"name": "stg_jira__field", "package": null, "version": null}, {"name": "stg_jira__sprint", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.type_int"], "nodes": []}, "compiled_path": null, "contract": {"enforced": false, "alias_types": true, "checksum": null}}], "test.jira_integration_tests.vertical_integrity_sprint_enhanced": [{"database": "postgres", "schema": "public_dbt_test__audit", "name": "vertical_integrity_sprint_enhanced", "resource_type": "test", "package_name": "jira_integration_tests", "path": "integrity/vertical_integrity_sprint_enhanced.sql", "original_file_path": "tests/integrity/vertical_integrity_sprint_enhanced.sql", "unique_id": "test.jira_integration_tests.vertical_integrity_sprint_enhanced", "fqn": ["jira_integration_tests", "integrity", "vertical_integrity_sprint_enhanced"], "alias": "vertical_integrity_sprint_enhanced", "checksum": {"name": "sha256", "checksum": "3f13ef1c871999f5626f25ef2341d90c404a4c365d0b77d3371286585869a005"}, "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": 1778007512.118763, "relation_name": null, "raw_code": "{{ config(\n tags=\"fivetran_validations\",\n enabled=var('fivetran_validation_tests_enabled', false)\n and var('jira_using_sprints', true)\n) }}\n\nwith end_model as (\n\n select \n sprint_id, \n sprint_issues as sprint_issues_end\n from {{ ref('jira__sprint_enhanced') }}\n),\n\n\nissue_multiselect_history as (\n\n select *\n from {{ ref('stg_jira__issue_multiselect_history') }}\n),\n\nfield as (\n\n select *\n from {{ ref('stg_jira__field') }}\n),\n\nsprint as (\n\n select *\n from {{ ref('stg_jira__sprint') }}\n),\n\nissue as (\n\n select *\n from {{ ref('stg_jira__issue') }}\n),\n\nissue_sprint_fields as (\n\n select \n issue_multiselect_history.issue_id, \n issue_multiselect_history.field_value, \n field.field_name\n from issue_multiselect_history\n inner join field\n on field.field_id = issue_multiselect_history.field_id\n inner join issue\n on cast(issue.issue_id as string) = issue_multiselect_history.field_id\n where lower(field.field_name) = 'sprint'\n),\n\nsource_model as (\n\n select \n sprint.sprint_id, \n count(distinct issue_id) as sprint_issues_source\n from issue_sprint_fields\n inner join sprint\n on issue_sprint_fields.field_value = cast(sprint.sprint_id as string)\n group by 1\n)\n\nselect \n end_model.sprint_id,\n sprint_issues_source,\n sprint_issues_end\nfrom end_model\nfull outer join source_model\n on end_model.sprint_id = cast(source_model.sprint_id as string)\nwhere sprint_issues_source != sprint_issues_end", "doc_blocks": [], "language": "sql", "refs": [{"name": "jira__sprint_enhanced", "package": null, "version": null}, {"name": "stg_jira__issue_multiselect_history", "package": null, "version": null}, {"name": "stg_jira__field", "package": null, "version": null}, {"name": "stg_jira__sprint", "package": null, "version": null}, {"name": "stg_jira__issue", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": [], "nodes": []}, "compiled_path": null, "contract": {"enforced": false, "alias_types": true, "checksum": null}}]}, "parent_map": {"seed.jira_integration_tests.project_board": [], "seed.jira_integration_tests.user_group": [], "seed.jira_integration_tests.version": [], "seed.jira_integration_tests.resolution": [], "seed.jira_integration_tests.priority": [], "seed.jira_integration_tests.user": [], "seed.jira_integration_tests.issue_link": [], "seed.jira_integration_tests.issue": [], "seed.jira_integration_tests.issue_multiselect_history": [], "seed.jira_integration_tests.field_option": [], "seed.jira_integration_tests.sprint": [], "seed.jira_integration_tests.epic": [], "seed.jira_integration_tests.comment": [], "seed.jira_integration_tests.issue_type": [], "seed.jira_integration_tests.component": [], "seed.jira_integration_tests.field": [], "seed.jira_integration_tests.project": [], "seed.jira_integration_tests.project_category": [], "seed.jira_integration_tests.team": [], "seed.jira_integration_tests.status_category": [], "seed.jira_integration_tests.issue_field_history": [], "seed.jira_integration_tests.status": [], "model.jira.jira__timestamp_issue_field_history": ["model.jira.int_jira__timestamp_field_history_scd", "model.jira.stg_jira__component", "model.jira.stg_jira__field_option", "model.jira.stg_jira__issue_type", "model.jira.stg_jira__project", "model.jira.stg_jira__status", "model.jira.stg_jira__status_category", "model.jira.stg_jira__team", "model.jira.stg_jira__user"], "model.jira.jira__daily_sprint_issue_history": ["model.jira.jira__daily_issue_field_history", "model.jira.jira__issue_enhanced", "model.jira.stg_jira__sprint"], "model.jira.jira__issue_status_transitions": ["model.jira.jira__timestamp_issue_field_history"], "model.jira.jira__issue_enhanced": ["model.jira.int_jira__issue_join", "model.jira.jira__daily_issue_field_history"], "model.jira.jira__daily_issue_field_history": ["model.jira.int_jira__field_history_scd", "model.jira.int_jira__issue_calendar_spine", "model.jira.stg_jira__component", "model.jira.stg_jira__field_option", "model.jira.stg_jira__issue_type", "model.jira.stg_jira__project", "model.jira.stg_jira__status", "model.jira.stg_jira__team", "model.jira.stg_jira__user"], "model.jira.jira__user_enhanced": ["model.jira.int_jira__user_metrics", "model.jira.jira__issue_enhanced", "model.jira.stg_jira__user"], "model.jira.jira__sprint_enhanced": ["model.jira.jira__daily_sprint_issue_history"], "model.jira.jira__project_enhanced": ["model.jira.int_jira__project_metrics", "model.jira.jira__issue_enhanced", "model.jira.stg_jira__component", "model.jira.stg_jira__project", "model.jira.stg_jira__user"], "model.jira.stg_jira__component": ["model.jira.stg_jira__component_tmp"], "model.jira.stg_jira__priority": ["model.jira.stg_jira__priority_tmp"], "model.jira.stg_jira__field_option": ["model.jira.stg_jira__field_option_tmp"], "model.jira.stg_jira__issue_field_history": ["model.jira.stg_jira__issue_field_history_tmp"], "model.jira.stg_jira__status_category": ["model.jira.stg_jira__status_category_tmp"], "model.jira.stg_jira__resolution": ["model.jira.stg_jira__resolution_tmp"], "model.jira.stg_jira__comment": ["model.jira.stg_jira__comment_tmp"], "model.jira.stg_jira__project": ["model.jira.stg_jira__project_tmp"], "model.jira.stg_jira__issue_link": ["model.jira.stg_jira__issue_link_tmp"], "model.jira.stg_jira__issue_type": ["model.jira.stg_jira__issue_type_tmp"], "model.jira.stg_jira__field": ["model.jira.stg_jira__field_tmp"], "model.jira.stg_jira__version": ["model.jira.stg_jira__version_tmp"], "model.jira.stg_jira__status": ["model.jira.stg_jira__status_tmp"], "model.jira.stg_jira__sprint": ["model.jira.stg_jira__sprint_tmp"], "model.jira.stg_jira__issue_multiselect_history": ["model.jira.stg_jira__issue_multiselect_history_tmp"], "model.jira.stg_jira__team": ["model.jira.stg_jira__team_tmp"], "model.jira.stg_jira__user": ["model.jira.stg_jira__user_tmp"], "model.jira.stg_jira__issue": ["model.jira.stg_jira__issue_tmp"], "model.jira.stg_jira__team_tmp": ["source.jira.jira.team"], "model.jira.stg_jira__sprint_tmp": ["source.jira.jira.sprint"], "model.jira.stg_jira__issue_tmp": ["source.jira.jira.issue"], "model.jira.stg_jira__status_category_tmp": ["source.jira.jira.status_category"], "model.jira.stg_jira__priority_tmp": ["source.jira.jira.priority"], "model.jira.stg_jira__issue_multiselect_history_tmp": ["source.jira.jira.issue_multiselect_history"], "model.jira.stg_jira__project_tmp": ["source.jira.jira.project"], "model.jira.stg_jira__comment_tmp": ["source.jira.jira.comment"], "model.jira.stg_jira__status_tmp": ["source.jira.jira.status"], "model.jira.stg_jira__field_option_tmp": ["source.jira.jira.field_option"], "model.jira.stg_jira__field_tmp": ["source.jira.jira.field"], "model.jira.stg_jira__user_tmp": ["source.jira.jira.user"], "model.jira.stg_jira__issue_type_tmp": ["source.jira.jira.issue_type"], "model.jira.stg_jira__issue_link_tmp": ["source.jira.jira.issue_link"], "model.jira.stg_jira__version_tmp": ["source.jira.jira.version"], "model.jira.stg_jira__component_tmp": ["source.jira.jira.component"], "model.jira.stg_jira__resolution_tmp": ["source.jira.jira.resolution"], "model.jira.stg_jira__issue_field_history_tmp": ["source.jira.jira.issue_field_history"], "model.jira.int_jira__issue_assign_resolution": ["model.jira.int_jira__issue_field_history"], "model.jira.int_jira__issue_sprint": ["model.jira.int_jira__issue_multiselect_history", "model.jira.stg_jira__sprint"], "model.jira.int_jira__issue_versions": ["model.jira.int_jira__issue_multiselect_history", "model.jira.stg_jira__version"], "model.jira.int_jira__issue_epic": ["model.jira.int_jira__issue_field_history"], "model.jira.int_jira__issue_join": ["model.jira.int_jira__issue_assign_resolution", "model.jira.int_jira__issue_comments", "model.jira.int_jira__issue_sprint", "model.jira.int_jira__issue_users", "model.jira.int_jira__issue_versions", "model.jira.stg_jira__priority", "model.jira.stg_jira__project", "model.jira.stg_jira__resolution", "model.jira.stg_jira__status", "model.jira.stg_jira__status_category"], "model.jira.int_jira__user_metrics": ["model.jira.jira__issue_enhanced"], "model.jira.int_jira__issue_type_parents": ["model.jira.int_jira__issue_epic", "model.jira.stg_jira__issue", "model.jira.stg_jira__issue_type"], "model.jira.int_jira__issue_users": ["model.jira.int_jira__issue_type_parents", "model.jira.stg_jira__user"], "model.jira.int_jira__issue_comments": ["model.jira.stg_jira__comment", "model.jira.stg_jira__user"], "model.jira.int_jira__project_metrics": ["model.jira.jira__issue_enhanced"], "model.jira.int_jira__issue_calendar_spine": ["model.jira.int_jira__field_history_scd", "model.jira.stg_jira__issue", "model.jira.stg_jira__issue_tmp"], "model.jira.int_jira__issue_field_history": ["model.jira.stg_jira__field", "model.jira.stg_jira__issue_field_history"], "model.jira.int_jira__issue_multiselect_history": ["model.jira.stg_jira__field", "model.jira.stg_jira__issue_multiselect_history"], "model.jira.int_jira__timestamp_field_history_scd": ["model.jira.int_jira__pivot_timestamp_field_history"], "model.jira.int_jira__pivot_timestamp_field_history": ["model.jira.int_jira__issue_field_history", "model.jira.int_jira__issue_multiselect_history", "model.jira.stg_jira__sprint"], "model.jira.int_jira__pivot_daily_field_history": ["model.jira.int_jira__issue_field_history", "model.jira.int_jira__issue_multiselect_history", "model.jira.stg_jira__sprint"], "model.jira.int_jira__field_history_scd": ["model.jira.int_jira__pivot_daily_field_history"], "analysis.jira.jira__daily_issue_status_category_analysis": ["model.jira.jira__daily_issue_field_history", "model.jira.stg_jira__status", "model.jira.stg_jira__status_category"], "analysis.jira.jira__issue_transition_cumulative_flow_analysis": ["model.jira.jira__issue_status_transitions", "model.jira.jira__timestamp_issue_field_history"], "test.jira.unique_jira__daily_issue_field_history_issue_day_id.75c24d3154": ["model.jira.jira__daily_issue_field_history"], "test.jira.not_null_jira__daily_issue_field_history_issue_day_id.d13b058bcd": ["model.jira.jira__daily_issue_field_history"], "test.jira.unique_jira__timestamp_issue_field_history_issue_timestamp_id.d86e0c8861": ["model.jira.jira__timestamp_issue_field_history"], "test.jira.not_null_jira__timestamp_issue_field_history_issue_timestamp_id.a4c0d173e8": ["model.jira.jira__timestamp_issue_field_history"], "test.jira.unique_jira__daily_sprint_issue_history_sprint_issue_day_id.6f60eb8c6b": ["model.jira.jira__daily_sprint_issue_history"], "test.jira.not_null_jira__daily_sprint_issue_history_sprint_issue_day_id.7da45422ab": ["model.jira.jira__daily_sprint_issue_history"], "test.jira.not_null_jira__issue_enhanced_issue_id.6b18e0db38": ["model.jira.jira__issue_enhanced"], "test.jira.not_null_jira__project_enhanced_project_id.4f7c58f1d4": ["model.jira.jira__project_enhanced"], "test.jira.not_null_jira__sprint_enhanced_sprint_id.9029f03611": ["model.jira.jira__sprint_enhanced"], "test.jira.not_null_jira__user_enhanced_user_id.aecc00744a": ["model.jira.jira__user_enhanced"], "test.jira.not_null_jira__issue_status_transitions_issue_id.af8210d73b": ["model.jira.jira__issue_status_transitions"], "test.jira.not_null_stg_jira__comment_comment_id.5dec28a22a": ["model.jira.stg_jira__comment"], "test.jira.not_null_stg_jira__component_component_id.2f017ad5ad": ["model.jira.stg_jira__component"], "test.jira.not_null_stg_jira__field_field_id.34424f1c2b": ["model.jira.stg_jira__field"], "test.jira.not_null_stg_jira__field_option_field_id.1b1f37b358": ["model.jira.stg_jira__field_option"], "test.jira.not_null_stg_jira__issue_issue_id.13a4fbe132": ["model.jira.stg_jira__issue"], "test.jira.not_null_stg_jira__issue_type_issue_type_id.57419fc343": ["model.jira.stg_jira__issue_type"], "test.jira.not_null_stg_jira__priority_priority_id.ec0c873363": ["model.jira.stg_jira__priority"], "test.jira.not_null_stg_jira__project_project_id.996fe19522": ["model.jira.stg_jira__project"], "test.jira.not_null_stg_jira__resolution_resolution_id.1c04bac8a4": ["model.jira.stg_jira__resolution"], "test.jira.not_null_stg_jira__sprint_sprint_id.899b4b77d7": ["model.jira.stg_jira__sprint"], "test.jira.not_null_stg_jira__status_status_id.b32a8a0d84": ["model.jira.stg_jira__status"], "test.jira.not_null_stg_jira__status_category_status_category_id.7a89cdfcf0": ["model.jira.stg_jira__status_category"], "test.jira.not_null_stg_jira__team_team_id.d170805817": ["model.jira.stg_jira__team"], "test.jira.not_null_stg_jira__user_user_id.b2153f97d2": ["model.jira.stg_jira__user"], "test.jira.not_null_stg_jira__version_version_id.03877ce324": ["model.jira.stg_jira__version"], "test.jira.not_null_int_jira__issue_join_issue_id.53391b21a6": ["model.jira.int_jira__issue_join"], "test.jira.not_null_int_jira__project_metrics_project_id.1542338148": ["model.jira.int_jira__project_metrics"], "test.jira.not_null_int_jira__user_metrics_user_id.2143177b14": ["model.jira.int_jira__user_metrics"], "test.jira.not_null_int_jira__issue_comments_issue_id.9f16878e45": ["model.jira.int_jira__issue_comments"], "test.jira.not_null_int_jira__issue_type_parents_issue_id.8dd98255b0": ["model.jira.int_jira__issue_type_parents"], "test.jira.not_null_int_jira__issue_users_issue_id.480b7b6beb": ["model.jira.int_jira__issue_users"], "test.jira.unique_int_jira__issue_calendar_spine_issue_day_id.c49483d2e5": ["model.jira.int_jira__issue_calendar_spine"], "test.jira.not_null_int_jira__issue_calendar_spine_issue_day_id.a9512b8e8a": ["model.jira.int_jira__issue_calendar_spine"], "test.jira.unique_int_jira__pivot_daily_field_history_issue_day_id.46c6f9a842": ["model.jira.int_jira__pivot_daily_field_history"], "test.jira.not_null_int_jira__pivot_daily_field_history_issue_day_id.b697c971fd": ["model.jira.int_jira__pivot_daily_field_history"], "test.jira.not_null_int_jira__issue_assign_resolution_issue_id.b3af89c733": ["model.jira.int_jira__issue_assign_resolution"], "test.jira.unique_int_jira__field_history_scd_issue_day_id.21b932e949": ["model.jira.int_jira__field_history_scd"], "test.jira.not_null_int_jira__field_history_scd_issue_day_id.327ac0856c": ["model.jira.int_jira__field_history_scd"], "test.jira.not_null_int_jira__issue_versions_issue_id.54c4cd445e": ["model.jira.int_jira__issue_versions"], "source.jira.jira.comment": [], "source.jira.jira.component": [], "source.jira.jira.field": [], "source.jira.jira.field_option": [], "source.jira.jira.issue": [], "source.jira.jira.issue_field_history": [], "source.jira.jira.issue_link": [], "source.jira.jira.issue_multiselect_history": [], "source.jira.jira.issue_type": [], "source.jira.jira.priority": [], "source.jira.jira.project": [], "source.jira.jira.resolution": [], "source.jira.jira.sprint": [], "source.jira.jira.status": [], "source.jira.jira.status_category": [], "source.jira.jira.team": [], "source.jira.jira.user": [], "source.jira.jira.version": []}, "child_map": {"seed.jira_integration_tests.project_board": [], "seed.jira_integration_tests.user_group": [], "seed.jira_integration_tests.version": [], "seed.jira_integration_tests.resolution": [], "seed.jira_integration_tests.priority": [], "seed.jira_integration_tests.user": [], "seed.jira_integration_tests.issue_link": [], "seed.jira_integration_tests.issue": [], "seed.jira_integration_tests.issue_multiselect_history": [], "seed.jira_integration_tests.field_option": [], "seed.jira_integration_tests.sprint": [], "seed.jira_integration_tests.epic": [], "seed.jira_integration_tests.comment": [], "seed.jira_integration_tests.issue_type": [], "seed.jira_integration_tests.component": [], "seed.jira_integration_tests.field": [], "seed.jira_integration_tests.project": [], "seed.jira_integration_tests.project_category": [], "seed.jira_integration_tests.team": [], "seed.jira_integration_tests.status_category": [], "seed.jira_integration_tests.issue_field_history": [], "seed.jira_integration_tests.status": [], "model.jira.jira__timestamp_issue_field_history": ["analysis.jira.jira__issue_transition_cumulative_flow_analysis", "model.jira.jira__issue_status_transitions", "test.jira.not_null_jira__timestamp_issue_field_history_issue_timestamp_id.a4c0d173e8", "test.jira.unique_jira__timestamp_issue_field_history_issue_timestamp_id.d86e0c8861"], "model.jira.jira__daily_sprint_issue_history": ["model.jira.jira__sprint_enhanced", "test.jira.not_null_jira__daily_sprint_issue_history_sprint_issue_day_id.7da45422ab", "test.jira.unique_jira__daily_sprint_issue_history_sprint_issue_day_id.6f60eb8c6b"], "model.jira.jira__issue_status_transitions": ["analysis.jira.jira__issue_transition_cumulative_flow_analysis", "test.jira.not_null_jira__issue_status_transitions_issue_id.af8210d73b"], "model.jira.jira__issue_enhanced": ["model.jira.int_jira__project_metrics", "model.jira.int_jira__user_metrics", "model.jira.jira__daily_sprint_issue_history", "model.jira.jira__project_enhanced", "model.jira.jira__user_enhanced", "test.jira.not_null_jira__issue_enhanced_issue_id.6b18e0db38"], "model.jira.jira__daily_issue_field_history": ["analysis.jira.jira__daily_issue_status_category_analysis", "model.jira.jira__daily_sprint_issue_history", "model.jira.jira__issue_enhanced", "test.jira.not_null_jira__daily_issue_field_history_issue_day_id.d13b058bcd", "test.jira.unique_jira__daily_issue_field_history_issue_day_id.75c24d3154"], "model.jira.jira__user_enhanced": ["test.jira.not_null_jira__user_enhanced_user_id.aecc00744a"], "model.jira.jira__sprint_enhanced": ["test.jira.not_null_jira__sprint_enhanced_sprint_id.9029f03611"], "model.jira.jira__project_enhanced": ["test.jira.not_null_jira__project_enhanced_project_id.4f7c58f1d4"], "model.jira.stg_jira__component": ["model.jira.jira__daily_issue_field_history", "model.jira.jira__project_enhanced", "model.jira.jira__timestamp_issue_field_history", "test.jira.not_null_stg_jira__component_component_id.2f017ad5ad"], "model.jira.stg_jira__priority": ["model.jira.int_jira__issue_join", "test.jira.not_null_stg_jira__priority_priority_id.ec0c873363"], "model.jira.stg_jira__field_option": ["model.jira.jira__daily_issue_field_history", "model.jira.jira__timestamp_issue_field_history", "test.jira.not_null_stg_jira__field_option_field_id.1b1f37b358"], "model.jira.stg_jira__issue_field_history": ["model.jira.int_jira__issue_field_history"], "model.jira.stg_jira__status_category": ["analysis.jira.jira__daily_issue_status_category_analysis", "model.jira.int_jira__issue_join", "model.jira.jira__timestamp_issue_field_history", "test.jira.not_null_stg_jira__status_category_status_category_id.7a89cdfcf0"], "model.jira.stg_jira__resolution": ["model.jira.int_jira__issue_join", "test.jira.not_null_stg_jira__resolution_resolution_id.1c04bac8a4"], "model.jira.stg_jira__comment": ["model.jira.int_jira__issue_comments", "test.jira.not_null_stg_jira__comment_comment_id.5dec28a22a"], "model.jira.stg_jira__project": ["model.jira.int_jira__issue_join", "model.jira.jira__daily_issue_field_history", "model.jira.jira__project_enhanced", "model.jira.jira__timestamp_issue_field_history", "test.jira.not_null_stg_jira__project_project_id.996fe19522"], "model.jira.stg_jira__issue_link": [], "model.jira.stg_jira__issue_type": ["model.jira.int_jira__issue_type_parents", "model.jira.jira__daily_issue_field_history", "model.jira.jira__timestamp_issue_field_history", "test.jira.not_null_stg_jira__issue_type_issue_type_id.57419fc343"], "model.jira.stg_jira__field": ["model.jira.int_jira__issue_field_history", "model.jira.int_jira__issue_multiselect_history", "test.jira.not_null_stg_jira__field_field_id.34424f1c2b"], "model.jira.stg_jira__version": ["model.jira.int_jira__issue_versions", "test.jira.not_null_stg_jira__version_version_id.03877ce324"], "model.jira.stg_jira__status": ["analysis.jira.jira__daily_issue_status_category_analysis", "model.jira.int_jira__issue_join", "model.jira.jira__daily_issue_field_history", "model.jira.jira__timestamp_issue_field_history", "test.jira.not_null_stg_jira__status_status_id.b32a8a0d84"], "model.jira.stg_jira__sprint": ["model.jira.int_jira__issue_sprint", "model.jira.int_jira__pivot_daily_field_history", "model.jira.int_jira__pivot_timestamp_field_history", "model.jira.jira__daily_sprint_issue_history", "test.jira.not_null_stg_jira__sprint_sprint_id.899b4b77d7"], "model.jira.stg_jira__issue_multiselect_history": ["model.jira.int_jira__issue_multiselect_history"], "model.jira.stg_jira__team": ["model.jira.jira__daily_issue_field_history", "model.jira.jira__timestamp_issue_field_history", "test.jira.not_null_stg_jira__team_team_id.d170805817"], "model.jira.stg_jira__user": ["model.jira.int_jira__issue_comments", "model.jira.int_jira__issue_users", "model.jira.jira__daily_issue_field_history", "model.jira.jira__project_enhanced", "model.jira.jira__timestamp_issue_field_history", "model.jira.jira__user_enhanced", "test.jira.not_null_stg_jira__user_user_id.b2153f97d2"], "model.jira.stg_jira__issue": ["model.jira.int_jira__issue_calendar_spine", "model.jira.int_jira__issue_type_parents", "test.jira.not_null_stg_jira__issue_issue_id.13a4fbe132"], "model.jira.stg_jira__team_tmp": ["model.jira.stg_jira__team"], "model.jira.stg_jira__sprint_tmp": ["model.jira.stg_jira__sprint"], "model.jira.stg_jira__issue_tmp": ["model.jira.int_jira__issue_calendar_spine", "model.jira.stg_jira__issue"], "model.jira.stg_jira__status_category_tmp": ["model.jira.stg_jira__status_category"], "model.jira.stg_jira__priority_tmp": ["model.jira.stg_jira__priority"], "model.jira.stg_jira__issue_multiselect_history_tmp": ["model.jira.stg_jira__issue_multiselect_history"], "model.jira.stg_jira__project_tmp": ["model.jira.stg_jira__project"], "model.jira.stg_jira__comment_tmp": ["model.jira.stg_jira__comment"], "model.jira.stg_jira__status_tmp": ["model.jira.stg_jira__status"], "model.jira.stg_jira__field_option_tmp": ["model.jira.stg_jira__field_option"], "model.jira.stg_jira__field_tmp": ["model.jira.stg_jira__field"], "model.jira.stg_jira__user_tmp": ["model.jira.stg_jira__user"], "model.jira.stg_jira__issue_type_tmp": ["model.jira.stg_jira__issue_type"], "model.jira.stg_jira__issue_link_tmp": ["model.jira.stg_jira__issue_link"], "model.jira.stg_jira__version_tmp": ["model.jira.stg_jira__version"], "model.jira.stg_jira__component_tmp": ["model.jira.stg_jira__component"], "model.jira.stg_jira__resolution_tmp": ["model.jira.stg_jira__resolution"], "model.jira.stg_jira__issue_field_history_tmp": ["model.jira.stg_jira__issue_field_history"], "model.jira.int_jira__issue_assign_resolution": ["model.jira.int_jira__issue_join", "test.jira.not_null_int_jira__issue_assign_resolution_issue_id.b3af89c733"], "model.jira.int_jira__issue_sprint": ["model.jira.int_jira__issue_join"], "model.jira.int_jira__issue_versions": ["model.jira.int_jira__issue_join", "test.jira.not_null_int_jira__issue_versions_issue_id.54c4cd445e"], "model.jira.int_jira__issue_epic": ["model.jira.int_jira__issue_type_parents"], "model.jira.int_jira__issue_join": ["model.jira.jira__issue_enhanced", "test.jira.not_null_int_jira__issue_join_issue_id.53391b21a6"], "model.jira.int_jira__user_metrics": ["model.jira.jira__user_enhanced", "test.jira.not_null_int_jira__user_metrics_user_id.2143177b14"], "model.jira.int_jira__issue_type_parents": ["model.jira.int_jira__issue_users", "test.jira.not_null_int_jira__issue_type_parents_issue_id.8dd98255b0"], "model.jira.int_jira__issue_users": ["model.jira.int_jira__issue_join", "test.jira.not_null_int_jira__issue_users_issue_id.480b7b6beb"], "model.jira.int_jira__issue_comments": ["model.jira.int_jira__issue_join", "test.jira.not_null_int_jira__issue_comments_issue_id.9f16878e45"], "model.jira.int_jira__project_metrics": ["model.jira.jira__project_enhanced", "test.jira.not_null_int_jira__project_metrics_project_id.1542338148"], "model.jira.int_jira__issue_calendar_spine": ["model.jira.jira__daily_issue_field_history", "test.jira.not_null_int_jira__issue_calendar_spine_issue_day_id.a9512b8e8a", "test.jira.unique_int_jira__issue_calendar_spine_issue_day_id.c49483d2e5"], "model.jira.int_jira__issue_field_history": ["model.jira.int_jira__issue_assign_resolution", "model.jira.int_jira__issue_epic", "model.jira.int_jira__pivot_daily_field_history", "model.jira.int_jira__pivot_timestamp_field_history"], "model.jira.int_jira__issue_multiselect_history": ["model.jira.int_jira__issue_sprint", "model.jira.int_jira__issue_versions", "model.jira.int_jira__pivot_daily_field_history", "model.jira.int_jira__pivot_timestamp_field_history"], "model.jira.int_jira__timestamp_field_history_scd": ["model.jira.jira__timestamp_issue_field_history"], "model.jira.int_jira__pivot_timestamp_field_history": ["model.jira.int_jira__timestamp_field_history_scd"], "model.jira.int_jira__pivot_daily_field_history": ["model.jira.int_jira__field_history_scd", "test.jira.not_null_int_jira__pivot_daily_field_history_issue_day_id.b697c971fd", "test.jira.unique_int_jira__pivot_daily_field_history_issue_day_id.46c6f9a842"], "model.jira.int_jira__field_history_scd": ["model.jira.int_jira__issue_calendar_spine", "model.jira.jira__daily_issue_field_history", "test.jira.not_null_int_jira__field_history_scd_issue_day_id.327ac0856c", "test.jira.unique_int_jira__field_history_scd_issue_day_id.21b932e949"], "analysis.jira.jira__daily_issue_status_category_analysis": [], "analysis.jira.jira__issue_transition_cumulative_flow_analysis": [], "test.jira.unique_jira__daily_issue_field_history_issue_day_id.75c24d3154": [], "test.jira.not_null_jira__daily_issue_field_history_issue_day_id.d13b058bcd": [], "test.jira.unique_jira__timestamp_issue_field_history_issue_timestamp_id.d86e0c8861": [], "test.jira.not_null_jira__timestamp_issue_field_history_issue_timestamp_id.a4c0d173e8": [], "test.jira.unique_jira__daily_sprint_issue_history_sprint_issue_day_id.6f60eb8c6b": [], "test.jira.not_null_jira__daily_sprint_issue_history_sprint_issue_day_id.7da45422ab": [], "test.jira.not_null_jira__issue_enhanced_issue_id.6b18e0db38": [], "test.jira.not_null_jira__project_enhanced_project_id.4f7c58f1d4": [], "test.jira.not_null_jira__sprint_enhanced_sprint_id.9029f03611": [], "test.jira.not_null_jira__user_enhanced_user_id.aecc00744a": [], "test.jira.not_null_jira__issue_status_transitions_issue_id.af8210d73b": [], "test.jira.not_null_stg_jira__comment_comment_id.5dec28a22a": [], "test.jira.not_null_stg_jira__component_component_id.2f017ad5ad": [], "test.jira.not_null_stg_jira__field_field_id.34424f1c2b": [], "test.jira.not_null_stg_jira__field_option_field_id.1b1f37b358": [], "test.jira.not_null_stg_jira__issue_issue_id.13a4fbe132": [], "test.jira.not_null_stg_jira__issue_type_issue_type_id.57419fc343": [], "test.jira.not_null_stg_jira__priority_priority_id.ec0c873363": [], "test.jira.not_null_stg_jira__project_project_id.996fe19522": [], "test.jira.not_null_stg_jira__resolution_resolution_id.1c04bac8a4": [], "test.jira.not_null_stg_jira__sprint_sprint_id.899b4b77d7": [], "test.jira.not_null_stg_jira__status_status_id.b32a8a0d84": [], "test.jira.not_null_stg_jira__status_category_status_category_id.7a89cdfcf0": [], "test.jira.not_null_stg_jira__team_team_id.d170805817": [], "test.jira.not_null_stg_jira__user_user_id.b2153f97d2": [], "test.jira.not_null_stg_jira__version_version_id.03877ce324": [], "test.jira.not_null_int_jira__issue_join_issue_id.53391b21a6": [], "test.jira.not_null_int_jira__project_metrics_project_id.1542338148": [], "test.jira.not_null_int_jira__user_metrics_user_id.2143177b14": [], "test.jira.not_null_int_jira__issue_comments_issue_id.9f16878e45": [], "test.jira.not_null_int_jira__issue_type_parents_issue_id.8dd98255b0": [], "test.jira.not_null_int_jira__issue_users_issue_id.480b7b6beb": [], "test.jira.unique_int_jira__issue_calendar_spine_issue_day_id.c49483d2e5": [], "test.jira.not_null_int_jira__issue_calendar_spine_issue_day_id.a9512b8e8a": [], "test.jira.unique_int_jira__pivot_daily_field_history_issue_day_id.46c6f9a842": [], "test.jira.not_null_int_jira__pivot_daily_field_history_issue_day_id.b697c971fd": [], "test.jira.not_null_int_jira__issue_assign_resolution_issue_id.b3af89c733": [], "test.jira.unique_int_jira__field_history_scd_issue_day_id.21b932e949": [], "test.jira.not_null_int_jira__field_history_scd_issue_day_id.327ac0856c": [], "test.jira.not_null_int_jira__issue_versions_issue_id.54c4cd445e": [], "source.jira.jira.comment": ["model.jira.stg_jira__comment_tmp"], "source.jira.jira.component": ["model.jira.stg_jira__component_tmp"], "source.jira.jira.field": ["model.jira.stg_jira__field_tmp"], "source.jira.jira.field_option": ["model.jira.stg_jira__field_option_tmp"], "source.jira.jira.issue": ["model.jira.stg_jira__issue_tmp"], "source.jira.jira.issue_field_history": ["model.jira.stg_jira__issue_field_history_tmp"], "source.jira.jira.issue_link": ["model.jira.stg_jira__issue_link_tmp"], "source.jira.jira.issue_multiselect_history": ["model.jira.stg_jira__issue_multiselect_history_tmp"], "source.jira.jira.issue_type": ["model.jira.stg_jira__issue_type_tmp"], "source.jira.jira.priority": ["model.jira.stg_jira__priority_tmp"], "source.jira.jira.project": ["model.jira.stg_jira__project_tmp"], "source.jira.jira.resolution": ["model.jira.stg_jira__resolution_tmp"], "source.jira.jira.sprint": ["model.jira.stg_jira__sprint_tmp"], "source.jira.jira.status": ["model.jira.stg_jira__status_tmp"], "source.jira.jira.status_category": ["model.jira.stg_jira__status_category_tmp"], "source.jira.jira.team": ["model.jira.stg_jira__team_tmp"], "source.jira.jira.user": ["model.jira.stg_jira__user_tmp"], "source.jira.jira.version": ["model.jira.stg_jira__version_tmp"]}, "group_map": {}, "saved_queries": {}, "semantic_models": {}, "unit_tests": {}, "functions": {}} \ No newline at end of file +{"metadata": {"dbt_schema_version": "https://schemas.getdbt.com/dbt/manifest/v12.json", "dbt_version": "1.11.11", "generated_at": "2026-06-10T00:38:55.941542Z", "invocation_id": "46e4bacb-d1e8-4e01-b7dd-0be51a5ccce8", "invocation_started_at": "2026-06-10T00:38:46.192724+00:00", "env": {}, "project_name": "jira_integration_tests", "project_id": "5f759e264a5963f1044a1500d3c2f166", "user_id": null, "send_anonymous_usage_stats": false, "adapter_type": "postgres", "quoting": {"database": true, "schema": true, "identifier": true, "column": null}, "run_started_at": "2026-06-10T00:38:46.192964+00:00"}, "nodes": {"seed.jira_integration_tests.component": {"database": "postgres", "schema": "public", "name": "component", "resource_type": "seed", "package_name": "jira_integration_tests", "path": "component.csv", "original_file_path": "seeds/component.csv", "unique_id": "seed.jira_integration_tests.component", "fqn": ["jira_integration_tests", "component"], "alias": "component", "checksum": {"name": "sha256", "checksum": "31d1c1e8028eb23e7d394de3280fca30c98405d19a73d7e13f5f66f3859c1d7b"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": 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", "project_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": "{{ target.type == 'redshift' or var('fivetran_using_source_casing', false) }}", "column_types": {"id": "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}", "project_id": "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"}}, "created_at": 1781051928.0549207, "relation_name": "\"postgres\".\"public\".\"component\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_jira/dbt_jira/integration_tests", "depends_on": {"macros": []}}, "seed.jira_integration_tests.project": {"database": "postgres", "schema": "public", "name": "project", "resource_type": "seed", "package_name": "jira_integration_tests", "path": "project.csv", "original_file_path": "seeds/project.csv", "unique_id": "seed.jira_integration_tests.project", "fqn": ["jira_integration_tests", "project"], "alias": "project", "checksum": {"name": "sha256", "checksum": "775af5e807b5cd3c6f1e3f675747350d5b168d7139268f4d8c3a054971443365"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": 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"}, "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": "{{ target.type == 'redshift' or var('fivetran_using_source_casing', false) }}", "column_types": {"_fivetran_synced": "timestamp"}}, "created_at": 1781051928.060694, "relation_name": "\"postgres\".\"public\".\"project\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_jira/dbt_jira/integration_tests", "depends_on": {"macros": []}}, "seed.jira_integration_tests.comment": {"database": "postgres", "schema": "public", "name": "comment", "resource_type": "seed", "package_name": "jira_integration_tests", "path": "comment.csv", "original_file_path": "seeds/comment.csv", "unique_id": "seed.jira_integration_tests.comment", "fqn": ["jira_integration_tests", "comment"], "alias": "comment", "checksum": {"name": "sha256", "checksum": "0f77161469f0cecbe2980bf2489035f452f61954dac84c68372e23b359b4bf08"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": 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": "timestamp", "issue_id": "bigint", "updated": "timestamp"}, "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": "{{ target.type == 'redshift' or var('fivetran_using_source_casing', false) }}", "column_types": {"id": "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}", "created": "timestamp", "issue_id": "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}", "updated": "timestamp"}}, "created_at": 1781051928.063055, "relation_name": "\"postgres\".\"public\".\"comment\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_jira/dbt_jira/integration_tests", "depends_on": {"macros": []}}, "seed.jira_integration_tests.epic": {"database": "postgres", "schema": "public", "name": "epic", "resource_type": "seed", "package_name": "jira_integration_tests", "path": "epic.csv", "original_file_path": "seeds/epic.csv", "unique_id": "seed.jira_integration_tests.epic", "fqn": ["jira_integration_tests", "epic"], "alias": "epic", "checksum": {"name": "sha256", "checksum": "1ead0f0e22b5ec22e64a1d66ef3168474b40bfc36d1b1f4620a508a2c3df5ecc"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": 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": "{{ target.type == 'redshift' or var('fivetran_using_source_casing', false) }}", "column_types": {"id": "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"}}, "created_at": 1781051928.0654774, "relation_name": "\"postgres\".\"public\".\"epic\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_jira/dbt_jira/integration_tests", "depends_on": {"macros": []}}, "seed.jira_integration_tests.user_group": {"database": "postgres", "schema": "public", "name": "user_group", "resource_type": "seed", "package_name": "jira_integration_tests", "path": "user_group.csv", "original_file_path": "seeds/user_group.csv", "unique_id": "seed.jira_integration_tests.user_group", "fqn": ["jira_integration_tests", "user_group"], "alias": "user_group", "checksum": {"name": "sha256", "checksum": "7fd3cb7309fa49d028293f7f3c8c4f0eb205d0a290db961630238c0fb575b97f"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": 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"}, "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": "{{ target.type == 'redshift' or var('fivetran_using_source_casing', false) }}", "column_types": {"_fivetran_synced": "timestamp"}}, "created_at": 1781051928.0677834, "relation_name": "\"postgres\".\"public\".\"user_group\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_jira/dbt_jira/integration_tests", "depends_on": {"macros": []}}, "seed.jira_integration_tests.status_category": {"database": "postgres", "schema": "public", "name": "status_category", "resource_type": "seed", "package_name": "jira_integration_tests", "path": "status_category.csv", "original_file_path": "seeds/status_category.csv", "unique_id": "seed.jira_integration_tests.status_category", "fqn": ["jira_integration_tests", "status_category"], "alias": "status_category", "checksum": {"name": "sha256", "checksum": "a51b50ed4dfe4e40dc90ec2eef680d51fe14af805a63f369f9521a9ca3fed9fd"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": 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"}, "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": "{{ target.type == 'redshift' or var('fivetran_using_source_casing', false) }}", "column_types": {"_fivetran_synced": "timestamp"}}, "created_at": 1781051928.069989, "relation_name": "\"postgres\".\"public\".\"status_category\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_jira/dbt_jira/integration_tests", "depends_on": {"macros": []}}, "seed.jira_integration_tests.team": {"database": "postgres", "schema": "public", "name": "team", "resource_type": "seed", "package_name": "jira_integration_tests", "path": "team.csv", "original_file_path": "seeds/team.csv", "unique_id": "seed.jira_integration_tests.team", "fqn": ["jira_integration_tests", "team"], "alias": "team", "checksum": {"name": "sha256", "checksum": "4d734c92a534899d575b18ae3140a46f1df21dd3658fbc70ce214a648b4c420f"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": 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"}, "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": "{{ target.type == 'redshift' or var('fivetran_using_source_casing', false) }}", "column_types": {"_fivetran_synced": "timestamp"}}, "created_at": 1781051928.0721686, "relation_name": "\"postgres\".\"public\".\"team\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_jira/dbt_jira/integration_tests", "depends_on": {"macros": []}}, "seed.jira_integration_tests.issue_field_history": {"database": "postgres", "schema": "public", "name": "issue_field_history", "resource_type": "seed", "package_name": "jira_integration_tests", "path": "issue_field_history.csv", "original_file_path": "seeds/issue_field_history.csv", "unique_id": "seed.jira_integration_tests.issue_field_history", "fqn": ["jira_integration_tests", "issue_field_history"], "alias": "issue_field_history", "checksum": {"name": "sha256", "checksum": "02948039cb803b942046c80e385098183924aa3c6333bac16170233df6a87166"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": 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", "time": "timestamp", "issue_id": "bigint", "value": "varchar"}, "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": "{{ target.type == 'redshift' or var('fivetran_using_source_casing', false) }}", "column_types": {"time": "timestamp", "issue_id": "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}", "value": "{{ 'string' if target.type in ('bigquery', 'spark', 'databricks', 'databricks-sql') else 'varchar' }}"}}, "created_at": 1781051928.0744457, "relation_name": "\"postgres\".\"public\".\"issue_field_history\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_jira/dbt_jira/integration_tests", "depends_on": {"macros": []}}, "seed.jira_integration_tests.user": {"database": "postgres", "schema": "public", "name": "user", "resource_type": "seed", "package_name": "jira_integration_tests", "path": "user.csv", "original_file_path": "seeds/user.csv", "unique_id": "seed.jira_integration_tests.user", "fqn": ["jira_integration_tests", "user"], "alias": "user", "checksum": {"name": "sha256", "checksum": "ac5312b09fc6c808bb5056c51ad229d60c18e69058a476bee1af6ff656ce4784"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": 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"}, "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": "{{ target.type == 'redshift' or var('fivetran_using_source_casing', false) }}", "column_types": {"_fivetran_synced": "timestamp"}}, "created_at": 1781051928.0768237, "relation_name": "\"postgres\".\"public\".\"user\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_jira/dbt_jira/integration_tests", "depends_on": {"macros": []}}, "seed.jira_integration_tests.field_option": {"database": "postgres", "schema": "public", "name": "field_option", "resource_type": "seed", "package_name": "jira_integration_tests", "path": "field_option.csv", "original_file_path": "seeds/field_option.csv", "unique_id": "seed.jira_integration_tests.field_option", "fqn": ["jira_integration_tests", "field_option"], "alias": "field_option", "checksum": {"name": "sha256", "checksum": "244566dcb2b76ecb13c849a94dfcc4f90f81ebb18ec7035b133ab110f6bebe5e"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": 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": "{{ target.type == 'redshift' or var('fivetran_using_source_casing', false) }}", "column_types": {"id": "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"}}, "created_at": 1781051928.079072, "relation_name": "\"postgres\".\"public\".\"field_option\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_jira/dbt_jira/integration_tests", "depends_on": {"macros": []}}, "seed.jira_integration_tests.issue": {"database": "postgres", "schema": "public", "name": "issue", "resource_type": "seed", "package_name": "jira_integration_tests", "path": "issue.csv", "original_file_path": "seeds/issue.csv", "unique_id": "seed.jira_integration_tests.issue", "fqn": ["jira_integration_tests", "issue"], "alias": "issue", "checksum": {"name": "sha256", "checksum": "7c7d243d8a6833766975a2429119f621d071df49e63c499a7dfd69ac4c182641"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": 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": "timestamp", "work_ratio": "float", "resolved": "timestamp", "updated": "timestamp", "assignee": "varchar"}, "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": "{{ target.type == 'redshift' or var('fivetran_using_source_casing', false) }}", "column_types": {"id": "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}", "created": "timestamp", "work_ratio": "float", "resolved": "timestamp", "updated": "timestamp", "assignee": "{{ 'string' if target.type in ('bigquery', 'spark', 'databricks', 'databricks-sql') else 'varchar' }}"}}, "created_at": 1781051928.0813766, "relation_name": "\"postgres\".\"public\".\"issue\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_jira/dbt_jira/integration_tests", "depends_on": {"macros": []}}, "seed.jira_integration_tests.issue_multiselect_history": {"database": "postgres", "schema": "public", "name": "issue_multiselect_history", "resource_type": "seed", "package_name": "jira_integration_tests", "path": "issue_multiselect_history.csv", "original_file_path": "seeds/issue_multiselect_history.csv", "unique_id": "seed.jira_integration_tests.issue_multiselect_history", "fqn": ["jira_integration_tests", "issue_multiselect_history"], "alias": "issue_multiselect_history", "checksum": {"name": "sha256", "checksum": "0e3a48dfc31e4d04714b90164f919b80f9ca99769d4b654912afb456f6365c9d"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": 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", "time": "timestamp", "issue_id": "bigint", "value": "varchar"}, "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": "{{ target.type == 'redshift' or var('fivetran_using_source_casing', false) }}", "column_types": {"time": "timestamp", "issue_id": "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}", "value": "{{ 'string' if target.type in ('bigquery', 'spark', 'databricks', 'databricks-sql') else 'varchar' }}"}}, "created_at": 1781051928.0837197, "relation_name": "\"postgres\".\"public\".\"issue_multiselect_history\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_jira/dbt_jira/integration_tests", "depends_on": {"macros": []}}, "seed.jira_integration_tests.sprint": {"database": "postgres", "schema": "public", "name": "sprint", "resource_type": "seed", "package_name": "jira_integration_tests", "path": "sprint.csv", "original_file_path": "seeds/sprint.csv", "unique_id": "seed.jira_integration_tests.sprint", "fqn": ["jira_integration_tests", "sprint"], "alias": "sprint", "checksum": {"name": "sha256", "checksum": "737f04d22d305070e3d2f91f61ade88b7c6b7db9870b8eaf16dc78ebb902b6c9"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": 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", "complete_date": "timestamp", "end_date": "timestamp", "start_date": "timestamp"}, "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": "{{ target.type == 'redshift' or var('fivetran_using_source_casing', false) }}", "column_types": {"id": "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}", "complete_date": "timestamp", "end_date": "timestamp", "start_date": "timestamp"}}, "created_at": 1781051928.0861588, "relation_name": "\"postgres\".\"public\".\"sprint\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_jira/dbt_jira/integration_tests", "depends_on": {"macros": []}}, "seed.jira_integration_tests.version": {"database": "postgres", "schema": "public", "name": "version", "resource_type": "seed", "package_name": "jira_integration_tests", "path": "version.csv", "original_file_path": "seeds/version.csv", "unique_id": "seed.jira_integration_tests.version", "fqn": ["jira_integration_tests", "version"], "alias": "version", "checksum": {"name": "sha256", "checksum": "9d4a930396e2d9bef0d8ddfe95be3d37fa0d9d6d4da794ea3c8db3033803f1d5"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": 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"}, "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": "{{ target.type == 'redshift' or var('fivetran_using_source_casing', false) }}", "column_types": {"_fivetran_synced": "timestamp"}}, "created_at": 1781051928.0884378, "relation_name": "\"postgres\".\"public\".\"version\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_jira/dbt_jira/integration_tests", "depends_on": {"macros": []}}, "seed.jira_integration_tests.status": {"database": "postgres", "schema": "public", "name": "status", "resource_type": "seed", "package_name": "jira_integration_tests", "path": "status.csv", "original_file_path": "seeds/status.csv", "unique_id": "seed.jira_integration_tests.status", "fqn": ["jira_integration_tests", "status"], "alias": "status", "checksum": {"name": "sha256", "checksum": "8151fe8575891a3f2b4dde0458a53bc2955d011e755d0e7e81e95110e36d324b"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": 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"}, "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": "{{ target.type == 'redshift' or var('fivetran_using_source_casing', false) }}", "column_types": {"_fivetran_synced": "timestamp"}}, "created_at": 1781051928.0906873, "relation_name": "\"postgres\".\"public\".\"status\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_jira/dbt_jira/integration_tests", "depends_on": {"macros": []}}, "seed.jira_integration_tests.field": {"database": "postgres", "schema": "public", "name": "field", "resource_type": "seed", "package_name": "jira_integration_tests", "path": "field.csv", "original_file_path": "seeds/field.csv", "unique_id": "seed.jira_integration_tests.field", "fqn": ["jira_integration_tests", "field"], "alias": "field", "checksum": {"name": "sha256", "checksum": "d0a78b218a173ecbed5b45295947370c1e81b94f5e37b7e31de28abe07639330"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": 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"}, "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": "{{ target.type == 'redshift' or var('fivetran_using_source_casing', false) }}", "column_types": {"id": "{{ 'string' if target.type in ('bigquery', 'spark', 'databricks', 'databricks-sql') else 'varchar' }}"}}, "created_at": 1781051928.092941, "relation_name": "\"postgres\".\"public\".\"field\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_jira/dbt_jira/integration_tests", "depends_on": {"macros": []}}, "seed.jira_integration_tests.project_category": {"database": "postgres", "schema": "public", "name": "project_category", "resource_type": "seed", "package_name": "jira_integration_tests", "path": "project_category.csv", "original_file_path": "seeds/project_category.csv", "unique_id": "seed.jira_integration_tests.project_category", "fqn": ["jira_integration_tests", "project_category"], "alias": "project_category", "checksum": {"name": "sha256", "checksum": "815d04bd97ee55374555b17b08ecf47b6a16b095893071b61d57947418019e51"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": 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"}, "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": "{{ target.type == 'redshift' or var('fivetran_using_source_casing', false) }}", "column_types": {"_fivetran_synced": "timestamp"}}, "created_at": 1781051928.0951667, "relation_name": "\"postgres\".\"public\".\"project_category\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_jira/dbt_jira/integration_tests", "depends_on": {"macros": []}}, "seed.jira_integration_tests.project_board": {"database": "postgres", "schema": "public", "name": "project_board", "resource_type": "seed", "package_name": "jira_integration_tests", "path": "project_board.csv", "original_file_path": "seeds/project_board.csv", "unique_id": "seed.jira_integration_tests.project_board", "fqn": ["jira_integration_tests", "project_board"], "alias": "project_board", "checksum": {"name": "sha256", "checksum": "bcbdbd043112e24554554ccc7203522657dc21fde3882f34f946384d05cbbd63"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": 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"}, "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": "{{ target.type == 'redshift' or var('fivetran_using_source_casing', false) }}", "column_types": {"_fivetran_synced": "timestamp"}}, "created_at": 1781051928.0974078, "relation_name": "\"postgres\".\"public\".\"project_board\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_jira/dbt_jira/integration_tests", "depends_on": {"macros": []}}, "seed.jira_integration_tests.issue_type": {"database": "postgres", "schema": "public", "name": "issue_type", "resource_type": "seed", "package_name": "jira_integration_tests", "path": "issue_type.csv", "original_file_path": "seeds/issue_type.csv", "unique_id": "seed.jira_integration_tests.issue_type", "fqn": ["jira_integration_tests", "issue_type"], "alias": "issue_type", "checksum": {"name": "sha256", "checksum": "9344e04a1519453df3001300b845a3febed8ec3c6adb9dc4a57be4695abfe24a"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": 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"}, "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": "{{ target.type == 'redshift' or var('fivetran_using_source_casing', false) }}", "column_types": {"_fivetran_synced": "timestamp"}}, "created_at": 1781051928.0996177, "relation_name": "\"postgres\".\"public\".\"issue_type\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_jira/dbt_jira/integration_tests", "depends_on": {"macros": []}}, "seed.jira_integration_tests.issue_link": {"database": "postgres", "schema": "public", "name": "issue_link", "resource_type": "seed", "package_name": "jira_integration_tests", "path": "issue_link.csv", "original_file_path": "seeds/issue_link.csv", "unique_id": "seed.jira_integration_tests.issue_link", "fqn": ["jira_integration_tests", "issue_link"], "alias": "issue_link", "checksum": {"name": "sha256", "checksum": "312367c7b35868eceb3a002ba6b94c5cecbfe639dc0ca20da132ee8bf813ef36"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": 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"}, "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": "{{ target.type == 'redshift' or var('fivetran_using_source_casing', false) }}", "column_types": {"_fivetran_synced": "timestamp"}}, "created_at": 1781051928.1018088, "relation_name": "\"postgres\".\"public\".\"issue_link\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_jira/dbt_jira/integration_tests", "depends_on": {"macros": []}}, "seed.jira_integration_tests.priority": {"database": "postgres", "schema": "public", "name": "priority", "resource_type": "seed", "package_name": "jira_integration_tests", "path": "priority.csv", "original_file_path": "seeds/priority.csv", "unique_id": "seed.jira_integration_tests.priority", "fqn": ["jira_integration_tests", "priority"], "alias": "priority", "checksum": {"name": "sha256", "checksum": "b19c19420674ce84b71591bfab9aedd574d9c2626a49e27d68b307b16cff9832"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": 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"}, "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": "{{ target.type == 'redshift' or var('fivetran_using_source_casing', false) }}", "column_types": {"_fivetran_synced": "timestamp"}}, "created_at": 1781051928.1039803, "relation_name": "\"postgres\".\"public\".\"priority\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_jira/dbt_jira/integration_tests", "depends_on": {"macros": []}}, "seed.jira_integration_tests.resolution": {"database": "postgres", "schema": "public", "name": "resolution", "resource_type": "seed", "package_name": "jira_integration_tests", "path": "resolution.csv", "original_file_path": "seeds/resolution.csv", "unique_id": "seed.jira_integration_tests.resolution", "fqn": ["jira_integration_tests", "resolution"], "alias": "resolution", "checksum": {"name": "sha256", "checksum": "86c776b9cdb4865f4e446010c04dea71cfd63de917fb14cff8237b707c493600"}, "config": {"enabled": true, "alias": null, "schema": null, "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": 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"}, "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": "{{ target.type == 'redshift' or var('fivetran_using_source_casing', false) }}", "column_types": {"_fivetran_synced": "timestamp"}}, "created_at": 1781051928.106227, "relation_name": "\"postgres\".\"public\".\"resolution\"", "raw_code": "", "doc_blocks": [], "root_path": "/home/runner/work/dbt_jira/dbt_jira/integration_tests", "depends_on": {"macros": []}}, "model.jira.jira__issue_status_transitions": {"database": "postgres", "schema": "public_jira_dev", "name": "jira__issue_status_transitions", "resource_type": "model", "package_name": "jira", "path": "jira__issue_status_transitions.sql", "original_file_path": "models/jira__issue_status_transitions.sql", "unique_id": "model.jira.jira__issue_status_transitions", "fqn": ["jira", "jira__issue_status_transitions"], "alias": "jira__issue_status_transitions", "checksum": {"name": "sha256", "checksum": "bc076f35ecebcf87fa4f3cb11387b6b33f2fd2d79e1accc9b84fc28927c15e4c"}, "config": {"enabled": true, "alias": null, "schema": "jira_dev", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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 status transition for an issue, tracking the complete workflow journey with timing metrics and transition analysis. The grain is issue_id + status_sequence, providing a chronological view of how issues move through different statuses over time.\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.jira.source_relation"]}, "issue_id": {"name": "issue_id", "description": "Foreign key referencing the ID of the issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "status": {"name": "status", "description": "The status name during this transition period.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "status_category_name": {"name": "status_category_name", "description": "The category of the status (To Do, In Progress, Done).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "previous_status": {"name": "previous_status", "description": "The status the issue transitioned from (null for initial status).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "previous_status_category_name": {"name": "previous_status_category_name", "description": "The category of the previous status.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "transition_at": {"name": "transition_at", "description": "Timestamp when the issue transitioned to this status.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "transition_until": {"name": "transition_until", "description": "Timestamp when the issue transitioned out of this status (or current time if still in status).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "status_sequence": {"name": "status_sequence", "description": "Sequential number indicating the order of status transitions (1 = first, incrementing chronologically).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_current_status": {"name": "is_current_status", "description": "Boolean indicating if this is the current active status for the issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "minutes_in_status": {"name": "minutes_in_status", "description": "Time spent in this status, measured in minutes.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "minutes_in_previous_status": {"name": "minutes_in_previous_status", "description": "Time spent in the previous status before this transition, measured in minutes (null for initial status).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "transition_direction": {"name": "transition_direction", "description": "Categorizes the workflow direction: 'new' (initial), 'forward' (toward completion), 'backward' (reopening/regression), 'lateral' (within same category), or 'other'.", "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": "jira://models/jira.yml", "build_path": null, "unrendered_config": {"materialized": "table", "schema": "jira_{{ var('directed_schema','dev') }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1781051929.3353848, "relation_name": "\"postgres\".\"public_jira_dev\".\"jira__issue_status_transitions\"", "raw_code": "with status_changes_only as (\n\n select\n issue_id,\n source_relation,\n status,\n status_category_name,\n valid_from,\n valid_until,\n -- Track previous status to identify actual changes\n lag(status) over (partition by issue_id {{ fivetran_utils.partition_by_source_relation(package_name='jira') }} order by valid_from) as previous_status\n\n from {{ ref('jira__timestamp_issue_field_history') }}\n),\n\nissue_status_history as (\n\n select\n issue_id,\n source_relation,\n status,\n status_category_name,\n valid_from,\n -- Recalculate valid_until based on next actual status change\n coalesce(\n lead(valid_from) over (partition by issue_id {{ fivetran_utils.partition_by_source_relation(package_name='jira') }} order by valid_from),\n {{ dbt.current_timestamp() }}\n ) as valid_until,\n previous_status,\n\n -- Current status indicator: if no next status change, this is current\n case when lead(valid_from) over (partition by issue_id {{ fivetran_utils.partition_by_source_relation(package_name='jira') }} order by valid_from) is null then true else false end as is_current_status,\n\n -- Calculate seconds in each status period using recalculated valid_until\n {{ dbt.datediff('valid_from', 'coalesce(lead(valid_from) over (partition by issue_id ' ~ fivetran_utils.partition_by_source_relation(package_name='jira') ~ ' order by valid_from), ' ~ dbt.current_timestamp() ~ ')', 'second') }} as seconds_in_status\n\n from status_changes_only\n -- Keep first record (no previous status) OR actual status changes\n where previous_status is null or previous_status != status\n),\n\n-- Add sequence and transition tracking\nstatus_transitions as (\n\n select\n issue_id,\n source_relation,\n status,\n status_category_name,\n valid_from as transition_at,\n valid_until as transition_until,\n is_current_status,\n seconds_in_status,\n\n -- Sequence tracking\n row_number() over (partition by issue_id {{ fivetran_utils.partition_by_source_relation(package_name='jira') }} order by valid_from) as status_sequence,\n\n -- Previous status tracking\n previous_status,\n lag(status_category_name) over (partition by issue_id {{ fivetran_utils.partition_by_source_relation(package_name='jira') }} order by valid_from) as previous_status_category_name,\n lag(valid_from) over (partition by issue_id {{ fivetran_utils.partition_by_source_relation(package_name='jira') }} order by valid_from) as previous_transition_at,\n\n -- Time in previous status\n lag(seconds_in_status) over (partition by issue_id {{ fivetran_utils.partition_by_source_relation(package_name='jira') }} order by valid_from) as seconds_in_previous_status\n\n from issue_status_history\n),\n\n-- Add transition type indicators and time calculations\nfinal as (\n\n select\n issue_id,\n source_relation,\n status,\n status_category_name,\n previous_status,\n previous_status_category_name,\n transition_at,\n transition_until,\n status_sequence,\n is_current_status, \n\n -- Time spent in current status\n round(cast(seconds_in_status as {{ dbt.type_numeric() }}) / 60, 2) as minutes_in_status,\n\n -- Time spent in previous status (when transitioning)\n case when seconds_in_previous_status is not null\n then round(cast(seconds_in_previous_status as {{ dbt.type_numeric() }}) / 60, 2)\n else null end as minutes_in_previous_status,\n\n -- Workflow direction indicators\n case\n when previous_status_category_name is null then 'new'\n when previous_status_category_name = 'To Do' and status_category_name = 'In Progress' then 'forward'\n when previous_status_category_name = 'In Progress' and status_category_name = 'Done' then 'forward'\n when previous_status_category_name = 'To Do' and status_category_name = 'Done' then 'forward'\n when previous_status_category_name = 'Done' and status_category_name = 'In Progress' then 'backward'\n when previous_status_category_name = 'In Progress' and status_category_name = 'To Do' then 'backward'\n when previous_status_category_name = 'Done' and status_category_name = 'To Do' then 'backward'\n when previous_status_category_name = status_category_name then 'lateral'\n else 'other'\n end as transition_direction\n \n from status_transitions\n)\n\nselect * \nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "jira__timestamp_issue_field_history", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.fivetran_utils.partition_by_source_relation", "macro.dbt.current_timestamp", "macro.dbt.datediff", "macro.dbt.type_numeric"], "nodes": ["model.jira.jira__timestamp_issue_field_history"]}, "compiled_path": "target/compiled/jira/models/jira__issue_status_transitions.sql", "compiled": true, "compiled_code": "with status_changes_only as (\n\n select\n issue_id,\n source_relation,\n status,\n status_category_name,\n valid_from,\n valid_until,\n -- Track previous status to identify actual changes\n lag(status) over (partition by issue_id order by valid_from) as previous_status\n\n from \"postgres\".\"public_jira_dev\".\"jira__timestamp_issue_field_history\"\n),\n\nissue_status_history as (\n\n select\n issue_id,\n source_relation,\n status,\n status_category_name,\n valid_from,\n -- Recalculate valid_until based on next actual status change\n coalesce(\n lead(valid_from) over (partition by issue_id order by valid_from),\n now()\n ) as valid_until,\n previous_status,\n\n -- Current status indicator: if no next status change, this is current\n case when lead(valid_from) over (partition by issue_id order by valid_from) is null then true else false end as is_current_status,\n\n -- Calculate seconds in each status period using recalculated valid_until\n \n (\n (\n (\n ((coalesce(lead(valid_from) over (partition by issue_id order by valid_from), now()))::date - (valid_from)::date)\n * 24 + date_part('hour', (coalesce(lead(valid_from) over (partition by issue_id order by valid_from), now()))::timestamp) - date_part('hour', (valid_from)::timestamp))\n * 60 + date_part('minute', (coalesce(lead(valid_from) over (partition by issue_id order by valid_from), now()))::timestamp) - date_part('minute', (valid_from)::timestamp))\n * 60 + floor(date_part('second', (coalesce(lead(valid_from) over (partition by issue_id order by valid_from), now()))::timestamp)) - floor(date_part('second', (valid_from)::timestamp)))\n as seconds_in_status\n\n from status_changes_only\n -- Keep first record (no previous status) OR actual status changes\n where previous_status is null or previous_status != status\n),\n\n-- Add sequence and transition tracking\nstatus_transitions as (\n\n select\n issue_id,\n source_relation,\n status,\n status_category_name,\n valid_from as transition_at,\n valid_until as transition_until,\n is_current_status,\n seconds_in_status,\n\n -- Sequence tracking\n row_number() over (partition by issue_id order by valid_from) as status_sequence,\n\n -- Previous status tracking\n previous_status,\n lag(status_category_name) over (partition by issue_id order by valid_from) as previous_status_category_name,\n lag(valid_from) over (partition by issue_id order by valid_from) as previous_transition_at,\n\n -- Time in previous status\n lag(seconds_in_status) over (partition by issue_id order by valid_from) as seconds_in_previous_status\n\n from issue_status_history\n),\n\n-- Add transition type indicators and time calculations\nfinal as (\n\n select\n issue_id,\n source_relation,\n status,\n status_category_name,\n previous_status,\n previous_status_category_name,\n transition_at,\n transition_until,\n status_sequence,\n is_current_status, \n\n -- Time spent in current status\n round(cast(seconds_in_status as numeric(28,6)) / 60, 2) as minutes_in_status,\n\n -- Time spent in previous status (when transitioning)\n case when seconds_in_previous_status is not null\n then round(cast(seconds_in_previous_status as numeric(28,6)) / 60, 2)\n else null end as minutes_in_previous_status,\n\n -- Workflow direction indicators\n case\n when previous_status_category_name is null then 'new'\n when previous_status_category_name = 'To Do' and status_category_name = 'In Progress' then 'forward'\n when previous_status_category_name = 'In Progress' and status_category_name = 'Done' then 'forward'\n when previous_status_category_name = 'To Do' and status_category_name = 'Done' then 'forward'\n when previous_status_category_name = 'Done' and status_category_name = 'In Progress' then 'backward'\n when previous_status_category_name = 'In Progress' and status_category_name = 'To Do' then 'backward'\n when previous_status_category_name = 'Done' and status_category_name = 'To Do' then 'backward'\n when previous_status_category_name = status_category_name then 'lateral'\n else 'other'\n end as transition_direction\n \n from status_transitions\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.jira.jira__user_enhanced": {"database": "postgres", "schema": "public_jira_dev", "name": "jira__user_enhanced", "resource_type": "model", "package_name": "jira", "path": "jira__user_enhanced.sql", "original_file_path": "models/jira__user_enhanced.sql", "unique_id": "model.jira.jira__user_enhanced", "fqn": ["jira", "jira__user_enhanced"], "alias": "jira__user_enhanced", "checksum": {"name": "sha256", "checksum": "278baa214d26b9abd35265563cb3af6ece5b6b5babbefb3b9c7f8ca854fe9e4a"}, "config": {"enabled": true, "alias": null, "schema": "jira_dev", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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 of users enriched with their projects, and the volume and velocity of their issues.\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.jira.source_relation"]}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran last synced this record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "user_id": {"name": "user_id", "description": "Unique ID of the user.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "email": {"name": "email", "description": "Email associated with the user acccount.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "locale": {"name": "locale", "description": "The Java locale of the user.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "user_display_name": {"name": "user_display_name", "description": "Name of the user as it appears in the UI.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "time_zone": {"name": "time_zone", "description": "The user's timezone, as defined in their settings.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "username": {"name": "username", "description": "Account username.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "projects": {"name": "projects", "description": "Comma-separated list of projects on which the user has been assigned to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "count_closed_issues": {"name": "count_closed_issues", "description": "The number of issues that the user has closed (while being assigned to).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "count_open_issues": {"name": "count_open_issues", "description": "The number of currently open issues that the user is assigned to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "avg_close_time_seconds": {"name": "avg_close_time_seconds", "description": "The average time taken to close issues since assignment, in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "avg_age_currently_open_seconds": {"name": "avg_age_currently_open_seconds", "description": "The average age of a user's currently open issues.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "median_close_time_seconds": {"name": "median_close_time_seconds", "description": "The median time taken to close issues since assignment, in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "median_age_currently_open_seconds": {"name": "median_age_currently_open_seconds", "description": "The median age of a user's currently open issues.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "avg_close_time_days": {"name": "avg_close_time_days", "description": "The average time taken to close issues since assignment, in days.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "avg_age_currently_open_days": {"name": "avg_age_currently_open_days", "description": "The average age of a user's currently open issues.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "median_close_time_days": {"name": "median_close_time_days", "description": "The median time taken to close issues since assignment, in days.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "median_age_currently_open_days": {"name": "median_age_currently_open_days", "description": "The median age of a user's currently open issues.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_active": {"name": "is_active", "description": "Boolean showing whether this user is currently active.", "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": "jira://models/jira.yml", "build_path": null, "unrendered_config": {"materialized": "table", "schema": "jira_{{ var('directed_schema','dev') }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1781051929.3324933, "relation_name": "\"postgres\".\"public_jira_dev\".\"jira__user_enhanced\"", "raw_code": "with jira_user as (\n\n select *\n from {{ ref('stg_jira__user') }}\n),\n\nuser_metrics as (\n\n select *\n from {{ ref('int_jira__user_metrics') }}\n),\n\nissue as (\n\n select *\n from {{ ref('jira__issue_enhanced') }} \n),\n\nuser_project as (\n\n select\n assignee_user_id,\n source_relation,\n project_name\n from issue\n group by 1, 2, 3\n),\n\nagg_user_projects as (\n\n select\n assignee_user_id,\n source_relation,\n {{ fivetran_utils.string_agg( \"project_name\", \"', '\" ) }} as projects\n from user_project\n group by 1, 2\n),\n\nuser_join as (\n\n select\n jira_user.*,\n agg_user_projects.projects, -- projects they've worked on issues for\n coalesce(user_metrics.count_closed_issues, 0) as count_closed_issues,\n coalesce(user_metrics.count_open_issues, 0) as count_open_issues,\n -- days\n user_metrics.avg_close_time_days,\n user_metrics.avg_age_currently_open_days,\n user_metrics.median_close_time_days,\n user_metrics.median_age_currently_open_days,\n -- seconds\n user_metrics.avg_close_time_seconds,\n user_metrics.avg_age_currently_open_seconds,\n user_metrics.median_close_time_seconds,\n user_metrics.median_age_currently_open_seconds\n from jira_user\n left join user_metrics\n on jira_user.user_id = user_metrics.user_id\n and jira_user.source_relation = user_metrics.source_relation\n left join agg_user_projects\n on jira_user.user_id = agg_user_projects.assignee_user_id\n and jira_user.source_relation = agg_user_projects.source_relation\n)\n\nselect * \nfrom user_join", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__user", "package": null, "version": null}, {"name": "int_jira__user_metrics", "package": null, "version": null}, {"name": "jira__issue_enhanced", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.fivetran_utils.string_agg"], "nodes": ["model.jira.stg_jira__user", "model.jira.int_jira__user_metrics", "model.jira.jira__issue_enhanced"]}, "compiled_path": "target/compiled/jira/models/jira__user_enhanced.sql", "compiled": true, "compiled_code": "with __dbt__cte__int_jira__user_metrics as (\nwith issue as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"jira__issue_enhanced\" \n where assignee_user_id is not null\n),\n\ncalculate_medians as (\n\n select\n assignee_user_id as user_id,\n source_relation,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by case when resolved_at is not null then last_assignment_duration_seconds end )\n /* have to group by partition field */\n\n as numeric(28,6)), 0) as median_close_time_seconds,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by case when resolved_at is null then last_assignment_duration_seconds end )\n /* have to group by partition field */\n\n as numeric(28,6)), 0) as median_age_currently_open_seconds\n from issue\n group by 1, 2 \n),\n\n-- grouping because the medians were calculated using window functions (except postgres)\nmedian_metrics as (\n\n select\n user_id,\n source_relation,\n median_close_time_seconds,\n median_age_currently_open_seconds\n from calculate_medians\n group by 1,2,3,4\n),\n\n\nuser_issues as (\n\n select\n assignee_user_id as user_id,\n source_relation,\n sum(case when resolved_at is not null then 1 else 0 end) as count_closed_issues,\n sum(case when resolved_at is null then 1 else 0 end) as count_open_issues,\n sum(case when resolved_at is not null then last_assignment_duration_seconds end) as sum_close_time_seconds,\n sum(case when resolved_at is null then last_assignment_duration_seconds end) as sum_current_open_seconds\n from issue\n group by 1, 2\n),\n\ncalculate_avg_metrics as (\n\n select\n user_id,\n source_relation,\n count_closed_issues,\n count_open_issues,\n case when count_closed_issues = 0 then 0 else\n round(cast(sum_close_time_seconds * 1.0 / count_closed_issues as numeric(28,6) ), 0) end as avg_close_time_seconds,\n case when count_open_issues = 0 then 0 else\n round(cast(sum_current_open_seconds * 1.0 / count_open_issues as numeric(28,6) ), 0) end as avg_age_currently_open_seconds\n from user_issues\n),\n\njoin_metrics as (\n\n select\n calculate_avg_metrics.*,\n round(cast(calculate_avg_metrics.avg_close_time_seconds / 86400.0 as numeric(28,6) ), 0) as avg_close_time_days,\n round(cast(calculate_avg_metrics.avg_age_currently_open_seconds / 86400.0 as numeric(28,6) ), 0) as avg_age_currently_open_days,\n median_metrics.median_close_time_seconds,\n median_metrics.median_age_currently_open_seconds,\n round(cast(median_metrics.median_close_time_seconds / 86400.0 as numeric(28,6) ), 0) as median_close_time_days,\n round(cast(median_metrics.median_age_currently_open_seconds / 86400.0 as numeric(28,6) ), 0) as median_age_currently_open_days \n from calculate_avg_metrics\n left join median_metrics on\n calculate_avg_metrics.user_id = median_metrics.user_id\n and calculate_avg_metrics.source_relation = median_metrics.source_relation\n)\n\nselect * \nfrom join_metrics\n), jira_user as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__user\"\n),\n\nuser_metrics as (\n\n select *\n from __dbt__cte__int_jira__user_metrics\n),\n\nissue as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"jira__issue_enhanced\" \n),\n\nuser_project as (\n\n select\n assignee_user_id,\n source_relation,\n project_name\n from issue\n group by 1, 2, 3\n),\n\nagg_user_projects as (\n\n select\n assignee_user_id,\n source_relation,\n \n string_agg(project_name, ', ')\n\n as projects\n from user_project\n group by 1, 2\n),\n\nuser_join as (\n\n select\n jira_user.*,\n agg_user_projects.projects, -- projects they've worked on issues for\n coalesce(user_metrics.count_closed_issues, 0) as count_closed_issues,\n coalesce(user_metrics.count_open_issues, 0) as count_open_issues,\n -- days\n user_metrics.avg_close_time_days,\n user_metrics.avg_age_currently_open_days,\n user_metrics.median_close_time_days,\n user_metrics.median_age_currently_open_days,\n -- seconds\n user_metrics.avg_close_time_seconds,\n user_metrics.avg_age_currently_open_seconds,\n user_metrics.median_close_time_seconds,\n user_metrics.median_age_currently_open_seconds\n from jira_user\n left join user_metrics\n on jira_user.user_id = user_metrics.user_id\n and jira_user.source_relation = user_metrics.source_relation\n left join agg_user_projects\n on jira_user.user_id = agg_user_projects.assignee_user_id\n and jira_user.source_relation = agg_user_projects.source_relation\n)\n\nselect * \nfrom user_join", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.jira.int_jira__user_metrics", "sql": " __dbt__cte__int_jira__user_metrics as (\nwith issue as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"jira__issue_enhanced\" \n where assignee_user_id is not null\n),\n\ncalculate_medians as (\n\n select\n assignee_user_id as user_id,\n source_relation,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by case when resolved_at is not null then last_assignment_duration_seconds end )\n /* have to group by partition field */\n\n as numeric(28,6)), 0) as median_close_time_seconds,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by case when resolved_at is null then last_assignment_duration_seconds end )\n /* have to group by partition field */\n\n as numeric(28,6)), 0) as median_age_currently_open_seconds\n from issue\n group by 1, 2 \n),\n\n-- grouping because the medians were calculated using window functions (except postgres)\nmedian_metrics as (\n\n select\n user_id,\n source_relation,\n median_close_time_seconds,\n median_age_currently_open_seconds\n from calculate_medians\n group by 1,2,3,4\n),\n\n\nuser_issues as (\n\n select\n assignee_user_id as user_id,\n source_relation,\n sum(case when resolved_at is not null then 1 else 0 end) as count_closed_issues,\n sum(case when resolved_at is null then 1 else 0 end) as count_open_issues,\n sum(case when resolved_at is not null then last_assignment_duration_seconds end) as sum_close_time_seconds,\n sum(case when resolved_at is null then last_assignment_duration_seconds end) as sum_current_open_seconds\n from issue\n group by 1, 2\n),\n\ncalculate_avg_metrics as (\n\n select\n user_id,\n source_relation,\n count_closed_issues,\n count_open_issues,\n case when count_closed_issues = 0 then 0 else\n round(cast(sum_close_time_seconds * 1.0 / count_closed_issues as numeric(28,6) ), 0) end as avg_close_time_seconds,\n case when count_open_issues = 0 then 0 else\n round(cast(sum_current_open_seconds * 1.0 / count_open_issues as numeric(28,6) ), 0) end as avg_age_currently_open_seconds\n from user_issues\n),\n\njoin_metrics as (\n\n select\n calculate_avg_metrics.*,\n round(cast(calculate_avg_metrics.avg_close_time_seconds / 86400.0 as numeric(28,6) ), 0) as avg_close_time_days,\n round(cast(calculate_avg_metrics.avg_age_currently_open_seconds / 86400.0 as numeric(28,6) ), 0) as avg_age_currently_open_days,\n median_metrics.median_close_time_seconds,\n median_metrics.median_age_currently_open_seconds,\n round(cast(median_metrics.median_close_time_seconds / 86400.0 as numeric(28,6) ), 0) as median_close_time_days,\n round(cast(median_metrics.median_age_currently_open_seconds / 86400.0 as numeric(28,6) ), 0) as median_age_currently_open_days \n from calculate_avg_metrics\n left join median_metrics on\n calculate_avg_metrics.user_id = median_metrics.user_id\n and calculate_avg_metrics.source_relation = median_metrics.source_relation\n)\n\nselect * \nfrom join_metrics\n)"}], "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.jira.jira__daily_issue_field_history": {"database": "postgres", "schema": "public_jira_dev", "name": "jira__daily_issue_field_history", "resource_type": "model", "package_name": "jira", "path": "jira__daily_issue_field_history.sql", "original_file_path": "models/jira__daily_issue_field_history.sql", "unique_id": "model.jira.jira__daily_issue_field_history", "fqn": ["jira", "jira__daily_issue_field_history"], "alias": "jira__daily_issue_field_history", "checksum": {"name": "sha256", "checksum": "cc6321f5f86572e0cf4dbb35ff9e7009c2485c36be63a0c4d7ddc6e1779cb0f8"}, "config": {"enabled": true, "alias": null, "schema": "jira_dev", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": null, "materialized": "incremental", "incremental_strategy": "delete+insert", "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": "issue_day_id", "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, "partition_by": {"field": "date_week", "data_type": "date"}, "cluster_by": ["date_week"], "file_format": "delta"}, "tags": [], "description": "Each record represents a daily snapshot of an issue's field values (status and sprint by default, plus any fields added to the `issue_field_history_columns` variable). Each issue will have a record for every day in which it was open and/or being updated. For currently open issues, the latest date will be the current date, and for closed issues, this will be the last time the issue was resolved OR updated in any way (plus a configurable buffer afterward, set to a month by default). Note: this is an incremental model.\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.jira.source_relation"]}, "date_day": {"name": "date_day", "description": "Date on which the issue had these field values.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "date_week": {"name": "date_week", "description": "The start date of the week corresponding to `date_day`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_id": {"name": "issue_id", "description": "Foreign key referencing the ID of the `issue` with these values.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_day_id": {"name": "issue_day_id", "description": "Surrogate key hashed on `date_day`, `issue_id`, and `source_relation`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sprint": {"name": "sprint", "description": "The ID of the sprint that an issue is slotted into on a given day.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sprint_name": {"name": "sprint_name", "description": "The name of the sprint that an issue is slotted into on a given day. Returns null when `jira_using_sprints` is disabled.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "status_id": {"name": "status_id", "description": "The ID of the status that an issue has on a given day.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "status": {"name": "status", "description": "The name of the status that an issue has on a given day.", "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": "jira://models/jira.yml", "build_path": null, "unrendered_config": {"materialized": "incremental", "schema": "jira_{{ var('directed_schema','dev') }}", "partition_by": {"field": "date_week", "data_type": "date"}, "cluster_by": ["date_week"], "unique_key": "issue_day_id", "incremental_strategy": "delete+insert", "file_format": "delta", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1781051929.2981586, "relation_name": "\"postgres\".\"public_jira_dev\".\"jira__daily_issue_field_history\"", "raw_code": "{{\n config(\n materialized='incremental' if jira_is_incremental_compatible() else 'table',\n partition_by = {'field': 'date_week', 'data_type': 'date'}\n if target.type not in ['spark', 'databricks'] else ['date_week'],\n cluster_by = ['date_week'],\n unique_key='issue_day_id',\n incremental_strategy = 'insert_overwrite' if target.type in ('bigquery', 'databricks', 'spark') else 'delete+insert',\n file_format='delta'\n )\n}}\n\n-- grab column names that were pivoted out\n{%- set pivot_data_columns = adapter.get_columns_in_relation(ref('int_jira__field_history_scd')) -%}\n\n{% if is_incremental() %}\n-- set max date_day with lookback as a variable for multiple uses\n{% set max_date_week = jira.jira_lookback(from_date='max(date_week)', datepart='week', interval=var('lookback_window', 1)) %}\n{% endif %}\n\n-- in intermediate/field_history/\nwith pivoted_daily_history as (\n\n select * \n from {{ ref('int_jira__field_history_scd') }}\n\n {% if is_incremental() %}\n where cast({{ dbt.date_trunc('week', 'valid_starting_on') }} as date) >= {{ max_date_week }}\n), \n\n-- If no issue fields have been updated since the last incremental run, the pivoted_daily_history CTE will return no record/rows.\n-- When this is the case, we need to grab the most recent week's records from the previously built table so that we can persist \n-- those values into the future.\n\nmost_recent_data as ( \n select \n *\n from {{ this }}\n where date_week >= {{ max_date_week }}\n{% endif %}\n), \n\n-- in intermediate/field_history/\ncalendar as (\n\n select *\n from {{ ref('int_jira__issue_calendar_spine') }}\n\n {% if is_incremental() %}\n where date_day >= {{ max_date_week }}\n {% endif %}\n), \n\nfield_option as (\n \n select *\n from {{ ref('stg_jira__field_option') }}\n),\n\nstatuses as (\n \n select *\n from {{ ref('stg_jira__status') }}\n),\n\nissue_types as (\n \n select *\n from {{ ref('stg_jira__issue_type') }}\n),\n\n{% if var('jira_using_teams', True) %}\nteams as ( \n\n select * \n from {{ ref('stg_jira__team') }} \n),\n{% endif %}\n\n{% if var('jira_using_components', True) %}\ncomponents as (\n\n select *\n from {{ ref('stg_jira__component') }}\n),\n{% endif %}\n\nprojects as (\n\n select *\n from {{ ref('stg_jira__project') }}\n),\n\nusers as (\n\n select *\n from {{ ref('stg_jira__user') }}\n),\n\njoined as (\n\n select\n calendar.date_day,\n calendar.issue_id,\n calendar.source_relation\n\n {% if is_incremental() %} \n {% for col in pivot_data_columns %}\n {% if col.name|lower == 'components' and var('jira_using_components', True) %}\n , coalesce(pivoted_daily_history.components, most_recent_data.components) as components\n\n {% elif col.name|lower == 'team' and var('jira_using_teams', True) %} \n , coalesce(pivoted_daily_history.team, most_recent_data.team) as team \n\n {% elif col.name|lower not in ['issue_day_id', 'issue_id', 'valid_starting_on', 'valid_starting_at_week', 'components', 'team', 'source_relation'] %}\n , coalesce(pivoted_daily_history.{{ col.name }}, most_recent_data.{{ col.name }}) as {{ col.name }}\n\n {% endif %}\n {% endfor %} \n\n {% else %}\n {% for col in pivot_data_columns %}\n {% if col.name|lower == 'components' and var('jira_using_components', True) %}\n , pivoted_daily_history.components\n\n {% elif col.name|lower == 'team' and var('jira_using_teams', True) %} \n , pivoted_daily_history.team\n\n {% elif col.name|lower not in ['issue_day_id', 'issue_id', 'valid_starting_on', 'valid_starting_at_week', 'components','team', 'source_relation'] %}\n , pivoted_daily_history.{{ col.name }}\n\n {% endif %}\n {% endfor %} \n {% endif %} \n \n from calendar\n left join pivoted_daily_history\n on calendar.issue_id = pivoted_daily_history.issue_id\n and calendar.source_relation = pivoted_daily_history.source_relation\n and calendar.date_day = pivoted_daily_history.valid_starting_on\n\n {% if is_incremental() %}\n left join most_recent_data\n on calendar.issue_id = most_recent_data.issue_id\n and calendar.source_relation = most_recent_data.source_relation\n and calendar.date_day = most_recent_data.date_day\n {% endif %}\n),\n\nset_values as (\n select\n joined.date_day,\n joined.issue_id,\n joined.source_relation,\n joined.status_id,\n sum( case when joined.status_id is null then 0 else 1 end) over ( partition by issue_id {{ fivetran_utils.partition_by_source_relation(package_name='jira', alias='joined') }}\n order by date_day rows unbounded preceding) as status_id_field_partition\n\n -- list of exception columns\n {% set exception_cols = ['issue_id', 'issue_day_id', 'valid_starting_on', 'valid_starting_at_week', 'status', 'status_id', 'components', 'issue_type', 'project', 'assignee', 'team', 'source_relation'] %}\n\n {% for col in pivot_data_columns %}\n {% if col.name|lower == 'components' and var('jira_using_components', True) %}\n , coalesce(components.component_name, joined.components) as components\n , sum(case when joined.components is null then 0 else 1 end) over (partition by issue_id {{ fivetran_utils.partition_by_source_relation(package_name='jira', alias='joined') }} order by date_day rows unbounded preceding) as component_field_partition\n\n {% elif col.name|lower == 'issue_type' %}\n , coalesce(issue_types.issue_type_name, joined.issue_type) as issue_type\n , sum(case when joined.issue_type is null then 0 else 1 end) over (partition by issue_id {{ fivetran_utils.partition_by_source_relation(package_name='jira', alias='joined') }} order by date_day rows unbounded preceding) as issue_type_field_partition\n\n {% elif col.name|lower == 'team' and var('jira_using_teams', True) %}\n , coalesce(teams.team_name, joined.team) as team\n , sum(case when joined.team is null then 0 else 1 end) over ( partition by issue_id {{ fivetran_utils.partition_by_source_relation(package_name='jira', alias='joined') }}\n order by date_day rows unbounded preceding) as team_field_partition\n\n {% elif col.name|lower == 'project' %}\n , coalesce(projects.project_name, joined.project) as project\n , sum(case when joined.project is null then 0 else 1 end) over (partition by issue_id {{ fivetran_utils.partition_by_source_relation(package_name='jira', alias='joined') }} order by date_day rows unbounded preceding) as project_field_partition\n\n {% elif col.name|lower == 'assignee' %}\n , coalesce(users.user_display_name, joined.assignee) as assignee\n , sum(case when joined.assignee is null then 0 else 1 end) over (partition by issue_id {{ fivetran_utils.partition_by_source_relation(package_name='jira', alias='joined') }} order by date_day rows unbounded preceding) as assignee_field_partition\n\n {% elif col.name|lower not in exception_cols %}\n , coalesce(field_option_{{ col.name }}.field_option_name, joined.{{ col.name }}) as {{ col.name }}\n -- create a batch/partition once a new value is provided\n , sum( case when joined.{{ col.name }} is null then 0 else 1 end) over ( partition by issue_id {{ fivetran_utils.partition_by_source_relation(package_name='jira', alias='joined') }}\n order by date_day rows unbounded preceding) as {{ col.name }}_field_partition\n\n {% endif %}\n {% endfor %}\n\n from joined\n\n {% for col in pivot_data_columns %}\n {% if col.name|lower == 'components' and var('jira_using_components', True) %}\n left join components\n on cast(components.component_id as {{ dbt.type_string() }}) = joined.components\n and components.source_relation = joined.source_relation\n\n {% elif col.name|lower == 'issue_type' %}\n left join issue_types\n on cast(issue_types.issue_type_id as {{ dbt.type_string() }}) = joined.issue_type\n and issue_types.source_relation = joined.source_relation\n\n {% elif col.name|lower == 'project' %}\n left join projects\n on cast(projects.project_id as {{ dbt.type_string() }}) = joined.project\n and projects.source_relation = joined.source_relation\n\n {% elif col.name|lower == 'assignee' %}\n left join users\n on cast(users.user_id as {{ dbt.type_string() }}) = joined.assignee\n and users.source_relation = joined.source_relation\n\n {% elif col.name|lower == 'team' and var('jira_using_teams', True) %}\n left join teams\n on cast(teams.team_id as {{ dbt.type_string() }}) = joined.team\n and teams.source_relation = joined.source_relation\n\n {% elif col.name|lower not in exception_cols %}\n left join field_option as field_option_{{ col.name }}\n on cast(field_option_{{ col.name }}.field_id as {{ dbt.type_string() }}) = joined.{{ col.name }}\n and field_option_{{ col.name }}.source_relation = joined.source_relation\n\n {% endif %}\n {% endfor %}\n),\n\nfill_values as (\n\n select\n date_day,\n issue_id,\n source_relation,\n first_value( status_id ) over (\n partition by issue_id, status_id_field_partition {{ fivetran_utils.partition_by_source_relation(package_name='jira') }}\n order by date_day asc rows between unbounded preceding and current row) as status_id\n\n {% for col in pivot_data_columns %}\n {% if col.name|lower == 'components' and var('jira_using_components', True) %}\n , first_value(components) over (\n partition by issue_id, component_field_partition {{ fivetran_utils.partition_by_source_relation(package_name='jira') }}\n order by date_day asc rows between unbounded preceding and current row) as components\n\n {% elif col.name|lower == 'project' %}\n , first_value(project) over (\n partition by issue_id, project_field_partition {{ fivetran_utils.partition_by_source_relation(package_name='jira') }}\n order by date_day asc rows between unbounded preceding and current row) as project\n\n {% elif col.name|lower == 'assignee' %}\n , first_value(assignee) over (\n partition by issue_id, assignee_field_partition {{ fivetran_utils.partition_by_source_relation(package_name='jira') }}\n order by date_day asc rows between unbounded preceding and current row) as assignee\n\n {% elif col.name|lower == 'team' and var('jira_using_teams', True) %}\n , first_value(team) over (\n partition by issue_id, team_field_partition {{ fivetran_utils.partition_by_source_relation(package_name='jira') }}\n order by date_day asc rows between unbounded preceding and current row) as team\n\n {% elif col.name|lower not in ['issue_id', 'issue_day_id', 'valid_starting_on', 'valid_starting_at_week', 'status', 'status_id', 'components', 'project', 'assignee', 'team', 'source_relation'] %}\n\n -- grab the value that started this batch/partition\n , first_value( {{ col.name }} ) over (\n partition by issue_id, {{ col.name }}_field_partition {{ fivetran_utils.partition_by_source_relation(package_name='jira') }}\n order by date_day asc rows between unbounded preceding and current row) as {{ col.name }}\n\n {% endif %}\n {% endfor %}\n\n from set_values\n),\n\nfix_null_values as (\n\n select\n date_day,\n issue_id,\n source_relation\n\n {% for col in pivot_data_columns %}\n {% if col.name|lower == 'components' and var('jira_using_components', True) %}\n , case when components = '-is_null' then null else components end as components\n\n {% elif col.name|lower == 'project' %}\n , case when project = '-is_null' then null else project end as project\n\n {% elif col.name|lower == 'assignee' %}\n , case when assignee = '-is_null' then null else assignee end as assignee\n\n {% elif col.name|lower == 'team' and var('jira_using_teams', True) %}\n , case when team = '-is_null' then null else team end as team\n\n {% elif col.name|lower not in ['issue_id','issue_day_id','valid_starting_on', 'valid_starting_at_week', 'status', 'components', 'project', 'assignee', 'team', 'source_relation'] %}\n -- we de-nulled the true null values earlier in order to differentiate them from nulls that just needed to be backfilled\n , case when {{ col.name }} = '-is_null' then null else {{ col.name }} end as {{ col.name }}\n\n {% endif %}\n {% endfor %}\n\n from fill_values\n\n),\n\nsurrogate_key as (\n\n select\n fix_null_values.date_day,\n cast({{ dbt.date_trunc('week', 'fix_null_values.date_day') }} as date) as date_week,\n fix_null_values.issue_id,\n fix_null_values.source_relation,\n statuses.status_name as status\n\n {% for col in pivot_data_columns %}\n {% if col.name|lower == 'components' and var('jira_using_components', True) %}\n , fix_null_values.components as components\n\n {% elif col.name|lower == 'project' %}\n , fix_null_values.project as project\n\n {% elif col.name|lower == 'assignee' %}\n , fix_null_values.assignee as assignee\n\n {% elif col.name|lower == 'team' and var('jira_using_teams', True) %}\n , fix_null_values.team as team\n\n {% elif col.name|lower not in ['issue_id','issue_day_id','valid_starting_on', 'valid_starting_at_week', 'status', 'components', 'project', 'assignee', 'team', 'source_relation'] %}\n , fix_null_values.{{ col.name }} as {{ col.name }}\n\n {% endif %}\n {% endfor %}\n\n , {{ dbt_utils.generate_surrogate_key(['fix_null_values.date_day','fix_null_values.issue_id','fix_null_values.source_relation']) }} as issue_day_id\n\n from fix_null_values\n\n left join statuses\n on cast(statuses.status_id as {{ dbt.type_string() }}) = fix_null_values.status_id\n and statuses.source_relation = fix_null_values.source_relation\n)\n\nselect *\nfrom surrogate_key", "doc_blocks": [], "language": "sql", "refs": [{"name": "int_jira__field_history_scd", "package": null, "version": null}, {"name": "int_jira__field_history_scd", "package": null, "version": null}, {"name": "int_jira__issue_calendar_spine", "package": null, "version": null}, {"name": "stg_jira__field_option", "package": null, "version": null}, {"name": "stg_jira__status", "package": null, "version": null}, {"name": "stg_jira__issue_type", "package": null, "version": null}, {"name": "stg_jira__team", "package": null, "version": null}, {"name": "stg_jira__component", "package": null, "version": null}, {"name": "stg_jira__project", "package": null, "version": null}, {"name": "stg_jira__user", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.jira.jira_is_incremental_compatible", "macro.dbt.is_incremental", "macro.fivetran_utils.partition_by_source_relation", "macro.dbt.date_trunc", "macro.dbt_utils.generate_surrogate_key", "macro.dbt.type_string", "macro.jira.jira_lookback"], "nodes": ["model.jira.int_jira__field_history_scd", "model.jira.int_jira__issue_calendar_spine", "model.jira.stg_jira__field_option", "model.jira.stg_jira__status", "model.jira.stg_jira__issue_type", "model.jira.stg_jira__team", "model.jira.stg_jira__component", "model.jira.stg_jira__project", "model.jira.stg_jira__user"]}, "compiled_path": "target/compiled/jira/models/jira__daily_issue_field_history.sql", "compiled": true, "compiled_code": "\n\n-- grab column names that were pivoted out\n-- set max date_day with lookback as a variable for multiple uses\n\n\n\n-- in intermediate/field_history/\nwith __dbt__cte__int_jira__issue_calendar_spine as (\nwith spine as (\n\n -- depends_on: \"postgres\".\"public_jira_dev\".\"stg_jira__issue\"\n \n \n\n select\n cast(date_day as date) as date_day\n from (\n \n\n\n\n\n\nwith rawdata as (\n\n \n\n \n\n with p as (\n select 0 as generated_number union all select 1\n ), unioned as (\n\n select\n\n \n p0.generated_number * power(2, 0)\n + \n \n p1.generated_number * power(2, 1)\n + \n \n p2.generated_number * power(2, 2)\n + \n \n p3.generated_number * power(2, 3)\n + \n \n p4.generated_number * power(2, 4)\n + \n \n p5.generated_number * power(2, 5)\n + \n \n p6.generated_number * power(2, 6)\n + \n \n p7.generated_number * power(2, 7)\n + \n \n p8.generated_number * power(2, 8)\n + \n \n p9.generated_number * power(2, 9)\n + \n \n p10.generated_number * power(2, 10)\n + \n \n p11.generated_number * power(2, 11)\n \n \n + 1\n as generated_number\n\n from\n\n \n p as p0\n cross join \n \n p as p1\n cross join \n \n p as p2\n cross join \n \n p as p3\n cross join \n \n p as p4\n cross join \n \n p as p5\n cross join \n \n p as p6\n cross join \n \n p as p7\n cross join \n \n p as p8\n cross join \n \n p as p9\n cross join \n \n p as p10\n cross join \n \n p as p11\n \n \n\n )\n\n select *\n from unioned\n where generated_number <= 3820\n order by generated_number\n\n\n\n),\n\nall_periods as (\n\n select (\n \n\n cast('2016-01-01' as date) + ((interval '1 day') * (row_number() over (order by generated_number) - 1))\n\n\n ) as date_day\n from rawdata\n\n),\n\nfiltered as (\n\n select *\n from all_periods\n where date_day <= \n\n now() + ((interval '1 week') * (1))\n\n\n\n)\n\nselect * from filtered\n\n\n ) as date_spine\n),\n\nissue_history_scd as (\n \n select *\n from \"postgres\".\"public_jira_dev\".\"int_jira__field_history_scd\"\n),\n\nissue_dates as (\n\n select\n issue_history_scd.issue_id,\n issue_history_scd.source_relation,\n cast( date_trunc('day', issue.created_at) as date) as created_on,\n -- resolved_at will become null if an issue is marked as un-resolved. if this sorta thing happens often, you may want to run full-refreshes of the field_history models often\n -- if it's not resolved include everything up to today. if it is, look at the last time it was updated\n cast(date_trunc('day', case when issue.resolved_at is null then now() else cast(issue_history_scd.valid_starting_on as timestamp) end)\n as date) as open_until\n from issue_history_scd\n left join \"postgres\".\"public_jira_dev\".\"stg_jira__issue\" as issue\n on issue_history_scd.issue_id = issue.issue_id\n and issue_history_scd.source_relation = issue.source_relation\n),\n\nissue_spine as (\n\n select\n spine.date_day,\n issue_dates.issue_id,\n issue_dates.source_relation,\n -- will take the table-wide min of this in the incremental block at the top of this model\n min(issue_dates.open_until) as earliest_open_until_date\n\n from spine\n join issue_dates on\n issue_dates.created_on <= spine.date_day\n and \n\n issue_dates.open_until + ((interval '1 month') * (1))\n\n >= spine.date_day\n -- if we cut off issues, we're going to have to do a full refresh to catch issues that have been un-resolved\n group by 1,2,3\n),\n\nsurrogate_key as (\n\n select\n date_day,\n issue_id,\n source_relation,\n md5(cast(coalesce(cast(date_day as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(issue_id as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(source_relation as TEXT), '_dbt_utils_surrogate_key_null_') as TEXT)) as issue_day_id,\n earliest_open_until_date,\n cast(date_trunc('week', earliest_open_until_date) as date) as earliest_open_until_week\n\n from issue_spine\n\n where date_day <= cast( now() as date)\n)\n\nselect *\nfrom surrogate_key\n), pivoted_daily_history as (\n\n select * \n from \"postgres\".\"public_jira_dev\".\"int_jira__field_history_scd\"\n\n \n where cast(date_trunc('week', valid_starting_on) as date) >= \n\n\n\n \n\n \n\n cast('2026-06-08' as date) + ((interval '1 week') * (-1))\n\n\n\n\n), \n\n-- If no issue fields have been updated since the last incremental run, the pivoted_daily_history CTE will return no record/rows.\n-- When this is the case, we need to grab the most recent week's records from the previously built table so that we can persist \n-- those values into the future.\n\nmost_recent_data as ( \n select \n *\n from \"postgres\".\"public_jira_dev\".\"jira__daily_issue_field_history\"\n where date_week >= \n\n\n\n \n\n \n\n cast('2026-06-08' as date) + ((interval '1 week') * (-1))\n\n\n\n\n\n), \n\n-- in intermediate/field_history/\ncalendar as (\n\n select *\n from __dbt__cte__int_jira__issue_calendar_spine\n\n \n where date_day >= \n\n\n\n \n\n \n\n cast('2026-06-08' as date) + ((interval '1 week') * (-1))\n\n\n\n\n \n), \n\nfield_option as (\n \n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__field_option\"\n),\n\nstatuses as (\n \n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__status\"\n),\n\nissue_types as (\n \n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__issue_type\"\n),\n\n\nteams as ( \n\n select * \n from \"postgres\".\"public_jira_dev\".\"stg_jira__team\" \n),\n\n\n\ncomponents as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__component\"\n),\n\n\nprojects as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__project\"\n),\n\nusers as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__user\"\n),\n\njoined as (\n\n select\n calendar.date_day,\n calendar.issue_id,\n calendar.source_relation\n\n \n \n \n \n \n \n \n \n \n \n \n , coalesce(pivoted_daily_history.status_id, most_recent_data.status_id) as status_id\n\n \n \n \n \n \n , coalesce(pivoted_daily_history.status, most_recent_data.status) as status\n\n \n \n \n , coalesce(pivoted_daily_history.sprint, most_recent_data.sprint) as sprint\n\n \n \n \n , coalesce(pivoted_daily_history.sprint_name, most_recent_data.sprint_name) as sprint_name\n\n \n \n \n , coalesce(pivoted_daily_history.team, most_recent_data.team) as team \n\n \n \n\n \n \n from calendar\n left join pivoted_daily_history\n on calendar.issue_id = pivoted_daily_history.issue_id\n and calendar.source_relation = pivoted_daily_history.source_relation\n and calendar.date_day = pivoted_daily_history.valid_starting_on\n\n \n left join most_recent_data\n on calendar.issue_id = most_recent_data.issue_id\n and calendar.source_relation = most_recent_data.source_relation\n and calendar.date_day = most_recent_data.date_day\n \n),\n\nset_values as (\n select\n joined.date_day,\n joined.issue_id,\n joined.source_relation,\n joined.status_id,\n sum( case when joined.status_id is null then 0 else 1 end) over ( partition by issue_id \n order by date_day rows unbounded preceding) as status_id_field_partition\n\n -- list of exception columns\n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n , coalesce(field_option_sprint.field_option_name, joined.sprint) as sprint\n -- create a batch/partition once a new value is provided\n , sum( case when joined.sprint is null then 0 else 1 end) over ( partition by issue_id \n order by date_day rows unbounded preceding) as sprint_field_partition\n\n \n \n \n , coalesce(field_option_sprint_name.field_option_name, joined.sprint_name) as sprint_name\n -- create a batch/partition once a new value is provided\n , sum( case when joined.sprint_name is null then 0 else 1 end) over ( partition by issue_id \n order by date_day rows unbounded preceding) as sprint_name_field_partition\n\n \n \n \n , coalesce(teams.team_name, joined.team) as team\n , sum(case when joined.team is null then 0 else 1 end) over ( partition by issue_id \n order by date_day rows unbounded preceding) as team_field_partition\n\n \n \n\n from joined\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n left join field_option as field_option_sprint\n on cast(field_option_sprint.field_id as TEXT) = joined.sprint\n and field_option_sprint.source_relation = joined.source_relation\n\n \n \n \n left join field_option as field_option_sprint_name\n on cast(field_option_sprint_name.field_id as TEXT) = joined.sprint_name\n and field_option_sprint_name.source_relation = joined.source_relation\n\n \n \n \n left join teams\n on cast(teams.team_id as TEXT) = joined.team\n and teams.source_relation = joined.source_relation\n\n \n \n),\n\nfill_values as (\n\n select\n date_day,\n issue_id,\n source_relation,\n first_value( status_id ) over (\n partition by issue_id, status_id_field_partition \n order by date_day asc rows between unbounded preceding and current row) as status_id\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n -- grab the value that started this batch/partition\n , first_value( sprint ) over (\n partition by issue_id, sprint_field_partition \n order by date_day asc rows between unbounded preceding and current row) as sprint\n\n \n \n \n\n -- grab the value that started this batch/partition\n , first_value( sprint_name ) over (\n partition by issue_id, sprint_name_field_partition \n order by date_day asc rows between unbounded preceding and current row) as sprint_name\n\n \n \n \n , first_value(team) over (\n partition by issue_id, team_field_partition \n order by date_day asc rows between unbounded preceding and current row) as team\n\n \n \n\n from set_values\n),\n\nfix_null_values as (\n\n select\n date_day,\n issue_id,\n source_relation\n\n \n \n \n \n \n \n \n \n \n \n -- we de-nulled the true null values earlier in order to differentiate them from nulls that just needed to be backfilled\n , case when status_id = '-is_null' then null else status_id end as status_id\n\n \n \n \n \n \n \n \n -- we de-nulled the true null values earlier in order to differentiate them from nulls that just needed to be backfilled\n , case when sprint = '-is_null' then null else sprint end as sprint\n\n \n \n \n -- we de-nulled the true null values earlier in order to differentiate them from nulls that just needed to be backfilled\n , case when sprint_name = '-is_null' then null else sprint_name end as sprint_name\n\n \n \n \n , case when team = '-is_null' then null else team end as team\n\n \n \n\n from fill_values\n\n),\n\nsurrogate_key as (\n\n select\n fix_null_values.date_day,\n cast(date_trunc('week', fix_null_values.date_day) as date) as date_week,\n fix_null_values.issue_id,\n fix_null_values.source_relation,\n statuses.status_name as status\n\n \n \n \n \n \n \n \n \n \n \n , fix_null_values.status_id as status_id\n\n \n \n \n \n \n \n \n , fix_null_values.sprint as sprint\n\n \n \n \n , fix_null_values.sprint_name as sprint_name\n\n \n \n \n , fix_null_values.team as team\n\n \n \n\n , md5(cast(coalesce(cast(fix_null_values.date_day as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(fix_null_values.issue_id as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(fix_null_values.source_relation as TEXT), '_dbt_utils_surrogate_key_null_') as TEXT)) as issue_day_id\n\n from fix_null_values\n\n left join statuses\n on cast(statuses.status_id as TEXT) = fix_null_values.status_id\n and statuses.source_relation = fix_null_values.source_relation\n)\n\nselect *\nfrom surrogate_key", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.jira.int_jira__issue_calendar_spine", "sql": " __dbt__cte__int_jira__issue_calendar_spine as (\nwith spine as (\n\n -- depends_on: \"postgres\".\"public_jira_dev\".\"stg_jira__issue\"\n \n \n\n select\n cast(date_day as date) as date_day\n from (\n \n\n\n\n\n\nwith rawdata as (\n\n \n\n \n\n with p as (\n select 0 as generated_number union all select 1\n ), unioned as (\n\n select\n\n \n p0.generated_number * power(2, 0)\n + \n \n p1.generated_number * power(2, 1)\n + \n \n p2.generated_number * power(2, 2)\n + \n \n p3.generated_number * power(2, 3)\n + \n \n p4.generated_number * power(2, 4)\n + \n \n p5.generated_number * power(2, 5)\n + \n \n p6.generated_number * power(2, 6)\n + \n \n p7.generated_number * power(2, 7)\n + \n \n p8.generated_number * power(2, 8)\n + \n \n p9.generated_number * power(2, 9)\n + \n \n p10.generated_number * power(2, 10)\n + \n \n p11.generated_number * power(2, 11)\n \n \n + 1\n as generated_number\n\n from\n\n \n p as p0\n cross join \n \n p as p1\n cross join \n \n p as p2\n cross join \n \n p as p3\n cross join \n \n p as p4\n cross join \n \n p as p5\n cross join \n \n p as p6\n cross join \n \n p as p7\n cross join \n \n p as p8\n cross join \n \n p as p9\n cross join \n \n p as p10\n cross join \n \n p as p11\n \n \n\n )\n\n select *\n from unioned\n where generated_number <= 3820\n order by generated_number\n\n\n\n),\n\nall_periods as (\n\n select (\n \n\n cast('2016-01-01' as date) + ((interval '1 day') * (row_number() over (order by generated_number) - 1))\n\n\n ) as date_day\n from rawdata\n\n),\n\nfiltered as (\n\n select *\n from all_periods\n where date_day <= \n\n now() + ((interval '1 week') * (1))\n\n\n\n)\n\nselect * from filtered\n\n\n ) as date_spine\n),\n\nissue_history_scd as (\n \n select *\n from \"postgres\".\"public_jira_dev\".\"int_jira__field_history_scd\"\n),\n\nissue_dates as (\n\n select\n issue_history_scd.issue_id,\n issue_history_scd.source_relation,\n cast( date_trunc('day', issue.created_at) as date) as created_on,\n -- resolved_at will become null if an issue is marked as un-resolved. if this sorta thing happens often, you may want to run full-refreshes of the field_history models often\n -- if it's not resolved include everything up to today. if it is, look at the last time it was updated\n cast(date_trunc('day', case when issue.resolved_at is null then now() else cast(issue_history_scd.valid_starting_on as timestamp) end)\n as date) as open_until\n from issue_history_scd\n left join \"postgres\".\"public_jira_dev\".\"stg_jira__issue\" as issue\n on issue_history_scd.issue_id = issue.issue_id\n and issue_history_scd.source_relation = issue.source_relation\n),\n\nissue_spine as (\n\n select\n spine.date_day,\n issue_dates.issue_id,\n issue_dates.source_relation,\n -- will take the table-wide min of this in the incremental block at the top of this model\n min(issue_dates.open_until) as earliest_open_until_date\n\n from spine\n join issue_dates on\n issue_dates.created_on <= spine.date_day\n and \n\n issue_dates.open_until + ((interval '1 month') * (1))\n\n >= spine.date_day\n -- if we cut off issues, we're going to have to do a full refresh to catch issues that have been un-resolved\n group by 1,2,3\n),\n\nsurrogate_key as (\n\n select\n date_day,\n issue_id,\n source_relation,\n md5(cast(coalesce(cast(date_day as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(issue_id as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(source_relation as TEXT), '_dbt_utils_surrogate_key_null_') as TEXT)) as issue_day_id,\n earliest_open_until_date,\n cast(date_trunc('week', earliest_open_until_date) as date) as earliest_open_until_week\n\n from issue_spine\n\n where date_day <= cast( now() as date)\n)\n\nselect *\nfrom surrogate_key\n)"}], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": ["issue_day_id"], "time_spine": null}, "model.jira.jira__project_enhanced": {"database": "postgres", "schema": "public_jira_dev", "name": "jira__project_enhanced", "resource_type": "model", "package_name": "jira", "path": "jira__project_enhanced.sql", "original_file_path": "models/jira__project_enhanced.sql", "unique_id": "model.jira.jira__project_enhanced", "fqn": ["jira", "jira__project_enhanced"], "alias": "jira__project_enhanced", "checksum": {"name": "sha256", "checksum": "0fbb34326692140988680d375824b9f9d6c34fde1f33d8a81e204f15eacd1045"}, "config": {"enabled": true, "alias": null, "schema": "jira_dev", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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 of projects enriched with data about its lead, epics, components, and volume and velocity of worktime.\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.jira.source_relation"]}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran last synced this record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "project_id": {"name": "project_id", "description": "Unique ID of the project.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "project_description": {"name": "project_description", "description": "Description of the project, if given.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "project_key": {"name": "project_key", "description": "UI-facing ID of the project. This becomes the default prefix for tasks created within this project.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "project_lead_user_id": {"name": "project_lead_user_id", "description": "Foreign key referencing the ID of the `user` who leads this project.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "project_name": {"name": "project_name", "description": "Title of the project.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "permission_scheme_id": {"name": "permission_scheme_id", "description": "Foreign key referencing the ID of the `permission_scheme` that the project ascribes to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "project_category_id": {"name": "project_category_id", "description": "Foreign key referencing the ID of the `project_category` that the project is associated with, if any.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "project_lead_user_name": {"name": "project_lead_user_name", "description": "User display name of the person leading this project.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "project_lead_email": {"name": "project_lead_email", "description": "Email associated with the project lead.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "epics": {"name": "epics", "description": "Comma-separated list of epics worked on in this project.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "components": {"name": "components", "description": "Comma-separated list of components of this project.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "count_closed_issues": {"name": "count_closed_issues", "description": "The number of issues closed in this project.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "count_open_issues": {"name": "count_open_issues", "description": "The number of currently un-resolved issues in the project.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "count_open_assigned_issues": {"name": "count_open_assigned_issues", "description": "The number of currently open and currently assigned issues in the project.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "avg_close_time_seconds": {"name": "avg_close_time_seconds", "description": "The average time taken to close issues, in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "avg_assigned_close_time_seconds": {"name": "avg_assigned_close_time_seconds", "description": "The average time taken to close issues from their first assignment, in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "avg_age_currently_open_seconds": {"name": "avg_age_currently_open_seconds", "description": "The average age of any currently-open issues.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "avg_age_currently_open_assigned_seconds": {"name": "avg_age_currently_open_assigned_seconds", "description": "The average age of any currently-open issues, from their first assignment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "median_close_time_seconds": {"name": "median_close_time_seconds", "description": "The median time taken to close issues, in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "median_age_currently_open_seconds": {"name": "median_age_currently_open_seconds", "description": "The median age of any currently-open issues.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "median_assigned_close_time_seconds": {"name": "median_assigned_close_time_seconds", "description": "The median time taken to close issues from their first assignment, in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "median_age_currently_open_assigned_seconds": {"name": "median_age_currently_open_assigned_seconds", "description": "The median age of any currently-open issues, from their first assignment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "avg_close_time_days": {"name": "avg_close_time_days", "description": "The average time taken to close issues, in days.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "avg_assigned_close_time_days": {"name": "avg_assigned_close_time_days", "description": "The average time taken to close issues from their first assignment, in days.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "avg_age_currently_open_days": {"name": "avg_age_currently_open_days", "description": "The average age of any currently-open issues.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "avg_age_currently_open_assigned_days": {"name": "avg_age_currently_open_assigned_days", "description": "The average age of any currently-open issues, from their first assignment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "median_close_time_days": {"name": "median_close_time_days", "description": "The median time taken to close issues, in days.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "median_age_currently_open_days": {"name": "median_age_currently_open_days", "description": "The median age of any currently-open issues.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "median_assigned_close_time_days": {"name": "median_assigned_close_time_days", "description": "The median time taken to close issues from their first assignment, in days.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "median_age_currently_open_assigned_days": {"name": "median_age_currently_open_assigned_days", "description": "The median age of any currently-open issues, from their first assignment.", "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": "jira://models/jira.yml", "build_path": null, "unrendered_config": {"materialized": "table", "schema": "jira_{{ var('directed_schema','dev') }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1781051929.3272107, "relation_name": "\"postgres\".\"public_jira_dev\".\"jira__project_enhanced\"", "raw_code": "with project as (\n\n select *\n from {{ ref('stg_jira__project') }}\n),\n\nproject_metrics as (\n\n select * \n from {{ ref('int_jira__project_metrics') }}\n),\n\n-- user is reserved in AWS\njira_user as (\n-- to grab the project lead\n select *\n from {{ ref('stg_jira__user') }}\n),\n\nagg_epics as (\n\n select\n project_id,\n source_relation,\n {{ fivetran_utils.string_agg( \"issue_name\", \"', '\" ) }} as epics\n\n from {{ ref('jira__issue_enhanced') }}\n where lower(issue_type) = 'epic'\n -- should we limit to active epics?\n group by 1, 2\n),\n\n{% if var('jira_using_components', True) %}\n\nagg_components as (\n -- i'm just aggregating the components here, but perhaps pivoting out components (and epics)\n -- into columns where the values are the number of issues completed and/or open would be more valuable\n select\n project_id,\n source_relation,\n {{ fivetran_utils.string_agg( \"component_name\", \"', '\" ) }} as components\n from {{ ref('stg_jira__component') }}\n group by 1, 2\n),\n\n{% endif %}\n\nproject_join as (\n\n select\n project.*,\n jira_user.user_display_name as project_lead_user_name,\n jira_user.email as project_lead_email,\n agg_epics.epics,\n \n {% if var('jira_using_components', True) %}\n agg_components.components,\n {% endif %}\n\n coalesce(project_metrics.count_closed_issues, 0) as count_closed_issues,\n coalesce(project_metrics.count_open_issues, 0) as count_open_issues,\n coalesce(project_metrics.count_open_assigned_issues, 0) as count_open_assigned_issues,\n\n -- days\n project_metrics.avg_close_time_days,\n project_metrics.avg_assigned_close_time_days,\n\n project_metrics.avg_age_currently_open_days,\n project_metrics.avg_age_currently_open_assigned_days,\n\n project_metrics.median_close_time_days, \n project_metrics.median_age_currently_open_days,\n project_metrics.median_assigned_close_time_days,\n project_metrics.median_age_currently_open_assigned_days,\n\n -- seconds\n project_metrics.avg_close_time_seconds,\n project_metrics.avg_assigned_close_time_seconds,\n\n project_metrics.avg_age_currently_open_seconds,\n project_metrics.avg_age_currently_open_assigned_seconds,\n\n project_metrics.median_close_time_seconds, \n project_metrics.median_age_currently_open_seconds,\n project_metrics.median_assigned_close_time_seconds,\n project_metrics.median_age_currently_open_assigned_seconds\n\n from project\n left join project_metrics\n on project.project_id = project_metrics.project_id\n and project.source_relation = project_metrics.source_relation\n left join jira_user\n on project.project_lead_user_id = jira_user.user_id\n and project.source_relation = jira_user.source_relation\n left join agg_epics\n on project.project_id = agg_epics.project_id\n and project.source_relation = agg_epics.source_relation\n\n {% if var('jira_using_components', True) %}\n left join agg_components\n on project.project_id = agg_components.project_id\n and project.source_relation = agg_components.source_relation\n {% endif %}\n\n)\n\nselect * \nfrom project_join", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__project", "package": null, "version": null}, {"name": "int_jira__project_metrics", "package": null, "version": null}, {"name": "stg_jira__user", "package": null, "version": null}, {"name": "jira__issue_enhanced", "package": null, "version": null}, {"name": "stg_jira__component", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.fivetran_utils.string_agg"], "nodes": ["model.jira.stg_jira__project", "model.jira.int_jira__project_metrics", "model.jira.stg_jira__user", "model.jira.jira__issue_enhanced", "model.jira.stg_jira__component"]}, "compiled_path": "target/compiled/jira/models/jira__project_enhanced.sql", "compiled": true, "compiled_code": "with __dbt__cte__int_jira__project_metrics as (\nwith issue as (\n\n select * \n from \"postgres\".\"public_jira_dev\".\"jira__issue_enhanced\"\n where project_id is not null\n),\n\ncalculate_medians as (\n\n select\n project_id,\n source_relation,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by case when resolved_at is not null then open_duration_seconds end )\n /* have to group by partition field */\n\n as numeric(28,6) ), 0) as median_close_time_seconds,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by case when resolved_at is null then open_duration_seconds end )\n /* have to group by partition field */\n\n as numeric(28,6) ), 0) as median_age_currently_open_seconds,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by case when resolved_at is not null then any_assignment_duration_seconds end )\n /* have to group by partition field */\n\n as numeric(28,6) ), 0) as median_assigned_close_time_seconds,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by case when resolved_at is null then any_assignment_duration_seconds end )\n /* have to group by partition field */\n\n as numeric(28,6) ), 0) as median_age_currently_open_assigned_seconds\n from issue\n\n group by project_id, source_relation \n),\n\n-- grouping because the medians were calculated using window functions (except in postgres)\nmedian_metrics as (\n\n select\n project_id,\n source_relation,\n median_close_time_seconds,\n median_age_currently_open_seconds,\n median_assigned_close_time_seconds,\n median_age_currently_open_assigned_seconds\n from calculate_medians\n group by 1,2,3,4,5,6\n),\n\n\n-- get appropriate counts + sums to calculate averages\nproject_issues as (\n\n select\n project_id,\n source_relation,\n sum(case when resolved_at is not null then 1 else 0 end) as count_closed_issues,\n sum(case when resolved_at is null then 1 else 0 end) as count_open_issues,\n -- using the below to calculate averages\n -- assigned issues\n sum(case when resolved_at is null and assignee_user_id is not null then 1 else 0 end) as count_open_assigned_issues,\n sum(case when resolved_at is not null and assignee_user_id is not null then 1 else 0 end) as count_closed_assigned_issues,\n -- close time\n sum(case when resolved_at is not null then open_duration_seconds else 0 end) as sum_close_time_seconds,\n sum(case when resolved_at is not null then any_assignment_duration_seconds else 0 end) as sum_assigned_close_time_seconds,\n -- age of currently open tasks\n sum(case when resolved_at is null then open_duration_seconds else 0 end) as sum_currently_open_duration_seconds,\n sum(case when resolved_at is null then any_assignment_duration_seconds else 0 end) as sum_currently_open_assigned_duration_seconds\n from issue\n\n group by 1, 2\n),\n\ncalculate_avg_metrics as (\n\n select\n project_id,\n source_relation,\n count_closed_issues,\n count_open_issues,\n count_open_assigned_issues,\n case when count_closed_issues = 0 then 0 \n else round(cast(sum_close_time_seconds * 1.0 / count_closed_issues as numeric(28,6) ), 0) end as avg_close_time_seconds,\n case when count_closed_assigned_issues = 0 then 0 \n else round(cast(sum_assigned_close_time_seconds * 1.0 / count_closed_assigned_issues as numeric(28,6) ), 0) end as avg_assigned_close_time_seconds,\n case when count_open_issues = 0 then 0 \n else round(cast(sum_currently_open_duration_seconds * 1.0 / count_open_issues as numeric(28,6) ), 0) end as avg_age_currently_open_seconds,\n case when count_open_assigned_issues = 0 then 0 \n else round(cast(sum_currently_open_assigned_duration_seconds * 1.0 / count_open_assigned_issues as numeric(28,6) ), 0) end as avg_age_currently_open_assigned_seconds\n from project_issues\n),\n\n-- join medians and averages + convert to days\njoin_metrics as (\n\n select\n calculate_avg_metrics.*,\n -- there are 86400 seconds in a day\n round(cast(calculate_avg_metrics.avg_close_time_seconds / 86400.0 as numeric(28,6) ), 0) as avg_close_time_days,\n round(cast(calculate_avg_metrics.avg_assigned_close_time_seconds / 86400.0 as numeric(28,6) ), 0) as avg_assigned_close_time_days,\n round(cast(calculate_avg_metrics.avg_age_currently_open_seconds / 86400.0 as numeric(28,6) ), 0) as avg_age_currently_open_days,\n round(cast(calculate_avg_metrics.avg_age_currently_open_assigned_seconds / 86400.0 as numeric(28,6) ), 0) as avg_age_currently_open_assigned_days,\n median_metrics.median_close_time_seconds, \n median_metrics.median_age_currently_open_seconds,\n median_metrics.median_assigned_close_time_seconds,\n median_metrics.median_age_currently_open_assigned_seconds,\n round(cast(median_metrics.median_close_time_seconds / 86400.0 as numeric(28,6) ), 0) as median_close_time_days,\n round(cast(median_metrics.median_age_currently_open_seconds / 86400.0 as numeric(28,6) ), 0) as median_age_currently_open_days,\n round(cast(median_metrics.median_assigned_close_time_seconds / 86400.0 as numeric(28,6) ), 0) as median_assigned_close_time_days,\n round(cast(median_metrics.median_age_currently_open_assigned_seconds / 86400.0 as numeric(28,6) ), 0) as median_age_currently_open_assigned_days\n from calculate_avg_metrics\n left join median_metrics\n on calculate_avg_metrics.project_id = median_metrics.project_id\n and calculate_avg_metrics.source_relation = median_metrics.source_relation\n)\n\nselect * \nfrom join_metrics\n), project as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__project\"\n),\n\nproject_metrics as (\n\n select * \n from __dbt__cte__int_jira__project_metrics\n),\n\n-- user is reserved in AWS\njira_user as (\n-- to grab the project lead\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__user\"\n),\n\nagg_epics as (\n\n select\n project_id,\n source_relation,\n \n string_agg(issue_name, ', ')\n\n as epics\n\n from \"postgres\".\"public_jira_dev\".\"jira__issue_enhanced\"\n where lower(issue_type) = 'epic'\n -- should we limit to active epics?\n group by 1, 2\n),\n\n\n\nagg_components as (\n -- i'm just aggregating the components here, but perhaps pivoting out components (and epics)\n -- into columns where the values are the number of issues completed and/or open would be more valuable\n select\n project_id,\n source_relation,\n \n string_agg(component_name, ', ')\n\n as components\n from \"postgres\".\"public_jira_dev\".\"stg_jira__component\"\n group by 1, 2\n),\n\n\n\nproject_join as (\n\n select\n project.*,\n jira_user.user_display_name as project_lead_user_name,\n jira_user.email as project_lead_email,\n agg_epics.epics,\n \n \n agg_components.components,\n \n\n coalesce(project_metrics.count_closed_issues, 0) as count_closed_issues,\n coalesce(project_metrics.count_open_issues, 0) as count_open_issues,\n coalesce(project_metrics.count_open_assigned_issues, 0) as count_open_assigned_issues,\n\n -- days\n project_metrics.avg_close_time_days,\n project_metrics.avg_assigned_close_time_days,\n\n project_metrics.avg_age_currently_open_days,\n project_metrics.avg_age_currently_open_assigned_days,\n\n project_metrics.median_close_time_days, \n project_metrics.median_age_currently_open_days,\n project_metrics.median_assigned_close_time_days,\n project_metrics.median_age_currently_open_assigned_days,\n\n -- seconds\n project_metrics.avg_close_time_seconds,\n project_metrics.avg_assigned_close_time_seconds,\n\n project_metrics.avg_age_currently_open_seconds,\n project_metrics.avg_age_currently_open_assigned_seconds,\n\n project_metrics.median_close_time_seconds, \n project_metrics.median_age_currently_open_seconds,\n project_metrics.median_assigned_close_time_seconds,\n project_metrics.median_age_currently_open_assigned_seconds\n\n from project\n left join project_metrics\n on project.project_id = project_metrics.project_id\n and project.source_relation = project_metrics.source_relation\n left join jira_user\n on project.project_lead_user_id = jira_user.user_id\n and project.source_relation = jira_user.source_relation\n left join agg_epics\n on project.project_id = agg_epics.project_id\n and project.source_relation = agg_epics.source_relation\n\n \n left join agg_components\n on project.project_id = agg_components.project_id\n and project.source_relation = agg_components.source_relation\n \n\n)\n\nselect * \nfrom project_join", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.jira.int_jira__project_metrics", "sql": " __dbt__cte__int_jira__project_metrics as (\nwith issue as (\n\n select * \n from \"postgres\".\"public_jira_dev\".\"jira__issue_enhanced\"\n where project_id is not null\n),\n\ncalculate_medians as (\n\n select\n project_id,\n source_relation,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by case when resolved_at is not null then open_duration_seconds end )\n /* have to group by partition field */\n\n as numeric(28,6) ), 0) as median_close_time_seconds,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by case when resolved_at is null then open_duration_seconds end )\n /* have to group by partition field */\n\n as numeric(28,6) ), 0) as median_age_currently_open_seconds,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by case when resolved_at is not null then any_assignment_duration_seconds end )\n /* have to group by partition field */\n\n as numeric(28,6) ), 0) as median_assigned_close_time_seconds,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by case when resolved_at is null then any_assignment_duration_seconds end )\n /* have to group by partition field */\n\n as numeric(28,6) ), 0) as median_age_currently_open_assigned_seconds\n from issue\n\n group by project_id, source_relation \n),\n\n-- grouping because the medians were calculated using window functions (except in postgres)\nmedian_metrics as (\n\n select\n project_id,\n source_relation,\n median_close_time_seconds,\n median_age_currently_open_seconds,\n median_assigned_close_time_seconds,\n median_age_currently_open_assigned_seconds\n from calculate_medians\n group by 1,2,3,4,5,6\n),\n\n\n-- get appropriate counts + sums to calculate averages\nproject_issues as (\n\n select\n project_id,\n source_relation,\n sum(case when resolved_at is not null then 1 else 0 end) as count_closed_issues,\n sum(case when resolved_at is null then 1 else 0 end) as count_open_issues,\n -- using the below to calculate averages\n -- assigned issues\n sum(case when resolved_at is null and assignee_user_id is not null then 1 else 0 end) as count_open_assigned_issues,\n sum(case when resolved_at is not null and assignee_user_id is not null then 1 else 0 end) as count_closed_assigned_issues,\n -- close time\n sum(case when resolved_at is not null then open_duration_seconds else 0 end) as sum_close_time_seconds,\n sum(case when resolved_at is not null then any_assignment_duration_seconds else 0 end) as sum_assigned_close_time_seconds,\n -- age of currently open tasks\n sum(case when resolved_at is null then open_duration_seconds else 0 end) as sum_currently_open_duration_seconds,\n sum(case when resolved_at is null then any_assignment_duration_seconds else 0 end) as sum_currently_open_assigned_duration_seconds\n from issue\n\n group by 1, 2\n),\n\ncalculate_avg_metrics as (\n\n select\n project_id,\n source_relation,\n count_closed_issues,\n count_open_issues,\n count_open_assigned_issues,\n case when count_closed_issues = 0 then 0 \n else round(cast(sum_close_time_seconds * 1.0 / count_closed_issues as numeric(28,6) ), 0) end as avg_close_time_seconds,\n case when count_closed_assigned_issues = 0 then 0 \n else round(cast(sum_assigned_close_time_seconds * 1.0 / count_closed_assigned_issues as numeric(28,6) ), 0) end as avg_assigned_close_time_seconds,\n case when count_open_issues = 0 then 0 \n else round(cast(sum_currently_open_duration_seconds * 1.0 / count_open_issues as numeric(28,6) ), 0) end as avg_age_currently_open_seconds,\n case when count_open_assigned_issues = 0 then 0 \n else round(cast(sum_currently_open_assigned_duration_seconds * 1.0 / count_open_assigned_issues as numeric(28,6) ), 0) end as avg_age_currently_open_assigned_seconds\n from project_issues\n),\n\n-- join medians and averages + convert to days\njoin_metrics as (\n\n select\n calculate_avg_metrics.*,\n -- there are 86400 seconds in a day\n round(cast(calculate_avg_metrics.avg_close_time_seconds / 86400.0 as numeric(28,6) ), 0) as avg_close_time_days,\n round(cast(calculate_avg_metrics.avg_assigned_close_time_seconds / 86400.0 as numeric(28,6) ), 0) as avg_assigned_close_time_days,\n round(cast(calculate_avg_metrics.avg_age_currently_open_seconds / 86400.0 as numeric(28,6) ), 0) as avg_age_currently_open_days,\n round(cast(calculate_avg_metrics.avg_age_currently_open_assigned_seconds / 86400.0 as numeric(28,6) ), 0) as avg_age_currently_open_assigned_days,\n median_metrics.median_close_time_seconds, \n median_metrics.median_age_currently_open_seconds,\n median_metrics.median_assigned_close_time_seconds,\n median_metrics.median_age_currently_open_assigned_seconds,\n round(cast(median_metrics.median_close_time_seconds / 86400.0 as numeric(28,6) ), 0) as median_close_time_days,\n round(cast(median_metrics.median_age_currently_open_seconds / 86400.0 as numeric(28,6) ), 0) as median_age_currently_open_days,\n round(cast(median_metrics.median_assigned_close_time_seconds / 86400.0 as numeric(28,6) ), 0) as median_assigned_close_time_days,\n round(cast(median_metrics.median_age_currently_open_assigned_seconds / 86400.0 as numeric(28,6) ), 0) as median_age_currently_open_assigned_days\n from calculate_avg_metrics\n left join median_metrics\n on calculate_avg_metrics.project_id = median_metrics.project_id\n and calculate_avg_metrics.source_relation = median_metrics.source_relation\n)\n\nselect * \nfrom join_metrics\n)"}], "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.jira.jira__sprint_enhanced": {"database": "postgres", "schema": "public_jira_dev", "name": "jira__sprint_enhanced", "resource_type": "model", "package_name": "jira", "path": "jira__sprint_enhanced.sql", "original_file_path": "models/jira__sprint_enhanced.sql", "unique_id": "model.jira.jira__sprint_enhanced", "fqn": ["jira", "jira__sprint_enhanced"], "alias": "jira__sprint_enhanced", "checksum": {"name": "sha256", "checksum": "08ea2483e5c9dd0eb00cb8aa9cdd90bb9b5e2d0ca1d218d4d70f1a2fec4d5b8f"}, "config": {"enabled": true, "alias": null, "schema": "jira_dev", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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": "One row per sprint per team with metrics on issues created, resolved, and carried over, plus story point estimates. If teams are disabled, granularity is one row per sprint.\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.jira.source_relation"]}, "sprint_id": {"name": "sprint_id", "description": "Unique ID of the sprint.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sprint_name": {"name": "sprint_name", "description": "Name of the sprint.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "board_id": {"name": "board_id", "description": "Foreign key referencing the ID of the `board` that the sprint belongs to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sprint_started_at": {"name": "sprint_started_at", "description": "Timestamp of when the sprint began.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sprint_ended_at": {"name": "sprint_ended_at", "description": "Timestamp of when the sprint is planned to end.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sprint_completed_at": {"name": "sprint_completed_at", "description": "Timestamp of when the sprint was completed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sprint_assignees": {"name": "sprint_assignees", "description": "Total assignees in a sprint.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sprint_issues": {"name": "sprint_issues", "description": "Total issues in a sprint.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issues_committed": {"name": "issues_committed", "description": "Issues committed at the start of a sprint.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "open_sprint_issues": {"name": "open_sprint_issues", "description": "Issues that were open in a sprint.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "resolved_sprint_issues": {"name": "resolved_sprint_issues", "description": "Issues that were resolved in a sprint.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "original_estimate_seconds": {"name": "original_estimate_seconds", "description": "The original estimate of how long working on the issues in this sprint would take, in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "remaining_estimate_seconds": {"name": "remaining_estimate_seconds", "description": "The remaining estimate of how long working on the issues in this sprint would take, in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "time_spent_seconds": {"name": "time_spent_seconds", "description": "The time that was spent working on the issues in the sprint in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "team": {"name": "team", "description": "Name of the team with the associated issue metrics for the sprint. Can be null for issues not assigned to a team.", "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": "jira://models/jira.yml", "build_path": null, "unrendered_config": {"materialized": "table", "schema": "jira_{{ var('directed_schema','dev') }}", "enabled": true, "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1781051929.3295777, "relation_name": "\"postgres\".\"public_jira_dev\".\"jira__sprint_enhanced\"", "raw_code": "{{ config(enabled=var('jira_using_sprints', True)) }}\n\n{% set using_teams = var('jira_using_teams', True) and var('jira_sprint_enhanced_include_teams', True) %}\n{% set issue_field_history_columns = var('issue_field_history_columns', []) | map('lower') | list %}\n{% set include_story_points = 'story points' in issue_field_history_columns %}\n{% set include_story_point_estimate = 'story point estimate' in issue_field_history_columns %}\n\n{# Base count of non-aggregated columns in final select (source_relation, sprint_id, sprint_name,\n sprint_started_at, sprint_ended_at, sprint_completed_at, board_id, sprint_assignees, sprint_issues,\n issues_committed, open_sprint_issues, resolved_sprint_issues = 12) #}\n{% set final_group_by_count = 12\n + (1 if using_teams else 0)\n + (3 if include_story_points else 0)\n + (3 if include_story_point_estimate else 0) %}\n\nwith daily_sprint_issue_history as (\n\n select *\n from {{ ref('jira__daily_sprint_issue_history') }}\n\n),\n\n{% if using_teams %}\n\nranked_issue_sprint_team as (\n\n select\n source_relation,\n sprint_id,\n issue_id,\n team,\n row_number() over (\n partition by sprint_id, issue_id {{ fivetran_utils.partition_by_source_relation(package_name='jira') }}\n order by\n case when team is not null then 0 else 1 end,\n date_day desc\n ) as row_num\n from daily_sprint_issue_history\n\n),\n\nresolved_issue_sprint_team as (\n\n select\n source_relation,\n sprint_id,\n issue_id,\n team\n from ranked_issue_sprint_team\n where row_num = 1\n\n),\n\ndaily_sprint_issue_history_resolved as (\n\n select\n daily_sprint_issue_history.source_relation,\n daily_sprint_issue_history.issue_id,\n daily_sprint_issue_history.sprint_id,\n resolved_issue_sprint_team.team,\n daily_sprint_issue_history.date_day,\n daily_sprint_issue_history.sprint_name,\n daily_sprint_issue_history.sprint_started_at,\n daily_sprint_issue_history.sprint_ended_at,\n daily_sprint_issue_history.sprint_completed_at,\n daily_sprint_issue_history.board_id,\n daily_sprint_issue_history.assignee_user_id,\n daily_sprint_issue_history.original_estimate_seconds,\n daily_sprint_issue_history.remaining_estimate_seconds,\n daily_sprint_issue_history.time_spent_seconds,\n daily_sprint_issue_history.is_sprint_active,\n daily_sprint_issue_history.is_issue_open,\n daily_sprint_issue_history.issue_resolved_at,\n daily_sprint_issue_history.is_issue_resolved_in_sprint\n {% if include_story_points %}\n , daily_sprint_issue_history.story_points\n {% endif %}\n {% if include_story_point_estimate %}\n , daily_sprint_issue_history.story_point_estimate\n {% endif %}\n from daily_sprint_issue_history\n left join resolved_issue_sprint_team\n on daily_sprint_issue_history.source_relation = resolved_issue_sprint_team.source_relation\n and daily_sprint_issue_history.sprint_id = resolved_issue_sprint_team.sprint_id\n and daily_sprint_issue_history.issue_id = resolved_issue_sprint_team.issue_id\n\n),\n\n{% else %}\n\ndaily_sprint_issue_history_resolved as (\n\n select *\n from daily_sprint_issue_history\n\n),\n\n{% endif %}\n\nsprint_issue_estimates as (\n\n -- Deduplicate to one row per issue per sprint (and team, if enabled) so that issues with identical estimate values are not collapsed before aggregation.\n select distinct\n source_relation,\n sprint_id,\n issue_id,\n {{ \"team,\" if using_teams }}\n sprint_name,\n sprint_started_at,\n sprint_ended_at,\n sprint_completed_at,\n board_id,\n original_estimate_seconds,\n remaining_estimate_seconds,\n time_spent_seconds\n from daily_sprint_issue_history_resolved\n\n),\n\nsprint_metrics_grouped as (\n\n -- Sum estimate columns over the issue-deduplicated set to produce correct per-sprint totals.\n select\n source_relation,\n sprint_id,\n {{ \"team,\" if using_teams }}\n sprint_name,\n sprint_started_at,\n sprint_ended_at,\n sprint_completed_at,\n board_id,\n sum(coalesce(original_estimate_seconds, 0)) as original_estimate_seconds,\n sum(coalesce(remaining_estimate_seconds, 0)) as remaining_estimate_seconds,\n sum(coalesce(time_spent_seconds, 0)) as time_spent_seconds\n from sprint_issue_estimates\n {{ dbt_utils.group_by(8 if using_teams else 7) }}\n),\n\nsprint_issue_metrics as (\n\n select\n source_relation,\n sprint_id,\n {{ \"team,\" if using_teams }}\n count(distinct issue_id) as sprint_issues,\n count(distinct assignee_user_id) as sprint_assignees,\n count(distinct (case when is_sprint_active and is_issue_open then issue_id end)) as open_sprint_issues,\n count(distinct (case when date_day >= cast(issue_resolved_at as date)\n and issue_resolved_at <= sprint_ended_at\n then issue_id end)) as resolved_sprint_issues\n from daily_sprint_issue_history_resolved\n {{ dbt_utils.group_by(3 if using_teams else 2) }}\n),\n\nsprint_start_metrics as (\n\n select\n source_relation,\n sprint_id,\n {{ \"team,\" if using_teams }}\n {% if include_story_points %}\n sum(case when story_points is null then 0 else story_points end) as story_points_committed,\n {% endif %}\n {% if include_story_point_estimate %}\n sum(case when story_point_estimate is null then 0 else story_point_estimate end) as story_point_estimate_committed,\n {% endif %}\n count(distinct issue_id) as issues_committed\n from daily_sprint_issue_history_resolved\n -- to capture both sprints that have started or will start in the future\n where date_day = cast(sprint_started_at as date)\n or (date_day < cast(sprint_started_at as date)\n and date_day = cast({{ dbt.current_timestamp() }} as date))\n {{ dbt_utils.group_by(3 if using_teams else 2) }}\n),\n\nsprint_end_metrics as (\n\n select\n source_relation,\n sprint_id\n {{ \", team\" if using_teams }}\n {% if include_story_points %}\n , sum(case when story_points is null then 0 else story_points end) as story_points_end\n , sum(case when is_issue_resolved_in_sprint then story_points else 0 end) as story_points_completed\n {% endif %}\n {% if include_story_point_estimate %}\n , sum(case when story_point_estimate is null then 0 else story_point_estimate end) as story_point_estimate_end\n , sum(case when is_issue_resolved_in_sprint then story_point_estimate else 0 end) as story_point_estimate_completed\n {% endif %}\n from daily_sprint_issue_history_resolved\n where date_day = cast(sprint_ended_at as date)\n {{ dbt_utils.group_by(3 if using_teams else 2) }}\n),\n\nfinal as (\n\n select\n sprint_metrics_grouped.source_relation,\n sprint_metrics_grouped.sprint_id,\n {{ \"sprint_metrics_grouped.team,\" if using_teams }}\n sprint_metrics_grouped.sprint_name,\n sprint_metrics_grouped.sprint_started_at,\n sprint_metrics_grouped.sprint_ended_at,\n sprint_metrics_grouped.sprint_completed_at,\n sprint_metrics_grouped.board_id,\n {% if include_story_points %}\n sprint_start_metrics.story_points_committed,\n sprint_end_metrics.story_points_end,\n sprint_end_metrics.story_points_completed,\n {% endif %}\n {% if include_story_point_estimate %}\n sprint_start_metrics.story_point_estimate_committed,\n sprint_end_metrics.story_point_estimate_end,\n sprint_end_metrics.story_point_estimate_completed,\n {% endif %}\n sprint_issue_metrics.sprint_assignees,\n sprint_issue_metrics.sprint_issues,\n sprint_start_metrics.issues_committed,\n sprint_issue_metrics.open_sprint_issues,\n sprint_issue_metrics.resolved_sprint_issues,\n sum(case when sprint_metrics_grouped.original_estimate_seconds is null then 0 else sprint_metrics_grouped.original_estimate_seconds end) as original_estimate_seconds,\n sum(case when sprint_metrics_grouped.remaining_estimate_seconds is null then 0 else sprint_metrics_grouped.remaining_estimate_seconds end) as remaining_estimate_seconds,\n sum(case when sprint_metrics_grouped.time_spent_seconds is null then 0 else sprint_metrics_grouped.time_spent_seconds end) as time_spent_seconds\n from sprint_metrics_grouped\n left join sprint_issue_metrics\n on sprint_metrics_grouped.sprint_id = sprint_issue_metrics.sprint_id\n and sprint_metrics_grouped.source_relation = sprint_issue_metrics.source_relation\n {% if using_teams %}\n -- Explicit null handling ensures issues with no team assignment join correctly.\n and (\n sprint_metrics_grouped.team = sprint_issue_metrics.team\n or (sprint_metrics_grouped.team is null and sprint_issue_metrics.team is null)\n )\n {% endif %}\n left join sprint_start_metrics\n on sprint_metrics_grouped.sprint_id = sprint_start_metrics.sprint_id\n and sprint_metrics_grouped.source_relation = sprint_start_metrics.source_relation\n {% if using_teams %}\n and (\n sprint_metrics_grouped.team = sprint_start_metrics.team\n or (sprint_metrics_grouped.team is null and sprint_start_metrics.team is null)\n )\n {% endif %}\n left join sprint_end_metrics\n on sprint_metrics_grouped.sprint_id = sprint_end_metrics.sprint_id\n and sprint_metrics_grouped.source_relation = sprint_end_metrics.source_relation\n {% if using_teams %}\n and (\n sprint_metrics_grouped.team = sprint_end_metrics.team\n or (sprint_metrics_grouped.team is null and sprint_end_metrics.team is null)\n )\n {% endif %}\n {{ dbt_utils.group_by(final_group_by_count) }}\n)\n\nselect * \nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "jira__daily_sprint_issue_history", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.fivetran_utils.partition_by_source_relation", "macro.dbt_utils.group_by", "macro.dbt.current_timestamp"], "nodes": ["model.jira.jira__daily_sprint_issue_history"]}, "compiled_path": "target/compiled/jira/models/jira__sprint_enhanced.sql", "compiled": true, "compiled_code": "\n\n\n\n\n\n\n\n\n\nwith daily_sprint_issue_history as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"jira__daily_sprint_issue_history\"\n\n),\n\n\n\nranked_issue_sprint_team as (\n\n select\n source_relation,\n sprint_id,\n issue_id,\n team,\n row_number() over (\n partition by sprint_id, issue_id \n order by\n case when team is not null then 0 else 1 end,\n date_day desc\n ) as row_num\n from daily_sprint_issue_history\n\n),\n\nresolved_issue_sprint_team as (\n\n select\n source_relation,\n sprint_id,\n issue_id,\n team\n from ranked_issue_sprint_team\n where row_num = 1\n\n),\n\ndaily_sprint_issue_history_resolved as (\n\n select\n daily_sprint_issue_history.source_relation,\n daily_sprint_issue_history.issue_id,\n daily_sprint_issue_history.sprint_id,\n resolved_issue_sprint_team.team,\n daily_sprint_issue_history.date_day,\n daily_sprint_issue_history.sprint_name,\n daily_sprint_issue_history.sprint_started_at,\n daily_sprint_issue_history.sprint_ended_at,\n daily_sprint_issue_history.sprint_completed_at,\n daily_sprint_issue_history.board_id,\n daily_sprint_issue_history.assignee_user_id,\n daily_sprint_issue_history.original_estimate_seconds,\n daily_sprint_issue_history.remaining_estimate_seconds,\n daily_sprint_issue_history.time_spent_seconds,\n daily_sprint_issue_history.is_sprint_active,\n daily_sprint_issue_history.is_issue_open,\n daily_sprint_issue_history.issue_resolved_at,\n daily_sprint_issue_history.is_issue_resolved_in_sprint\n \n \n from daily_sprint_issue_history\n left join resolved_issue_sprint_team\n on daily_sprint_issue_history.source_relation = resolved_issue_sprint_team.source_relation\n and daily_sprint_issue_history.sprint_id = resolved_issue_sprint_team.sprint_id\n and daily_sprint_issue_history.issue_id = resolved_issue_sprint_team.issue_id\n\n),\n\n\n\nsprint_issue_estimates as (\n\n -- Deduplicate to one row per issue per sprint (and team, if enabled) so that issues with identical estimate values are not collapsed before aggregation.\n select distinct\n source_relation,\n sprint_id,\n issue_id,\n team,\n sprint_name,\n sprint_started_at,\n sprint_ended_at,\n sprint_completed_at,\n board_id,\n original_estimate_seconds,\n remaining_estimate_seconds,\n time_spent_seconds\n from daily_sprint_issue_history_resolved\n\n),\n\nsprint_metrics_grouped as (\n\n -- Sum estimate columns over the issue-deduplicated set to produce correct per-sprint totals.\n select\n source_relation,\n sprint_id,\n team,\n sprint_name,\n sprint_started_at,\n sprint_ended_at,\n sprint_completed_at,\n board_id,\n sum(coalesce(original_estimate_seconds, 0)) as original_estimate_seconds,\n sum(coalesce(remaining_estimate_seconds, 0)) as remaining_estimate_seconds,\n sum(coalesce(time_spent_seconds, 0)) as time_spent_seconds\n from sprint_issue_estimates\n group by 1,2,3,4,5,6,7,8\n),\n\nsprint_issue_metrics as (\n\n select\n source_relation,\n sprint_id,\n team,\n count(distinct issue_id) as sprint_issues,\n count(distinct assignee_user_id) as sprint_assignees,\n count(distinct (case when is_sprint_active and is_issue_open then issue_id end)) as open_sprint_issues,\n count(distinct (case when date_day >= cast(issue_resolved_at as date)\n and issue_resolved_at <= sprint_ended_at\n then issue_id end)) as resolved_sprint_issues\n from daily_sprint_issue_history_resolved\n group by 1,2,3\n),\n\nsprint_start_metrics as (\n\n select\n source_relation,\n sprint_id,\n team,\n \n \n count(distinct issue_id) as issues_committed\n from daily_sprint_issue_history_resolved\n -- to capture both sprints that have started or will start in the future\n where date_day = cast(sprint_started_at as date)\n or (date_day < cast(sprint_started_at as date)\n and date_day = cast(now() as date))\n group by 1,2,3\n),\n\nsprint_end_metrics as (\n\n select\n source_relation,\n sprint_id\n , team\n \n \n from daily_sprint_issue_history_resolved\n where date_day = cast(sprint_ended_at as date)\n group by 1,2,3\n),\n\nfinal as (\n\n select\n sprint_metrics_grouped.source_relation,\n sprint_metrics_grouped.sprint_id,\n sprint_metrics_grouped.team,\n sprint_metrics_grouped.sprint_name,\n sprint_metrics_grouped.sprint_started_at,\n sprint_metrics_grouped.sprint_ended_at,\n sprint_metrics_grouped.sprint_completed_at,\n sprint_metrics_grouped.board_id,\n \n \n sprint_issue_metrics.sprint_assignees,\n sprint_issue_metrics.sprint_issues,\n sprint_start_metrics.issues_committed,\n sprint_issue_metrics.open_sprint_issues,\n sprint_issue_metrics.resolved_sprint_issues,\n sum(case when sprint_metrics_grouped.original_estimate_seconds is null then 0 else sprint_metrics_grouped.original_estimate_seconds end) as original_estimate_seconds,\n sum(case when sprint_metrics_grouped.remaining_estimate_seconds is null then 0 else sprint_metrics_grouped.remaining_estimate_seconds end) as remaining_estimate_seconds,\n sum(case when sprint_metrics_grouped.time_spent_seconds is null then 0 else sprint_metrics_grouped.time_spent_seconds end) as time_spent_seconds\n from sprint_metrics_grouped\n left join sprint_issue_metrics\n on sprint_metrics_grouped.sprint_id = sprint_issue_metrics.sprint_id\n and sprint_metrics_grouped.source_relation = sprint_issue_metrics.source_relation\n \n -- Explicit null handling ensures issues with no team assignment join correctly.\n and (\n sprint_metrics_grouped.team = sprint_issue_metrics.team\n or (sprint_metrics_grouped.team is null and sprint_issue_metrics.team is null)\n )\n \n left join sprint_start_metrics\n on sprint_metrics_grouped.sprint_id = sprint_start_metrics.sprint_id\n and sprint_metrics_grouped.source_relation = sprint_start_metrics.source_relation\n \n and (\n sprint_metrics_grouped.team = sprint_start_metrics.team\n or (sprint_metrics_grouped.team is null and sprint_start_metrics.team is null)\n )\n \n left join sprint_end_metrics\n on sprint_metrics_grouped.sprint_id = sprint_end_metrics.sprint_id\n and sprint_metrics_grouped.source_relation = sprint_end_metrics.source_relation\n \n and (\n sprint_metrics_grouped.team = sprint_end_metrics.team\n or (sprint_metrics_grouped.team is null and sprint_end_metrics.team is null)\n )\n \n group by 1,2,3,4,5,6,7,8,9,10,11,12,13\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.jira.jira__timestamp_issue_field_history": {"database": "postgres", "schema": "public_jira_dev", "name": "jira__timestamp_issue_field_history", "resource_type": "model", "package_name": "jira", "path": "jira__timestamp_issue_field_history.sql", "original_file_path": "models/jira__timestamp_issue_field_history.sql", "unique_id": "model.jira.jira__timestamp_issue_field_history", "fqn": ["jira", "jira__timestamp_issue_field_history"], "alias": "jira__timestamp_issue_field_history", "checksum": {"name": "sha256", "checksum": "ae81919ede397f3bb260b6378f3a1b09c16704366965bc9b8a2339e82b3b34f2"}, "config": {"enabled": true, "alias": null, "schema": "jira_dev", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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 time period when an issue had specific field values. This is an SCD Type 2 table that tracks field changes at the timestamp level, showing the complete field state during each validity period. Each record contains valid_from/valid_until timestamps and an is_current_record flag.\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.jira.source_relation"]}, "valid_from": {"name": "valid_from", "description": "Timestamp when this field state became effective.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "valid_until": {"name": "valid_until", "description": "Timestamp when this field state ended (next change or current time).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "updated_at_week": {"name": "updated_at_week", "description": "The start date of the week corresponding to the update timestamp.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_id": {"name": "issue_id", "description": "Foreign key referencing the ID of the `issue` with these values.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "status_id": {"name": "status_id", "description": "The ID of the status that an issue has during this period.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "status": {"name": "status", "description": "The name of the status that an issue has during this period.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "status_category_name": {"name": "status_category_name", "description": "The category of the status (To Do, In Progress, Done).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sprint": {"name": "sprint", "description": "The ID of the sprint that an issue is slotted into during this period.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sprint_name": {"name": "sprint_name", "description": "The name of the sprint that an issue is slotted into during this period. (Returns no data when `jira_using_sprints` is disabled.)", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "author_id": {"name": "author_id", "description": "Foreign key referencing the ID of the `user` who made the field changes.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_current_record": {"name": "is_current_record", "description": "Boolean indicating if this is the current/active field state.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_timestamp_id": {"name": "issue_timestamp_id", "description": "Surrogate key hashed on `valid_from`, `issue_id`, and `source_relation`", "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": "jira://models/jira.yml", "build_path": null, "unrendered_config": {"materialized": "table", "schema": "jira_{{ var('directed_schema','dev') }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1781051929.3009841, "relation_name": "\"postgres\".\"public_jira_dev\".\"jira__timestamp_issue_field_history\"", "raw_code": "{%- set custom_columns = [] -%}\n{%- set _issue_field_history_columns = var('issue_field_history_columns', []) | map('lower') | list -%}\n{%- set include_story_points = 'story points' in _issue_field_history_columns -%}\n{%- set include_story_point_estimate = 'story point estimate' in _issue_field_history_columns -%}\n{%- for col in var('issue_field_history_columns', []) -%}\n {%- set clean_col = dbt_utils.slugify(col) | replace(' ', '_') | lower -%}\n {%- if clean_col not in ['sprint', 'sprint_name', 'story_points', 'story_point_estimate'] -%}\n {%- do custom_columns.append(clean_col) -%}\n {%- endif -%}\n{%- endfor -%}\n\nwith timestamp_history_scd as (\n\n select *\n from {{ ref('int_jira__timestamp_field_history_scd') }}\n),\n\nstatuses as (\n\n select *\n from {{ ref('stg_jira__status') }}\n),\n\nstatus_categories as (\n\n select *\n from {{ ref('stg_jira__status_category') }}\n),\n\nissue_types as (\n\n select *\n from {{ ref('stg_jira__issue_type') }}\n),\n\n{% if var('jira_using_components', True) %}\ncomponents as (\n\n select *\n from {{ ref('stg_jira__component') }}\n),\n{% endif %}\n\nprojects as (\n\n select *\n from {{ ref('stg_jira__project') }}\n),\n\nusers as (\n\n select *\n from {{ ref('stg_jira__user') }}\n),\n\n{% if var('jira_using_teams', True) %}\nteams as (\n\n select *\n from {{ ref('stg_jira__team') }}\n),\n{% endif %}\n\nfield_option as (\n\n select *\n from {{ ref('stg_jira__field_option') }}\n),\n\ncreate_validity_periods as (\n -- Create SCD Type 2 validity periods using lead() window function\n select\n updated_at as valid_from,\n -- Next update becomes valid_until for this record\n lead(updated_at) over (\n partition by issue_id {{ fivetran_utils.partition_by_source_relation(package_name='jira') }}\n order by updated_at\n ) as valid_until,\n updated_at_week,\n issue_id,\n source_relation,\n status as status_id,\n author_id,\n sprint,\n sprint_name\n {% if include_story_points %}\n , story_points\n {% endif %}\n {% if include_story_point_estimate %}\n , story_point_estimate\n {% endif %}\n\n -- list of exception columns\n {% set exception_cols = ['issue_id', 'updated_at', 'updated_at_week', 'status', 'author_id', 'sprint', 'sprint_name', 'story_points', 'story_point_estimate', 'source_relation'] %}\n\n {% for col in custom_columns %}\n {% if col|lower not in exception_cols %}\n , {{ col }}\n {% endif %}\n {% endfor %}\n\n from timestamp_history_scd\n),\n\nfix_null_values as (\n\n select\n create_validity_periods.valid_from,\n coalesce(create_validity_periods.valid_until, {{ dbt.current_timestamp() }}) as valid_until,\n create_validity_periods.updated_at_week,\n create_validity_periods.issue_id,\n create_validity_periods.source_relation,\n create_validity_periods.status_id,\n statuses.status_name as status,\n status_categories.status_category_name,\n create_validity_periods.author_id,\n case when create_validity_periods.sprint = '-is_null' then null else create_validity_periods.sprint end as sprint,\n case when create_validity_periods.sprint_name = '-is_null' then null else create_validity_periods.sprint_name end as sprint_name\n {% if include_story_points %}\n , case when create_validity_periods.story_points = '-is_null' then null else create_validity_periods.story_points end as story_points\n {% endif %}\n {% if include_story_point_estimate %}\n , case when create_validity_periods.story_point_estimate = '-is_null' then null else create_validity_periods.story_point_estimate end as story_point_estimate\n {% endif %}\n\n -- list of exception columns\n {% set exception_cols = ['issue_id', 'issue_timestamp_id', 'updated_at', 'updated_at_week', 'status', 'author_id', 'components', 'project', 'assignee', 'team', 'sprint', 'sprint_name', 'story_points', 'story_point_estimate', 'source_relation'] %}\n\n {% for col in custom_columns %}\n {% if col|lower == 'components' and var('jira_using_components', True) %}\n , case when create_validity_periods.components = '-is_null' then null else create_validity_periods.components end as components\n\n {% elif col|lower == 'project' %}\n , case when create_validity_periods.project = '-is_null' then null else create_validity_periods.project end as project\n\n {% elif col|lower == 'assignee' %}\n , case when create_validity_periods.assignee = '-is_null' then null else create_validity_periods.assignee end as assignee\n\n {% elif col|lower == 'team' and var('jira_using_teams', True) %}\n , case when create_validity_periods.team = '-is_null' then null else create_validity_periods.team end as team\n\n {% elif col|lower not in exception_cols %}\n , case when create_validity_periods.{{ col }} = '-is_null' then null else create_validity_periods.{{ col }} end as {{ col }}\n\n {% endif %}\n {% endfor %}\n\n , case when create_validity_periods.valid_until is null then true else false end as is_current_record\n\n from create_validity_periods\n\n left join statuses\n on cast(statuses.status_id as {{ dbt.type_string() }}) = create_validity_periods.status_id\n and statuses.source_relation = create_validity_periods.source_relation\n\n left join status_categories\n on statuses.status_category_id = status_categories.status_category_id\n and statuses.source_relation = status_categories.source_relation\n),\n\nfinal as (\n -- Resolve field values using lookup tables and add surrogate key\n select\n fix_null_values.valid_from,\n coalesce(fix_null_values.valid_until, {{ dbt.current_timestamp() }}) as valid_until,\n fix_null_values.updated_at_week,\n fix_null_values.issue_id,\n fix_null_values.source_relation,\n fix_null_values.status_id,\n fix_null_values.status,\n fix_null_values.status_category_name,\n fix_null_values.author_id,\n fix_null_values.sprint,\n fix_null_values.sprint_name\n {% if include_story_points %}\n , fix_null_values.story_points\n {% endif %}\n {% if include_story_point_estimate %}\n , fix_null_values.story_point_estimate\n {% endif %}\n\n {% for col in custom_columns %}\n {% if col|lower == 'components' and var('jira_using_components', True) %}\n , coalesce(components.component_name, fix_null_values.components) as components\n\n {% elif col|lower == 'issue_type' %}\n , coalesce(issue_types.issue_type_name, fix_null_values.issue_type) as issue_type\n\n {% elif col|lower == 'project' %}\n , coalesce(projects.project_name, fix_null_values.project) as project\n\n {% elif col|lower == 'assignee' %}\n , coalesce(users.user_display_name, fix_null_values.assignee) as assignee\n\n {% elif col|lower == 'team' and var('jira_using_teams', True) %}\n , coalesce(teams.team_name, fix_null_values.team) as team\n\n {% elif col|lower not in exception_cols %}\n , coalesce(field_option_{{ col }}.field_option_name, fix_null_values.{{ col }}) as {{ col }}\n\n {% endif %}\n {% endfor %}\n\n , fix_null_values.is_current_record\n , {{ dbt_utils.generate_surrogate_key(['fix_null_values.valid_from','fix_null_values.issue_id','fix_null_values.source_relation']) }} as issue_timestamp_id\n\n from fix_null_values\n\n {% for col in custom_columns %}\n {% if col|lower == 'components' and var('jira_using_components', True) %}\n left join components\n on cast(components.component_id as {{ dbt.type_string() }}) = fix_null_values.components\n and components.source_relation = fix_null_values.source_relation\n\n {% elif col|lower == 'issue_type' %}\n left join issue_types\n on cast(issue_types.issue_type_id as {{ dbt.type_string() }}) = fix_null_values.issue_type\n and issue_types.source_relation = fix_null_values.source_relation\n\n {% elif col|lower == 'project' %}\n left join projects\n on cast(projects.project_id as {{ dbt.type_string() }}) = fix_null_values.project\n and projects.source_relation = fix_null_values.source_relation\n\n {% elif col|lower == 'assignee' %}\n left join users\n on cast(users.user_id as {{ dbt.type_string() }}) = fix_null_values.assignee\n and users.source_relation = fix_null_values.source_relation\n\n {% elif col|lower == 'team' and var('jira_using_teams', True) %}\n left join teams\n on cast(teams.team_id as {{ dbt.type_string() }}) = fix_null_values.team\n and teams.source_relation = fix_null_values.source_relation\n\n {% elif col|lower not in exception_cols %}\n left join field_option as field_option_{{ col }}\n on cast(field_option_{{ col }}.field_id as {{ dbt.type_string() }}) = fix_null_values.{{ col }}\n and field_option_{{ col }}.source_relation = fix_null_values.source_relation\n\n {% endif %}\n {% endfor %}\n)\n\nselect *\nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "int_jira__timestamp_field_history_scd", "package": null, "version": null}, {"name": "stg_jira__status", "package": null, "version": null}, {"name": "stg_jira__status_category", "package": null, "version": null}, {"name": "stg_jira__issue_type", "package": null, "version": null}, {"name": "stg_jira__component", "package": null, "version": null}, {"name": "stg_jira__project", "package": null, "version": null}, {"name": "stg_jira__user", "package": null, "version": null}, {"name": "stg_jira__team", "package": null, "version": null}, {"name": "stg_jira__field_option", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.fivetran_utils.partition_by_source_relation", "macro.dbt.current_timestamp", "macro.dbt.type_string", "macro.dbt_utils.generate_surrogate_key"], "nodes": ["model.jira.int_jira__timestamp_field_history_scd", "model.jira.stg_jira__status", "model.jira.stg_jira__status_category", "model.jira.stg_jira__issue_type", "model.jira.stg_jira__component", "model.jira.stg_jira__project", "model.jira.stg_jira__user", "model.jira.stg_jira__team", "model.jira.stg_jira__field_option"]}, "compiled_path": "target/compiled/jira/models/jira__timestamp_issue_field_history.sql", "compiled": true, "compiled_code": "with __dbt__cte__int_jira__issue_field_history as (\nwith field_history as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__issue_field_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n field_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', field_history.updated_at) as date) as updated_at_week\n\n from field_history\n join fields\n on fields.field_id = field_history.field_id\n and fields.source_relation = field_history.source_relation\n\n)\n\nselect *\nfrom joined\n), __dbt__cte__int_jira__issue_multiselect_history as (\nwith issue_multiselect_history as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__issue_multiselect_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n issue_multiselect_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', issue_multiselect_history.updated_at) as date) as updated_at_week\n\n from issue_multiselect_history\n join fields\n on fields.field_id = issue_multiselect_history.field_id\n and fields.source_relation = issue_multiselect_history.source_relation\n\n)\n\nselect *\nfrom joined\n), __dbt__cte__int_jira__pivot_timestamp_field_history as (\nwith issue_field_history as (\n\n select *\n from __dbt__cte__int_jira__issue_field_history\n),\n\nissue_multiselect_history as (\n\n select *\n from __dbt__cte__int_jira__issue_multiselect_history\n),\n\n\nsprints as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__sprint\"\n),\n\nsprint_name_multiselect_history as (\n -- Create synthetic sprint_name rows by resolving sprint IDs to names (rename field_id to avoid confusion with sprint id)\n select\n 'sprint_field' as field_id,\n 'sprint_name' as field_name,\n issue_multiselect_history.issue_id,\n issue_multiselect_history.source_relation,\n issue_multiselect_history.updated_at,\n issue_multiselect_history.author_id,\n coalesce(sprints.sprint_name, issue_multiselect_history.field_value) as field_value\n\n from issue_multiselect_history\n\n left join sprints\n on cast(sprints.sprint_id as TEXT) = issue_multiselect_history.field_value\n and sprints.source_relation = issue_multiselect_history.source_relation\n\n where lower(issue_multiselect_history.field_name) = 'sprint'\n),\n\n\ncombined_multiselect_history as (\n -- Union original multiselect fields (IDs) with synthetic sprint_name field\n select\n field_id,\n field_name,\n issue_id,\n source_relation,\n updated_at,\n author_id,\n field_value\n from issue_multiselect_history\n\n \n union all\n\n select\n field_id,\n field_name,\n issue_id,\n source_relation,\n updated_at,\n author_id,\n field_value\n from sprint_name_multiselect_history\n \n),\n\nissue_multiselect_batch_history as (\n -- Aggregate multiselect field values into comma-separated strings\n select\n field_id,\n field_name,\n issue_id,\n source_relation,\n updated_at,\n author_id,\n \n string_agg(field_value, ', ')\n\n as field_values\n\n from combined_multiselect_history\n group by 1,2,3,4,5,6\n),\n\ncombine_field_history as (\n -- Union single-select and multiselect field histories\n select\n field_id,\n issue_id,\n source_relation,\n updated_at,\n author_id,\n field_value,\n field_name\n from issue_field_history\n\n union all\n\n select\n field_id,\n issue_id,\n source_relation,\n updated_at,\n author_id,\n field_values as field_value,\n field_name\n from issue_multiselect_batch_history\n),\n\nlimit_to_relevant_fields as (\n -- Filter to only status and configured custom fields\n select\n combine_field_history.*\n from combine_field_history\n where lower(field_id) = 'status'\n or lower(field_name) in ('sprint', 'sprint_name')\n),\n\nint_jira__timestamp_field_history as (\n -- Convert null values to '-is_null' for consistent partitioning\n select\n field_id,\n issue_id,\n source_relation,\n field_name,\n case when field_value is null then '-is_null' else field_value end as field_value,\n updated_at,\n author_id\n from limit_to_relevant_fields\n),\n\nfinal as (\n -- Pivot field values into columns grouped by timestamp\n select\n updated_at,\n issue_id,\n source_relation,\n cast(date_trunc('week', updated_at) as date) as updated_at_week,\n author_id,\n max(case when lower(field_id) = 'status' then field_value end) as status,\n max(case when lower(field_name) = 'sprint' then field_value end) as sprint,\n max(case when lower(field_name) = 'sprint_name' then field_value end) as sprint_name\n\n from int_jira__timestamp_field_history\n group by 1,2,3,4,5\n)\n\nselect *\nfrom final\n), __dbt__cte__int_jira__timestamp_field_history_scd as (\nwith change_data as (\n\n select *\n from __dbt__cte__int_jira__pivot_timestamp_field_history\n\n), set_values as (\n -- Create partitions to group consecutive null values for forward-filling\n select\n updated_at,\n issue_id,\n source_relation,\n updated_at_week,\n author_id,\n status,\n sum( case when status is null then 0 else 1 end) over ( partition by issue_id \n order by updated_at rows unbounded preceding) as status_field_partition\n , sprint\n , sum( case when sprint is null then 0 else 1 end) over ( partition by issue_id \n order by updated_at rows unbounded preceding) as sprint_field_partition\n , sprint_name\n , sum( case when sprint_name is null then 0 else 1 end) over ( partition by issue_id \n order by updated_at rows unbounded preceding) as sprint_name_field_partition\n\n \n\n from change_data\n\n), fill_values as (\n -- Forward-fill values within each partition to create SCD Type 2 records\n select\n updated_at,\n issue_id,\n source_relation,\n updated_at_week,\n author_id,\n first_value( status ) over (\n partition by issue_id, status_field_partition \n order by updated_at asc rows between unbounded preceding and current row) as status\n , first_value( sprint ) over (\n partition by issue_id, sprint_field_partition \n order by updated_at asc rows between unbounded preceding and current row) as sprint\n , first_value( sprint_name ) over (\n partition by issue_id, sprint_name_field_partition \n order by updated_at asc rows between unbounded preceding and current row) as sprint_name\n\n \n\n from set_values\n\n)\n\nselect *\nfrom fill_values\n), timestamp_history_scd as (\n\n select *\n from __dbt__cte__int_jira__timestamp_field_history_scd\n),\n\nstatuses as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__status\"\n),\n\nstatus_categories as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__status_category\"\n),\n\nissue_types as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__issue_type\"\n),\n\n\ncomponents as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__component\"\n),\n\n\nprojects as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__project\"\n),\n\nusers as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__user\"\n),\n\n\nteams as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__team\"\n),\n\n\nfield_option as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__field_option\"\n),\n\ncreate_validity_periods as (\n -- Create SCD Type 2 validity periods using lead() window function\n select\n updated_at as valid_from,\n -- Next update becomes valid_until for this record\n lead(updated_at) over (\n partition by issue_id \n order by updated_at\n ) as valid_until,\n updated_at_week,\n issue_id,\n source_relation,\n status as status_id,\n author_id,\n sprint,\n sprint_name\n \n \n\n -- list of exception columns\n \n\n \n\n from timestamp_history_scd\n),\n\nfix_null_values as (\n\n select\n create_validity_periods.valid_from,\n coalesce(create_validity_periods.valid_until, now()) as valid_until,\n create_validity_periods.updated_at_week,\n create_validity_periods.issue_id,\n create_validity_periods.source_relation,\n create_validity_periods.status_id,\n statuses.status_name as status,\n status_categories.status_category_name,\n create_validity_periods.author_id,\n case when create_validity_periods.sprint = '-is_null' then null else create_validity_periods.sprint end as sprint,\n case when create_validity_periods.sprint_name = '-is_null' then null else create_validity_periods.sprint_name end as sprint_name\n \n \n\n -- list of exception columns\n \n\n \n\n , case when create_validity_periods.valid_until is null then true else false end as is_current_record\n\n from create_validity_periods\n\n left join statuses\n on cast(statuses.status_id as TEXT) = create_validity_periods.status_id\n and statuses.source_relation = create_validity_periods.source_relation\n\n left join status_categories\n on statuses.status_category_id = status_categories.status_category_id\n and statuses.source_relation = status_categories.source_relation\n),\n\nfinal as (\n -- Resolve field values using lookup tables and add surrogate key\n select\n fix_null_values.valid_from,\n coalesce(fix_null_values.valid_until, now()) as valid_until,\n fix_null_values.updated_at_week,\n fix_null_values.issue_id,\n fix_null_values.source_relation,\n fix_null_values.status_id,\n fix_null_values.status,\n fix_null_values.status_category_name,\n fix_null_values.author_id,\n fix_null_values.sprint,\n fix_null_values.sprint_name\n \n \n\n \n\n , fix_null_values.is_current_record\n , md5(cast(coalesce(cast(fix_null_values.valid_from as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(fix_null_values.issue_id as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(fix_null_values.source_relation as TEXT), '_dbt_utils_surrogate_key_null_') as TEXT)) as issue_timestamp_id\n\n from fix_null_values\n\n \n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.jira.int_jira__issue_field_history", "sql": " __dbt__cte__int_jira__issue_field_history as (\nwith field_history as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__issue_field_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n field_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', field_history.updated_at) as date) as updated_at_week\n\n from field_history\n join fields\n on fields.field_id = field_history.field_id\n and fields.source_relation = field_history.source_relation\n\n)\n\nselect *\nfrom joined\n)"}, {"id": "model.jira.int_jira__issue_multiselect_history", "sql": " __dbt__cte__int_jira__issue_multiselect_history as (\nwith issue_multiselect_history as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__issue_multiselect_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n issue_multiselect_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', issue_multiselect_history.updated_at) as date) as updated_at_week\n\n from issue_multiselect_history\n join fields\n on fields.field_id = issue_multiselect_history.field_id\n and fields.source_relation = issue_multiselect_history.source_relation\n\n)\n\nselect *\nfrom joined\n)"}, {"id": "model.jira.int_jira__pivot_timestamp_field_history", "sql": " __dbt__cte__int_jira__pivot_timestamp_field_history as (\nwith issue_field_history as (\n\n select *\n from __dbt__cte__int_jira__issue_field_history\n),\n\nissue_multiselect_history as (\n\n select *\n from __dbt__cte__int_jira__issue_multiselect_history\n),\n\n\nsprints as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__sprint\"\n),\n\nsprint_name_multiselect_history as (\n -- Create synthetic sprint_name rows by resolving sprint IDs to names (rename field_id to avoid confusion with sprint id)\n select\n 'sprint_field' as field_id,\n 'sprint_name' as field_name,\n issue_multiselect_history.issue_id,\n issue_multiselect_history.source_relation,\n issue_multiselect_history.updated_at,\n issue_multiselect_history.author_id,\n coalesce(sprints.sprint_name, issue_multiselect_history.field_value) as field_value\n\n from issue_multiselect_history\n\n left join sprints\n on cast(sprints.sprint_id as TEXT) = issue_multiselect_history.field_value\n and sprints.source_relation = issue_multiselect_history.source_relation\n\n where lower(issue_multiselect_history.field_name) = 'sprint'\n),\n\n\ncombined_multiselect_history as (\n -- Union original multiselect fields (IDs) with synthetic sprint_name field\n select\n field_id,\n field_name,\n issue_id,\n source_relation,\n updated_at,\n author_id,\n field_value\n from issue_multiselect_history\n\n \n union all\n\n select\n field_id,\n field_name,\n issue_id,\n source_relation,\n updated_at,\n author_id,\n field_value\n from sprint_name_multiselect_history\n \n),\n\nissue_multiselect_batch_history as (\n -- Aggregate multiselect field values into comma-separated strings\n select\n field_id,\n field_name,\n issue_id,\n source_relation,\n updated_at,\n author_id,\n \n string_agg(field_value, ', ')\n\n as field_values\n\n from combined_multiselect_history\n group by 1,2,3,4,5,6\n),\n\ncombine_field_history as (\n -- Union single-select and multiselect field histories\n select\n field_id,\n issue_id,\n source_relation,\n updated_at,\n author_id,\n field_value,\n field_name\n from issue_field_history\n\n union all\n\n select\n field_id,\n issue_id,\n source_relation,\n updated_at,\n author_id,\n field_values as field_value,\n field_name\n from issue_multiselect_batch_history\n),\n\nlimit_to_relevant_fields as (\n -- Filter to only status and configured custom fields\n select\n combine_field_history.*\n from combine_field_history\n where lower(field_id) = 'status'\n or lower(field_name) in ('sprint', 'sprint_name')\n),\n\nint_jira__timestamp_field_history as (\n -- Convert null values to '-is_null' for consistent partitioning\n select\n field_id,\n issue_id,\n source_relation,\n field_name,\n case when field_value is null then '-is_null' else field_value end as field_value,\n updated_at,\n author_id\n from limit_to_relevant_fields\n),\n\nfinal as (\n -- Pivot field values into columns grouped by timestamp\n select\n updated_at,\n issue_id,\n source_relation,\n cast(date_trunc('week', updated_at) as date) as updated_at_week,\n author_id,\n max(case when lower(field_id) = 'status' then field_value end) as status,\n max(case when lower(field_name) = 'sprint' then field_value end) as sprint,\n max(case when lower(field_name) = 'sprint_name' then field_value end) as sprint_name\n\n from int_jira__timestamp_field_history\n group by 1,2,3,4,5\n)\n\nselect *\nfrom final\n)"}, {"id": "model.jira.int_jira__timestamp_field_history_scd", "sql": " __dbt__cte__int_jira__timestamp_field_history_scd as (\nwith change_data as (\n\n select *\n from __dbt__cte__int_jira__pivot_timestamp_field_history\n\n), set_values as (\n -- Create partitions to group consecutive null values for forward-filling\n select\n updated_at,\n issue_id,\n source_relation,\n updated_at_week,\n author_id,\n status,\n sum( case when status is null then 0 else 1 end) over ( partition by issue_id \n order by updated_at rows unbounded preceding) as status_field_partition\n , sprint\n , sum( case when sprint is null then 0 else 1 end) over ( partition by issue_id \n order by updated_at rows unbounded preceding) as sprint_field_partition\n , sprint_name\n , sum( case when sprint_name is null then 0 else 1 end) over ( partition by issue_id \n order by updated_at rows unbounded preceding) as sprint_name_field_partition\n\n \n\n from change_data\n\n), fill_values as (\n -- Forward-fill values within each partition to create SCD Type 2 records\n select\n updated_at,\n issue_id,\n source_relation,\n updated_at_week,\n author_id,\n first_value( status ) over (\n partition by issue_id, status_field_partition \n order by updated_at asc rows between unbounded preceding and current row) as status\n , first_value( sprint ) over (\n partition by issue_id, sprint_field_partition \n order by updated_at asc rows between unbounded preceding and current row) as sprint\n , first_value( sprint_name ) over (\n partition by issue_id, sprint_name_field_partition \n order by updated_at asc rows between unbounded preceding and current row) as sprint_name\n\n \n\n from set_values\n\n)\n\nselect *\nfrom fill_values\n)"}], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": ["issue_timestamp_id"], "time_spine": null}, "model.jira.jira__daily_sprint_issue_history": {"database": "postgres", "schema": "public_jira_dev", "name": "jira__daily_sprint_issue_history", "resource_type": "model", "package_name": "jira", "path": "jira__daily_sprint_issue_history.sql", "original_file_path": "models/jira__daily_sprint_issue_history.sql", "unique_id": "model.jira.jira__daily_sprint_issue_history", "fqn": ["jira", "jira__daily_sprint_issue_history"], "alias": "jira__daily_sprint_issue_history", "checksum": {"name": "sha256", "checksum": "c80a2d40b8931246cd2dcfa7ad0a9b53fb8b3eeac43eddf4b0ba86ac64e2a2eb"}, "config": {"enabled": true, "alias": null, "schema": "jira_dev", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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, "partition_by": {"field": "date_week", "data_type": "date"}}, "tags": [], "description": "Each record represents a daily snapshot of a sprint and each of its assigned issues at the time. Sprints are tracked from their start date to their end date (or current date if no end date is provided).\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.jira.source_relation"]}, "sprint_issue_day_id": {"name": "sprint_issue_day_id", "description": "Surrogate key hashed on `date_day`, `sprint_id`, `issue_id`, and `source_relation`", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sprint_id": {"name": "sprint_id", "description": "Foreign key referencing the ID of the `sprint` with these values.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_id": {"name": "issue_id", "description": "Foreign key referencing the ID of the `issue` with these sprint values.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_key": {"name": "issue_key", "description": "UI-facing id of the issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "date_day": {"name": "date_day", "description": "Date on which the sprint and issue had these field values.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "date_week": {"name": "date_week", "description": "The start date of the week corresponding to `date_day`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sprint_name": {"name": "sprint_name", "description": "Title of the sprint.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sprint_started_at": {"name": "sprint_started_at", "description": "Timestamp of when the sprint began.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sprint_ended_at": {"name": "sprint_ended_at", "description": "Timestamp of when the sprint is planned to end.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sprint_completed_at": {"name": "sprint_completed_at", "description": "Timestamp of when the sprint was completed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "board_id": {"name": "board_id", "description": "Foreign key referencing the ID of the `board` that the sprint belongs to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_created_at": {"name": "issue_created_at", "description": "Timestamp of when the issue was created (in UTC).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_resolved_at": {"name": "issue_resolved_at", "description": "Timestamp of when the issue was resolved (in UTC).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "assignee_user_id": {"name": "assignee_user_id", "description": "Foreign key referencing the ID of the `user` currently assigned to this task.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "assignee_name": {"name": "assignee_name", "description": "User display name of the person currently assigned this issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "original_estimate_seconds": {"name": "original_estimate_seconds", "description": "The original estimate of how long working on this issue would take, in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "remaining_estimate_seconds": {"name": "remaining_estimate_seconds", "description": "The estimate of how much longer working on this issue will take, in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "time_spent_seconds": {"name": "time_spent_seconds", "description": "The time that was spent working on this issue, in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "status": {"name": "status", "description": "The name of the status that an issue has on a given day.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_sprint_active": {"name": "is_sprint_active", "description": "Boolean indicating if the sprint is currently active (started but not completed).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_sprint_completed": {"name": "is_sprint_completed", "description": "Boolean indicating if the sprint has been completed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_issue_open": {"name": "is_issue_open", "description": "Boolean indicating if the issue is currently open (not resolved).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_issue_resolved_in_sprint": {"name": "is_issue_resolved_in_sprint", "description": "Boolean indicating if the issue was resolved during this sprint.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "days_left_in_sprint": {"name": "days_left_in_sprint", "description": "Number of days remaining in the sprint from the given date (null if sprint is completed or date is after sprint end).", "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": "jira://models/jira.yml", "build_path": null, "unrendered_config": {"materialized": "table", "schema": "jira_{{ var('directed_schema','dev') }}", "enabled": true, "partition_by": {"field": "date_week", "data_type": "date"}, "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1781051929.3075576, "relation_name": "\"postgres\".\"public_jira_dev\".\"jira__daily_sprint_issue_history\"", "raw_code": "{{\n config(\n enabled=var('jira_using_sprints', True),\n materialized='table',\n partition_by={'field': 'date_week', 'data_type': 'date'}\n if target.type not in ['spark', 'databricks'] else ['date_week']\n )\n}}\n\nwith daily_issue_field_history as (\n\n select *\n from {{ ref('jira__daily_issue_field_history') }}\n where sprint is not null\n),\n\nsplit_issue_field_history_sprints as (\n\n {%- set issue_field_history_columns = var('issue_field_history_columns', []) | map('lower') | list -%}\n {{ jira.split_sprint_ids(\n using_teams=var('jira_using_teams', True),\n include_story_points='story points' in issue_field_history_columns,\n include_story_point_estimate='story point estimate' in issue_field_history_columns\n ) }}\n),\n\nissue_sprint_history_join as (\n\n select \n split_issue_field_history_sprints.*,\n sprint.sprint_name,\n sprint.started_at as sprint_started_at,\n sprint.ended_at as sprint_ended_at,\n sprint.completed_at as sprint_completed_at,\n sprint.board_id,\n issue.created_at as issue_created_at,\n issue.resolved_at as issue_resolved_at,\n issue.issue_key,\n issue.assignee_user_id,\n issue.assignee_name,\n issue.original_estimate_seconds,\n issue.remaining_estimate_seconds,\n issue.time_spent_seconds\n from split_issue_field_history_sprints\n inner join {{ ref('jira__issue_enhanced') }} issue\n on split_issue_field_history_sprints.issue_id = issue.issue_id\n and split_issue_field_history_sprints.source_relation = issue.source_relation\n inner join {{ ref('stg_jira__sprint') }} sprint -- this will remove deleted sprints from the history\n on split_issue_field_history_sprints.sprint_id = cast(sprint.sprint_id as {{ dbt.type_string() }})\n and split_issue_field_history_sprints.source_relation = sprint.source_relation\n\n where \n date_day >= cast(sprint.started_at as date)\n and (sprint.ended_at is null or date_day <= cast(sprint.ended_at as date))\n),\n\nissue_sprint_statuses as (\n\n select \n issue_sprint_history_join.*,\n case when date_day >= cast(sprint_started_at as date) \n and (sprint_ended_at is null or date_day <= cast(sprint_ended_at as date)) \n then true else false \n end as is_sprint_active,\n case when sprint_completed_at is not null \n and date_day >= cast(sprint_completed_at as date) \n then true else false \n end as is_sprint_completed,\n case when date_day >= cast(issue_created_at as date) \n and issue_resolved_at is null \n then true else false \n end as is_issue_open,\n case when date_day >= cast(issue_resolved_at as date) \n and issue_resolved_at <= sprint_ended_at \n then true else false \n end as is_issue_resolved_in_sprint,\n case when date_day >= cast(sprint_started_at as date) \n and date_day <= cast(sprint_ended_at as date)\n then {{ dbt.datediff('date_day', 'sprint_ended_at', 'day') }} else null \n end as days_left_in_sprint\n from issue_sprint_history_join\n),\n\nsurrogate_key as (\n\n select *,\n {{ dbt_utils.generate_surrogate_key(['date_day','sprint_id','issue_id','source_relation']) }} as sprint_issue_day_id\n from issue_sprint_statuses\n) \n\nselect *\nfrom surrogate_key", "doc_blocks": [], "language": "sql", "refs": [{"name": "jira__daily_issue_field_history", "package": null, "version": null}, {"name": "jira__issue_enhanced", "package": null, "version": null}, {"name": "stg_jira__sprint", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.jira.split_sprint_ids", "macro.dbt.type_string", "macro.dbt.datediff", "macro.dbt_utils.generate_surrogate_key"], "nodes": ["model.jira.jira__daily_issue_field_history", "model.jira.jira__issue_enhanced", "model.jira.stg_jira__sprint"]}, "compiled_path": "target/compiled/jira/models/jira__daily_sprint_issue_history.sql", "compiled": true, "compiled_code": "\n\nwith daily_issue_field_history as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"jira__daily_issue_field_history\"\n where sprint is not null\n),\n\nsplit_issue_field_history_sprints as (\n\n\n select\n daily_issue_field_history.issue_id,\n daily_issue_field_history.source_relation,\n daily_issue_field_history.date_day,\n daily_issue_field_history.date_week,\n daily_issue_field_history.status,\n daily_issue_field_history.team,\n \n \n sprints as sprint_id\n\n from daily_issue_field_history\n cross join\n unnest(string_to_array(sprint, ', ')) as sprints\n\n\n\n\n),\n\nissue_sprint_history_join as (\n\n select \n split_issue_field_history_sprints.*,\n sprint.sprint_name,\n sprint.started_at as sprint_started_at,\n sprint.ended_at as sprint_ended_at,\n sprint.completed_at as sprint_completed_at,\n sprint.board_id,\n issue.created_at as issue_created_at,\n issue.resolved_at as issue_resolved_at,\n issue.issue_key,\n issue.assignee_user_id,\n issue.assignee_name,\n issue.original_estimate_seconds,\n issue.remaining_estimate_seconds,\n issue.time_spent_seconds\n from split_issue_field_history_sprints\n inner join \"postgres\".\"public_jira_dev\".\"jira__issue_enhanced\" issue\n on split_issue_field_history_sprints.issue_id = issue.issue_id\n and split_issue_field_history_sprints.source_relation = issue.source_relation\n inner join \"postgres\".\"public_jira_dev\".\"stg_jira__sprint\" sprint -- this will remove deleted sprints from the history\n on split_issue_field_history_sprints.sprint_id = cast(sprint.sprint_id as TEXT)\n and split_issue_field_history_sprints.source_relation = sprint.source_relation\n\n where \n date_day >= cast(sprint.started_at as date)\n and (sprint.ended_at is null or date_day <= cast(sprint.ended_at as date))\n),\n\nissue_sprint_statuses as (\n\n select \n issue_sprint_history_join.*,\n case when date_day >= cast(sprint_started_at as date) \n and (sprint_ended_at is null or date_day <= cast(sprint_ended_at as date)) \n then true else false \n end as is_sprint_active,\n case when sprint_completed_at is not null \n and date_day >= cast(sprint_completed_at as date) \n then true else false \n end as is_sprint_completed,\n case when date_day >= cast(issue_created_at as date) \n and issue_resolved_at is null \n then true else false \n end as is_issue_open,\n case when date_day >= cast(issue_resolved_at as date) \n and issue_resolved_at <= sprint_ended_at \n then true else false \n end as is_issue_resolved_in_sprint,\n case when date_day >= cast(sprint_started_at as date) \n and date_day <= cast(sprint_ended_at as date)\n then \n ((sprint_ended_at)::date - (date_day)::date)\n else null \n end as days_left_in_sprint\n from issue_sprint_history_join\n),\n\nsurrogate_key as (\n\n select *,\n md5(cast(coalesce(cast(date_day as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(sprint_id as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(issue_id as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(source_relation as TEXT), '_dbt_utils_surrogate_key_null_') as TEXT)) as sprint_issue_day_id\n from issue_sprint_statuses\n) \n\nselect *\nfrom surrogate_key", "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": ["sprint_issue_day_id"], "time_spine": null}, "model.jira.jira__issue_enhanced": {"database": "postgres", "schema": "public_jira_dev", "name": "jira__issue_enhanced", "resource_type": "model", "package_name": "jira", "path": "jira__issue_enhanced.sql", "original_file_path": "models/jira__issue_enhanced.sql", "unique_id": "model.jira.jira__issue_enhanced", "fqn": ["jira", "jira__issue_enhanced"], "alias": "jira__issue_enhanced", "checksum": {"name": "sha256", "checksum": "5eb22eab77d1f312993e0a0ae3fb9be2903c7bdcf6b0343cce82cbaeae0fb35c"}, "config": {"enabled": true, "alias": null, "schema": "jira_dev", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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": "The core issue table, enhanced with current-status attributes from foreign-key-related tables, and metrics regarding resolutions and assignments.\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.jira.source_relation"]}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran last synced this record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_id": {"name": "issue_id", "description": "Unique ID of the issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_name": {"name": "issue_name", "description": "Title of the issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "updated_at": {"name": "updated_at", "description": "Timestamp of when the issue was last updated in some way.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_type": {"name": "issue_type", "description": "Name of the issue type (ie Epic, Task, Subtask, any custom types).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "created_at": {"name": "created_at", "description": "Timestamp of when the issue was created (in UTC).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_description": {"name": "issue_description", "description": "The issue description, if given.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "due_date": {"name": "due_date", "description": "Calendar day on which the issue is due, if a due date is provided.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "environment": {"name": "environment", "description": "Text field describing the environment in which the issue occurred (ie \"IE9 on Windows 7\").", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "assignee_user_id": {"name": "assignee_user_id", "description": "Foreign key referencing the ID of the `user` currently assigned to this task.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "assignee_name": {"name": "assignee_name", "description": "User display name of the person currently assigned this issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "reporter_user_id": {"name": "reporter_user_id", "description": "Foreign key referencing the ID of the `user` who reported the issue. This differs from the `issue.creator` column in that the reporter can be changed in-app, though it is initialized as the creator.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "reporter_name": {"name": "reporter_name", "description": "User display name of the person who reported the issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "assignee_timezone": {"name": "assignee_timezone", "description": "Timezone of the user currently assigned this issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "assignee_email": {"name": "assignee_email", "description": "Email associated with the user currently assigned this issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_key": {"name": "issue_key", "description": "UI-facing id of the issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "parent_issue_id": {"name": "parent_issue_id", "description": "Self-referencing ID of the parent `issue`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "parent_issue_name": {"name": "parent_issue_name", "description": "Title of the parent issue/epic.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "parent_issue_key": {"name": "parent_issue_key", "description": "Issue key of the sub-issue's parent/epic.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "parent_issue_type": {"name": "parent_issue_type", "description": "Name of the type of issue that the parent is.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "current_priority": {"name": "current_priority", "description": "Name of the issue's current priority as it appears in the UI.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "project_id": {"name": "project_id", "description": "Foreign key referencing the `project` that the issue belongs to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "project_name": {"name": "project_name", "description": "Title of the issue's project.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "resolution_type": {"name": "resolution_type", "description": "Display name of the type of resolution that closed the issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "resolved_at": {"name": "resolved_at", "description": "Timestamp of when the issue was resolved (ie completed, marked as duplicate). If an issue is un-resolved, this will be null.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "current_status": {"name": "current_status", "description": "Title of the category of status.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "status_changed_at": {"name": "status_changed_at", "description": "Timestamp of when the status was last changed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "current_sprint_id": {"name": "current_sprint_id", "description": "Foreign key referencing the current `sprint` associate with the issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "current_sprint_name": {"name": "current_sprint_name", "description": "Title of the current sprint associated with the issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "count_sprint_changes": {"name": "count_sprint_changes", "description": "The total number of sprints that the issue has belonged to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_active_sprint": {"name": "is_active_sprint", "description": "Yes, if the sprint started after the current time and if the sprint ends in the future.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sprint_completed_at": {"name": "sprint_completed_at", "description": "Timestamp of when the sprint was completed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sprint_ended_at": {"name": "sprint_ended_at", "description": "Timestamp of when the sprint is planned to end.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sprint_started_at": {"name": "sprint_started_at", "description": "Timestamp of when the sprint began.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sprint": {"name": "sprint", "description": "List of associated sprint IDs.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sprint_name": {"name": "sprint_name", "description": "List of associated sprint names. Returns null when `jira_using_sprints` is disabled.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "status": {"name": "status", "description": "The name of the status the issue most recently had.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "original_estimate_seconds": {"name": "original_estimate_seconds", "description": "The original estimate of how long working on this issue would take, in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "remaining_estimate_seconds": {"name": "remaining_estimate_seconds", "description": "The estimate of how much longer working on this issue will take, in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "time_spent_seconds": {"name": "time_spent_seconds", "description": "The time that was spent working on this issue, in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "work_ratio": {"name": "work_ratio", "description": "The percentage of work that has been logged against the issue (time_spent) vs the original estimate of worktime. Equals -1.0 when the fields required for calculation are not provided.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation": {"name": "conversation", "description": "Line-separated list of comments made on this issue, including the timestamp and author name of each comment. (Disabled by default for Redshift.)\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "count_comments": {"name": "count_comments", "description": "The number of comments made on this issues.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "first_assigned_at": {"name": "first_assigned_at", "description": "Timestamp of when the issue was first assigned to a user.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_assigned_at": {"name": "last_assigned_at", "description": "Timestamp of when the issue was last assigned to a user.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "first_resolved_at": {"name": "first_resolved_at", "description": "Timestamp of when the issue was first resolved.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "open_duration_seconds": {"name": "open_duration_seconds", "description": "The number of seconds that the issue has spent open (until resolution, or the current timestamp).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "any_assignment_duration_seconds": {"name": "any_assignment_duration_seconds", "description": "The number of seconds that the issue has spent assigned (until resolution, or the current timestamp).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_assignment_duration_seconds": {"name": "last_assignment_duration_seconds", "description": "The number of seconds that the issue has spent assigned to the current/most recent user (until resolution, or the current timestamp).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "creator_user_id": {"name": "creator_user_id", "description": "Foreign key referencing the `user` who first created the issue. Cannot be changed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_type_id": {"name": "issue_type_id", "description": "Foreign key referencing the ID of the `issue_type`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "priority_id": {"name": "priority_id", "description": "Foreign key referencing the ID of the issue's current `priority`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "resolution_id": {"name": "resolution_id", "description": "Foreign key referencing the ID of the issue's type of `resolution`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "status_id": {"name": "status_id", "description": "Foreign key referencing the ID of the issue's `status` (the step that the issue is currently at in the project's workflow).\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_parent_epic": {"name": "is_parent_epic", "description": "Boolean that is true if the parent is an epic.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "reporter_email": {"name": "reporter_email", "description": "Email associated with the user who reported this issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "reporter_timezone": {"name": "reporter_timezone", "description": "Timezone of the user currently who reported this issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "affects_versions": {"name": "affects_versions", "description": "Comma-separated list of the names of project versions that this issue affects.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "fixes_versions": {"name": "fixes_versions", "description": "Comma-separated list of the names of project versions that this issue fixes.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "current_status_category": {"name": "current_status_category", "description": "Title of the umbrella status category that the issue is currently in.", "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": "jira://models/jira.yml", "build_path": null, "unrendered_config": {"materialized": "table", "schema": "jira_{{ var('directed_schema','dev') }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1781051929.319696, "relation_name": "\"postgres\".\"public_jira_dev\".\"jira__issue_enhanced\"", "raw_code": "with issue as (\n\n select *\n from {{ ref('int_jira__issue_join' ) }}\n),\n\n{%- set pivot_data_columns = adapter.get_columns_in_relation(ref('jira__daily_issue_field_history')) -%}\n\n{%- set issue_data_columns = adapter.get_columns_in_relation(ref('int_jira__issue_join' )) -%}\n{%- set issue_data_columns_clean = [] -%}\n\n{%- for k in issue_data_columns -%}\n {{ issue_data_columns_clean.append(k.name|lower)|default(\"\", True) }}\n{%- endfor -%}\n\ndaily_issue_field_history as (\n\n select\n *,\n row_number() over (partition by issue_id {{ fivetran_utils.partition_by_source_relation(package_name='jira') }} order by date_day desc) = 1 as latest_record\n from {{ ref('jira__daily_issue_field_history')}}\n\n),\n\nlatest_issue_field_history as (\n \n select *\n from daily_issue_field_history\n where latest_record\n),\n\nfinal as (\n\n select \n \n issue.*,\n {{ dbt.datediff('created_at', \"coalesce(resolved_at, \" ~ dbt.current_timestamp() ~ ')', 'second') }} open_duration_seconds,\n -- this will be null if no one has been assigned\n {{ dbt.datediff('first_assigned_at', \"coalesce(resolved_at, \" ~ dbt.current_timestamp() ~ ')', 'second') }} any_assignment_duration_seconds,\n -- if an issue is not currently assigned this will not be null\n {{ dbt.datediff('last_assigned_at', \"coalesce(resolved_at, \" ~ dbt.current_timestamp() ~ ')', 'second') }} last_assignment_duration_seconds \n\n {% for col in pivot_data_columns if col.name|lower not in issue_data_columns_clean %}\n {%- if col.name|lower not in ['issue_day_id','issue_id','latest_record', 'date_day', 'date_week', 'source_relation'] -%}\n , {{ col.name }}\n {%- endif -%}\n {% endfor %}\n\n from issue\n left join latest_issue_field_history\n on issue.issue_id = latest_issue_field_history.issue_id\n and issue.source_relation = latest_issue_field_history.source_relation\n \n)\n\nselect *\nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "int_jira__issue_join", "package": null, "version": null}, {"name": "jira__daily_issue_field_history", "package": null, "version": null}, {"name": "int_jira__issue_join", "package": null, "version": null}, {"name": "jira__daily_issue_field_history", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.fivetran_utils.partition_by_source_relation", "macro.dbt.current_timestamp", "macro.dbt.datediff"], "nodes": ["model.jira.int_jira__issue_join", "model.jira.jira__daily_issue_field_history"]}, "compiled_path": "target/compiled/jira/models/jira__issue_enhanced.sql", "compiled": true, "compiled_code": "with issue as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"int_jira__issue_join\"\n),daily_issue_field_history as (\n\n select\n *,\n row_number() over (partition by issue_id order by date_day desc) = 1 as latest_record\n from \"postgres\".\"public_jira_dev\".\"jira__daily_issue_field_history\"\n\n),\n\nlatest_issue_field_history as (\n \n select *\n from daily_issue_field_history\n where latest_record\n),\n\nfinal as (\n\n select \n \n issue.*,\n \n (\n (\n (\n ((coalesce(resolved_at, now()))::date - (created_at)::date)\n * 24 + date_part('hour', (coalesce(resolved_at, now()))::timestamp) - date_part('hour', (created_at)::timestamp))\n * 60 + date_part('minute', (coalesce(resolved_at, now()))::timestamp) - date_part('minute', (created_at)::timestamp))\n * 60 + floor(date_part('second', (coalesce(resolved_at, now()))::timestamp)) - floor(date_part('second', (created_at)::timestamp)))\n open_duration_seconds,\n -- this will be null if no one has been assigned\n \n (\n (\n (\n ((coalesce(resolved_at, now()))::date - (first_assigned_at)::date)\n * 24 + date_part('hour', (coalesce(resolved_at, now()))::timestamp) - date_part('hour', (first_assigned_at)::timestamp))\n * 60 + date_part('minute', (coalesce(resolved_at, now()))::timestamp) - date_part('minute', (first_assigned_at)::timestamp))\n * 60 + floor(date_part('second', (coalesce(resolved_at, now()))::timestamp)) - floor(date_part('second', (first_assigned_at)::timestamp)))\n any_assignment_duration_seconds,\n -- if an issue is not currently assigned this will not be null\n \n (\n (\n (\n ((coalesce(resolved_at, now()))::date - (last_assigned_at)::date)\n * 24 + date_part('hour', (coalesce(resolved_at, now()))::timestamp) - date_part('hour', (last_assigned_at)::timestamp))\n * 60 + date_part('minute', (coalesce(resolved_at, now()))::timestamp) - date_part('minute', (last_assigned_at)::timestamp))\n * 60 + floor(date_part('second', (coalesce(resolved_at, now()))::timestamp)) - floor(date_part('second', (last_assigned_at)::timestamp)))\n last_assignment_duration_seconds \n\n , status, sprint, sprint_name, team\n\n from issue\n left join latest_issue_field_history\n on issue.issue_id = latest_issue_field_history.issue_id\n and issue.source_relation = latest_issue_field_history.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.jira.int_jira__project_metrics": {"database": "postgres", "schema": "public_jira_dev", "name": "int_jira__project_metrics", "resource_type": "model", "package_name": "jira", "path": "intermediate/int_jira__project_metrics.sql", "original_file_path": "models/intermediate/int_jira__project_metrics.sql", "unique_id": "model.jira.int_jira__project_metrics", "fqn": ["jira", "intermediate", "int_jira__project_metrics"], "alias": "int_jira__project_metrics", "checksum": {"name": "sha256", "checksum": "8ecda198bdf84fe20bb2a4616eb12739eb4e3fb2e5533437a550d006afb5d125"}, "config": {"enabled": true, "alias": null, "schema": "jira_dev", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": null, "materialized": "ephemeral", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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 calculating issue-related metrics per project.", "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.jira.source_relation"]}, "project_id": {"name": "project_id", "description": "Unique ID of the project.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "count_closed_issues": {"name": "count_closed_issues", "description": "The number of issues closed in this project.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "count_open_issues": {"name": "count_open_issues", "description": "The number of currently un-resolved issues in the project.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "count_open_assigned_issues": {"name": "count_open_assigned_issues", "description": "The number of currently open and currently assigned issues in the project.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "avg_close_time_seconds": {"name": "avg_close_time_seconds", "description": "The average time taken to close issues, in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "avg_assigned_close_time_seconds": {"name": "avg_assigned_close_time_seconds", "description": "The average time taken to close issues from their first assignment, in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "avg_age_currently_open_seconds": {"name": "avg_age_currently_open_seconds", "description": "The average age of any currently-open issues.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "avg_age_currently_open_assigned_seconds": {"name": "avg_age_currently_open_assigned_seconds", "description": "The average age of any currently-open issues, from their first assignment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "median_close_time_seconds": {"name": "median_close_time_seconds", "description": "The median time taken to close issues, in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "median_age_currently_open_seconds": {"name": "median_age_currently_open_seconds", "description": "The median age of any currently-open issues.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "median_assigned_close_time_seconds": {"name": "median_assigned_close_time_seconds", "description": "The median time taken to close issues from their first assignment, in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "median_age_currently_open_assigned_seconds": {"name": "median_age_currently_open_assigned_seconds", "description": "The median age of any currently-open issues, from their first assignment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "avg_close_time_days": {"name": "avg_close_time_days", "description": "The average time taken to close issues, in days.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "avg_assigned_close_time_days": {"name": "avg_assigned_close_time_days", "description": "The average time taken to close issues from their first assignment, in days.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "avg_age_currently_open_days": {"name": "avg_age_currently_open_days", "description": "The average age of any currently-open issues.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "avg_age_currently_open_assigned_days": {"name": "avg_age_currently_open_assigned_days", "description": "The average age of any currently-open issues, from their first assignment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "median_close_time_days": {"name": "median_close_time_days", "description": "The median time taken to close issues, in days.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "median_age_currently_open_days": {"name": "median_age_currently_open_days", "description": "The median age of any currently-open issues.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "median_assigned_close_time_days": {"name": "median_assigned_close_time_days", "description": "The median time taken to close issues from their first assignment, in days.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "median_age_currently_open_assigned_days": {"name": "median_age_currently_open_assigned_days", "description": "The median age of any currently-open issues, from their first assignment.", "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": "jira://models/intermediate/int_jira.yml", "build_path": null, "unrendered_config": {"materialized": "ephemeral", "schema": "jira_{{ var('directed_schema','dev') }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1781051929.4134572, "relation_name": null, "raw_code": "with issue as (\n\n select * \n from {{ ref('jira__issue_enhanced') }}\n where project_id is not null\n),\n\ncalculate_medians as (\n\n select\n project_id,\n source_relation,\n round(cast({{ fivetran_utils.percentile(percentile_field='case when resolved_at is not null then open_duration_seconds end',\n partition_field='project_id', percent='0.5') }} as {{ dbt.type_numeric() }} ), 0) as median_close_time_seconds,\n round(cast({{ fivetran_utils.percentile(percentile_field='case when resolved_at is null then open_duration_seconds end',\n partition_field='project_id', percent='0.5') }} as {{ dbt.type_numeric() }} ), 0) as median_age_currently_open_seconds,\n round(cast({{ fivetran_utils.percentile(percentile_field='case when resolved_at is not null then any_assignment_duration_seconds end',\n partition_field='project_id', percent='0.5') }} as {{ dbt.type_numeric() }} ), 0) as median_assigned_close_time_seconds,\n round(cast({{ fivetran_utils.percentile(percentile_field='case when resolved_at is null then any_assignment_duration_seconds end',\n partition_field='project_id', percent='0.5') }} as {{ dbt.type_numeric() }} ), 0) as median_age_currently_open_assigned_seconds\n from issue\n\n {% if target.type == 'postgres' %} group by project_id, source_relation {% endif %}\n),\n\n-- grouping because the medians were calculated using window functions (except in postgres)\nmedian_metrics as (\n\n select\n project_id,\n source_relation,\n median_close_time_seconds,\n median_age_currently_open_seconds,\n median_assigned_close_time_seconds,\n median_age_currently_open_assigned_seconds\n from calculate_medians\n {{ dbt_utils.group_by(6) }}\n),\n\n\n-- get appropriate counts + sums to calculate averages\nproject_issues as (\n\n select\n project_id,\n source_relation,\n sum(case when resolved_at is not null then 1 else 0 end) as count_closed_issues,\n sum(case when resolved_at is null then 1 else 0 end) as count_open_issues,\n -- using the below to calculate averages\n -- assigned issues\n sum(case when resolved_at is null and assignee_user_id is not null then 1 else 0 end) as count_open_assigned_issues,\n sum(case when resolved_at is not null and assignee_user_id is not null then 1 else 0 end) as count_closed_assigned_issues,\n -- close time\n sum(case when resolved_at is not null then open_duration_seconds else 0 end) as sum_close_time_seconds,\n sum(case when resolved_at is not null then any_assignment_duration_seconds else 0 end) as sum_assigned_close_time_seconds,\n -- age of currently open tasks\n sum(case when resolved_at is null then open_duration_seconds else 0 end) as sum_currently_open_duration_seconds,\n sum(case when resolved_at is null then any_assignment_duration_seconds else 0 end) as sum_currently_open_assigned_duration_seconds\n from issue\n\n group by 1, 2\n),\n\ncalculate_avg_metrics as (\n\n select\n project_id,\n source_relation,\n count_closed_issues,\n count_open_issues,\n count_open_assigned_issues,\n case when count_closed_issues = 0 then 0 \n else round(cast(sum_close_time_seconds * 1.0 / count_closed_issues as {{ dbt.type_numeric() }} ), 0) end as avg_close_time_seconds,\n case when count_closed_assigned_issues = 0 then 0 \n else round(cast(sum_assigned_close_time_seconds * 1.0 / count_closed_assigned_issues as {{ dbt.type_numeric() }} ), 0) end as avg_assigned_close_time_seconds,\n case when count_open_issues = 0 then 0 \n else round(cast(sum_currently_open_duration_seconds * 1.0 / count_open_issues as {{ dbt.type_numeric() }} ), 0) end as avg_age_currently_open_seconds,\n case when count_open_assigned_issues = 0 then 0 \n else round(cast(sum_currently_open_assigned_duration_seconds * 1.0 / count_open_assigned_issues as {{ dbt.type_numeric() }} ), 0) end as avg_age_currently_open_assigned_seconds\n from project_issues\n),\n\n-- join medians and averages + convert to days\njoin_metrics as (\n\n select\n calculate_avg_metrics.*,\n -- there are 86400 seconds in a day\n round(cast(calculate_avg_metrics.avg_close_time_seconds / 86400.0 as {{ dbt.type_numeric() }} ), 0) as avg_close_time_days,\n round(cast(calculate_avg_metrics.avg_assigned_close_time_seconds / 86400.0 as {{ dbt.type_numeric() }} ), 0) as avg_assigned_close_time_days,\n round(cast(calculate_avg_metrics.avg_age_currently_open_seconds / 86400.0 as {{ dbt.type_numeric() }} ), 0) as avg_age_currently_open_days,\n round(cast(calculate_avg_metrics.avg_age_currently_open_assigned_seconds / 86400.0 as {{ dbt.type_numeric() }} ), 0) as avg_age_currently_open_assigned_days,\n median_metrics.median_close_time_seconds, \n median_metrics.median_age_currently_open_seconds,\n median_metrics.median_assigned_close_time_seconds,\n median_metrics.median_age_currently_open_assigned_seconds,\n round(cast(median_metrics.median_close_time_seconds / 86400.0 as {{ dbt.type_numeric() }} ), 0) as median_close_time_days,\n round(cast(median_metrics.median_age_currently_open_seconds / 86400.0 as {{ dbt.type_numeric() }} ), 0) as median_age_currently_open_days,\n round(cast(median_metrics.median_assigned_close_time_seconds / 86400.0 as {{ dbt.type_numeric() }} ), 0) as median_assigned_close_time_days,\n round(cast(median_metrics.median_age_currently_open_assigned_seconds / 86400.0 as {{ dbt.type_numeric() }} ), 0) as median_age_currently_open_assigned_days\n from calculate_avg_metrics\n left join median_metrics\n on calculate_avg_metrics.project_id = median_metrics.project_id\n and calculate_avg_metrics.source_relation = median_metrics.source_relation\n)\n\nselect * \nfrom join_metrics", "doc_blocks": [], "language": "sql", "refs": [{"name": "jira__issue_enhanced", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.fivetran_utils.percentile", "macro.dbt.type_numeric", "macro.dbt_utils.group_by"], "nodes": ["model.jira.jira__issue_enhanced"]}, "compiled_path": "target/compiled/jira/models/intermediate/int_jira__project_metrics.sql", "compiled": true, "compiled_code": "with issue as (\n\n select * \n from \"postgres\".\"public_jira_dev\".\"jira__issue_enhanced\"\n where project_id is not null\n),\n\ncalculate_medians as (\n\n select\n project_id,\n source_relation,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by case when resolved_at is not null then open_duration_seconds end )\n /* have to group by partition field */\n\n as numeric(28,6) ), 0) as median_close_time_seconds,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by case when resolved_at is null then open_duration_seconds end )\n /* have to group by partition field */\n\n as numeric(28,6) ), 0) as median_age_currently_open_seconds,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by case when resolved_at is not null then any_assignment_duration_seconds end )\n /* have to group by partition field */\n\n as numeric(28,6) ), 0) as median_assigned_close_time_seconds,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by case when resolved_at is null then any_assignment_duration_seconds end )\n /* have to group by partition field */\n\n as numeric(28,6) ), 0) as median_age_currently_open_assigned_seconds\n from issue\n\n group by project_id, source_relation \n),\n\n-- grouping because the medians were calculated using window functions (except in postgres)\nmedian_metrics as (\n\n select\n project_id,\n source_relation,\n median_close_time_seconds,\n median_age_currently_open_seconds,\n median_assigned_close_time_seconds,\n median_age_currently_open_assigned_seconds\n from calculate_medians\n group by 1,2,3,4,5,6\n),\n\n\n-- get appropriate counts + sums to calculate averages\nproject_issues as (\n\n select\n project_id,\n source_relation,\n sum(case when resolved_at is not null then 1 else 0 end) as count_closed_issues,\n sum(case when resolved_at is null then 1 else 0 end) as count_open_issues,\n -- using the below to calculate averages\n -- assigned issues\n sum(case when resolved_at is null and assignee_user_id is not null then 1 else 0 end) as count_open_assigned_issues,\n sum(case when resolved_at is not null and assignee_user_id is not null then 1 else 0 end) as count_closed_assigned_issues,\n -- close time\n sum(case when resolved_at is not null then open_duration_seconds else 0 end) as sum_close_time_seconds,\n sum(case when resolved_at is not null then any_assignment_duration_seconds else 0 end) as sum_assigned_close_time_seconds,\n -- age of currently open tasks\n sum(case when resolved_at is null then open_duration_seconds else 0 end) as sum_currently_open_duration_seconds,\n sum(case when resolved_at is null then any_assignment_duration_seconds else 0 end) as sum_currently_open_assigned_duration_seconds\n from issue\n\n group by 1, 2\n),\n\ncalculate_avg_metrics as (\n\n select\n project_id,\n source_relation,\n count_closed_issues,\n count_open_issues,\n count_open_assigned_issues,\n case when count_closed_issues = 0 then 0 \n else round(cast(sum_close_time_seconds * 1.0 / count_closed_issues as numeric(28,6) ), 0) end as avg_close_time_seconds,\n case when count_closed_assigned_issues = 0 then 0 \n else round(cast(sum_assigned_close_time_seconds * 1.0 / count_closed_assigned_issues as numeric(28,6) ), 0) end as avg_assigned_close_time_seconds,\n case when count_open_issues = 0 then 0 \n else round(cast(sum_currently_open_duration_seconds * 1.0 / count_open_issues as numeric(28,6) ), 0) end as avg_age_currently_open_seconds,\n case when count_open_assigned_issues = 0 then 0 \n else round(cast(sum_currently_open_assigned_duration_seconds * 1.0 / count_open_assigned_issues as numeric(28,6) ), 0) end as avg_age_currently_open_assigned_seconds\n from project_issues\n),\n\n-- join medians and averages + convert to days\njoin_metrics as (\n\n select\n calculate_avg_metrics.*,\n -- there are 86400 seconds in a day\n round(cast(calculate_avg_metrics.avg_close_time_seconds / 86400.0 as numeric(28,6) ), 0) as avg_close_time_days,\n round(cast(calculate_avg_metrics.avg_assigned_close_time_seconds / 86400.0 as numeric(28,6) ), 0) as avg_assigned_close_time_days,\n round(cast(calculate_avg_metrics.avg_age_currently_open_seconds / 86400.0 as numeric(28,6) ), 0) as avg_age_currently_open_days,\n round(cast(calculate_avg_metrics.avg_age_currently_open_assigned_seconds / 86400.0 as numeric(28,6) ), 0) as avg_age_currently_open_assigned_days,\n median_metrics.median_close_time_seconds, \n median_metrics.median_age_currently_open_seconds,\n median_metrics.median_assigned_close_time_seconds,\n median_metrics.median_age_currently_open_assigned_seconds,\n round(cast(median_metrics.median_close_time_seconds / 86400.0 as numeric(28,6) ), 0) as median_close_time_days,\n round(cast(median_metrics.median_age_currently_open_seconds / 86400.0 as numeric(28,6) ), 0) as median_age_currently_open_days,\n round(cast(median_metrics.median_assigned_close_time_seconds / 86400.0 as numeric(28,6) ), 0) as median_assigned_close_time_days,\n round(cast(median_metrics.median_age_currently_open_assigned_seconds / 86400.0 as numeric(28,6) ), 0) as median_age_currently_open_assigned_days\n from calculate_avg_metrics\n left join median_metrics\n on calculate_avg_metrics.project_id = median_metrics.project_id\n and calculate_avg_metrics.source_relation = median_metrics.source_relation\n)\n\nselect * \nfrom join_metrics", "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.jira.int_jira__issue_assign_resolution": {"database": "postgres", "schema": "public_jira_dev", "name": "int_jira__issue_assign_resolution", "resource_type": "model", "package_name": "jira", "path": "intermediate/int_jira__issue_assign_resolution.sql", "original_file_path": "models/intermediate/int_jira__issue_assign_resolution.sql", "unique_id": "model.jira.int_jira__issue_assign_resolution", "fqn": ["jira", "intermediate", "int_jira__issue_assign_resolution"], "alias": "int_jira__issue_assign_resolution", "checksum": {"name": "sha256", "checksum": "4a348e9e22b0e1cfdca24f890dbfad2b9b4f54dc06534735889aab048795e124"}, "config": {"enabled": true, "alias": null, "schema": "jira_dev", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": null, "materialized": "ephemeral", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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 grabbing dates related to the assignment and resolution of issues.", "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.jira.source_relation"]}, "first_assigned_at": {"name": "first_assigned_at", "description": "Timestamp of when the issue was first assigned to a user.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_assigned_at": {"name": "last_assigned_at", "description": "Timestamp of when the issue was last assigned to a user.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "first_resolved_at": {"name": "first_resolved_at", "description": "Timestamp of when the issue was first resolved.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_id": {"name": "issue_id", "description": "Foreign key referencing the ID of the `issue` that was assigned or resolved.", "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": "jira://models/intermediate/int_jira.yml", "build_path": null, "unrendered_config": {"materialized": "ephemeral", "schema": "jira_{{ var('directed_schema','dev') }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1781051929.4272432, "relation_name": null, "raw_code": "with issue_field_history as (\n \n select *\n from {{ ref('int_jira__issue_field_history') }}\n),\n\nfiltered as (\n -- we're only looking at assignments and resolutions, which are single-field values\n select *\n from issue_field_history\n where (lower(field_id) = 'assignee'\n or lower(field_id) = 'resolutiondate')\n and field_value is not null -- remove initial null rows\n),\n\nissue_dates as (\n\n select\n issue_id,\n source_relation,\n min(case when field_id = 'assignee' then updated_at end) as first_assigned_at,\n max(case when field_id = 'assignee' then updated_at end) as last_assigned_at,\n min(case when field_id = 'resolutiondate' then updated_at end) as first_resolved_at -- in case it's been re-opened\n from filtered\n group by 1, 2\n)\n\nselect *\nfrom issue_dates", "doc_blocks": [], "language": "sql", "refs": [{"name": "int_jira__issue_field_history", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": [], "nodes": ["model.jira.int_jira__issue_field_history"]}, "compiled_path": "target/compiled/jira/models/intermediate/int_jira__issue_assign_resolution.sql", "compiled": true, "compiled_code": "with __dbt__cte__int_jira__issue_field_history as (\nwith field_history as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__issue_field_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n field_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', field_history.updated_at) as date) as updated_at_week\n\n from field_history\n join fields\n on fields.field_id = field_history.field_id\n and fields.source_relation = field_history.source_relation\n\n)\n\nselect *\nfrom joined\n), issue_field_history as (\n \n select *\n from __dbt__cte__int_jira__issue_field_history\n),\n\nfiltered as (\n -- we're only looking at assignments and resolutions, which are single-field values\n select *\n from issue_field_history\n where (lower(field_id) = 'assignee'\n or lower(field_id) = 'resolutiondate')\n and field_value is not null -- remove initial null rows\n),\n\nissue_dates as (\n\n select\n issue_id,\n source_relation,\n min(case when field_id = 'assignee' then updated_at end) as first_assigned_at,\n max(case when field_id = 'assignee' then updated_at end) as last_assigned_at,\n min(case when field_id = 'resolutiondate' then updated_at end) as first_resolved_at -- in case it's been re-opened\n from filtered\n group by 1, 2\n)\n\nselect *\nfrom issue_dates", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.jira.int_jira__issue_field_history", "sql": " __dbt__cte__int_jira__issue_field_history as (\nwith field_history as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__issue_field_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n field_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', field_history.updated_at) as date) as updated_at_week\n\n from field_history\n join fields\n on fields.field_id = field_history.field_id\n and fields.source_relation = field_history.source_relation\n\n)\n\nselect *\nfrom joined\n)"}], "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.jira.int_jira__issue_sprint": {"database": "postgres", "schema": "public_jira_dev", "name": "int_jira__issue_sprint", "resource_type": "model", "package_name": "jira", "path": "intermediate/int_jira__issue_sprint.sql", "original_file_path": "models/intermediate/int_jira__issue_sprint.sql", "unique_id": "model.jira.int_jira__issue_sprint", "fqn": ["jira", "intermediate", "int_jira__issue_sprint"], "alias": "int_jira__issue_sprint", "checksum": {"name": "sha256", "checksum": "b299dcfb435b97d60d35db8c81107dac1ce5f15e2c9b0f4f8167a81e17ba0b1d"}, "config": {"enabled": true, "alias": null, "schema": "jira_dev", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": null, "materialized": "ephemeral", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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 relating issues to the sprints they currently belong to.", "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.jira.source_relation"]}, "issue_id": {"name": "issue_id", "description": "Unique ID of the issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "current_sprint_id": {"name": "current_sprint_id", "description": "Unique ID of the sprint.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "current_sprint_name": {"name": "current_sprint_name", "description": "Title of the sprint.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "board_id": {"name": "board_id", "description": "Foreign key referencing the ID of the `board` that the sprint lives in.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sprint_started_at": {"name": "sprint_started_at", "description": "Timestamp of when the sprint began.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sprint_ended_at": {"name": "sprint_ended_at", "description": "Timestamp of when the sprint is planned to end.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sprint_completed_at": {"name": "sprint_completed_at", "description": "Timestamp of when the sprint was completed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "count_sprint_changes": {"name": "count_sprint_changes", "description": "The total number of sprints that the issue has belonged to.", "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": "jira://models/intermediate/int_jira.yml", "build_path": null, "unrendered_config": {"materialized": "ephemeral", "schema": "jira_{{ var('directed_schema','dev') }}", "enabled": true, "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1781051929.4163294, "relation_name": null, "raw_code": "{{ config(enabled=var('jira_using_sprints', True)) }}\n\nwith sprint as (\n\n select * \n from {{ ref('stg_jira__sprint') }}\n),\n\nfield_history as (\n\n -- sprints don't appear to be capable of multiselect in the UI...\n select *\n from {{ ref('int_jira__issue_multiselect_history') }}\n),\n\nsprint_field_history as (\n\n select\n field_history.*,\n sprint.sprint_id,\n sprint.sprint_name,\n sprint.board_id,\n sprint.completed_at,\n sprint.ended_at,\n sprint.started_at,\n sprint._fivetran_synced,\n row_number() over (\n partition by field_history.issue_id {{ fivetran_utils.partition_by_source_relation(package_name='jira', alias='field_history') }}\n order by field_history.updated_at desc, sprint.started_at desc\n ) as row_num\n from field_history\n left join sprint\n on field_history.field_value = cast(sprint.sprint_id as {{ dbt.type_string() }})\n and field_history.source_relation = sprint.source_relation\n where lower(field_history.field_name) = 'sprint'\n),\n\nlast_sprint as (\n\n select *\n from sprint_field_history\n where row_num = 1\n), \n\nsprint_rollovers as (\n\n select\n issue_id,\n source_relation,\n count(distinct case when field_value is not null then field_value end) as count_sprint_changes\n from sprint_field_history\n group by 1, 2\n),\n\nissue_sprint as (\n\n select\n last_sprint.issue_id,\n last_sprint.source_relation,\n last_sprint.field_value as current_sprint_id,\n last_sprint.sprint_name as current_sprint_name,\n last_sprint.board_id,\n last_sprint.started_at as sprint_started_at,\n last_sprint.ended_at as sprint_ended_at,\n last_sprint.completed_at as sprint_completed_at,\n coalesce(sprint_rollovers.count_sprint_changes, 0) as count_sprint_changes\n from last_sprint\n left join sprint_rollovers\n on sprint_rollovers.issue_id = last_sprint.issue_id\n and sprint_rollovers.source_relation = last_sprint.source_relation\n)\n\nselect *\nfrom issue_sprint", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__sprint", "package": null, "version": null}, {"name": "int_jira__issue_multiselect_history", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.fivetran_utils.partition_by_source_relation", "macro.dbt.type_string"], "nodes": ["model.jira.stg_jira__sprint", "model.jira.int_jira__issue_multiselect_history"]}, "compiled_path": "target/compiled/jira/models/intermediate/int_jira__issue_sprint.sql", "compiled": true, "compiled_code": "\n\nwith __dbt__cte__int_jira__issue_multiselect_history as (\nwith issue_multiselect_history as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__issue_multiselect_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n issue_multiselect_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', issue_multiselect_history.updated_at) as date) as updated_at_week\n\n from issue_multiselect_history\n join fields\n on fields.field_id = issue_multiselect_history.field_id\n and fields.source_relation = issue_multiselect_history.source_relation\n\n)\n\nselect *\nfrom joined\n), sprint as (\n\n select * \n from \"postgres\".\"public_jira_dev\".\"stg_jira__sprint\"\n),\n\nfield_history as (\n\n -- sprints don't appear to be capable of multiselect in the UI...\n select *\n from __dbt__cte__int_jira__issue_multiselect_history\n),\n\nsprint_field_history as (\n\n select\n field_history.*,\n sprint.sprint_id,\n sprint.sprint_name,\n sprint.board_id,\n sprint.completed_at,\n sprint.ended_at,\n sprint.started_at,\n sprint._fivetran_synced,\n row_number() over (\n partition by field_history.issue_id \n order by field_history.updated_at desc, sprint.started_at desc\n ) as row_num\n from field_history\n left join sprint\n on field_history.field_value = cast(sprint.sprint_id as TEXT)\n and field_history.source_relation = sprint.source_relation\n where lower(field_history.field_name) = 'sprint'\n),\n\nlast_sprint as (\n\n select *\n from sprint_field_history\n where row_num = 1\n), \n\nsprint_rollovers as (\n\n select\n issue_id,\n source_relation,\n count(distinct case when field_value is not null then field_value end) as count_sprint_changes\n from sprint_field_history\n group by 1, 2\n),\n\nissue_sprint as (\n\n select\n last_sprint.issue_id,\n last_sprint.source_relation,\n last_sprint.field_value as current_sprint_id,\n last_sprint.sprint_name as current_sprint_name,\n last_sprint.board_id,\n last_sprint.started_at as sprint_started_at,\n last_sprint.ended_at as sprint_ended_at,\n last_sprint.completed_at as sprint_completed_at,\n coalesce(sprint_rollovers.count_sprint_changes, 0) as count_sprint_changes\n from last_sprint\n left join sprint_rollovers\n on sprint_rollovers.issue_id = last_sprint.issue_id\n and sprint_rollovers.source_relation = last_sprint.source_relation\n)\n\nselect *\nfrom issue_sprint", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.jira.int_jira__issue_multiselect_history", "sql": " __dbt__cte__int_jira__issue_multiselect_history as (\nwith issue_multiselect_history as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__issue_multiselect_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n issue_multiselect_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', issue_multiselect_history.updated_at) as date) as updated_at_week\n\n from issue_multiselect_history\n join fields\n on fields.field_id = issue_multiselect_history.field_id\n and fields.source_relation = issue_multiselect_history.source_relation\n\n)\n\nselect *\nfrom joined\n)"}], "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.jira.int_jira__issue_users": {"database": "postgres", "schema": "public_jira_dev", "name": "int_jira__issue_users", "resource_type": "model", "package_name": "jira", "path": "intermediate/int_jira__issue_users.sql", "original_file_path": "models/intermediate/int_jira__issue_users.sql", "unique_id": "model.jira.int_jira__issue_users", "fqn": ["jira", "intermediate", "int_jira__issue_users"], "alias": "int_jira__issue_users", "checksum": {"name": "sha256", "checksum": "d759cb6c984db3eec189b72078f9ab5bd0b2e3b218ce8ba2e4c869bd47423351"}, "config": {"enabled": true, "alias": null, "schema": "jira_dev", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": null, "materialized": "ephemeral", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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 relating issues to attributes about their assignees and reporters. Builds off of the `int_jira__issue_type_parents` model.\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.jira.source_relation"]}, "issue_id": {"name": "issue_id", "description": "Unique ID of the issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "assignee_name": {"name": "assignee_name", "description": "User display name of the person currently assigned this issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "reporter_name": {"name": "reporter_name", "description": "User display name of the person who reported the issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "assignee_timezone": {"name": "assignee_timezone", "description": "Timezone of the user currently assigned this issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "assignee_email": {"name": "assignee_email", "description": "Email associated with the user currently assigned this issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "reporter_email": {"name": "reporter_email", "description": "Email associated with the user who reported this issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "reporter_timezone": {"name": "reporter_timezone", "description": "Timezone of the user currently who reported this issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "parent_issue_id": {"name": "parent_issue_id", "description": "Unique ID of the parent issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_type": {"name": "issue_type", "description": "Name of the issue type (ie Epic, Task, Subtask, any custom types).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_name": {"name": "issue_name", "description": "Title of the issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_key": {"name": "issue_key", "description": "UI-facing id of the issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "parent_issue_type": {"name": "parent_issue_type", "description": "Name of the parent issue type (ie Epic, Task, Subtask, any custom types).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "parent_issue_name": {"name": "parent_issue_name", "description": "Title of the parent issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "parent_issue_key": {"name": "parent_issue_key", "description": "UI-facing id of the parent issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_parent_epic": {"name": "is_parent_epic", "description": "Boolean that is true if the parent is an epic.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "assignee_user_id": {"name": "assignee_user_id", "description": "Foreign key referencing the ID of the `user` currently assigned to this task.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "created_at": {"name": "created_at", "description": "Timestamp of when the issue was created (in UTC).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "creator_user_id": {"name": "creator_user_id", "description": "Foreign key referencing the `user` who first created the issue. Cannot be changed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_description": {"name": "issue_description", "description": "The issue description, if given.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "due_date": {"name": "due_date", "description": "Calendar day on which the issue is due, if a due date is provided.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "environment": {"name": "environment", "description": "Text field describing the environment in which the issue occurred (ie \"IE9 on Windows 7\").", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_type_id": {"name": "issue_type_id", "description": "Foreign key referencing the ID of the `issue_type`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "original_estimate_seconds": {"name": "original_estimate_seconds", "description": "The original estimate of how long working on this issue would take, in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "priority_id": {"name": "priority_id", "description": "Foreign key referencing the ID of the issue's current `priority`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "project_id": {"name": "project_id", "description": "Foreign key referencing the ID of the `project` that the issue belongs to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "remaining_estimate_seconds": {"name": "remaining_estimate_seconds", "description": "The estimate of how much longer working on this issue will take, in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "reporter_user_id": {"name": "reporter_user_id", "description": "Foreign key referencing the ID of the `user` who reported the issue. This differs from the `creator` column in that the reporter can be changed in-app.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "resolution_id": {"name": "resolution_id", "description": "Foreign key referencing the ID of the issue's type of `resolution`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "resolved_at": {"name": "resolved_at", "description": "Timestamp of when the issue was resolved (ie completed, marked as duplicate). If an issue is un-resolved, this will be null.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "status_id": {"name": "status_id", "description": "Foreign key referencing the ID of the issue's `status` (the step that the issue is currently at in the project's workflow).\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "status_changed_at": {"name": "status_changed_at", "description": "Timestamp of when the status was last changed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "time_spent_seconds": {"name": "time_spent_seconds", "description": "The time that was spent working on this issue, in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "updated_at": {"name": "updated_at", "description": "Timestamp of when the issue was last updated in some way.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "work_ratio": {"name": "work_ratio", "description": "The percentage of work that has been logged against the issue (time_spent) vs the original estimate of worktime. Equals -1.0 when the fields required for calculation are not provided.\n", "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": "jira://models/intermediate/int_jira.yml", "build_path": null, "unrendered_config": {"materialized": "ephemeral", "schema": "jira_{{ var('directed_schema','dev') }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1781051929.4195983, "relation_name": null, "raw_code": "-- just grabs user attributes for issue assignees and reporters \n\nwith issue as (\n\n -- including issue_id in here because snowflake for some reason ignores issue_id,\n -- so we'll just always pull it out and explicitly select it\n {% set except_columns = [\"revised_parent_issue_id\", \"parent_issue_id\", \"issue_id\"] %}\n\n select\n issue_id,\n coalesce(cast(revised_parent_issue_id as {{ dbt.type_string() }}), cast(parent_issue_id as {{ dbt.type_string() }})) as parent_issue_id,\n\n {{ dbt_utils.star(from=ref('int_jira__issue_type_parents'), \n except=except_columns) }}\n\n from {{ ref('int_jira__issue_type_parents') }}\n),\n\n-- user is a reserved keyword in AWS\njira_user as (\n\n select *\n from {{ ref('stg_jira__user') }}\n),\n\nissue_user_join as (\n\n select\n issue.*,\n assignee.user_display_name as assignee_name,\n assignee.time_zone as assignee_timezone,\n assignee.email as assignee_email,\n reporter.email as reporter_email,\n reporter.user_display_name as reporter_name,\n reporter.time_zone as reporter_timezone\n from issue\n left join jira_user as assignee\n on issue.assignee_user_id = assignee.user_id\n and issue.source_relation = assignee.source_relation\n left join jira_user as reporter\n on issue.reporter_user_id = reporter.user_id\n and issue.source_relation = reporter.source_relation\n)\n\nselect * \nfrom issue_user_join", "doc_blocks": [], "language": "sql", "refs": [{"name": "int_jira__issue_type_parents", "package": null, "version": null}, {"name": "int_jira__issue_type_parents", "package": null, "version": null}, {"name": "stg_jira__user", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.type_string", "macro.dbt_utils.star"], "nodes": ["model.jira.int_jira__issue_type_parents", "model.jira.stg_jira__user"]}, "compiled_path": "target/compiled/jira/models/intermediate/int_jira__issue_users.sql", "compiled": true, "compiled_code": "-- just grabs user attributes for issue assignees and reporters \n\nwith issue as (\n\n -- including issue_id in here because snowflake for some reason ignores issue_id,\n -- so we'll just always pull it out and explicitly select it\n \n\n select\n issue_id,\n coalesce(cast(revised_parent_issue_id as TEXT), cast(parent_issue_id as TEXT)) as parent_issue_id,\n\n \"source_relation\",\n \"original_estimate_seconds\",\n \"remaining_estimate_seconds\",\n \"time_spent_seconds\",\n \"assignee_user_id\",\n \"created_at\",\n \"resolved_at\",\n \"creator_user_id\",\n \"issue_description\",\n \"due_date\",\n \"environment\",\n \"issue_type_id\",\n \"issue_key\",\n \"priority_id\",\n \"project_id\",\n \"reporter_user_id\",\n \"resolution_id\",\n \"status_id\",\n \"status_changed_at\",\n \"issue_name\",\n \"updated_at\",\n \"work_ratio\",\n \"_fivetran_synced\",\n \"issue_type\",\n \"parent_issue_type\",\n \"parent_issue_name\",\n \"parent_issue_key\",\n \"is_parent_epic\"\n\n from \"postgres\".\"public_jira_dev\".\"int_jira__issue_type_parents\"\n),\n\n-- user is a reserved keyword in AWS\njira_user as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__user\"\n),\n\nissue_user_join as (\n\n select\n issue.*,\n assignee.user_display_name as assignee_name,\n assignee.time_zone as assignee_timezone,\n assignee.email as assignee_email,\n reporter.email as reporter_email,\n reporter.user_display_name as reporter_name,\n reporter.time_zone as reporter_timezone\n from issue\n left join jira_user as assignee\n on issue.assignee_user_id = assignee.user_id\n and issue.source_relation = assignee.source_relation\n left join jira_user as reporter\n on issue.reporter_user_id = reporter.user_id\n and issue.source_relation = reporter.source_relation\n)\n\nselect * \nfrom issue_user_join", "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.jira.int_jira__user_metrics": {"database": "postgres", "schema": "public_jira_dev", "name": "int_jira__user_metrics", "resource_type": "model", "package_name": "jira", "path": "intermediate/int_jira__user_metrics.sql", "original_file_path": "models/intermediate/int_jira__user_metrics.sql", "unique_id": "model.jira.int_jira__user_metrics", "fqn": ["jira", "intermediate", "int_jira__user_metrics"], "alias": "int_jira__user_metrics", "checksum": {"name": "sha256", "checksum": "5c667b779771cde676caca9f94c3d6668f3dcc157ab3c56c560a8c2d19ff2e01"}, "config": {"enabled": true, "alias": null, "schema": "jira_dev", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": null, "materialized": "ephemeral", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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 calculating issue-related metrics per user.", "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.jira.source_relation"]}, "user_id": {"name": "user_id", "description": "Unique ID of the user.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "count_closed_issues": {"name": "count_closed_issues", "description": "The number of issues that the user has closed (while being assigned to).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "count_open_issues": {"name": "count_open_issues", "description": "The number of currently open issues that the user is assigned to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "avg_close_time_seconds": {"name": "avg_close_time_seconds", "description": "The average time taken to close issues since assignment, in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "avg_age_currently_open_seconds": {"name": "avg_age_currently_open_seconds", "description": "The average age of a user's currently open issues.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "median_close_time_seconds": {"name": "median_close_time_seconds", "description": "The median time taken to close issues since assignment, in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "median_age_currently_open_seconds": {"name": "median_age_currently_open_seconds", "description": "The median age of a user's currently open issues.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "avg_close_time_days": {"name": "avg_close_time_days", "description": "The average time taken to close issues since assignment, in days.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "avg_age_currently_open_days": {"name": "avg_age_currently_open_days", "description": "The average age of a user's currently open issues.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "median_close_time_days": {"name": "median_close_time_days", "description": "The median time taken to close issues since assignment, in days.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "median_age_currently_open_days": {"name": "median_age_currently_open_days", "description": "The median age of a user's currently open issues.", "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": "jira://models/intermediate/int_jira.yml", "build_path": null, "unrendered_config": {"materialized": "ephemeral", "schema": "jira_{{ var('directed_schema','dev') }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1781051929.414298, "relation_name": null, "raw_code": "with issue as (\n\n select *\n from {{ ref('jira__issue_enhanced') }} \n where assignee_user_id is not null\n),\n\ncalculate_medians as (\n\n select\n assignee_user_id as user_id,\n source_relation,\n round(cast({{ fivetran_utils.percentile(percentile_field='case when resolved_at is not null then last_assignment_duration_seconds end',\n partition_field='assignee_user_id', percent='0.5') }} as {{ dbt.type_numeric() }}), 0) as median_close_time_seconds,\n round(cast({{ fivetran_utils.percentile(percentile_field='case when resolved_at is null then last_assignment_duration_seconds end',\n partition_field='assignee_user_id', percent='0.5') }} as {{ dbt.type_numeric() }}), 0) as median_age_currently_open_seconds\n from issue\n {% if target.type == 'postgres' %} group by 1, 2 {% endif %}\n),\n\n-- grouping because the medians were calculated using window functions (except postgres)\nmedian_metrics as (\n\n select\n user_id,\n source_relation,\n median_close_time_seconds,\n median_age_currently_open_seconds\n from calculate_medians\n {{ dbt_utils.group_by(4) }}\n),\n\n\nuser_issues as (\n\n select\n assignee_user_id as user_id,\n source_relation,\n sum(case when resolved_at is not null then 1 else 0 end) as count_closed_issues,\n sum(case when resolved_at is null then 1 else 0 end) as count_open_issues,\n sum(case when resolved_at is not null then last_assignment_duration_seconds end) as sum_close_time_seconds,\n sum(case when resolved_at is null then last_assignment_duration_seconds end) as sum_current_open_seconds\n from issue\n group by 1, 2\n),\n\ncalculate_avg_metrics as (\n\n select\n user_id,\n source_relation,\n count_closed_issues,\n count_open_issues,\n case when count_closed_issues = 0 then 0 else\n round(cast(sum_close_time_seconds * 1.0 / count_closed_issues as {{ dbt.type_numeric() }} ), 0) end as avg_close_time_seconds,\n case when count_open_issues = 0 then 0 else\n round(cast(sum_current_open_seconds * 1.0 / count_open_issues as {{ dbt.type_numeric() }} ), 0) end as avg_age_currently_open_seconds\n from user_issues\n),\n\njoin_metrics as (\n\n select\n calculate_avg_metrics.*,\n round(cast(calculate_avg_metrics.avg_close_time_seconds / 86400.0 as {{ dbt.type_numeric() }} ), 0) as avg_close_time_days,\n round(cast(calculate_avg_metrics.avg_age_currently_open_seconds / 86400.0 as {{ dbt.type_numeric() }} ), 0) as avg_age_currently_open_days,\n median_metrics.median_close_time_seconds,\n median_metrics.median_age_currently_open_seconds,\n round(cast(median_metrics.median_close_time_seconds / 86400.0 as {{ dbt.type_numeric() }} ), 0) as median_close_time_days,\n round(cast(median_metrics.median_age_currently_open_seconds / 86400.0 as {{ dbt.type_numeric() }} ), 0) as median_age_currently_open_days \n from calculate_avg_metrics\n left join median_metrics on\n calculate_avg_metrics.user_id = median_metrics.user_id\n and calculate_avg_metrics.source_relation = median_metrics.source_relation\n)\n\nselect * \nfrom join_metrics", "doc_blocks": [], "language": "sql", "refs": [{"name": "jira__issue_enhanced", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.fivetran_utils.percentile", "macro.dbt.type_numeric", "macro.dbt_utils.group_by"], "nodes": ["model.jira.jira__issue_enhanced"]}, "compiled_path": "target/compiled/jira/models/intermediate/int_jira__user_metrics.sql", "compiled": true, "compiled_code": "with issue as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"jira__issue_enhanced\" \n where assignee_user_id is not null\n),\n\ncalculate_medians as (\n\n select\n assignee_user_id as user_id,\n source_relation,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by case when resolved_at is not null then last_assignment_duration_seconds end )\n /* have to group by partition field */\n\n as numeric(28,6)), 0) as median_close_time_seconds,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by case when resolved_at is null then last_assignment_duration_seconds end )\n /* have to group by partition field */\n\n as numeric(28,6)), 0) as median_age_currently_open_seconds\n from issue\n group by 1, 2 \n),\n\n-- grouping because the medians were calculated using window functions (except postgres)\nmedian_metrics as (\n\n select\n user_id,\n source_relation,\n median_close_time_seconds,\n median_age_currently_open_seconds\n from calculate_medians\n group by 1,2,3,4\n),\n\n\nuser_issues as (\n\n select\n assignee_user_id as user_id,\n source_relation,\n sum(case when resolved_at is not null then 1 else 0 end) as count_closed_issues,\n sum(case when resolved_at is null then 1 else 0 end) as count_open_issues,\n sum(case when resolved_at is not null then last_assignment_duration_seconds end) as sum_close_time_seconds,\n sum(case when resolved_at is null then last_assignment_duration_seconds end) as sum_current_open_seconds\n from issue\n group by 1, 2\n),\n\ncalculate_avg_metrics as (\n\n select\n user_id,\n source_relation,\n count_closed_issues,\n count_open_issues,\n case when count_closed_issues = 0 then 0 else\n round(cast(sum_close_time_seconds * 1.0 / count_closed_issues as numeric(28,6) ), 0) end as avg_close_time_seconds,\n case when count_open_issues = 0 then 0 else\n round(cast(sum_current_open_seconds * 1.0 / count_open_issues as numeric(28,6) ), 0) end as avg_age_currently_open_seconds\n from user_issues\n),\n\njoin_metrics as (\n\n select\n calculate_avg_metrics.*,\n round(cast(calculate_avg_metrics.avg_close_time_seconds / 86400.0 as numeric(28,6) ), 0) as avg_close_time_days,\n round(cast(calculate_avg_metrics.avg_age_currently_open_seconds / 86400.0 as numeric(28,6) ), 0) as avg_age_currently_open_days,\n median_metrics.median_close_time_seconds,\n median_metrics.median_age_currently_open_seconds,\n round(cast(median_metrics.median_close_time_seconds / 86400.0 as numeric(28,6) ), 0) as median_close_time_days,\n round(cast(median_metrics.median_age_currently_open_seconds / 86400.0 as numeric(28,6) ), 0) as median_age_currently_open_days \n from calculate_avg_metrics\n left join median_metrics on\n calculate_avg_metrics.user_id = median_metrics.user_id\n and calculate_avg_metrics.source_relation = median_metrics.source_relation\n)\n\nselect * \nfrom join_metrics", "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.jira.int_jira__issue_join": {"database": "postgres", "schema": "public_jira_dev", "name": "int_jira__issue_join", "resource_type": "model", "package_name": "jira", "path": "intermediate/int_jira__issue_join.sql", "original_file_path": "models/intermediate/int_jira__issue_join.sql", "unique_id": "model.jira.int_jira__issue_join", "fqn": ["jira", "intermediate", "int_jira__issue_join"], "alias": "int_jira__issue_join", "checksum": {"name": "sha256", "checksum": "e7f3096972604f47e2eaf1c0af179fe93e52c12bd1986f6dfdb22c4031f236a5"}, "config": {"enabled": true, "alias": null, "schema": "jira_dev", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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": "The core issue table, enhanced with current-status attributes from foreign-key-related tables, and metrics regarding resolutions and assignments.\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.jira.source_relation"]}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran last synced this record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_id": {"name": "issue_id", "description": "Unique ID of the issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_name": {"name": "issue_name", "description": "Title of the issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "updated_at": {"name": "updated_at", "description": "Timestamp of when the issue was last updated in some way.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_type": {"name": "issue_type", "description": "Name of the issue type (ie Epic, Task, Subtask, any custom types).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_type_id": {"name": "issue_type_id", "description": "Foreign key referencing the ID of the `issue_type`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "created_at": {"name": "created_at", "description": "Timestamp of when the issue was created (in UTC).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_description": {"name": "issue_description", "description": "The issue description, if given.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "due_date": {"name": "due_date", "description": "Calendar day on which the issue is due, if a due date is provided.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "environment": {"name": "environment", "description": "Text field describing the environment in which the issue occurred (ie \"IE9 on Windows 7\").", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "assignee_user_id": {"name": "assignee_user_id", "description": "Foreign key referencing the ID of the `user` currently assigned to this task.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "assignee_name": {"name": "assignee_name", "description": "User display name of the person currently assigned this issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "reporter_user_id": {"name": "reporter_user_id", "description": "Foreign key referencing the ID of the `user` who reported the issue. This differs from the `issue.creator` column in that the reporter can be changed in-app, though it is initialized as the creator.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "reporter_name": {"name": "reporter_name", "description": "User display name of the person who reported the issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "assignee_timezone": {"name": "assignee_timezone", "description": "Timezone of the user currently assigned this issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "assignee_email": {"name": "assignee_email", "description": "Email associated with the user currently assigned this issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_key": {"name": "issue_key", "description": "UI-facing id of the issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "parent_issue_id": {"name": "parent_issue_id", "description": "Self-referencing ID of the parent `issue`, which may be an epic.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "parent_issue_name": {"name": "parent_issue_name", "description": "Title of the parent issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "parent_issue_key": {"name": "parent_issue_key", "description": "Issue key of the sub-issue's parent.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "parent_issue_type": {"name": "parent_issue_type", "description": "Name of the type of issue that the parent is.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "current_priority": {"name": "current_priority", "description": "Name of the issue's current priority as it appears in the UI.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "priority_id": {"name": "priority_id", "description": "Foreign key referencing the ID of the issue's current `priority`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "project_id": {"name": "project_id", "description": "Foreign key referencing the `project` that the issue belongs to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "project_name": {"name": "project_name", "description": "Title of the issue's project.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "resolution_type": {"name": "resolution_type", "description": "Display name of the type of resolution that closed the issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "resolved_at": {"name": "resolved_at", "description": "Timestamp of when the issue was resolved (ie completed, marked as duplicate). If an issue is un-resolved, this will be null.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "resolution_id": {"name": "resolution_id", "description": "Foreign key referencing the ID of the issue's type of `resolution`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "current_status": {"name": "current_status", "description": "Title of the category of status.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "status_id": {"name": "status_id", "description": "Foreign key referencing the ID of the issue's `status` (the step that the issue is currently at in the project's workflow).\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "status_changed_at": {"name": "status_changed_at", "description": "Timestamp of when the status was last changed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "current_sprint_id": {"name": "current_sprint_id", "description": "Foreign key referencing the `sprint` that the issue is currently in.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "current_sprint_name": {"name": "current_sprint_name", "description": "Title of the issue's sprint.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "count_sprint_changes": {"name": "count_sprint_changes", "description": "The total number of sprints that the issue has belonged to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_active_sprint": {"name": "is_active_sprint", "description": "Yes, if the sprint started after the current time and if the sprint ends in the future.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sprint_completed_at": {"name": "sprint_completed_at", "description": "Timestamp of when the sprint was completed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sprint_ended_at": {"name": "sprint_ended_at", "description": "Timestamp of when the sprint is planned to end.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sprint_started_at": {"name": "sprint_started_at", "description": "Timestamp of when the sprint began.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "original_estimate_seconds": {"name": "original_estimate_seconds", "description": "The original estimate of how long working on this issue would take, in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "remaining_estimate_seconds": {"name": "remaining_estimate_seconds", "description": "The estimate of how much longer working on this issue will take, in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "time_spent_seconds": {"name": "time_spent_seconds", "description": "The time that was spent working on this issue, in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "work_ratio": {"name": "work_ratio", "description": "The percentage of work that has been logged against the issue (time_spent) vs the original estimate of worktime. Equals -1.0 when the fields required for calculation are not provided.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation": {"name": "conversation", "description": "Line-separated list of comments made on this issue, including the timestamp and author name of each comment.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "count_comments": {"name": "count_comments", "description": "The number of comments made on this issues.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "first_assigned_at": {"name": "first_assigned_at", "description": "Timestamp of when the issue was first assigned to a user.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_assigned_at": {"name": "last_assigned_at", "description": "Timestamp of when the issue was last assigned to a user.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "first_resolved_at": {"name": "first_resolved_at", "description": "Timestamp of when the issue was first resolved.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "reporter_email": {"name": "reporter_email", "description": "Email associated with the user who reported this issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "reporter_timezone": {"name": "reporter_timezone", "description": "Timezone of the user currently who reported this issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_parent_epic": {"name": "is_parent_epic", "description": "Boolean that is true if the parent is an epic.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "creator_user_id": {"name": "creator_user_id", "description": "Foreign key referencing the `user` who first created the issue. Cannot be changed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "affects_versions": {"name": "affects_versions", "description": "Comma-separated list of the names of project versions that this issue affects.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "fixes_versions": {"name": "fixes_versions", "description": "Comma-separated list of the names of project versions that this issue fixes.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "current_status_category": {"name": "current_status_category", "description": "Title of the umbrella status category that the issue is currently in.", "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": "jira://models/intermediate/int_jira.yml", "build_path": null, "unrendered_config": {"materialized": "table", "schema": "jira_{{ var('directed_schema','dev') }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1781051929.4122617, "relation_name": "\"postgres\".\"public_jira_dev\".\"int_jira__issue_join\"", "raw_code": "{{\n config(\n materialized = 'table'\n )\n}}\n\nwith issue as (\n\n select *\n from {{ ref('int_jira__issue_users') }}\n\n),\n\nproject as (\n\n select * \n from {{ ref('stg_jira__project') }}\n),\n\nstatus as (\n\n select * \n from {{ ref('stg_jira__status') }}\n),\n\nstatus_category as (\n\n select * \n from {{ ref('stg_jira__status_category') }}\n),\n\nresolution as (\n\n select * \n from {{ ref('stg_jira__resolution') }}\n),\n\n{% if var('jira_using_priorities', True) %}\npriority as (\n\n select * \n from {{ ref('stg_jira__priority') }}\n),\n{% endif %}\n\n{% if var('jira_using_sprints', True) %}\nissue_sprint as (\n\n select *\n from {{ ref('int_jira__issue_sprint') }}\n),\n{% endif %}\n\n{% if var('jira_include_comments', True) %}\nissue_comments as (\n\n select * \n from {{ ref('int_jira__issue_comments') }}\n),\n{% endif %}\n\nissue_assignments_and_resolutions as (\n\n select *\n from {{ ref('int_jira__issue_assign_resolution')}}\n),\n\n{% if var('jira_using_versions', True) %}\nissue_versions as (\n\n select *\n from {{ ref('int_jira__issue_versions') }}\n),\n{% endif %}\n\njoin_issue as (\n\n select\n issue.*\n ,project.project_name as project_name\n ,status.status_name as current_status\n ,status_category.status_category_name as current_status_category\n ,resolution.resolution_name as resolution_type\n\n {% if var('jira_using_priorities', True) %}\n ,priority.priority_name as current_priority\n\t{% endif %}\n\n {% if var('jira_using_sprints', True) %}\n ,issue_sprint.current_sprint_id\n ,issue_sprint.current_sprint_name\n ,coalesce(issue_sprint.count_sprint_changes, 0) as count_sprint_changes\n ,issue_sprint.sprint_started_at\n ,issue_sprint.sprint_ended_at\n ,issue_sprint.sprint_completed_at\n ,coalesce(issue_sprint.sprint_started_at <= {{ dbt.current_timestamp() }}\n and coalesce(issue_sprint.sprint_completed_at, {{ dbt.current_timestamp() }}) >= {{ dbt.current_timestamp() }} \n , false) as is_active_sprint -- If sprint doesn't have a start date, default to false. If it does have a start date, but no completed date, this means that the sprint is active. The ended_at timestamp is irrelevant here.\n {% endif %}\n\n ,issue_assignments_and_resolutions.first_assigned_at\n ,issue_assignments_and_resolutions.last_assigned_at\n ,issue_assignments_and_resolutions.first_resolved_at\n\n {% if var('jira_using_versions', True) %}\n ,issue_versions.fixes_versions\n ,issue_versions.affects_versions\n {% endif %}\n\n {% if var('jira_include_comments', True) %}\n {{ ',issue_comments.conversation' if var('jira_include_conversations', False if target.type == 'redshift' else True) }}\n ,coalesce(issue_comments.count_comments, 0) as count_comments\n {% endif %}\n\n from issue\n left join project\n on project.project_id = issue.project_id\n and project.source_relation = issue.source_relation\n left join status\n on status.status_id = issue.status_id\n and status.source_relation = issue.source_relation\n left join status_category\n on status.status_category_id = status_category.status_category_id\n and status.source_relation = status_category.source_relation\n left join resolution\n on resolution.resolution_id = issue.resolution_id\n and resolution.source_relation = issue.source_relation\n\n\t{% if var('jira_using_priorities', True) %}\n left join priority\n on priority.priority_id = issue.priority_id\n and priority.source_relation = issue.source_relation\n\t{% endif %}\n left join issue_assignments_and_resolutions\n on issue_assignments_and_resolutions.issue_id = issue.issue_id\n and issue_assignments_and_resolutions.source_relation = issue.source_relation\n\n {% if var('jira_using_versions', True) %}\n left join issue_versions\n on issue_versions.issue_id = issue.issue_id\n and issue_versions.source_relation = issue.source_relation\n {% endif %}\n\n {% if var('jira_using_sprints', True) %}\n left join issue_sprint\n on issue_sprint.issue_id = issue.issue_id\n and issue_sprint.source_relation = issue.source_relation\n {% endif %}\n\n {% if var('jira_include_comments', True) %}\n left join issue_comments\n on issue_comments.issue_id = issue.issue_id\n and issue_comments.source_relation = issue.source_relation\n {% endif %}\n)\n\nselect *\nfrom join_issue", "doc_blocks": [], "language": "sql", "refs": [{"name": "int_jira__issue_users", "package": null, "version": null}, {"name": "stg_jira__project", "package": null, "version": null}, {"name": "stg_jira__status", "package": null, "version": null}, {"name": "stg_jira__status_category", "package": null, "version": null}, {"name": "stg_jira__resolution", "package": null, "version": null}, {"name": "stg_jira__priority", "package": null, "version": null}, {"name": "int_jira__issue_sprint", "package": null, "version": null}, {"name": "int_jira__issue_comments", "package": null, "version": null}, {"name": "int_jira__issue_assign_resolution", "package": null, "version": null}, {"name": "int_jira__issue_versions", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.current_timestamp"], "nodes": ["model.jira.int_jira__issue_users", "model.jira.stg_jira__project", "model.jira.stg_jira__status", "model.jira.stg_jira__status_category", "model.jira.stg_jira__resolution", "model.jira.stg_jira__priority", "model.jira.int_jira__issue_sprint", "model.jira.int_jira__issue_comments", "model.jira.int_jira__issue_assign_resolution", "model.jira.int_jira__issue_versions"]}, "compiled_path": "target/compiled/jira/models/intermediate/int_jira__issue_join.sql", "compiled": true, "compiled_code": "\n\nwith __dbt__cte__int_jira__issue_users as (\n-- just grabs user attributes for issue assignees and reporters \n\nwith issue as (\n\n -- including issue_id in here because snowflake for some reason ignores issue_id,\n -- so we'll just always pull it out and explicitly select it\n \n\n select\n issue_id,\n coalesce(cast(revised_parent_issue_id as TEXT), cast(parent_issue_id as TEXT)) as parent_issue_id,\n\n \"source_relation\",\n \"original_estimate_seconds\",\n \"remaining_estimate_seconds\",\n \"time_spent_seconds\",\n \"assignee_user_id\",\n \"created_at\",\n \"resolved_at\",\n \"creator_user_id\",\n \"issue_description\",\n \"due_date\",\n \"environment\",\n \"issue_type_id\",\n \"issue_key\",\n \"priority_id\",\n \"project_id\",\n \"reporter_user_id\",\n \"resolution_id\",\n \"status_id\",\n \"status_changed_at\",\n \"issue_name\",\n \"updated_at\",\n \"work_ratio\",\n \"_fivetran_synced\",\n \"issue_type\",\n \"parent_issue_type\",\n \"parent_issue_name\",\n \"parent_issue_key\",\n \"is_parent_epic\"\n\n from \"postgres\".\"public_jira_dev\".\"int_jira__issue_type_parents\"\n),\n\n-- user is a reserved keyword in AWS\njira_user as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__user\"\n),\n\nissue_user_join as (\n\n select\n issue.*,\n assignee.user_display_name as assignee_name,\n assignee.time_zone as assignee_timezone,\n assignee.email as assignee_email,\n reporter.email as reporter_email,\n reporter.user_display_name as reporter_name,\n reporter.time_zone as reporter_timezone\n from issue\n left join jira_user as assignee\n on issue.assignee_user_id = assignee.user_id\n and issue.source_relation = assignee.source_relation\n left join jira_user as reporter\n on issue.reporter_user_id = reporter.user_id\n and issue.source_relation = reporter.source_relation\n)\n\nselect * \nfrom issue_user_join\n), __dbt__cte__int_jira__issue_multiselect_history as (\nwith issue_multiselect_history as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__issue_multiselect_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n issue_multiselect_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', issue_multiselect_history.updated_at) as date) as updated_at_week\n\n from issue_multiselect_history\n join fields\n on fields.field_id = issue_multiselect_history.field_id\n and fields.source_relation = issue_multiselect_history.source_relation\n\n)\n\nselect *\nfrom joined\n), __dbt__cte__int_jira__issue_sprint as (\n\n\nwith sprint as (\n\n select * \n from \"postgres\".\"public_jira_dev\".\"stg_jira__sprint\"\n),\n\nfield_history as (\n\n -- sprints don't appear to be capable of multiselect in the UI...\n select *\n from __dbt__cte__int_jira__issue_multiselect_history\n),\n\nsprint_field_history as (\n\n select\n field_history.*,\n sprint.sprint_id,\n sprint.sprint_name,\n sprint.board_id,\n sprint.completed_at,\n sprint.ended_at,\n sprint.started_at,\n sprint._fivetran_synced,\n row_number() over (\n partition by field_history.issue_id \n order by field_history.updated_at desc, sprint.started_at desc\n ) as row_num\n from field_history\n left join sprint\n on field_history.field_value = cast(sprint.sprint_id as TEXT)\n and field_history.source_relation = sprint.source_relation\n where lower(field_history.field_name) = 'sprint'\n),\n\nlast_sprint as (\n\n select *\n from sprint_field_history\n where row_num = 1\n), \n\nsprint_rollovers as (\n\n select\n issue_id,\n source_relation,\n count(distinct case when field_value is not null then field_value end) as count_sprint_changes\n from sprint_field_history\n group by 1, 2\n),\n\nissue_sprint as (\n\n select\n last_sprint.issue_id,\n last_sprint.source_relation,\n last_sprint.field_value as current_sprint_id,\n last_sprint.sprint_name as current_sprint_name,\n last_sprint.board_id,\n last_sprint.started_at as sprint_started_at,\n last_sprint.ended_at as sprint_ended_at,\n last_sprint.completed_at as sprint_completed_at,\n coalesce(sprint_rollovers.count_sprint_changes, 0) as count_sprint_changes\n from last_sprint\n left join sprint_rollovers\n on sprint_rollovers.issue_id = last_sprint.issue_id\n and sprint_rollovers.source_relation = last_sprint.source_relation\n)\n\nselect *\nfrom issue_sprint\n), __dbt__cte__int_jira__issue_comments as (\n\n\nwith comment as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__comment\"\n order by issue_id, created_at asc\n),\n\n-- user is a reserved keyword in AWS \njira_user as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__user\"\n),\n\nagg_comments as (\n\n select\n comment.issue_id,\n comment.source_relation,\n count(comment.comment_id) as count_comments\n ,\n string_agg(comment.created_at || ' - ' || jira_user.user_display_name || ': ' || comment.body, '\\n')\n\n as conversation\n \n\n from comment\n inner join jira_user\n on comment.author_user_id = jira_user.user_id\n and comment.source_relation = jira_user.source_relation\n group by 1, 2\n)\n\nselect * from agg_comments\n), __dbt__cte__int_jira__issue_field_history as (\nwith field_history as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__issue_field_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n field_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', field_history.updated_at) as date) as updated_at_week\n\n from field_history\n join fields\n on fields.field_id = field_history.field_id\n and fields.source_relation = field_history.source_relation\n\n)\n\nselect *\nfrom joined\n), __dbt__cte__int_jira__issue_assign_resolution as (\nwith issue_field_history as (\n \n select *\n from __dbt__cte__int_jira__issue_field_history\n),\n\nfiltered as (\n -- we're only looking at assignments and resolutions, which are single-field values\n select *\n from issue_field_history\n where (lower(field_id) = 'assignee'\n or lower(field_id) = 'resolutiondate')\n and field_value is not null -- remove initial null rows\n),\n\nissue_dates as (\n\n select\n issue_id,\n source_relation,\n min(case when field_id = 'assignee' then updated_at end) as first_assigned_at,\n max(case when field_id = 'assignee' then updated_at end) as last_assigned_at,\n min(case when field_id = 'resolutiondate' then updated_at end) as first_resolved_at -- in case it's been re-opened\n from filtered\n group by 1, 2\n)\n\nselect *\nfrom issue_dates\n), __dbt__cte__int_jira__issue_versions as (\n\n\nwith version as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__version\"\n),\n\nversion_history as (\n\n select *\n from __dbt__cte__int_jira__issue_multiselect_history\n where field_id = 'versions'\n or field_id = 'fixVersions'\n),\n\norder_versions as (\n\n select\n *,\n -- using rank so batches stick together\n rank() over (\n partition by field_id, issue_id \n order by updated_at desc\n ) as row_num\n from version_history\n),\n\nlatest_versions as (\n\n select\n field_id,\n issue_id,\n source_relation,\n updated_at,\n cast(field_value as integer) as version_id\n from order_versions\n where row_num = 1\n),\n\nversion_info as (\n\n select\n latest_versions.field_id,\n latest_versions.issue_id,\n latest_versions.source_relation,\n \n string_agg(version.version_name, ', ')\n\n as versions\n\n from latest_versions\n join version on latest_versions.version_id = version.version_id\n and latest_versions.source_relation = version.source_relation\n\n group by 1,2,3\n),\n\nsplit_versions as (\n\n select\n issue_id,\n source_relation,\n case when field_id = 'versions' then versions else null end as affects_versions,\n case when field_id = 'fixVersions' then versions else null end as fixes_versions\n from version_info\n),\n\nfinal as (\n\n select\n issue_id,\n source_relation,\n max(affects_versions) as affects_versions,\n max(fixes_versions) as fixes_versions\n from split_versions\n group by 1, 2\n)\n\nselect *\nfrom final\n), issue as (\n\n select *\n from __dbt__cte__int_jira__issue_users\n\n),\n\nproject as (\n\n select * \n from \"postgres\".\"public_jira_dev\".\"stg_jira__project\"\n),\n\nstatus as (\n\n select * \n from \"postgres\".\"public_jira_dev\".\"stg_jira__status\"\n),\n\nstatus_category as (\n\n select * \n from \"postgres\".\"public_jira_dev\".\"stg_jira__status_category\"\n),\n\nresolution as (\n\n select * \n from \"postgres\".\"public_jira_dev\".\"stg_jira__resolution\"\n),\n\n\npriority as (\n\n select * \n from \"postgres\".\"public_jira_dev\".\"stg_jira__priority\"\n),\n\n\n\nissue_sprint as (\n\n select *\n from __dbt__cte__int_jira__issue_sprint\n),\n\n\n\nissue_comments as (\n\n select * \n from __dbt__cte__int_jira__issue_comments\n),\n\n\nissue_assignments_and_resolutions as (\n\n select *\n from __dbt__cte__int_jira__issue_assign_resolution\n),\n\n\nissue_versions as (\n\n select *\n from __dbt__cte__int_jira__issue_versions\n),\n\n\njoin_issue as (\n\n select\n issue.*\n ,project.project_name as project_name\n ,status.status_name as current_status\n ,status_category.status_category_name as current_status_category\n ,resolution.resolution_name as resolution_type\n\n \n ,priority.priority_name as current_priority\n\t\n\n \n ,issue_sprint.current_sprint_id\n ,issue_sprint.current_sprint_name\n ,coalesce(issue_sprint.count_sprint_changes, 0) as count_sprint_changes\n ,issue_sprint.sprint_started_at\n ,issue_sprint.sprint_ended_at\n ,issue_sprint.sprint_completed_at\n ,coalesce(issue_sprint.sprint_started_at <= now()\n and coalesce(issue_sprint.sprint_completed_at, now()) >= now() \n , false) as is_active_sprint -- If sprint doesn't have a start date, default to false. If it does have a start date, but no completed date, this means that the sprint is active. The ended_at timestamp is irrelevant here.\n \n\n ,issue_assignments_and_resolutions.first_assigned_at\n ,issue_assignments_and_resolutions.last_assigned_at\n ,issue_assignments_and_resolutions.first_resolved_at\n\n \n ,issue_versions.fixes_versions\n ,issue_versions.affects_versions\n \n\n \n ,issue_comments.conversation\n ,coalesce(issue_comments.count_comments, 0) as count_comments\n \n\n from issue\n left join project\n on project.project_id = issue.project_id\n and project.source_relation = issue.source_relation\n left join status\n on status.status_id = issue.status_id\n and status.source_relation = issue.source_relation\n left join status_category\n on status.status_category_id = status_category.status_category_id\n and status.source_relation = status_category.source_relation\n left join resolution\n on resolution.resolution_id = issue.resolution_id\n and resolution.source_relation = issue.source_relation\n\n\t\n left join priority\n on priority.priority_id = issue.priority_id\n and priority.source_relation = issue.source_relation\n\t\n left join issue_assignments_and_resolutions\n on issue_assignments_and_resolutions.issue_id = issue.issue_id\n and issue_assignments_and_resolutions.source_relation = issue.source_relation\n\n \n left join issue_versions\n on issue_versions.issue_id = issue.issue_id\n and issue_versions.source_relation = issue.source_relation\n \n\n \n left join issue_sprint\n on issue_sprint.issue_id = issue.issue_id\n and issue_sprint.source_relation = issue.source_relation\n \n\n \n left join issue_comments\n on issue_comments.issue_id = issue.issue_id\n and issue_comments.source_relation = issue.source_relation\n \n)\n\nselect *\nfrom join_issue", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.jira.int_jira__issue_users", "sql": " __dbt__cte__int_jira__issue_users as (\n-- just grabs user attributes for issue assignees and reporters \n\nwith issue as (\n\n -- including issue_id in here because snowflake for some reason ignores issue_id,\n -- so we'll just always pull it out and explicitly select it\n \n\n select\n issue_id,\n coalesce(cast(revised_parent_issue_id as TEXT), cast(parent_issue_id as TEXT)) as parent_issue_id,\n\n \"source_relation\",\n \"original_estimate_seconds\",\n \"remaining_estimate_seconds\",\n \"time_spent_seconds\",\n \"assignee_user_id\",\n \"created_at\",\n \"resolved_at\",\n \"creator_user_id\",\n \"issue_description\",\n \"due_date\",\n \"environment\",\n \"issue_type_id\",\n \"issue_key\",\n \"priority_id\",\n \"project_id\",\n \"reporter_user_id\",\n \"resolution_id\",\n \"status_id\",\n \"status_changed_at\",\n \"issue_name\",\n \"updated_at\",\n \"work_ratio\",\n \"_fivetran_synced\",\n \"issue_type\",\n \"parent_issue_type\",\n \"parent_issue_name\",\n \"parent_issue_key\",\n \"is_parent_epic\"\n\n from \"postgres\".\"public_jira_dev\".\"int_jira__issue_type_parents\"\n),\n\n-- user is a reserved keyword in AWS\njira_user as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__user\"\n),\n\nissue_user_join as (\n\n select\n issue.*,\n assignee.user_display_name as assignee_name,\n assignee.time_zone as assignee_timezone,\n assignee.email as assignee_email,\n reporter.email as reporter_email,\n reporter.user_display_name as reporter_name,\n reporter.time_zone as reporter_timezone\n from issue\n left join jira_user as assignee\n on issue.assignee_user_id = assignee.user_id\n and issue.source_relation = assignee.source_relation\n left join jira_user as reporter\n on issue.reporter_user_id = reporter.user_id\n and issue.source_relation = reporter.source_relation\n)\n\nselect * \nfrom issue_user_join\n)"}, {"id": "model.jira.int_jira__issue_multiselect_history", "sql": " __dbt__cte__int_jira__issue_multiselect_history as (\nwith issue_multiselect_history as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__issue_multiselect_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n issue_multiselect_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', issue_multiselect_history.updated_at) as date) as updated_at_week\n\n from issue_multiselect_history\n join fields\n on fields.field_id = issue_multiselect_history.field_id\n and fields.source_relation = issue_multiselect_history.source_relation\n\n)\n\nselect *\nfrom joined\n)"}, {"id": "model.jira.int_jira__issue_sprint", "sql": " __dbt__cte__int_jira__issue_sprint as (\n\n\nwith sprint as (\n\n select * \n from \"postgres\".\"public_jira_dev\".\"stg_jira__sprint\"\n),\n\nfield_history as (\n\n -- sprints don't appear to be capable of multiselect in the UI...\n select *\n from __dbt__cte__int_jira__issue_multiselect_history\n),\n\nsprint_field_history as (\n\n select\n field_history.*,\n sprint.sprint_id,\n sprint.sprint_name,\n sprint.board_id,\n sprint.completed_at,\n sprint.ended_at,\n sprint.started_at,\n sprint._fivetran_synced,\n row_number() over (\n partition by field_history.issue_id \n order by field_history.updated_at desc, sprint.started_at desc\n ) as row_num\n from field_history\n left join sprint\n on field_history.field_value = cast(sprint.sprint_id as TEXT)\n and field_history.source_relation = sprint.source_relation\n where lower(field_history.field_name) = 'sprint'\n),\n\nlast_sprint as (\n\n select *\n from sprint_field_history\n where row_num = 1\n), \n\nsprint_rollovers as (\n\n select\n issue_id,\n source_relation,\n count(distinct case when field_value is not null then field_value end) as count_sprint_changes\n from sprint_field_history\n group by 1, 2\n),\n\nissue_sprint as (\n\n select\n last_sprint.issue_id,\n last_sprint.source_relation,\n last_sprint.field_value as current_sprint_id,\n last_sprint.sprint_name as current_sprint_name,\n last_sprint.board_id,\n last_sprint.started_at as sprint_started_at,\n last_sprint.ended_at as sprint_ended_at,\n last_sprint.completed_at as sprint_completed_at,\n coalesce(sprint_rollovers.count_sprint_changes, 0) as count_sprint_changes\n from last_sprint\n left join sprint_rollovers\n on sprint_rollovers.issue_id = last_sprint.issue_id\n and sprint_rollovers.source_relation = last_sprint.source_relation\n)\n\nselect *\nfrom issue_sprint\n)"}, {"id": "model.jira.int_jira__issue_comments", "sql": " __dbt__cte__int_jira__issue_comments as (\n\n\nwith comment as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__comment\"\n order by issue_id, created_at asc\n),\n\n-- user is a reserved keyword in AWS \njira_user as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__user\"\n),\n\nagg_comments as (\n\n select\n comment.issue_id,\n comment.source_relation,\n count(comment.comment_id) as count_comments\n ,\n string_agg(comment.created_at || ' - ' || jira_user.user_display_name || ': ' || comment.body, '\\n')\n\n as conversation\n \n\n from comment\n inner join jira_user\n on comment.author_user_id = jira_user.user_id\n and comment.source_relation = jira_user.source_relation\n group by 1, 2\n)\n\nselect * from agg_comments\n)"}, {"id": "model.jira.int_jira__issue_field_history", "sql": " __dbt__cte__int_jira__issue_field_history as (\nwith field_history as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__issue_field_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n field_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', field_history.updated_at) as date) as updated_at_week\n\n from field_history\n join fields\n on fields.field_id = field_history.field_id\n and fields.source_relation = field_history.source_relation\n\n)\n\nselect *\nfrom joined\n)"}, {"id": "model.jira.int_jira__issue_assign_resolution", "sql": " __dbt__cte__int_jira__issue_assign_resolution as (\nwith issue_field_history as (\n \n select *\n from __dbt__cte__int_jira__issue_field_history\n),\n\nfiltered as (\n -- we're only looking at assignments and resolutions, which are single-field values\n select *\n from issue_field_history\n where (lower(field_id) = 'assignee'\n or lower(field_id) = 'resolutiondate')\n and field_value is not null -- remove initial null rows\n),\n\nissue_dates as (\n\n select\n issue_id,\n source_relation,\n min(case when field_id = 'assignee' then updated_at end) as first_assigned_at,\n max(case when field_id = 'assignee' then updated_at end) as last_assigned_at,\n min(case when field_id = 'resolutiondate' then updated_at end) as first_resolved_at -- in case it's been re-opened\n from filtered\n group by 1, 2\n)\n\nselect *\nfrom issue_dates\n)"}, {"id": "model.jira.int_jira__issue_versions", "sql": " __dbt__cte__int_jira__issue_versions as (\n\n\nwith version as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__version\"\n),\n\nversion_history as (\n\n select *\n from __dbt__cte__int_jira__issue_multiselect_history\n where field_id = 'versions'\n or field_id = 'fixVersions'\n),\n\norder_versions as (\n\n select\n *,\n -- using rank so batches stick together\n rank() over (\n partition by field_id, issue_id \n order by updated_at desc\n ) as row_num\n from version_history\n),\n\nlatest_versions as (\n\n select\n field_id,\n issue_id,\n source_relation,\n updated_at,\n cast(field_value as integer) as version_id\n from order_versions\n where row_num = 1\n),\n\nversion_info as (\n\n select\n latest_versions.field_id,\n latest_versions.issue_id,\n latest_versions.source_relation,\n \n string_agg(version.version_name, ', ')\n\n as versions\n\n from latest_versions\n join version on latest_versions.version_id = version.version_id\n and latest_versions.source_relation = version.source_relation\n\n group by 1,2,3\n),\n\nsplit_versions as (\n\n select\n issue_id,\n source_relation,\n case when field_id = 'versions' then versions else null end as affects_versions,\n case when field_id = 'fixVersions' then versions else null end as fixes_versions\n from version_info\n),\n\nfinal as (\n\n select\n issue_id,\n source_relation,\n max(affects_versions) as affects_versions,\n max(fixes_versions) as fixes_versions\n from split_versions\n group by 1, 2\n)\n\nselect *\nfrom final\n)"}], "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.jira.int_jira__issue_epic": {"database": "postgres", "schema": "public_jira_dev", "name": "int_jira__issue_epic", "resource_type": "model", "package_name": "jira", "path": "intermediate/int_jira__issue_epic.sql", "original_file_path": "models/intermediate/int_jira__issue_epic.sql", "unique_id": "model.jira.int_jira__issue_epic", "fqn": ["jira", "intermediate", "int_jira__issue_epic"], "alias": "int_jira__issue_epic", "checksum": {"name": "sha256", "checksum": "4fb0ef2c6cde28936adb42e45d47b06ffe03a4605f89dacb6c43cb0f2a9ae8cb"}, "config": {"enabled": true, "alias": null, "schema": "jira_dev", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": null, "materialized": "ephemeral", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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 associating **classic-project** issues with the epics they are linked to. This is necessary because issue-epic relationships are represented differently in next-gen vs classic projects. In next-gen projects, epics are stored as an issue's parent issue, whereas in classic projects epics are captured in the 'epic link' field in `issue_field_history`. Next-gen issues will not appear in this table.\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.jira.source_relation"]}, "issue_id": {"name": "issue_id", "description": "Unique ID of the issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "epic_issue_id": {"name": "epic_issue_id", "description": "Unique ID of the epic associated with this issue.", "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": "jira://models/intermediate/int_jira.yml", "build_path": null, "unrendered_config": {"materialized": "ephemeral", "schema": "jira_{{ var('directed_schema','dev') }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1781051929.4156106, "relation_name": null, "raw_code": "-- issue-epic relationships are either captured via the issue's parent_issue_id (next-gen projects)\n-- or through the 'Epic Link' field (classic projects)\nwith epic_field_history as (\n\n select *\n from {{ ref('int_jira__issue_field_history') }}\n where lower(field_name) like 'epic%link'\n),\n\norder_epic_links as (\n\n select\n issue_id,\n source_relation,\n cast(field_value as {{ dbt.type_string() }} ) as epic_issue_id,\n row_number() over (partition by issue_id {{ fivetran_utils.partition_by_source_relation(package_name='jira') }} order by updated_at desc) as row_num\n from epic_field_history\n),\n\nlast_epic_link as (\n\n select\n issue_id,\n source_relation,\n epic_issue_id\n from order_epic_links\n where row_num = 1\n)\n\nselect *\nfrom last_epic_link", "doc_blocks": [], "language": "sql", "refs": [{"name": "int_jira__issue_field_history", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.type_string", "macro.fivetran_utils.partition_by_source_relation"], "nodes": ["model.jira.int_jira__issue_field_history"]}, "compiled_path": "target/compiled/jira/models/intermediate/int_jira__issue_epic.sql", "compiled": true, "compiled_code": "-- issue-epic relationships are either captured via the issue's parent_issue_id (next-gen projects)\n-- or through the 'Epic Link' field (classic projects)\nwith __dbt__cte__int_jira__issue_field_history as (\nwith field_history as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__issue_field_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n field_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', field_history.updated_at) as date) as updated_at_week\n\n from field_history\n join fields\n on fields.field_id = field_history.field_id\n and fields.source_relation = field_history.source_relation\n\n)\n\nselect *\nfrom joined\n), epic_field_history as (\n\n select *\n from __dbt__cte__int_jira__issue_field_history\n where lower(field_name) like 'epic%link'\n),\n\norder_epic_links as (\n\n select\n issue_id,\n source_relation,\n cast(field_value as TEXT ) as epic_issue_id,\n row_number() over (partition by issue_id order by updated_at desc) as row_num\n from epic_field_history\n),\n\nlast_epic_link as (\n\n select\n issue_id,\n source_relation,\n epic_issue_id\n from order_epic_links\n where row_num = 1\n)\n\nselect *\nfrom last_epic_link", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.jira.int_jira__issue_field_history", "sql": " __dbt__cte__int_jira__issue_field_history as (\nwith field_history as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__issue_field_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n field_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', field_history.updated_at) as date) as updated_at_week\n\n from field_history\n join fields\n on fields.field_id = field_history.field_id\n and fields.source_relation = field_history.source_relation\n\n)\n\nselect *\nfrom joined\n)"}], "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.jira.int_jira__issue_comments": {"database": "postgres", "schema": "public_jira_dev", "name": "int_jira__issue_comments", "resource_type": "model", "package_name": "jira", "path": "intermediate/int_jira__issue_comments.sql", "original_file_path": "models/intermediate/int_jira__issue_comments.sql", "unique_id": "model.jira.int_jira__issue_comments", "fqn": ["jira", "intermediate", "int_jira__issue_comments"], "alias": "int_jira__issue_comments", "checksum": {"name": "sha256", "checksum": "0e73f9aa03ae144b05e142644e156356adfd4db1ec3393c9de1ddfcc33e59b19"}, "config": {"enabled": true, "alias": null, "schema": "jira_dev", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": null, "materialized": "ephemeral", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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 aggregating issue comments into 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.jira.source_relation"]}, "issue_id": {"name": "issue_id", "description": "Unique ID of the issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "conversation": {"name": "conversation", "description": "Line-separated list of comments made on this issue, including the timestamp and author name of each comment.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "count_comments": {"name": "count_comments", "description": "The number of comments made on this issues.", "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": "jira://models/intermediate/int_jira.yml", "build_path": null, "unrendered_config": {"materialized": "ephemeral", "schema": "jira_{{ var('directed_schema','dev') }}", "enabled": true, "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1781051929.4148793, "relation_name": null, "raw_code": "{{ config(enabled=var('jira_include_comments', True)) }}\n\nwith comment as (\n\n select *\n from {{ ref('stg_jira__comment') }}\n order by issue_id, created_at asc\n),\n\n-- user is a reserved keyword in AWS \njira_user as (\n\n select *\n from {{ ref('stg_jira__user') }}\n),\n\nagg_comments as (\n\n select\n comment.issue_id,\n comment.source_relation,\n count(comment.comment_id) as count_comments\n\n {%- if var('jira_include_conversations', False if target.type == 'redshift' else True) %}\n ,{{ fivetran_utils.string_agg(\n \"comment.created_at || ' - ' || jira_user.user_display_name || ': ' || comment.body\",\n \"'\\\\n'\" ) }} as conversation\n {% endif %}\n\n from comment\n inner join jira_user\n on comment.author_user_id = jira_user.user_id\n and comment.source_relation = jira_user.source_relation\n group by 1, 2\n)\n\nselect * from agg_comments", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__comment", "package": null, "version": null}, {"name": "stg_jira__user", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.fivetran_utils.string_agg"], "nodes": ["model.jira.stg_jira__comment", "model.jira.stg_jira__user"]}, "compiled_path": "target/compiled/jira/models/intermediate/int_jira__issue_comments.sql", "compiled": true, "compiled_code": "\n\nwith comment as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__comment\"\n order by issue_id, created_at asc\n),\n\n-- user is a reserved keyword in AWS \njira_user as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__user\"\n),\n\nagg_comments as (\n\n select\n comment.issue_id,\n comment.source_relation,\n count(comment.comment_id) as count_comments\n ,\n string_agg(comment.created_at || ' - ' || jira_user.user_display_name || ': ' || comment.body, '\\n')\n\n as conversation\n \n\n from comment\n inner join jira_user\n on comment.author_user_id = jira_user.user_id\n and comment.source_relation = jira_user.source_relation\n group by 1, 2\n)\n\nselect * from agg_comments", "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.jira.int_jira__issue_versions": {"database": "postgres", "schema": "public_jira_dev", "name": "int_jira__issue_versions", "resource_type": "model", "package_name": "jira", "path": "intermediate/int_jira__issue_versions.sql", "original_file_path": "models/intermediate/int_jira__issue_versions.sql", "unique_id": "model.jira.int_jira__issue_versions", "fqn": ["jira", "intermediate", "int_jira__issue_versions"], "alias": "int_jira__issue_versions", "checksum": {"name": "sha256", "checksum": "b9c9e6b3d165d495d57b3c7aa76e641c3ca5ca9b7020adbf2f3f9eab1605ee25"}, "config": {"enabled": true, "alias": null, "schema": "jira_dev", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": null, "materialized": "ephemeral", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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 associating issues with the versions that they fix and/or affect.\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.jira.source_relation"]}, "issue_id": {"name": "issue_id", "description": "Foreign key referencing the `issue` tagged with these versions.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "affects_versions": {"name": "affects_versions", "description": "Comma-separated list of the names of project versions that this issue affects.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "fixes_versions": {"name": "fixes_versions", "description": "Comma-separated list of the names of project versions that this issue fixes.", "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": "jira://models/intermediate/int_jira.yml", "build_path": null, "unrendered_config": {"materialized": "ephemeral", "schema": "jira_{{ var('directed_schema','dev') }}", "enabled": true, "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1781051929.428696, "relation_name": null, "raw_code": "{{ config(enabled=var('jira_using_versions', True)) }}\n\nwith version as (\n\n select *\n from {{ ref('stg_jira__version') }}\n),\n\nversion_history as (\n\n select *\n from {{ ref('int_jira__issue_multiselect_history') }}\n where field_id = 'versions'\n or field_id = 'fixVersions'\n),\n\norder_versions as (\n\n select\n *,\n -- using rank so batches stick together\n rank() over (\n partition by field_id, issue_id {{ fivetran_utils.partition_by_source_relation(package_name='jira') }}\n order by updated_at desc\n ) as row_num\n from version_history\n),\n\nlatest_versions as (\n\n select\n field_id,\n issue_id,\n source_relation,\n updated_at,\n cast(field_value as {{ dbt.type_int() }}) as version_id\n from order_versions\n where row_num = 1\n),\n\nversion_info as (\n\n select\n latest_versions.field_id,\n latest_versions.issue_id,\n latest_versions.source_relation,\n {{ fivetran_utils.string_agg('version.version_name', \"', '\") }} as versions\n\n from latest_versions\n join version on latest_versions.version_id = version.version_id\n and latest_versions.source_relation = version.source_relation\n\n group by 1,2,3\n),\n\nsplit_versions as (\n\n select\n issue_id,\n source_relation,\n case when field_id = 'versions' then versions else null end as affects_versions,\n case when field_id = 'fixVersions' then versions else null end as fixes_versions\n from version_info\n),\n\nfinal as (\n\n select\n issue_id,\n source_relation,\n max(affects_versions) as affects_versions,\n max(fixes_versions) as fixes_versions\n from split_versions\n group by 1, 2\n)\n\nselect *\nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__version", "package": null, "version": null}, {"name": "int_jira__issue_multiselect_history", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.fivetran_utils.partition_by_source_relation", "macro.dbt.type_int", "macro.fivetran_utils.string_agg"], "nodes": ["model.jira.stg_jira__version", "model.jira.int_jira__issue_multiselect_history"]}, "compiled_path": "target/compiled/jira/models/intermediate/int_jira__issue_versions.sql", "compiled": true, "compiled_code": "\n\nwith __dbt__cte__int_jira__issue_multiselect_history as (\nwith issue_multiselect_history as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__issue_multiselect_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n issue_multiselect_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', issue_multiselect_history.updated_at) as date) as updated_at_week\n\n from issue_multiselect_history\n join fields\n on fields.field_id = issue_multiselect_history.field_id\n and fields.source_relation = issue_multiselect_history.source_relation\n\n)\n\nselect *\nfrom joined\n), version as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__version\"\n),\n\nversion_history as (\n\n select *\n from __dbt__cte__int_jira__issue_multiselect_history\n where field_id = 'versions'\n or field_id = 'fixVersions'\n),\n\norder_versions as (\n\n select\n *,\n -- using rank so batches stick together\n rank() over (\n partition by field_id, issue_id \n order by updated_at desc\n ) as row_num\n from version_history\n),\n\nlatest_versions as (\n\n select\n field_id,\n issue_id,\n source_relation,\n updated_at,\n cast(field_value as integer) as version_id\n from order_versions\n where row_num = 1\n),\n\nversion_info as (\n\n select\n latest_versions.field_id,\n latest_versions.issue_id,\n latest_versions.source_relation,\n \n string_agg(version.version_name, ', ')\n\n as versions\n\n from latest_versions\n join version on latest_versions.version_id = version.version_id\n and latest_versions.source_relation = version.source_relation\n\n group by 1,2,3\n),\n\nsplit_versions as (\n\n select\n issue_id,\n source_relation,\n case when field_id = 'versions' then versions else null end as affects_versions,\n case when field_id = 'fixVersions' then versions else null end as fixes_versions\n from version_info\n),\n\nfinal as (\n\n select\n issue_id,\n source_relation,\n max(affects_versions) as affects_versions,\n max(fixes_versions) as fixes_versions\n from split_versions\n group by 1, 2\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.jira.int_jira__issue_multiselect_history", "sql": " __dbt__cte__int_jira__issue_multiselect_history as (\nwith issue_multiselect_history as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__issue_multiselect_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n issue_multiselect_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', issue_multiselect_history.updated_at) as date) as updated_at_week\n\n from issue_multiselect_history\n join fields\n on fields.field_id = issue_multiselect_history.field_id\n and fields.source_relation = issue_multiselect_history.source_relation\n\n)\n\nselect *\nfrom joined\n)"}], "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.jira.int_jira__issue_type_parents": {"database": "postgres", "schema": "public_jira_dev", "name": "int_jira__issue_type_parents", "resource_type": "model", "package_name": "jira", "path": "intermediate/int_jira__issue_type_parents.sql", "original_file_path": "models/intermediate/int_jira__issue_type_parents.sql", "unique_id": "model.jira.int_jira__issue_type_parents", "fqn": ["jira", "intermediate", "int_jira__issue_type_parents"], "alias": "int_jira__issue_type_parents", "checksum": {"name": "sha256", "checksum": "6112d6052ac8fa8787127b65d74f4f07ae3384469ce4e71dc3eadcfbc3ab4053"}, "config": {"enabled": true, "alias": null, "schema": "jira_dev", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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 relating issues with data regarding their parent issues (which may be epics). Contains all columns present in `stg_jira__issue`.\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.jira.source_relation"]}, "_fivetran_synced": {"name": "_fivetran_synced", "description": "Timestamp of when Fivetran last synced this record.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_id": {"name": "issue_id", "description": "Unique ID of the issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "parent_issue_id": {"name": "parent_issue_id", "description": "Unique ID of the parent issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "revised_parent_issue_id": {"name": "revised_parent_issue_id", "description": "Unique ID of the parent issue, coalesced with the ID of any linked epics (in classic projects).\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_type": {"name": "issue_type", "description": "Name of the issue type (ie Epic, Task, Subtask, any custom types).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_name": {"name": "issue_name", "description": "Title of the issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_key": {"name": "issue_key", "description": "UI-facing id of the issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "parent_issue_type": {"name": "parent_issue_type", "description": "Name of the parent issue type (ie Epic, Task, Subtask, any custom types).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "parent_issue_name": {"name": "parent_issue_name", "description": "Title of the parent issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "parent_issue_key": {"name": "parent_issue_key", "description": "UI-facing id of the parent issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_parent_epic": {"name": "is_parent_epic", "description": "Boolean that is true if the parent is an epic.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "assignee_user_id": {"name": "assignee_user_id", "description": "Foreign key referencing the ID of the `user` currently assigned to this task.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "created_at": {"name": "created_at", "description": "Timestamp of when the issue was created (in UTC).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "creator_user_id": {"name": "creator_user_id", "description": "Foreign key referencing the `user` who first created the issue. Cannot be changed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_description": {"name": "issue_description", "description": "The issue description, if given.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "due_date": {"name": "due_date", "description": "Calendar day on which the issue is due, if a due date is provided.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "environment": {"name": "environment", "description": "Text field describing the environment in which the issue occurred (ie \"IE9 on Windows 7\").", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_type_id": {"name": "issue_type_id", "description": "Foreign key referencing the ID of the `issue_type`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "original_estimate_seconds": {"name": "original_estimate_seconds", "description": "The original estimate of how long working on this issue would take, in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "priority_id": {"name": "priority_id", "description": "Foreign key referencing the ID of the issue's current `priority`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "project_id": {"name": "project_id", "description": "Foreign key referencing the ID of the `project` that the issue belongs to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "remaining_estimate_seconds": {"name": "remaining_estimate_seconds", "description": "The estimate of how much longer working on this issue will take, in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "reporter_user_id": {"name": "reporter_user_id", "description": "Foreign key referencing the ID of the `user` who reported the issue. This differs from the `creator` column in that the reporter can be changed in-app.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "resolution_id": {"name": "resolution_id", "description": "Foreign key referencing the ID of the issue's type of `resolution`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "resolved_at": {"name": "resolved_at", "description": "Timestamp of when the issue was resolved (ie completed, marked as duplicate). If an issue is un-resolved, this will be null.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "status_id": {"name": "status_id", "description": "Foreign key referencing the ID of the issue's `status` (the step that the issue is currently at in the project's workflow).\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "status_changed_at": {"name": "status_changed_at", "description": "Timestamp of when the status was last changed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "time_spent_seconds": {"name": "time_spent_seconds", "description": "The time that was spent working on this issue, in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "updated_at": {"name": "updated_at", "description": "Timestamp of when the issue was last updated in some way.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "work_ratio": {"name": "work_ratio", "description": "The percentage of work that has been logged against the issue (time_spent) vs the original estimate of worktime. Equals -1.0 when the fields required for calculation are not provided.\n", "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": "jira://models/intermediate/int_jira.yml", "build_path": null, "unrendered_config": {"materialized": "view", "schema": "jira_{{ var('directed_schema','dev') }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1781051929.4180038, "relation_name": "\"postgres\".\"public_jira_dev\".\"int_jira__issue_type_parents\"", "raw_code": "{{ config(materialized='view') }}\n-- needs to be a view to use the dbt_utils.star macro in int_jira__issue_users\n\nwith issue as (\n\n select * \n from {{ ref('stg_jira__issue') }}\n),\n\nissue_type as (\n\n select *\n from {{ ref('stg_jira__issue_type') }}\n), \n-- issue-epic relationships are either captured via the issue's parent_issue_id (next-gen projects)\n-- or through the 'Epic Link' field (classic projects)\n\nissues_w_epics as (\n\n select * \n from {{ ref('int_jira__issue_epic')}}\n), \n\nissue_enriched_with_epics as (\n\n select\n issue.*,\n coalesce(cast(parent_issue_id as {{ dbt.type_string() }}), cast(epic_issue_id as {{ dbt.type_string() }})) as revised_parent_issue_id\n\n from issue\n left join issues_w_epics\n on issues_w_epics.issue_id = issue.issue_id\n and issues_w_epics.source_relation = issue.source_relation\n\n),\n\nissue_w_types as (\n\n select\n issue_enriched_with_epics.*,\n issue_type.issue_type_name as issue_type\n\n from issue_enriched_with_epics\n left join issue_type\n on issue_type.issue_type_id = issue_enriched_with_epics.issue_type_id\n and issue_type.source_relation = issue_enriched_with_epics.source_relation\n),\n\nadd_parent_info as (\n\n select\n issue_w_types.*,\n parent.issue_type as parent_issue_type,\n parent.issue_name as parent_issue_name,\n parent.issue_key as parent_issue_key,\n lower(coalesce(parent.issue_type, '')) = 'epic' as is_parent_epic\n\n from issue_w_types\n -- do a left join so we can grab all issue types from this table in `issue_join`\n left join issue_w_types as parent\n on cast(issue_w_types.revised_parent_issue_id as {{ dbt.type_string() }}) = cast(parent.issue_id as {{ dbt.type_string() }})\n and issue_w_types.source_relation = parent.source_relation\n\n)\n\nselect * \nfrom add_parent_info", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__issue", "package": null, "version": null}, {"name": "stg_jira__issue_type", "package": null, "version": null}, {"name": "int_jira__issue_epic", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.type_string"], "nodes": ["model.jira.stg_jira__issue", "model.jira.stg_jira__issue_type", "model.jira.int_jira__issue_epic"]}, "compiled_path": "target/compiled/jira/models/intermediate/int_jira__issue_type_parents.sql", "compiled": true, "compiled_code": "\n-- needs to be a view to use the dbt_utils.star macro in int_jira__issue_users\n\nwith __dbt__cte__int_jira__issue_field_history as (\nwith field_history as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__issue_field_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n field_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', field_history.updated_at) as date) as updated_at_week\n\n from field_history\n join fields\n on fields.field_id = field_history.field_id\n and fields.source_relation = field_history.source_relation\n\n)\n\nselect *\nfrom joined\n), __dbt__cte__int_jira__issue_epic as (\n-- issue-epic relationships are either captured via the issue's parent_issue_id (next-gen projects)\n-- or through the 'Epic Link' field (classic projects)\nwith epic_field_history as (\n\n select *\n from __dbt__cte__int_jira__issue_field_history\n where lower(field_name) like 'epic%link'\n),\n\norder_epic_links as (\n\n select\n issue_id,\n source_relation,\n cast(field_value as TEXT ) as epic_issue_id,\n row_number() over (partition by issue_id order by updated_at desc) as row_num\n from epic_field_history\n),\n\nlast_epic_link as (\n\n select\n issue_id,\n source_relation,\n epic_issue_id\n from order_epic_links\n where row_num = 1\n)\n\nselect *\nfrom last_epic_link\n), issue as (\n\n select * \n from \"postgres\".\"public_jira_dev\".\"stg_jira__issue\"\n),\n\nissue_type as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__issue_type\"\n), \n-- issue-epic relationships are either captured via the issue's parent_issue_id (next-gen projects)\n-- or through the 'Epic Link' field (classic projects)\n\nissues_w_epics as (\n\n select * \n from __dbt__cte__int_jira__issue_epic\n), \n\nissue_enriched_with_epics as (\n\n select\n issue.*,\n coalesce(cast(parent_issue_id as TEXT), cast(epic_issue_id as TEXT)) as revised_parent_issue_id\n\n from issue\n left join issues_w_epics\n on issues_w_epics.issue_id = issue.issue_id\n and issues_w_epics.source_relation = issue.source_relation\n\n),\n\nissue_w_types as (\n\n select\n issue_enriched_with_epics.*,\n issue_type.issue_type_name as issue_type\n\n from issue_enriched_with_epics\n left join issue_type\n on issue_type.issue_type_id = issue_enriched_with_epics.issue_type_id\n and issue_type.source_relation = issue_enriched_with_epics.source_relation\n),\n\nadd_parent_info as (\n\n select\n issue_w_types.*,\n parent.issue_type as parent_issue_type,\n parent.issue_name as parent_issue_name,\n parent.issue_key as parent_issue_key,\n lower(coalesce(parent.issue_type, '')) = 'epic' as is_parent_epic\n\n from issue_w_types\n -- do a left join so we can grab all issue types from this table in `issue_join`\n left join issue_w_types as parent\n on cast(issue_w_types.revised_parent_issue_id as TEXT) = cast(parent.issue_id as TEXT)\n and issue_w_types.source_relation = parent.source_relation\n\n)\n\nselect * \nfrom add_parent_info", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.jira.int_jira__issue_field_history", "sql": " __dbt__cte__int_jira__issue_field_history as (\nwith field_history as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__issue_field_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n field_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', field_history.updated_at) as date) as updated_at_week\n\n from field_history\n join fields\n on fields.field_id = field_history.field_id\n and fields.source_relation = field_history.source_relation\n\n)\n\nselect *\nfrom joined\n)"}, {"id": "model.jira.int_jira__issue_epic", "sql": " __dbt__cte__int_jira__issue_epic as (\n-- issue-epic relationships are either captured via the issue's parent_issue_id (next-gen projects)\n-- or through the 'Epic Link' field (classic projects)\nwith epic_field_history as (\n\n select *\n from __dbt__cte__int_jira__issue_field_history\n where lower(field_name) like 'epic%link'\n),\n\norder_epic_links as (\n\n select\n issue_id,\n source_relation,\n cast(field_value as TEXT ) as epic_issue_id,\n row_number() over (partition by issue_id order by updated_at desc) as row_num\n from epic_field_history\n),\n\nlast_epic_link as (\n\n select\n issue_id,\n source_relation,\n epic_issue_id\n from order_epic_links\n where row_num = 1\n)\n\nselect *\nfrom last_epic_link\n)"}], "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.jira.int_jira__issue_calendar_spine": {"database": "postgres", "schema": "public_jira_dev", "name": "int_jira__issue_calendar_spine", "resource_type": "model", "package_name": "jira", "path": "intermediate/field_history/int_jira__issue_calendar_spine.sql", "original_file_path": "models/intermediate/field_history/int_jira__issue_calendar_spine.sql", "unique_id": "model.jira.int_jira__issue_calendar_spine", "fqn": ["jira", "intermediate", "field_history", "int_jira__issue_calendar_spine"], "alias": "int_jira__issue_calendar_spine", "checksum": {"name": "sha256", "checksum": "ba21d6e630ec67214a5162dbe1afc6f2a9dd0740e86de6e4a0415acf3e048e18"}, "config": {"enabled": true, "alias": null, "schema": "jira_dev", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": null, "materialized": "ephemeral", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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 relating every issue to every day it was open (plus a buffer of one month, in case the issue is re-opened, as this model is materialized incrementally).\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.jira.source_relation"]}, "date_day": {"name": "date_day", "description": "Calendar date on which the issue was open.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_id": {"name": "issue_id", "description": "Foreign key referencing the unique ID of the `issue` whose field was updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_day_id": {"name": "issue_day_id", "description": "Unique ID hashed on `date_day`, `issue_id`, and `source_relation`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "earliest_open_until_date": {"name": "earliest_open_until_date", "description": "Used for incremental materialization logic.", "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": "jira://models/intermediate/int_jira.yml", "build_path": null, "unrendered_config": {"materialized": "ephemeral", "schema": "jira_{{ var('directed_schema','dev') }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1781051929.4204733, "relation_name": null, "raw_code": "with spine as (\n\n -- depends_on: {{ ref('stg_jira__issue') }}\n {% if execute and flags.WHICH in ('run', 'build') %}\n {% set first_date_query %}\n -- start at the first created issue\n select\n coalesce(\n min(cast(created_at as date)),\n cast({{ dbt.dateadd(\"month\", -1, \"current_date\") }} as date)\n ) as min_date\n from {{ ref('stg_jira__issue') }}\n {% endset %}\n\n {%- set first_date = dbt_utils.get_single_value(first_date_query) %}\n \n {% else %} {% set first_date = \"2016-01-01\" %}\n {% endif %}\n\n select\n cast(date_day as date) as date_day\n from (\n {{\n dbt_utils.date_spine(\n datepart = \"day\", \n start_date = \"cast('\" ~ first_date ~ \"' as date)\",\n end_date = dbt.dateadd(\"week\", 1, dbt.current_timestamp())\n ) \n }}\n ) as date_spine\n),\n\nissue_history_scd as (\n \n select *\n from {{ ref('int_jira__field_history_scd') }}\n),\n\nissue_dates as (\n\n select\n issue_history_scd.issue_id,\n issue_history_scd.source_relation,\n cast( {{ dbt.date_trunc('day', 'issue.created_at') }} as date) as created_on,\n -- resolved_at will become null if an issue is marked as un-resolved. if this sorta thing happens often, you may want to run full-refreshes of the field_history models often\n -- if it's not resolved include everything up to today. if it is, look at the last time it was updated\n cast({{ dbt.date_trunc('day',\n 'case when issue.resolved_at is null then ' ~ dbt.current_timestamp() ~ ' else cast(issue_history_scd.valid_starting_on as ' ~ dbt.type_timestamp() ~ ') end') }}\n as date) as open_until\n from issue_history_scd\n left join {{ ref('stg_jira__issue') }} as issue\n on issue_history_scd.issue_id = issue.issue_id\n and issue_history_scd.source_relation = issue.source_relation\n),\n\nissue_spine as (\n\n select\n spine.date_day,\n issue_dates.issue_id,\n issue_dates.source_relation,\n -- will take the table-wide min of this in the incremental block at the top of this model\n min(issue_dates.open_until) as earliest_open_until_date\n\n from spine\n join issue_dates on\n issue_dates.created_on <= spine.date_day\n and {{ dbt.dateadd('month', var('jira_issue_history_buffer', 1), 'issue_dates.open_until') }} >= spine.date_day\n -- if we cut off issues, we're going to have to do a full refresh to catch issues that have been un-resolved\n group by 1,2,3\n),\n\nsurrogate_key as (\n\n select\n date_day,\n issue_id,\n source_relation,\n {{ dbt_utils.generate_surrogate_key(['date_day','issue_id','source_relation']) }} as issue_day_id,\n earliest_open_until_date,\n cast({{ dbt.date_trunc('week', 'earliest_open_until_date') }} as date) as earliest_open_until_week\n\n from issue_spine\n\n where date_day <= cast( {{ dbt.current_timestamp() }} as date)\n)\n\nselect *\nfrom surrogate_key", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__issue", "package": null, "version": null}, {"name": "int_jira__field_history_scd", "package": null, "version": null}, {"name": "stg_jira__issue", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.current_timestamp", "macro.dbt.dateadd", "macro.dbt_utils.date_spine", "macro.dbt.date_trunc", "macro.dbt.type_timestamp", "macro.dbt_utils.generate_surrogate_key"], "nodes": ["model.jira.stg_jira__issue", "model.jira.int_jira__field_history_scd"]}, "compiled_path": "target/compiled/jira/models/intermediate/field_history/int_jira__issue_calendar_spine.sql", "compiled": true, "compiled_code": "with spine as (\n\n -- depends_on: \"postgres\".\"public_jira_dev\".\"stg_jira__issue\"\n \n \n\n select\n cast(date_day as date) as date_day\n from (\n \n\n\n\n\n\nwith rawdata as (\n\n \n\n \n\n with p as (\n select 0 as generated_number union all select 1\n ), unioned as (\n\n select\n\n \n p0.generated_number * power(2, 0)\n + \n \n p1.generated_number * power(2, 1)\n + \n \n p2.generated_number * power(2, 2)\n + \n \n p3.generated_number * power(2, 3)\n + \n \n p4.generated_number * power(2, 4)\n + \n \n p5.generated_number * power(2, 5)\n + \n \n p6.generated_number * power(2, 6)\n + \n \n p7.generated_number * power(2, 7)\n + \n \n p8.generated_number * power(2, 8)\n + \n \n p9.generated_number * power(2, 9)\n + \n \n p10.generated_number * power(2, 10)\n + \n \n p11.generated_number * power(2, 11)\n \n \n + 1\n as generated_number\n\n from\n\n \n p as p0\n cross join \n \n p as p1\n cross join \n \n p as p2\n cross join \n \n p as p3\n cross join \n \n p as p4\n cross join \n \n p as p5\n cross join \n \n p as p6\n cross join \n \n p as p7\n cross join \n \n p as p8\n cross join \n \n p as p9\n cross join \n \n p as p10\n cross join \n \n p as p11\n \n \n\n )\n\n select *\n from unioned\n where generated_number <= 3820\n order by generated_number\n\n\n\n),\n\nall_periods as (\n\n select (\n \n\n cast('2016-01-01' as date) + ((interval '1 day') * (row_number() over (order by generated_number) - 1))\n\n\n ) as date_day\n from rawdata\n\n),\n\nfiltered as (\n\n select *\n from all_periods\n where date_day <= \n\n now() + ((interval '1 week') * (1))\n\n\n\n)\n\nselect * from filtered\n\n\n ) as date_spine\n),\n\nissue_history_scd as (\n \n select *\n from \"postgres\".\"public_jira_dev\".\"int_jira__field_history_scd\"\n),\n\nissue_dates as (\n\n select\n issue_history_scd.issue_id,\n issue_history_scd.source_relation,\n cast( date_trunc('day', issue.created_at) as date) as created_on,\n -- resolved_at will become null if an issue is marked as un-resolved. if this sorta thing happens often, you may want to run full-refreshes of the field_history models often\n -- if it's not resolved include everything up to today. if it is, look at the last time it was updated\n cast(date_trunc('day', case when issue.resolved_at is null then now() else cast(issue_history_scd.valid_starting_on as timestamp) end)\n as date) as open_until\n from issue_history_scd\n left join \"postgres\".\"public_jira_dev\".\"stg_jira__issue\" as issue\n on issue_history_scd.issue_id = issue.issue_id\n and issue_history_scd.source_relation = issue.source_relation\n),\n\nissue_spine as (\n\n select\n spine.date_day,\n issue_dates.issue_id,\n issue_dates.source_relation,\n -- will take the table-wide min of this in the incremental block at the top of this model\n min(issue_dates.open_until) as earliest_open_until_date\n\n from spine\n join issue_dates on\n issue_dates.created_on <= spine.date_day\n and \n\n issue_dates.open_until + ((interval '1 month') * (1))\n\n >= spine.date_day\n -- if we cut off issues, we're going to have to do a full refresh to catch issues that have been un-resolved\n group by 1,2,3\n),\n\nsurrogate_key as (\n\n select\n date_day,\n issue_id,\n source_relation,\n md5(cast(coalesce(cast(date_day as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(issue_id as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(source_relation as TEXT), '_dbt_utils_surrogate_key_null_') as TEXT)) as issue_day_id,\n earliest_open_until_date,\n cast(date_trunc('week', earliest_open_until_date) as date) as earliest_open_until_week\n\n from issue_spine\n\n where date_day <= cast( now() as date)\n)\n\nselect *\nfrom surrogate_key", "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": ["issue_day_id"], "time_spine": null}, "model.jira.int_jira__pivot_daily_field_history": {"database": "postgres", "schema": "public_jira_dev", "name": "int_jira__pivot_daily_field_history", "resource_type": "model", "package_name": "jira", "path": "intermediate/field_history/int_jira__pivot_daily_field_history.sql", "original_file_path": "models/intermediate/field_history/int_jira__pivot_daily_field_history.sql", "unique_id": "model.jira.int_jira__pivot_daily_field_history", "fqn": ["jira", "intermediate", "field_history", "int_jira__pivot_daily_field_history"], "alias": "int_jira__pivot_daily_field_history", "checksum": {"name": "sha256", "checksum": "875314ce2e29e6fdfbeaaeb41b2534b19f0e76311bf5c592be35b6a81f6ea0ea"}, "config": {"enabled": true, "alias": null, "schema": "jira_dev", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": null, "materialized": "incremental", "incremental_strategy": "delete+insert", "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "post-hook": [], "pre-hook": [], "quoting": {}, "column_types": {}, "full_refresh": null, "unique_key": "issue_day_id", "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, "partition_by": {"field": "valid_starting_at_week", "data_type": "date"}, "cluster_by": ["valid_starting_at_week"], "file_format": "delta"}, "tags": [], "description": "Table pivoting out the fields in `int_jira__daily_field_history` into columns, in which the value of each field column is the latest value updated a given day.\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.jira.source_relation"]}, "valid_starting_on": {"name": "valid_starting_on", "description": "Calendar date of when the field was changed to this value.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "valid_starting_at_week": {"name": "valid_starting_at_week", "description": "The start date of the week corresponding to the valid_starting_on date.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_id": {"name": "issue_id", "description": "Foreign key referencing the ID of the `issue` whose field was updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sprint": {"name": "sprint", "description": "The ID of the sprint that an issue is slotted into on a given day.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "status": {"name": "status", "description": "The ID of the status that an issue has on a given day.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "story_points": {"name": "story_points", "description": "The story points that an issue has on a given day.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "story_point_estimate": {"name": "story_point_estimate", "description": "The story point estimate that an issue has on a given day.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "team": {"name": "team", "description": "The team associated with an issue on a given day (when `jira_using_teams` is enabled).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_day_id": {"name": "issue_day_id", "description": "Unique ID hashed on `valid_starting_on`, `issue_id` and `source_relation`.", "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": "jira://models/intermediate/int_jira.yml", "build_path": null, "unrendered_config": {"materialized": "incremental", "schema": "jira_{{ var('directed_schema','dev') }}", "partition_by": {"field": "valid_starting_at_week", "data_type": "date"}, "cluster_by": ["valid_starting_at_week"], "unique_key": "issue_day_id", "incremental_strategy": "delete+insert", "file_format": "delta", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1781051929.422241, "relation_name": "\"postgres\".\"public_jira_dev\".\"int_jira__pivot_daily_field_history\"", "raw_code": "{{\n config(\n materialized='incremental' if jira_is_incremental_compatible() else 'table',\n partition_by = {'field': 'valid_starting_at_week', 'data_type': 'date'}\n if target.type not in ['spark','databricks'] else ['valid_starting_at_week'],\n cluster_by = ['valid_starting_at_week'],\n unique_key='issue_day_id',\n incremental_strategy = 'insert_overwrite' if target.type in ('bigquery', 'databricks', 'spark') else 'delete+insert',\n file_format='delta'\n )\n}}\n\n-- issue_multiselect_history splits out an array-type field into multiple rows with unique individual values\n-- to combine with issue_field_history we need to aggregate the multiselect field values.\n\n-- Hardcode 'team' into the issue_field_history_columns list if not already present\n{% set issue_field_history_columns = var('issue_field_history_columns', []) %}\n{% do issue_field_history_columns.append('team') if var('jira_using_teams', True) \n and 'team' not in issue_field_history_columns | map('lower') | list %}\n\nwith issue_field_history as (\n\n select *\n\n from {{ ref('int_jira__issue_field_history') }}\n\n {% if is_incremental() %}\n {% set max_valid_starting_at_week = jira.jira_lookback(from_date='max(valid_starting_on)', datepart='week', interval=var('lookback_window', 1)) %}\n where updated_at_week >= {{ max_valid_starting_at_week }}\n {% endif %}\n),\n\nissue_multiselect_history as (\n\n select *\n\n from {{ ref('int_jira__issue_multiselect_history') }}\n\n {% if is_incremental() %}\n where updated_at_week >= {{ max_valid_starting_at_week }}\n {% endif %}\n),\n\n{% if var('jira_using_sprints', True) %}\nsprints as (\n\n select *\n from {{ ref('stg_jira__sprint') }}\n),\n\nsprint_name_multiselect_history as (\n -- Create synthetic sprint_name rows by resolving sprint IDs to names\n select\n 'sprint_field' as field_id,\n 'sprint_name' as field_name,\n issue_multiselect_history.issue_id,\n issue_multiselect_history.source_relation,\n issue_multiselect_history.updated_at,\n issue_multiselect_history.updated_at_week,\n cast({{ dbt.date_trunc('day', 'issue_multiselect_history.updated_at') }} as date) as date_day,\n coalesce(sprints.sprint_name, issue_multiselect_history.field_value) as field_value\n\n from issue_multiselect_history\n\n left join sprints\n on cast(sprints.sprint_id as {{ dbt.type_string() }}) = issue_multiselect_history.field_value\n and sprints.source_relation = issue_multiselect_history.source_relation\n\n where lower(issue_multiselect_history.field_name) = 'sprint'\n),\n{% endif %}\n\ncombined_multiselect_history as (\n -- Union original multiselect fields (IDs) with synthetic sprint_name field\n select\n field_id,\n field_name,\n issue_id,\n source_relation,\n updated_at,\n updated_at_week,\n cast({{ dbt.date_trunc('day', 'updated_at') }} as date) as date_day,\n field_value\n from issue_multiselect_history\n\n {% if var('jira_using_sprints', True) %}\n union all\n\n select\n field_id,\n field_name,\n issue_id,\n source_relation,\n updated_at,\n updated_at_week,\n date_day,\n field_value\n from sprint_name_multiselect_history\n {% endif %}\n),\n\nissue_multiselect_batch_history as (\n\n select\n field_id,\n field_name,\n issue_id,\n source_relation,\n updated_at,\n updated_at_week,\n date_day,\n {{ fivetran_utils.string_agg('field_value', \"', '\") }} as field_values\n\n from combined_multiselect_history\n\n {{ dbt_utils.group_by(7) }}\n),\n\ncombine_field_history as (\n-- combining all the field histories together\n select\n field_id,\n issue_id,\n source_relation,\n updated_at,\n updated_at_week,\n field_value,\n field_name\n\n from issue_field_history\n\n union all\n\n select\n field_id,\n issue_id,\n source_relation,\n updated_at,\n updated_at_week,\n field_values as field_value, -- this is an aggregated list but we'll just call it field_value\n field_name\n\n from issue_multiselect_batch_history\n),\n\nget_valid_dates as (\n\n select\n field_id,\n issue_id,\n source_relation,\n field_value,\n field_name,\n updated_at as valid_starting_at,\n updated_at_week as valid_starting_at_week,\n\n -- this value is valid until the next value is updated\n lead(updated_at, 1) over(partition by issue_id, {{ var('jira_field_grain', 'field_id') }} {{ fivetran_utils.partition_by_source_relation(package_name='jira') }} order by updated_at asc) as valid_ending_at,\n cast( {{ dbt.date_trunc('day', 'updated_at') }} as date) as valid_starting_on\n\n from combine_field_history\n),\n\nlimit_to_relevant_fields as (\n -- let's remove unnecessary rows moving forward and grab field names\n select\n get_valid_dates.*\n\n from get_valid_dates\n\n where lower(field_id) = 'status'\n or lower(field_name) in ('sprint', 'sprint_name'\n {%- for col in issue_field_history_columns -%}\n ,'{{ (col|lower) }}'\n {%- endfor -%} )\n),\n\norder_daily_values as (\n\n select\n *,\n -- want to grab last value for an issue's field for each day\n row_number() over (\n partition by valid_starting_on, issue_id, {{ var('jira_field_grain', 'field_id') }} {{ fivetran_utils.partition_by_source_relation(package_name='jira') }}\n order by valid_starting_at desc\n ) as row_num\n\n from limit_to_relevant_fields\n),\n\n-- only looking at the latest value for each day\nget_latest_daily_value as (\n\n select * \n\n from order_daily_values\n where row_num = 1\n), \n\nint_jira__daily_field_history as (\n\n select\n field_id,\n issue_id,\n source_relation,\n field_name,\n\n -- doing this to figure out what values are actually null and what needs to be backfilled in jira__daily_issue_field_history\n case when field_value is null then '-is_null' else field_value end as field_value,\n valid_starting_at,\n valid_starting_at_week,\n valid_ending_at,\n valid_starting_on\n\n from get_latest_daily_value\n),\n\npivot_out as (\n\n -- pivot out default columns (status, sprint, sprint_name) and others specified in the var(issue_field_history_columns)\n -- only days on which a field value was actively changed will have a non-null value. the nulls will need to\n -- be backfilled in the final jira__daily_issue_field_history model\n select\n valid_starting_on,\n issue_id,\n source_relation,\n valid_starting_at_week,\n max(case when lower(field_id) = 'status' then field_value end) as status,\n max(case when lower(field_name) = 'sprint' then field_value end) as sprint,\n max(case when lower(field_name) = 'sprint_name' then field_value end) as sprint_name\n\n {% for col in issue_field_history_columns -%}\n {% if col|lower not in ['sprint', 'sprint_name'] %}\n , max(case when lower(field_name) = '{{ col|lower }}' then field_value end) as {{ dbt_utils.slugify(col) | replace(' ', '_') | lower }}\n {% endif %}\n {% endfor -%}\n\n from int_jira__daily_field_history\n\n {{ dbt_utils.group_by(4) }}\n),\n\nfinal as (\n select\n *,\n {{ dbt_utils.generate_surrogate_key(['valid_starting_on','issue_id','source_relation']) }} as issue_day_id\n\n from pivot_out\n)\n\nselect *\nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "int_jira__issue_field_history", "package": null, "version": null}, {"name": "int_jira__issue_multiselect_history", "package": null, "version": null}, {"name": "stg_jira__sprint", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.jira.jira_is_incremental_compatible", "macro.dbt.is_incremental", "macro.dbt.date_trunc", "macro.dbt.type_string", "macro.fivetran_utils.string_agg", "macro.dbt_utils.group_by", "macro.fivetran_utils.partition_by_source_relation", "macro.dbt_utils.slugify", "macro.dbt_utils.generate_surrogate_key", "macro.jira.jira_lookback"], "nodes": ["model.jira.int_jira__issue_field_history", "model.jira.int_jira__issue_multiselect_history", "model.jira.stg_jira__sprint"]}, "compiled_path": "target/compiled/jira/models/intermediate/field_history/int_jira__pivot_daily_field_history.sql", "compiled": true, "compiled_code": "\n\n-- issue_multiselect_history splits out an array-type field into multiple rows with unique individual values\n-- to combine with issue_field_history we need to aggregate the multiselect field values.\n\n-- Hardcode 'team' into the issue_field_history_columns list if not already present\n\n\n\nwith __dbt__cte__int_jira__issue_field_history as (\nwith field_history as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__issue_field_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n field_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', field_history.updated_at) as date) as updated_at_week\n\n from field_history\n join fields\n on fields.field_id = field_history.field_id\n and fields.source_relation = field_history.source_relation\n\n)\n\nselect *\nfrom joined\n), __dbt__cte__int_jira__issue_multiselect_history as (\nwith issue_multiselect_history as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__issue_multiselect_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n issue_multiselect_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', issue_multiselect_history.updated_at) as date) as updated_at_week\n\n from issue_multiselect_history\n join fields\n on fields.field_id = issue_multiselect_history.field_id\n and fields.source_relation = issue_multiselect_history.source_relation\n\n)\n\nselect *\nfrom joined\n), issue_field_history as (\n\n select *\n\n from __dbt__cte__int_jira__issue_field_history\n\n \n \n where updated_at_week >= \n\n\n\n \n\n \n\n cast('2020-11-10' as date) + ((interval '1 week') * (-1))\n\n\n\n\n \n),\n\nissue_multiselect_history as (\n\n select *\n\n from __dbt__cte__int_jira__issue_multiselect_history\n\n \n where updated_at_week >= \n\n\n\n \n\n \n\n cast('2020-11-10' as date) + ((interval '1 week') * (-1))\n\n\n\n\n \n),\n\n\nsprints as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__sprint\"\n),\n\nsprint_name_multiselect_history as (\n -- Create synthetic sprint_name rows by resolving sprint IDs to names\n select\n 'sprint_field' as field_id,\n 'sprint_name' as field_name,\n issue_multiselect_history.issue_id,\n issue_multiselect_history.source_relation,\n issue_multiselect_history.updated_at,\n issue_multiselect_history.updated_at_week,\n cast(date_trunc('day', issue_multiselect_history.updated_at) as date) as date_day,\n coalesce(sprints.sprint_name, issue_multiselect_history.field_value) as field_value\n\n from issue_multiselect_history\n\n left join sprints\n on cast(sprints.sprint_id as TEXT) = issue_multiselect_history.field_value\n and sprints.source_relation = issue_multiselect_history.source_relation\n\n where lower(issue_multiselect_history.field_name) = 'sprint'\n),\n\n\ncombined_multiselect_history as (\n -- Union original multiselect fields (IDs) with synthetic sprint_name field\n select\n field_id,\n field_name,\n issue_id,\n source_relation,\n updated_at,\n updated_at_week,\n cast(date_trunc('day', updated_at) as date) as date_day,\n field_value\n from issue_multiselect_history\n\n \n union all\n\n select\n field_id,\n field_name,\n issue_id,\n source_relation,\n updated_at,\n updated_at_week,\n date_day,\n field_value\n from sprint_name_multiselect_history\n \n),\n\nissue_multiselect_batch_history as (\n\n select\n field_id,\n field_name,\n issue_id,\n source_relation,\n updated_at,\n updated_at_week,\n date_day,\n \n string_agg(field_value, ', ')\n\n as field_values\n\n from combined_multiselect_history\n\n group by 1,2,3,4,5,6,7\n),\n\ncombine_field_history as (\n-- combining all the field histories together\n select\n field_id,\n issue_id,\n source_relation,\n updated_at,\n updated_at_week,\n field_value,\n field_name\n\n from issue_field_history\n\n union all\n\n select\n field_id,\n issue_id,\n source_relation,\n updated_at,\n updated_at_week,\n field_values as field_value, -- this is an aggregated list but we'll just call it field_value\n field_name\n\n from issue_multiselect_batch_history\n),\n\nget_valid_dates as (\n\n select\n field_id,\n issue_id,\n source_relation,\n field_value,\n field_name,\n updated_at as valid_starting_at,\n updated_at_week as valid_starting_at_week,\n\n -- this value is valid until the next value is updated\n lead(updated_at, 1) over(partition by issue_id, field_id order by updated_at asc) as valid_ending_at,\n cast( date_trunc('day', updated_at) as date) as valid_starting_on\n\n from combine_field_history\n),\n\nlimit_to_relevant_fields as (\n -- let's remove unnecessary rows moving forward and grab field names\n select\n get_valid_dates.*\n\n from get_valid_dates\n\n where lower(field_id) = 'status'\n or lower(field_name) in ('sprint', 'sprint_name','team')\n),\n\norder_daily_values as (\n\n select\n *,\n -- want to grab last value for an issue's field for each day\n row_number() over (\n partition by valid_starting_on, issue_id, field_id \n order by valid_starting_at desc\n ) as row_num\n\n from limit_to_relevant_fields\n),\n\n-- only looking at the latest value for each day\nget_latest_daily_value as (\n\n select * \n\n from order_daily_values\n where row_num = 1\n), \n\nint_jira__daily_field_history as (\n\n select\n field_id,\n issue_id,\n source_relation,\n field_name,\n\n -- doing this to figure out what values are actually null and what needs to be backfilled in jira__daily_issue_field_history\n case when field_value is null then '-is_null' else field_value end as field_value,\n valid_starting_at,\n valid_starting_at_week,\n valid_ending_at,\n valid_starting_on\n\n from get_latest_daily_value\n),\n\npivot_out as (\n\n -- pivot out default columns (status, sprint, sprint_name) and others specified in the var(issue_field_history_columns)\n -- only days on which a field value was actively changed will have a non-null value. the nulls will need to\n -- be backfilled in the final jira__daily_issue_field_history model\n select\n valid_starting_on,\n issue_id,\n source_relation,\n valid_starting_at_week,\n max(case when lower(field_id) = 'status' then field_value end) as status,\n max(case when lower(field_name) = 'sprint' then field_value end) as sprint,\n max(case when lower(field_name) = 'sprint_name' then field_value end) as sprint_name\n\n \n , max(case when lower(field_name) = 'team' then field_value end) as team\n \n from int_jira__daily_field_history\n\n group by 1,2,3,4\n),\n\nfinal as (\n select\n *,\n md5(cast(coalesce(cast(valid_starting_on as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(issue_id as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(source_relation as TEXT), '_dbt_utils_surrogate_key_null_') as TEXT)) as issue_day_id\n\n from pivot_out\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.jira.int_jira__issue_field_history", "sql": " __dbt__cte__int_jira__issue_field_history as (\nwith field_history as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__issue_field_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n field_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', field_history.updated_at) as date) as updated_at_week\n\n from field_history\n join fields\n on fields.field_id = field_history.field_id\n and fields.source_relation = field_history.source_relation\n\n)\n\nselect *\nfrom joined\n)"}, {"id": "model.jira.int_jira__issue_multiselect_history", "sql": " __dbt__cte__int_jira__issue_multiselect_history as (\nwith issue_multiselect_history as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__issue_multiselect_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n issue_multiselect_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', issue_multiselect_history.updated_at) as date) as updated_at_week\n\n from issue_multiselect_history\n join fields\n on fields.field_id = issue_multiselect_history.field_id\n and fields.source_relation = issue_multiselect_history.source_relation\n\n)\n\nselect *\nfrom joined\n)"}], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "access": "protected", "constraints": [], "version": null, "latest_version": null, "deprecation_date": null, "primary_key": ["issue_day_id"], "time_spine": null}, "model.jira.int_jira__issue_multiselect_history": {"database": "postgres", "schema": "public_jira_dev", "name": "int_jira__issue_multiselect_history", "resource_type": "model", "package_name": "jira", "path": "intermediate/field_history/int_jira__issue_multiselect_history.sql", "original_file_path": "models/intermediate/field_history/int_jira__issue_multiselect_history.sql", "unique_id": "model.jira.int_jira__issue_multiselect_history", "fqn": ["jira", "intermediate", "field_history", "int_jira__issue_multiselect_history"], "alias": "int_jira__issue_multiselect_history", "checksum": {"name": "sha256", "checksum": "c98a359a7a7168b9a932d5ec66b20768398c43e4c641432f5f8ed14e114d1923"}, "config": {"enabled": true, "alias": null, "schema": "jira_dev", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": null, "materialized": "ephemeral", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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 of every value that each array-type (multiselect) field has been set to. Each row will pertain to **one** value. This model serves to append the `field_name` to each record.\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.jira.source_relation"]}, "_fivetran_id": {"name": "_fivetran_id", "description": "Fivetran-generated ID hashed on field, issue, and value.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "updated_at": {"name": "updated_at", "description": "Timestamp of when the issue field was updated to included this value.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "field_id": {"name": "field_id", "description": "Foreign key referencing the ID of the `field` that was changed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_id": {"name": "issue_id", "description": "Foreign key referencing the ID of the `issue` whose field was updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "field_value": {"name": "field_value", "description": "Content of the value of that the field was set to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "field_name": {"name": "field_name", "description": "Name of the field as it appears on issue cards.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "author_id": {"name": "author_id", "description": "Foreign key referencing the ID of the `user` who made this field change.", "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": "jira://models/intermediate/int_jira.yml", "build_path": null, "unrendered_config": {"materialized": "ephemeral", "schema": "jira_{{ var('directed_schema','dev') }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1781051929.4244173, "relation_name": null, "raw_code": "with issue_multiselect_history as (\n\n select *\n from {{ ref('stg_jira__issue_multiselect_history') }}\n \n), \n\nfields as (\n \n select *\n from {{ ref('stg_jira__field') }}\n\n), \n\njoined as (\n\n select\n issue_multiselect_history.*,\n lower(fields.field_name) as field_name,\n cast({{ dbt.date_trunc('week', 'issue_multiselect_history.updated_at') }} as date) as updated_at_week\n\n from issue_multiselect_history\n join fields\n on fields.field_id = issue_multiselect_history.field_id\n and fields.source_relation = issue_multiselect_history.source_relation\n\n)\n\nselect *\nfrom joined", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__issue_multiselect_history", "package": null, "version": null}, {"name": "stg_jira__field", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.date_trunc"], "nodes": ["model.jira.stg_jira__issue_multiselect_history", "model.jira.stg_jira__field"]}, "compiled_path": "target/compiled/jira/models/intermediate/field_history/int_jira__issue_multiselect_history.sql", "compiled": true, "compiled_code": "with issue_multiselect_history as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__issue_multiselect_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n issue_multiselect_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', issue_multiselect_history.updated_at) as date) as updated_at_week\n\n from issue_multiselect_history\n join fields\n on fields.field_id = issue_multiselect_history.field_id\n and fields.source_relation = issue_multiselect_history.source_relation\n\n)\n\nselect *\nfrom joined", "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.jira.int_jira__pivot_timestamp_field_history": {"database": "postgres", "schema": "public_jira_dev", "name": "int_jira__pivot_timestamp_field_history", "resource_type": "model", "package_name": "jira", "path": "intermediate/field_history/int_jira__pivot_timestamp_field_history.sql", "original_file_path": "models/intermediate/field_history/int_jira__pivot_timestamp_field_history.sql", "unique_id": "model.jira.int_jira__pivot_timestamp_field_history", "fqn": ["jira", "intermediate", "field_history", "int_jira__pivot_timestamp_field_history"], "alias": "int_jira__pivot_timestamp_field_history", "checksum": {"name": "sha256", "checksum": "dc6cdac933a9c58ef0ef019774d526dfdae0f6710bf07a65b7061ec3f6cccf1d"}, "config": {"enabled": true, "alias": null, "schema": "jira_dev", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": null, "materialized": "ephemeral", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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 pivoting out the fields in field history into columns at the timestamp level, capturing all field changes rather than just daily snapshots. Each row represents field updates that occurred at a specific timestamp.\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.jira.source_relation"]}, "updated_at": {"name": "updated_at", "description": "Timestamp when the field changes occurred.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_id": {"name": "issue_id", "description": "Foreign key referencing the ID of the `issue` whose field was updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "updated_at_week": {"name": "updated_at_week", "description": "The start date of the week corresponding to the update timestamp.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "author_id": {"name": "author_id", "description": "Foreign key referencing the ID of the `user` who made the field changes.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "status": {"name": "status", "description": "The ID of the status that was updated at this timestamp (if status changed).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sprint": {"name": "sprint", "description": "The ID of the sprint that was updated at this timestamp (if sprint changed).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "story_points": {"name": "story_points", "description": "The story points value that was updated at this timestamp (if story points changed).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "story_point_estimate": {"name": "story_point_estimate", "description": "The story point estimate that was updated at this timestamp (if story point estimate changed).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "team": {"name": "team", "description": "The team value that was updated at this timestamp (if team changed, when `jira_using_teams` is enabled).", "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": "jira://models/intermediate/int_jira.yml", "build_path": null, "unrendered_config": {"materialized": "ephemeral", "schema": "jira_{{ var('directed_schema','dev') }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1781051929.4258778, "relation_name": null, "raw_code": "with issue_field_history as (\n\n select *\n from {{ ref('int_jira__issue_field_history') }}\n),\n\nissue_multiselect_history as (\n\n select *\n from {{ ref('int_jira__issue_multiselect_history') }}\n),\n\n{% if var('jira_using_sprints', True) %}\nsprints as (\n\n select *\n from {{ ref('stg_jira__sprint') }}\n),\n\nsprint_name_multiselect_history as (\n -- Create synthetic sprint_name rows by resolving sprint IDs to names (rename field_id to avoid confusion with sprint id)\n select\n 'sprint_field' as field_id,\n 'sprint_name' as field_name,\n issue_multiselect_history.issue_id,\n issue_multiselect_history.source_relation,\n issue_multiselect_history.updated_at,\n issue_multiselect_history.author_id,\n coalesce(sprints.sprint_name, issue_multiselect_history.field_value) as field_value\n\n from issue_multiselect_history\n\n left join sprints\n on cast(sprints.sprint_id as {{ dbt.type_string() }}) = issue_multiselect_history.field_value\n and sprints.source_relation = issue_multiselect_history.source_relation\n\n where lower(issue_multiselect_history.field_name) = 'sprint'\n),\n{% endif %}\n\ncombined_multiselect_history as (\n -- Union original multiselect fields (IDs) with synthetic sprint_name field\n select\n field_id,\n field_name,\n issue_id,\n source_relation,\n updated_at,\n author_id,\n field_value\n from issue_multiselect_history\n\n {% if var('jira_using_sprints', True) %}\n union all\n\n select\n field_id,\n field_name,\n issue_id,\n source_relation,\n updated_at,\n author_id,\n field_value\n from sprint_name_multiselect_history\n {% endif %}\n),\n\nissue_multiselect_batch_history as (\n -- Aggregate multiselect field values into comma-separated strings\n select\n field_id,\n field_name,\n issue_id,\n source_relation,\n updated_at,\n author_id,\n {{ fivetran_utils.string_agg('field_value', \"', '\") }} as field_values\n\n from combined_multiselect_history\n {{ dbt_utils.group_by(6) }}\n),\n\ncombine_field_history as (\n -- Union single-select and multiselect field histories\n select\n field_id,\n issue_id,\n source_relation,\n updated_at,\n author_id,\n field_value,\n field_name\n from issue_field_history\n\n union all\n\n select\n field_id,\n issue_id,\n source_relation,\n updated_at,\n author_id,\n field_values as field_value,\n field_name\n from issue_multiselect_batch_history\n),\n\nlimit_to_relevant_fields as (\n -- Filter to only status and configured custom fields\n select\n combine_field_history.*\n from combine_field_history\n where lower(field_id) = 'status'\n or lower(field_name) in ('sprint', 'sprint_name'\n {%- for col in var('issue_field_history_columns', []) -%}\n ,'{{ (col|lower) }}'\n {%- endfor -%} )\n),\n\nint_jira__timestamp_field_history as (\n -- Convert null values to '-is_null' for consistent partitioning\n select\n field_id,\n issue_id,\n source_relation,\n field_name,\n case when field_value is null then '-is_null' else field_value end as field_value,\n updated_at,\n author_id\n from limit_to_relevant_fields\n),\n\nfinal as (\n -- Pivot field values into columns grouped by timestamp\n select\n updated_at,\n issue_id,\n source_relation,\n cast({{ dbt.date_trunc('week', 'updated_at') }} as date) as updated_at_week,\n author_id,\n max(case when lower(field_id) = 'status' then field_value end) as status,\n max(case when lower(field_name) = 'sprint' then field_value end) as sprint,\n max(case when lower(field_name) = 'sprint_name' then field_value end) as sprint_name\n\n {% for col in var('issue_field_history_columns', []) -%}\n {% if col|lower not in ['sprint', 'sprint_name'] %}\n , max(case when lower(field_name) = '{{ col|lower }}' then field_value end)\n as {{ dbt_utils.slugify(col) | replace(' ', '_') | lower }}\n {% endif %}\n {% endfor -%}\n\n from int_jira__timestamp_field_history\n {{ dbt_utils.group_by(5) }}\n)\n\nselect *\nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "int_jira__issue_field_history", "package": null, "version": null}, {"name": "int_jira__issue_multiselect_history", "package": null, "version": null}, {"name": "stg_jira__sprint", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.type_string", "macro.fivetran_utils.string_agg", "macro.dbt_utils.group_by", "macro.dbt.date_trunc"], "nodes": ["model.jira.int_jira__issue_field_history", "model.jira.int_jira__issue_multiselect_history", "model.jira.stg_jira__sprint"]}, "compiled_path": "target/compiled/jira/models/intermediate/field_history/int_jira__pivot_timestamp_field_history.sql", "compiled": true, "compiled_code": "with __dbt__cte__int_jira__issue_field_history as (\nwith field_history as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__issue_field_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n field_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', field_history.updated_at) as date) as updated_at_week\n\n from field_history\n join fields\n on fields.field_id = field_history.field_id\n and fields.source_relation = field_history.source_relation\n\n)\n\nselect *\nfrom joined\n), __dbt__cte__int_jira__issue_multiselect_history as (\nwith issue_multiselect_history as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__issue_multiselect_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n issue_multiselect_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', issue_multiselect_history.updated_at) as date) as updated_at_week\n\n from issue_multiselect_history\n join fields\n on fields.field_id = issue_multiselect_history.field_id\n and fields.source_relation = issue_multiselect_history.source_relation\n\n)\n\nselect *\nfrom joined\n), issue_field_history as (\n\n select *\n from __dbt__cte__int_jira__issue_field_history\n),\n\nissue_multiselect_history as (\n\n select *\n from __dbt__cte__int_jira__issue_multiselect_history\n),\n\n\nsprints as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__sprint\"\n),\n\nsprint_name_multiselect_history as (\n -- Create synthetic sprint_name rows by resolving sprint IDs to names (rename field_id to avoid confusion with sprint id)\n select\n 'sprint_field' as field_id,\n 'sprint_name' as field_name,\n issue_multiselect_history.issue_id,\n issue_multiselect_history.source_relation,\n issue_multiselect_history.updated_at,\n issue_multiselect_history.author_id,\n coalesce(sprints.sprint_name, issue_multiselect_history.field_value) as field_value\n\n from issue_multiselect_history\n\n left join sprints\n on cast(sprints.sprint_id as TEXT) = issue_multiselect_history.field_value\n and sprints.source_relation = issue_multiselect_history.source_relation\n\n where lower(issue_multiselect_history.field_name) = 'sprint'\n),\n\n\ncombined_multiselect_history as (\n -- Union original multiselect fields (IDs) with synthetic sprint_name field\n select\n field_id,\n field_name,\n issue_id,\n source_relation,\n updated_at,\n author_id,\n field_value\n from issue_multiselect_history\n\n \n union all\n\n select\n field_id,\n field_name,\n issue_id,\n source_relation,\n updated_at,\n author_id,\n field_value\n from sprint_name_multiselect_history\n \n),\n\nissue_multiselect_batch_history as (\n -- Aggregate multiselect field values into comma-separated strings\n select\n field_id,\n field_name,\n issue_id,\n source_relation,\n updated_at,\n author_id,\n \n string_agg(field_value, ', ')\n\n as field_values\n\n from combined_multiselect_history\n group by 1,2,3,4,5,6\n),\n\ncombine_field_history as (\n -- Union single-select and multiselect field histories\n select\n field_id,\n issue_id,\n source_relation,\n updated_at,\n author_id,\n field_value,\n field_name\n from issue_field_history\n\n union all\n\n select\n field_id,\n issue_id,\n source_relation,\n updated_at,\n author_id,\n field_values as field_value,\n field_name\n from issue_multiselect_batch_history\n),\n\nlimit_to_relevant_fields as (\n -- Filter to only status and configured custom fields\n select\n combine_field_history.*\n from combine_field_history\n where lower(field_id) = 'status'\n or lower(field_name) in ('sprint', 'sprint_name')\n),\n\nint_jira__timestamp_field_history as (\n -- Convert null values to '-is_null' for consistent partitioning\n select\n field_id,\n issue_id,\n source_relation,\n field_name,\n case when field_value is null then '-is_null' else field_value end as field_value,\n updated_at,\n author_id\n from limit_to_relevant_fields\n),\n\nfinal as (\n -- Pivot field values into columns grouped by timestamp\n select\n updated_at,\n issue_id,\n source_relation,\n cast(date_trunc('week', updated_at) as date) as updated_at_week,\n author_id,\n max(case when lower(field_id) = 'status' then field_value end) as status,\n max(case when lower(field_name) = 'sprint' then field_value end) as sprint,\n max(case when lower(field_name) = 'sprint_name' then field_value end) as sprint_name\n\n from int_jira__timestamp_field_history\n group by 1,2,3,4,5\n)\n\nselect *\nfrom final", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.jira.int_jira__issue_field_history", "sql": " __dbt__cte__int_jira__issue_field_history as (\nwith field_history as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__issue_field_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n field_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', field_history.updated_at) as date) as updated_at_week\n\n from field_history\n join fields\n on fields.field_id = field_history.field_id\n and fields.source_relation = field_history.source_relation\n\n)\n\nselect *\nfrom joined\n)"}, {"id": "model.jira.int_jira__issue_multiselect_history", "sql": " __dbt__cte__int_jira__issue_multiselect_history as (\nwith issue_multiselect_history as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__issue_multiselect_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n issue_multiselect_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', issue_multiselect_history.updated_at) as date) as updated_at_week\n\n from issue_multiselect_history\n join fields\n on fields.field_id = issue_multiselect_history.field_id\n and fields.source_relation = issue_multiselect_history.source_relation\n\n)\n\nselect *\nfrom joined\n)"}], "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.jira.int_jira__timestamp_field_history_scd": {"database": "postgres", "schema": "public_jira_dev", "name": "int_jira__timestamp_field_history_scd", "resource_type": "model", "package_name": "jira", "path": "intermediate/field_history/int_jira__timestamp_field_history_scd.sql", "original_file_path": "models/intermediate/field_history/int_jira__timestamp_field_history_scd.sql", "unique_id": "model.jira.int_jira__timestamp_field_history_scd", "fqn": ["jira", "intermediate", "field_history", "int_jira__timestamp_field_history_scd"], "alias": "int_jira__timestamp_field_history_scd", "checksum": {"name": "sha256", "checksum": "f7fc4dee9135b3c1819e6a183f7be71c4c3931c1644ca985ade21dafb815faff"}, "config": {"enabled": true, "alias": null, "schema": "jira_dev", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": null, "materialized": "ephemeral", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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": "Slowly-changing-dimension model that backfills field values at the timestamp level. Takes the pivoted timestamp field history and uses window functions to carry forward field values, showing the complete field state at each timestamp rather than just the fields that changed.\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.jira.source_relation"]}, "updated_at": {"name": "updated_at", "description": "Timestamp when field changes occurred.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_id": {"name": "issue_id", "description": "Foreign key referencing the ID of the `issue` whose field was updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "updated_at_week": {"name": "updated_at_week", "description": "The start date of the week corresponding to the update timestamp.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "author_id": {"name": "author_id", "description": "Foreign key referencing the ID of the `user` who made the field changes.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "status": {"name": "status", "description": "The complete status value at this timestamp (backfilled from previous changes).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sprint": {"name": "sprint", "description": "The complete sprint value at this timestamp (backfilled from previous changes).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "story_points": {"name": "story_points", "description": "The complete story points value at this timestamp (backfilled from previous changes).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "story_point_estimate": {"name": "story_point_estimate", "description": "The complete story point estimate at this timestamp (backfilled from previous changes).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "team": {"name": "team", "description": "The complete team value at this timestamp (backfilled from previous changes, when `jira_using_teams` is enabled).", "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": "jira://models/intermediate/int_jira.yml", "build_path": null, "unrendered_config": {"materialized": "ephemeral", "schema": "jira_{{ var('directed_schema','dev') }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1781051929.4266407, "relation_name": null, "raw_code": "{%- set custom_columns = [] -%}\n{%- for col in var('issue_field_history_columns', []) -%}\n {%- set clean_col = dbt_utils.slugify(col) | replace(' ', '_') | lower -%}\n {%- if clean_col not in ['sprint', 'sprint_name'] -%}\n {%- do custom_columns.append(clean_col) -%}\n {%- endif -%}\n{%- endfor -%} \n\nwith change_data as (\n\n select *\n from {{ ref('int_jira__pivot_timestamp_field_history') }}\n\n), set_values as (\n -- Create partitions to group consecutive null values for forward-filling\n select\n updated_at,\n issue_id,\n source_relation,\n updated_at_week,\n author_id,\n status,\n sum( case when status is null then 0 else 1 end) over ( partition by issue_id {{ fivetran_utils.partition_by_source_relation(package_name='jira') }}\n order by updated_at rows unbounded preceding) as status_field_partition\n , sprint\n , sum( case when sprint is null then 0 else 1 end) over ( partition by issue_id {{ fivetran_utils.partition_by_source_relation(package_name='jira') }}\n order by updated_at rows unbounded preceding) as sprint_field_partition\n , sprint_name\n , sum( case when sprint_name is null then 0 else 1 end) over ( partition by issue_id {{ fivetran_utils.partition_by_source_relation(package_name='jira') }}\n order by updated_at rows unbounded preceding) as sprint_name_field_partition\n\n {% for col in custom_columns %}\n , {{ col }}\n -- create a batch/partition once a new value is provided\n , sum( case when {{ col }} is null then 0 else 1 end) over ( partition by issue_id {{ fivetran_utils.partition_by_source_relation(package_name='jira') }}\n order by updated_at rows unbounded preceding) as {{ col }}_field_partition\n {% endfor %}\n\n from change_data\n\n), fill_values as (\n -- Forward-fill values within each partition to create SCD Type 2 records\n select\n updated_at,\n issue_id,\n source_relation,\n updated_at_week,\n author_id,\n first_value( status ) over (\n partition by issue_id, status_field_partition {{ fivetran_utils.partition_by_source_relation(package_name='jira') }}\n order by updated_at asc rows between unbounded preceding and current row) as status\n , first_value( sprint ) over (\n partition by issue_id, sprint_field_partition {{ fivetran_utils.partition_by_source_relation(package_name='jira') }}\n order by updated_at asc rows between unbounded preceding and current row) as sprint\n , first_value( sprint_name ) over (\n partition by issue_id, sprint_name_field_partition {{ fivetran_utils.partition_by_source_relation(package_name='jira') }}\n order by updated_at asc rows between unbounded preceding and current row) as sprint_name\n\n {% for col in custom_columns %}\n -- grab the value that started this batch/partition\n , first_value( {{ col }} ) over (\n partition by issue_id, {{ col }}_field_partition {{ fivetran_utils.partition_by_source_relation(package_name='jira') }}\n order by updated_at asc rows between unbounded preceding and current row) as {{ col }}\n {% endfor %}\n\n from set_values\n\n)\n\nselect *\nfrom fill_values", "doc_blocks": [], "language": "sql", "refs": [{"name": "int_jira__pivot_timestamp_field_history", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.fivetran_utils.partition_by_source_relation"], "nodes": ["model.jira.int_jira__pivot_timestamp_field_history"]}, "compiled_path": "target/compiled/jira/models/intermediate/field_history/int_jira__timestamp_field_history_scd.sql", "compiled": true, "compiled_code": "with __dbt__cte__int_jira__issue_field_history as (\nwith field_history as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__issue_field_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n field_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', field_history.updated_at) as date) as updated_at_week\n\n from field_history\n join fields\n on fields.field_id = field_history.field_id\n and fields.source_relation = field_history.source_relation\n\n)\n\nselect *\nfrom joined\n), __dbt__cte__int_jira__issue_multiselect_history as (\nwith issue_multiselect_history as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__issue_multiselect_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n issue_multiselect_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', issue_multiselect_history.updated_at) as date) as updated_at_week\n\n from issue_multiselect_history\n join fields\n on fields.field_id = issue_multiselect_history.field_id\n and fields.source_relation = issue_multiselect_history.source_relation\n\n)\n\nselect *\nfrom joined\n), __dbt__cte__int_jira__pivot_timestamp_field_history as (\nwith issue_field_history as (\n\n select *\n from __dbt__cte__int_jira__issue_field_history\n),\n\nissue_multiselect_history as (\n\n select *\n from __dbt__cte__int_jira__issue_multiselect_history\n),\n\n\nsprints as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__sprint\"\n),\n\nsprint_name_multiselect_history as (\n -- Create synthetic sprint_name rows by resolving sprint IDs to names (rename field_id to avoid confusion with sprint id)\n select\n 'sprint_field' as field_id,\n 'sprint_name' as field_name,\n issue_multiselect_history.issue_id,\n issue_multiselect_history.source_relation,\n issue_multiselect_history.updated_at,\n issue_multiselect_history.author_id,\n coalesce(sprints.sprint_name, issue_multiselect_history.field_value) as field_value\n\n from issue_multiselect_history\n\n left join sprints\n on cast(sprints.sprint_id as TEXT) = issue_multiselect_history.field_value\n and sprints.source_relation = issue_multiselect_history.source_relation\n\n where lower(issue_multiselect_history.field_name) = 'sprint'\n),\n\n\ncombined_multiselect_history as (\n -- Union original multiselect fields (IDs) with synthetic sprint_name field\n select\n field_id,\n field_name,\n issue_id,\n source_relation,\n updated_at,\n author_id,\n field_value\n from issue_multiselect_history\n\n \n union all\n\n select\n field_id,\n field_name,\n issue_id,\n source_relation,\n updated_at,\n author_id,\n field_value\n from sprint_name_multiselect_history\n \n),\n\nissue_multiselect_batch_history as (\n -- Aggregate multiselect field values into comma-separated strings\n select\n field_id,\n field_name,\n issue_id,\n source_relation,\n updated_at,\n author_id,\n \n string_agg(field_value, ', ')\n\n as field_values\n\n from combined_multiselect_history\n group by 1,2,3,4,5,6\n),\n\ncombine_field_history as (\n -- Union single-select and multiselect field histories\n select\n field_id,\n issue_id,\n source_relation,\n updated_at,\n author_id,\n field_value,\n field_name\n from issue_field_history\n\n union all\n\n select\n field_id,\n issue_id,\n source_relation,\n updated_at,\n author_id,\n field_values as field_value,\n field_name\n from issue_multiselect_batch_history\n),\n\nlimit_to_relevant_fields as (\n -- Filter to only status and configured custom fields\n select\n combine_field_history.*\n from combine_field_history\n where lower(field_id) = 'status'\n or lower(field_name) in ('sprint', 'sprint_name')\n),\n\nint_jira__timestamp_field_history as (\n -- Convert null values to '-is_null' for consistent partitioning\n select\n field_id,\n issue_id,\n source_relation,\n field_name,\n case when field_value is null then '-is_null' else field_value end as field_value,\n updated_at,\n author_id\n from limit_to_relevant_fields\n),\n\nfinal as (\n -- Pivot field values into columns grouped by timestamp\n select\n updated_at,\n issue_id,\n source_relation,\n cast(date_trunc('week', updated_at) as date) as updated_at_week,\n author_id,\n max(case when lower(field_id) = 'status' then field_value end) as status,\n max(case when lower(field_name) = 'sprint' then field_value end) as sprint,\n max(case when lower(field_name) = 'sprint_name' then field_value end) as sprint_name\n\n from int_jira__timestamp_field_history\n group by 1,2,3,4,5\n)\n\nselect *\nfrom final\n), change_data as (\n\n select *\n from __dbt__cte__int_jira__pivot_timestamp_field_history\n\n), set_values as (\n -- Create partitions to group consecutive null values for forward-filling\n select\n updated_at,\n issue_id,\n source_relation,\n updated_at_week,\n author_id,\n status,\n sum( case when status is null then 0 else 1 end) over ( partition by issue_id \n order by updated_at rows unbounded preceding) as status_field_partition\n , sprint\n , sum( case when sprint is null then 0 else 1 end) over ( partition by issue_id \n order by updated_at rows unbounded preceding) as sprint_field_partition\n , sprint_name\n , sum( case when sprint_name is null then 0 else 1 end) over ( partition by issue_id \n order by updated_at rows unbounded preceding) as sprint_name_field_partition\n\n \n\n from change_data\n\n), fill_values as (\n -- Forward-fill values within each partition to create SCD Type 2 records\n select\n updated_at,\n issue_id,\n source_relation,\n updated_at_week,\n author_id,\n first_value( status ) over (\n partition by issue_id, status_field_partition \n order by updated_at asc rows between unbounded preceding and current row) as status\n , first_value( sprint ) over (\n partition by issue_id, sprint_field_partition \n order by updated_at asc rows between unbounded preceding and current row) as sprint\n , first_value( sprint_name ) over (\n partition by issue_id, sprint_name_field_partition \n order by updated_at asc rows between unbounded preceding and current row) as sprint_name\n\n \n\n from set_values\n\n)\n\nselect *\nfrom fill_values", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.jira.int_jira__issue_field_history", "sql": " __dbt__cte__int_jira__issue_field_history as (\nwith field_history as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__issue_field_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n field_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', field_history.updated_at) as date) as updated_at_week\n\n from field_history\n join fields\n on fields.field_id = field_history.field_id\n and fields.source_relation = field_history.source_relation\n\n)\n\nselect *\nfrom joined\n)"}, {"id": "model.jira.int_jira__issue_multiselect_history", "sql": " __dbt__cte__int_jira__issue_multiselect_history as (\nwith issue_multiselect_history as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__issue_multiselect_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n issue_multiselect_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', issue_multiselect_history.updated_at) as date) as updated_at_week\n\n from issue_multiselect_history\n join fields\n on fields.field_id = issue_multiselect_history.field_id\n and fields.source_relation = issue_multiselect_history.source_relation\n\n)\n\nselect *\nfrom joined\n)"}, {"id": "model.jira.int_jira__pivot_timestamp_field_history", "sql": " __dbt__cte__int_jira__pivot_timestamp_field_history as (\nwith issue_field_history as (\n\n select *\n from __dbt__cte__int_jira__issue_field_history\n),\n\nissue_multiselect_history as (\n\n select *\n from __dbt__cte__int_jira__issue_multiselect_history\n),\n\n\nsprints as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__sprint\"\n),\n\nsprint_name_multiselect_history as (\n -- Create synthetic sprint_name rows by resolving sprint IDs to names (rename field_id to avoid confusion with sprint id)\n select\n 'sprint_field' as field_id,\n 'sprint_name' as field_name,\n issue_multiselect_history.issue_id,\n issue_multiselect_history.source_relation,\n issue_multiselect_history.updated_at,\n issue_multiselect_history.author_id,\n coalesce(sprints.sprint_name, issue_multiselect_history.field_value) as field_value\n\n from issue_multiselect_history\n\n left join sprints\n on cast(sprints.sprint_id as TEXT) = issue_multiselect_history.field_value\n and sprints.source_relation = issue_multiselect_history.source_relation\n\n where lower(issue_multiselect_history.field_name) = 'sprint'\n),\n\n\ncombined_multiselect_history as (\n -- Union original multiselect fields (IDs) with synthetic sprint_name field\n select\n field_id,\n field_name,\n issue_id,\n source_relation,\n updated_at,\n author_id,\n field_value\n from issue_multiselect_history\n\n \n union all\n\n select\n field_id,\n field_name,\n issue_id,\n source_relation,\n updated_at,\n author_id,\n field_value\n from sprint_name_multiselect_history\n \n),\n\nissue_multiselect_batch_history as (\n -- Aggregate multiselect field values into comma-separated strings\n select\n field_id,\n field_name,\n issue_id,\n source_relation,\n updated_at,\n author_id,\n \n string_agg(field_value, ', ')\n\n as field_values\n\n from combined_multiselect_history\n group by 1,2,3,4,5,6\n),\n\ncombine_field_history as (\n -- Union single-select and multiselect field histories\n select\n field_id,\n issue_id,\n source_relation,\n updated_at,\n author_id,\n field_value,\n field_name\n from issue_field_history\n\n union all\n\n select\n field_id,\n issue_id,\n source_relation,\n updated_at,\n author_id,\n field_values as field_value,\n field_name\n from issue_multiselect_batch_history\n),\n\nlimit_to_relevant_fields as (\n -- Filter to only status and configured custom fields\n select\n combine_field_history.*\n from combine_field_history\n where lower(field_id) = 'status'\n or lower(field_name) in ('sprint', 'sprint_name')\n),\n\nint_jira__timestamp_field_history as (\n -- Convert null values to '-is_null' for consistent partitioning\n select\n field_id,\n issue_id,\n source_relation,\n field_name,\n case when field_value is null then '-is_null' else field_value end as field_value,\n updated_at,\n author_id\n from limit_to_relevant_fields\n),\n\nfinal as (\n -- Pivot field values into columns grouped by timestamp\n select\n updated_at,\n issue_id,\n source_relation,\n cast(date_trunc('week', updated_at) as date) as updated_at_week,\n author_id,\n max(case when lower(field_id) = 'status' then field_value end) as status,\n max(case when lower(field_name) = 'sprint' then field_value end) as sprint,\n max(case when lower(field_name) = 'sprint_name' then field_value end) as sprint_name\n\n from int_jira__timestamp_field_history\n group by 1,2,3,4,5\n)\n\nselect *\nfrom final\n)"}], "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.jira.int_jira__field_history_scd": {"database": "postgres", "schema": "public_jira_dev", "name": "int_jira__field_history_scd", "resource_type": "model", "package_name": "jira", "path": "intermediate/field_history/int_jira__field_history_scd.sql", "original_file_path": "models/intermediate/field_history/int_jira__field_history_scd.sql", "unique_id": "model.jira.int_jira__field_history_scd", "fqn": ["jira", "intermediate", "field_history", "int_jira__field_history_scd"], "alias": "int_jira__field_history_scd", "checksum": {"name": "sha256", "checksum": "43c542911348b54f69dcb0f241ced69be7492b4dba244d4f6da716df4479d764"}, "config": {"enabled": true, "alias": null, "schema": "jira_dev", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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": "Slowly-changing-dimension model that fills values from differnt fields in the pivoted daily history model. Note: this is the singular field history-related model that is not incremental (materialized as table)\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.jira.source_relation"]}, "valid_starting_on": {"name": "valid_starting_on", "description": "Calendar date of when the field was changed to this value.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "valid_starting_at_week": {"name": "valid_starting_at_week", "description": "The start date of the week corresponding to the valid_starting_on date.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_id": {"name": "issue_id", "description": "Foreign key referencing the ID of the `issue` whose field was updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sprint": {"name": "sprint", "description": "The ID of the sprint that an issue is slotted into on a given day.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "status": {"name": "status", "description": "The ID of the status that an issue has on a given day.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "status_id": {"name": "status_id", "description": "Foreign key referencing the ID of the issue's `status` (the step that the issue is currently at in the project's workflow).\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "story_points": {"name": "story_points", "description": "The story points that an issue has on a given day.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "story_point_estimate": {"name": "story_point_estimate", "description": "The story point estimate that an issue has on a given day.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "team": {"name": "team", "description": "The team associated with an issue on a given day (when `jira_using_teams` is enabled).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_day_id": {"name": "issue_day_id", "description": "Unique ID hashed on `valid_starting_on`, `issue_id`, and `source_relation`.", "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": "jira://models/intermediate/int_jira.yml", "build_path": null, "unrendered_config": {"materialized": "table", "schema": "jira_{{ var('directed_schema','dev') }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1781051929.428055, "relation_name": "\"postgres\".\"public_jira_dev\".\"int_jira__field_history_scd\"", "raw_code": "{{ config( materialized='table') }}\n\n{%- set issue_columns = adapter.get_columns_in_relation(ref('int_jira__pivot_daily_field_history')) -%}\n\nwith change_data as (\n\n select *\n from {{ ref('int_jira__pivot_daily_field_history') }}\n\n), set_values as (\n\n select\n valid_starting_on,\n issue_id,\n source_relation,\n issue_day_id,\n status as status_id,\n sum( case when status is null then 0 else 1 end) over ( partition by issue_id {{ fivetran_utils.partition_by_source_relation(package_name='jira') }}\n order by valid_starting_on rows unbounded preceding) as status_id_field_partition\n\n {% for col in issue_columns if col.name|lower not in ['valid_starting_on','issue_id','issue_day_id','source_relation'] %}\n , {{ col.name }}\n -- create a batch/partition once a new value is provided\n , sum( case when {{ col.name }} is null then 0 else 1 end) over ( partition by issue_id {{ fivetran_utils.partition_by_source_relation(package_name='jira') }}\n order by valid_starting_on rows unbounded preceding) as {{ col.name }}_field_partition\n\n {% endfor %}\n\n from change_data\n\n), fill_values as (\n\n-- each row of the pivoted table includes field values if that field was updated on that day\n-- we need to backfill to persist values that have been previously updated and are still valid\n select\n valid_starting_on,\n issue_id,\n source_relation,\n issue_day_id,\n first_value( status ) over (\n partition by issue_id, status_id_field_partition {{ fivetran_utils.partition_by_source_relation(package_name='jira') }}\n order by valid_starting_on asc rows between unbounded preceding and current row) as status_id\n\n {% for col in issue_columns if col.name|lower not in ['valid_starting_on','issue_id','issue_day_id','source_relation'] %}\n\n -- grab the value that started this batch/partition\n , first_value( {{ col.name }} ) over (\n partition by issue_id, {{ col.name }}_field_partition {{ fivetran_utils.partition_by_source_relation(package_name='jira') }}\n order by valid_starting_on asc rows between unbounded preceding and current row) as {{ col.name }}\n\n {% endfor %}\n\n from set_values\n\n)\n\nselect *\nfrom fill_values", "doc_blocks": [], "language": "sql", "refs": [{"name": "int_jira__pivot_daily_field_history", "package": null, "version": null}, {"name": "int_jira__pivot_daily_field_history", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.fivetran_utils.partition_by_source_relation"], "nodes": ["model.jira.int_jira__pivot_daily_field_history"]}, "compiled_path": "target/compiled/jira/models/intermediate/field_history/int_jira__field_history_scd.sql", "compiled": true, "compiled_code": "with change_data as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"int_jira__pivot_daily_field_history\"\n\n), set_values as (\n\n select\n valid_starting_on,\n issue_id,\n source_relation,\n issue_day_id,\n status as status_id,\n sum( case when status is null then 0 else 1 end) over ( partition by issue_id \n order by valid_starting_on rows unbounded preceding) as status_id_field_partition\n\n \n , valid_starting_at_week\n -- create a batch/partition once a new value is provided\n , sum( case when valid_starting_at_week is null then 0 else 1 end) over ( partition by issue_id \n order by valid_starting_on rows unbounded preceding) as valid_starting_at_week_field_partition\n\n \n , status\n -- create a batch/partition once a new value is provided\n , sum( case when status is null then 0 else 1 end) over ( partition by issue_id \n order by valid_starting_on rows unbounded preceding) as status_field_partition\n\n \n , sprint\n -- create a batch/partition once a new value is provided\n , sum( case when sprint is null then 0 else 1 end) over ( partition by issue_id \n order by valid_starting_on rows unbounded preceding) as sprint_field_partition\n\n \n , sprint_name\n -- create a batch/partition once a new value is provided\n , sum( case when sprint_name is null then 0 else 1 end) over ( partition by issue_id \n order by valid_starting_on rows unbounded preceding) as sprint_name_field_partition\n\n \n , team\n -- create a batch/partition once a new value is provided\n , sum( case when team is null then 0 else 1 end) over ( partition by issue_id \n order by valid_starting_on rows unbounded preceding) as team_field_partition\n\n \n\n from change_data\n\n), fill_values as (\n\n-- each row of the pivoted table includes field values if that field was updated on that day\n-- we need to backfill to persist values that have been previously updated and are still valid\n select\n valid_starting_on,\n issue_id,\n source_relation,\n issue_day_id,\n first_value( status ) over (\n partition by issue_id, status_id_field_partition \n order by valid_starting_on asc rows between unbounded preceding and current row) as status_id\n\n \n\n -- grab the value that started this batch/partition\n , first_value( valid_starting_at_week ) over (\n partition by issue_id, valid_starting_at_week_field_partition \n order by valid_starting_on asc rows between unbounded preceding and current row) as valid_starting_at_week\n\n \n\n -- grab the value that started this batch/partition\n , first_value( status ) over (\n partition by issue_id, status_field_partition \n order by valid_starting_on asc rows between unbounded preceding and current row) as status\n\n \n\n -- grab the value that started this batch/partition\n , first_value( sprint ) over (\n partition by issue_id, sprint_field_partition \n order by valid_starting_on asc rows between unbounded preceding and current row) as sprint\n\n \n\n -- grab the value that started this batch/partition\n , first_value( sprint_name ) over (\n partition by issue_id, sprint_name_field_partition \n order by valid_starting_on asc rows between unbounded preceding and current row) as sprint_name\n\n \n\n -- grab the value that started this batch/partition\n , first_value( team ) over (\n partition by issue_id, team_field_partition \n order by valid_starting_on asc rows between unbounded preceding and current row) as team\n\n \n\n from set_values\n\n)\n\nselect *\nfrom fill_values", "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": ["issue_day_id"], "time_spine": null}, "model.jira.int_jira__issue_field_history": {"database": "postgres", "schema": "public_jira_dev", "name": "int_jira__issue_field_history", "resource_type": "model", "package_name": "jira", "path": "intermediate/field_history/int_jira__issue_field_history.sql", "original_file_path": "models/intermediate/field_history/int_jira__issue_field_history.sql", "unique_id": "model.jira.int_jira__issue_field_history", "fqn": ["jira", "intermediate", "field_history", "int_jira__issue_field_history"], "alias": "int_jira__issue_field_history", "checksum": {"name": "sha256", "checksum": "8e7a96cb4e1cd481faa5af4b150add3326b972561e8e1e37b778ffdfb9100f1d"}, "config": {"enabled": true, "alias": null, "schema": "jira_dev", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": null, "materialized": "ephemeral", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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 of every value that each **custom non-array** (not multiselect) field has been set to. This model serves to append the `field_name` to each record.\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.jira.source_relation"]}, "field_id": {"name": "field_id", "description": "Foreign key referencing the ID of the `field` that was changed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_id": {"name": "issue_id", "description": "Foreign key referencing the ID of the `issue` whose field was updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "updated_at": {"name": "updated_at", "description": "Timestamp of when the issue field was set to this value.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "field_value": {"name": "field_value", "description": "Content of the value of that the field was set to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "field_name": {"name": "field_name", "description": "Name of the field as it appears on issue cards.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "author_id": {"name": "author_id", "description": "Foreign key referencing the ID of the `user` who made this field change.", "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": "jira://models/intermediate/int_jira.yml", "build_path": null, "unrendered_config": {"materialized": "ephemeral", "schema": "jira_{{ var('directed_schema','dev') }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1781051929.4235435, "relation_name": null, "raw_code": "with field_history as (\n\n select *\n from {{ ref('stg_jira__issue_field_history') }}\n \n), \n\nfields as (\n \n select *\n from {{ ref('stg_jira__field') }}\n\n), \n\njoined as (\n\n select\n field_history.*,\n lower(fields.field_name) as field_name,\n cast({{ dbt.date_trunc('week', 'field_history.updated_at') }} as date) as updated_at_week\n\n from field_history\n join fields\n on fields.field_id = field_history.field_id\n and fields.source_relation = field_history.source_relation\n\n)\n\nselect *\nfrom joined", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__issue_field_history", "package": null, "version": null}, {"name": "stg_jira__field", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.date_trunc"], "nodes": ["model.jira.stg_jira__issue_field_history", "model.jira.stg_jira__field"]}, "compiled_path": "target/compiled/jira/models/intermediate/field_history/int_jira__issue_field_history.sql", "compiled": true, "compiled_code": "with field_history as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__issue_field_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n field_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', field_history.updated_at) as date) as updated_at_week\n\n from field_history\n join fields\n on fields.field_id = field_history.field_id\n and fields.source_relation = field_history.source_relation\n\n)\n\nselect *\nfrom joined", "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.jira.stg_jira__team": {"database": "postgres", "schema": "public_jira_dev", "name": "stg_jira__team", "resource_type": "model", "package_name": "jira", "path": "staging/stg_jira__team.sql", "original_file_path": "models/staging/stg_jira__team.sql", "unique_id": "model.jira.stg_jira__team", "fqn": ["jira", "staging", "stg_jira__team"], "alias": "stg_jira__team", "checksum": {"name": "sha256", "checksum": "b3ef3e617edbfecd4581f1a46ac078eda223bd29910547930901f413c7c7b531"}, "config": {"enabled": true, "alias": null, "schema": "jira_dev", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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 of teams associated with your organization.", "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.jira.source_relation"]}, "team_id": {"name": "team_id", "description": "Unique ID of the team.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_shared_team": {"name": "is_shared_team", "description": "Boolean that is true if the team is shared with other teams in your organization.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_visible_team": {"name": "is_visible_team", "description": "Boolean that is true if the team is visible to all users in your organization.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "team_name": {"name": "team_name", "description": "Name of the team.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "team_title": {"name": "team_title", "description": "Longer, more descriptive name of the team.", "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": "jira://models/staging/stg_jira.yml", "build_path": null, "unrendered_config": {"materialized": "view", "schema": "jira_{{ var('directed_schema','dev') }}", "enabled": true, "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1781051929.5721626, "relation_name": "\"postgres\".\"public_jira_dev\".\"stg_jira__team\"", "raw_code": "{{ config(enabled=var('jira_using_teams', True)) }}\n\nwith base as (\n\n select * \n from {{ ref('stg_jira__team_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_jira__team_tmp')),\n staging_columns=get_team_columns()\n )\n }}\n {{ fivetran_utils.apply_source_relation(package_name='jira') }}\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n cast(id as {{ dbt.type_string() }}) as team_id,\n is_shared as is_shared_team,\n is_visible as is_visible_team,\n name as team_name,\n title as team_title,\n _fivetran_synced\n from fields\n)\n\nselect * \nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__team_tmp", "package": null, "version": null}, {"name": "stg_jira__team_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.jira.get_team_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.apply_source_relation", "macro.dbt.type_string"], "nodes": ["model.jira.stg_jira__team_tmp"]}, "compiled_path": "target/compiled/jira/models/staging/stg_jira__team.sql", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select * \n from \"postgres\".\"public_jira_dev\".\"stg_jira__team_tmp\"\n),\n\nfields as (\n\n select\n \n _fivetran_synced as _fivetran_synced,\n id as id,\n is_shared as is_shared,\n is_visible as is_visible,\n name as name,\n title as title\n \n\n\n\n\n \n \n\n\n\n\n\n, cast('postgres.public' as TEXT) as source_relation\n\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n cast(id as TEXT) as team_id,\n is_shared as is_shared_team,\n is_visible as is_visible_team,\n name as team_name,\n title as team_title,\n _fivetran_synced\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.jira.stg_jira__field_option": {"database": "postgres", "schema": "public_jira_dev", "name": "stg_jira__field_option", "resource_type": "model", "package_name": "jira", "path": "staging/stg_jira__field_option.sql", "original_file_path": "models/staging/stg_jira__field_option.sql", "unique_id": "model.jira.stg_jira__field_option", "fqn": ["jira", "staging", "stg_jira__field_option"], "alias": "stg_jira__field_option", "checksum": {"name": "sha256", "checksum": "ef1d6563a68f51e532990c837a0d6797ae7cb99a01dfd908bfff7ffacb934802"}, "config": {"enabled": true, "alias": null, "schema": "jira_dev", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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 of all options related to custom fields.", "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.jira.source_relation"]}, "field_id": {"name": "field_id", "description": "The ID of the custom field.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "parent_field_id": {"name": "parent_field_id", "description": "The ID of the parent custom field.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "field_option_name": {"name": "field_option_name", "description": "Name of the field option.", "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": "jira://models/staging/stg_jira.yml", "build_path": null, "unrendered_config": {"materialized": "view", "schema": "jira_{{ var('directed_schema','dev') }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1781051929.560426, "relation_name": "\"postgres\".\"public_jira_dev\".\"stg_jira__field_option\"", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_jira__field_option_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_jira__field_option_tmp')),\n staging_columns=get_field_option_columns()\n )\n }}\n {{ fivetran_utils.apply_source_relation(package_name='jira') }}\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n id as field_id,\n parent_id as parent_field_id,\n name as field_option_name\n from fields\n)\n\nselect * \nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__field_option_tmp", "package": null, "version": null}, {"name": "stg_jira__field_option_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.jira.get_field_option_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.apply_source_relation"], "nodes": ["model.jira.stg_jira__field_option_tmp"]}, "compiled_path": "target/compiled/jira/models/staging/stg_jira__field_option.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"postgres\".\"public_jira_dev\".\"stg_jira__field_option_tmp\"\n),\n\nfields as (\n\n select\n \n id as id,\n cast(null as integer) as parent_id,\n _fivetran_synced as _fivetran_synced,\n name as name\n \n\n\n\n\n \n \n\n\n\n\n\n, cast('postgres.public' as TEXT) as source_relation\n\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n id as field_id,\n parent_id as parent_field_id,\n name as field_option_name\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.jira.stg_jira__priority": {"database": "postgres", "schema": "public_jira_dev", "name": "stg_jira__priority", "resource_type": "model", "package_name": "jira", "path": "staging/stg_jira__priority.sql", "original_file_path": "models/staging/stg_jira__priority.sql", "unique_id": "model.jira.stg_jira__priority", "fqn": ["jira", "staging", "stg_jira__priority"], "alias": "stg_jira__priority", "checksum": {"name": "sha256", "checksum": "bce07e1664060a67820676d0605ab49b4983c008ab9b2d9e8888d90dd469ea01"}, "config": {"enabled": true, "alias": null, "schema": "jira_dev", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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 of issue priority levels (global).", "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.jira.source_relation"]}, "priority_id": {"name": "priority_id", "description": "Unique ID of the priority level.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "priority_description": {"name": "priority_description", "description": "Description of the priority level.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "priority_name": {"name": "priority_name", "description": "Name of the priority as it appears in the UI.", "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": "jira://models/staging/stg_jira.yml", "build_path": null, "unrendered_config": {"materialized": "view", "schema": "jira_{{ var('directed_schema','dev') }}", "enabled": true, "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1781051929.565671, "relation_name": "\"postgres\".\"public_jira_dev\".\"stg_jira__priority\"", "raw_code": "{{ config(enabled=var('jira_using_priorities', True)) }}\n\nwith base as (\n\n select * \n from {{ ref('stg_jira__priority_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_jira__priority_tmp')),\n staging_columns=get_priority_columns()\n )\n }}\n {{ fivetran_utils.apply_source_relation(package_name='jira') }}\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n description as priority_description,\n id as priority_id,\n name as priority_name,\n _fivetran_synced\n from fields\n)\n\nselect * \nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__priority_tmp", "package": null, "version": null}, {"name": "stg_jira__priority_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.jira.get_priority_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.apply_source_relation"], "nodes": ["model.jira.stg_jira__priority_tmp"]}, "compiled_path": "target/compiled/jira/models/staging/stg_jira__priority.sql", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select * \n from \"postgres\".\"public_jira_dev\".\"stg_jira__priority_tmp\"\n),\n\nfields as (\n\n select\n \n _fivetran_synced as _fivetran_synced,\n description as description,\n id as id,\n name as name\n \n\n\n\n\n \n \n\n\n\n\n\n, cast('postgres.public' as TEXT) as source_relation\n\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n description as priority_description,\n id as priority_id,\n name as priority_name,\n _fivetran_synced\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.jira.stg_jira__comment": {"database": "postgres", "schema": "public_jira_dev", "name": "stg_jira__comment", "resource_type": "model", "package_name": "jira", "path": "staging/stg_jira__comment.sql", "original_file_path": "models/staging/stg_jira__comment.sql", "unique_id": "model.jira.stg_jira__comment", "fqn": ["jira", "staging", "stg_jira__comment"], "alias": "stg_jira__comment", "checksum": {"name": "sha256", "checksum": "00a7fee724fb999b560b66727a8df9ba81efd43193fcf1161eddce13f0b958f5"}, "config": {"enabled": true, "alias": null, "schema": "jira_dev", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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 of comments made on issues.", "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.jira.source_relation"]}, "comment_id": {"name": "comment_id", "description": "Unique ID of the comment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "author_user_id": {"name": "author_user_id", "description": "Foreign key referencing the `user` id of the comment's author.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "body": {"name": "body", "description": "Content of the comment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "created_at": {"name": "created_at", "description": "Timestamp of when the comment was created. TODO - get timezone clarification", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_public": {"name": "is_public", "description": "Boolean that is true if the comment is visible to all users.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_id": {"name": "issue_id", "description": "Foreign key referencing the id of the `issue` that was commented on.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_update_user_id": {"name": "last_update_user_id", "description": "Foreign key referencing the id of the `user` who last updated this comment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_updated_at": {"name": "last_updated_at", "description": "Timestamp of when the comment was last updated.", "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": "jira://models/staging/stg_jira.yml", "build_path": null, "unrendered_config": {"materialized": "view", "schema": "jira_{{ var('directed_schema','dev') }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1781051929.5573664, "relation_name": "\"postgres\".\"public_jira_dev\".\"stg_jira__comment\"", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_jira__comment_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_jira__comment_tmp')),\n staging_columns=get_comment_columns()\n )\n }}\n {{ fivetran_utils.apply_source_relation(package_name='jira') }}\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n author_id as author_user_id,\n body,\n cast(created as {{ dbt.type_timestamp() }}) as created_at,\n id as comment_id,\n issue_id,\n is_public,\n update_author_id as last_update_user_id,\n cast(updated as {{ dbt.type_timestamp() }}) as last_updated_at,\n _fivetran_synced\n from fields\n)\n\nselect * \nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__comment_tmp", "package": null, "version": null}, {"name": "stg_jira__comment_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.jira.get_comment_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.apply_source_relation", "macro.dbt.type_timestamp"], "nodes": ["model.jira.stg_jira__comment_tmp"]}, "compiled_path": "target/compiled/jira/models/staging/stg_jira__comment.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"postgres\".\"public_jira_dev\".\"stg_jira__comment_tmp\"\n),\n\nfields as (\n\n select\n \n _fivetran_synced as _fivetran_synced,\n author_id as author_id,\n body as body,\n created as created,\n id as id,\n is_public as is_public,\n issue_id as issue_id,\n update_author_id as update_author_id,\n updated as updated\n \n\n\n\n\n \n \n\n\n\n\n\n, cast('postgres.public' as TEXT) as source_relation\n\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n author_id as author_user_id,\n body,\n cast(created as timestamp) as created_at,\n id as comment_id,\n issue_id,\n is_public,\n update_author_id as last_update_user_id,\n cast(updated as timestamp) as last_updated_at,\n _fivetran_synced\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.jira.stg_jira__status": {"database": "postgres", "schema": "public_jira_dev", "name": "stg_jira__status", "resource_type": "model", "package_name": "jira", "path": "staging/stg_jira__status.sql", "original_file_path": "models/staging/stg_jira__status.sql", "unique_id": "model.jira.stg_jira__status", "fqn": ["jira", "staging", "stg_jira__status"], "alias": "stg_jira__status", "checksum": {"name": "sha256", "checksum": "ea12cb1fbf471021a7fb3982179e9052d9555ad51f66e335c42f269ac14b20b3"}, "config": {"enabled": true, "alias": null, "schema": "jira_dev", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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 of project-level statuses (which may have the same umbrella `status_category`).", "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.jira.source_relation"]}, "status_id": {"name": "status_id", "description": "Unique ID of the project status.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "status_description": {"name": "status_description", "description": "Description of the project status. Different projects may all have a status called \"Backlog\", but their definitions of \"backlog\" may differ.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "status_name": {"name": "status_name", "description": "Title of the status.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "status_category_id": {"name": "status_category_id", "description": "Foreign key referencing the ID of the `status_category` that this project status falls under.", "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": "jira://models/staging/stg_jira.yml", "build_path": null, "unrendered_config": {"materialized": "view", "schema": "jira_{{ var('directed_schema','dev') }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1781051929.569843, "relation_name": "\"postgres\".\"public_jira_dev\".\"stg_jira__status\"", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_jira__status_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_jira__status_tmp')),\n staging_columns=get_status_columns()\n )\n }}\n {{ fivetran_utils.apply_source_relation(package_name='jira') }}\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n description as status_description,\n id as status_id,\n name as status_name,\n status_category_id,\n _fivetran_synced\n from fields\n)\n\nselect * \nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__status_tmp", "package": null, "version": null}, {"name": "stg_jira__status_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.jira.get_status_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.apply_source_relation"], "nodes": ["model.jira.stg_jira__status_tmp"]}, "compiled_path": "target/compiled/jira/models/staging/stg_jira__status.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"postgres\".\"public_jira_dev\".\"stg_jira__status_tmp\"\n),\n\nfields as (\n\n select\n \n _fivetran_synced as _fivetran_synced,\n description as description,\n id as id,\n name as name,\n status_category_id as status_category_id\n \n\n\n\n\n \n \n\n\n\n\n\n, cast('postgres.public' as TEXT) as source_relation\n\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n description as status_description,\n id as status_id,\n name as status_name,\n status_category_id,\n _fivetran_synced\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.jira.stg_jira__version": {"database": "postgres", "schema": "public_jira_dev", "name": "stg_jira__version", "resource_type": "model", "package_name": "jira", "path": "staging/stg_jira__version.sql", "original_file_path": "models/staging/stg_jira__version.sql", "unique_id": "model.jira.stg_jira__version", "fqn": ["jira", "staging", "stg_jira__version"], "alias": "stg_jira__version", "checksum": {"name": "sha256", "checksum": "75eb94cb1b78c8bbe46e67b4aecff484cf91440b4a7cf325ba01cbe66c25e2e0"}, "config": {"enabled": true, "alias": null, "schema": "jira_dev", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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 of project versions in your organization.", "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.jira.source_relation"]}, "is_archived": {"name": "is_archived", "description": "Boolean that is true if the project version has been archived.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "description": {"name": "description", "description": "The optional description given to the version.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "version_id": {"name": "version_id", "description": "Unique ID of the version.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "version_name": {"name": "version_name", "description": "Unique name of the version.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_overdue": {"name": "is_overdue", "description": "Boolean that is true if the version is past its optional release date, false if it is not or if it does not have a due date.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "project_id": {"name": "project_id", "description": "Foreign key referencing the `PROJECT` to which this version is attached.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "release_date": {"name": "release_date", "description": "The optional release date of the version. Expressed in ISO 8601 format (yyyy-mm-dd).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_released": {"name": "is_released", "description": "Boolean that is true if the version has been released. If the version is released a request to release again is ignored", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "start_date": {"name": "start_date", "description": "The start date of the version. Expressed in ISO 8601 format (yyyy-mm-dd).", "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": "jira://models/staging/stg_jira.yml", "build_path": null, "unrendered_config": {"materialized": "view", "schema": "jira_{{ var('directed_schema','dev') }}", "enabled": true, "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1781051929.574906, "relation_name": "\"postgres\".\"public_jira_dev\".\"stg_jira__version\"", "raw_code": "{{ config(enabled=var('jira_using_versions', True)) }}\n\nwith base as (\n\n select * \n from {{ ref('stg_jira__version_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_jira__version_tmp')),\n staging_columns=get_version_columns()\n )\n }}\n {{ fivetran_utils.apply_source_relation(package_name='jira') }}\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n archived as is_archived,\n description,\n id as version_id,\n name as version_name,\n overdue as is_overdue,\n project_id,\n cast(release_date as {{ dbt.type_timestamp() }}) as release_date,\n released as is_released,\n cast(start_date as {{ dbt.type_timestamp() }}) as start_date\n from fields\n)\n\nselect * \nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__version_tmp", "package": null, "version": null}, {"name": "stg_jira__version_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.jira.get_version_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.apply_source_relation", "macro.dbt.type_timestamp"], "nodes": ["model.jira.stg_jira__version_tmp"]}, "compiled_path": "target/compiled/jira/models/staging/stg_jira__version.sql", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select * \n from \"postgres\".\"public_jira_dev\".\"stg_jira__version_tmp\"\n),\n\nfields as (\n\n select\n \n _fivetran_synced as _fivetran_synced,\n archived as archived,\n description as description,\n id as id,\n name as name,\n overdue as overdue,\n project_id as project_id,\n release_date as release_date,\n released as released,\n start_date as start_date\n \n\n\n\n\n \n \n\n\n\n\n\n, cast('postgres.public' as TEXT) as source_relation\n\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n archived as is_archived,\n description,\n id as version_id,\n name as version_name,\n overdue as is_overdue,\n project_id,\n cast(release_date as timestamp) as release_date,\n released as is_released,\n cast(start_date as timestamp) as start_date\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.jira.stg_jira__issue_multiselect_history": {"database": "postgres", "schema": "public_jira_dev", "name": "stg_jira__issue_multiselect_history", "resource_type": "model", "package_name": "jira", "path": "staging/stg_jira__issue_multiselect_history.sql", "original_file_path": "models/staging/stg_jira__issue_multiselect_history.sql", "unique_id": "model.jira.stg_jira__issue_multiselect_history", "fqn": ["jira", "staging", "stg_jira__issue_multiselect_history"], "alias": "stg_jira__issue_multiselect_history", "checksum": {"name": "sha256", "checksum": "38f8f6d0c0ed860340903232f6ff4ea02d2210e159d73c1f4c025d7e352385c9"}, "config": {"enabled": true, "alias": null, "schema": "jira_dev", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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 of every value that each array-type (multiselect) field has been set to. Each row will pertain to **one** value.\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.jira.source_relation"]}, "_fivetran_id": {"name": "_fivetran_id", "description": "Fivetran-generated ID hashed on field, issue, and value.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "updated_at": {"name": "updated_at", "description": "Timestamp of when the issue field was updated to included this value.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "field_id": {"name": "field_id", "description": "Foreign key referencing the ID of the `field` that was changed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_id": {"name": "issue_id", "description": "Foreign key referencing the ID of the `issue` whose field was updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "field_value": {"name": "field_value", "description": "Content of the value of that the field was set to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_active": {"name": "is_active", "description": "Boolean showing whether this issue field is currently active.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "author_id": {"name": "author_id", "description": "Foreign key referencing the ID of the `user` who made this field change.", "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": "jira://models/staging/stg_jira.yml", "build_path": null, "unrendered_config": {"materialized": "view", "schema": "jira_{{ var('directed_schema','dev') }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1781051929.5635278, "relation_name": "\"postgres\".\"public_jira_dev\".\"stg_jira__issue_multiselect_history\"", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_jira__issue_multiselect_history_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_jira__issue_multiselect_history_tmp')),\n staging_columns=get_issue_multiselect_history_columns()\n )\n }}\n {{ fivetran_utils.apply_source_relation(package_name='jira') }}\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n _fivetran_id,\n cast(field_id as {{ dbt.type_string() }}) as field_id,\n issue_id,\n {% if target.type == 'snowflake' %}\n cast(\"TIME\" as {{ dbt.type_timestamp() }})\n {% elif target.type == 'redshift' %}\n cast(\"time\" as {{ dbt.type_timestamp() }})\n {% else %}\n cast(time as {{ dbt.type_timestamp() }})\n {% endif %} as updated_at,\n value as field_value,\n author_id,\n is_active,\n _fivetran_synced\n from fields\n)\n\nselect * \nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__issue_multiselect_history_tmp", "package": null, "version": null}, {"name": "stg_jira__issue_multiselect_history_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.jira.get_issue_multiselect_history_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.apply_source_relation", "macro.dbt.type_string", "macro.dbt.type_timestamp"], "nodes": ["model.jira.stg_jira__issue_multiselect_history_tmp"]}, "compiled_path": "target/compiled/jira/models/staging/stg_jira__issue_multiselect_history.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"postgres\".\"public_jira_dev\".\"stg_jira__issue_multiselect_history_tmp\"\n),\n\nfields as (\n\n select\n \n _fivetran_id as _fivetran_id,\n _fivetran_synced as _fivetran_synced,\n field_id as field_id,\n issue_id as issue_id,\n value as value,\n is_active as is_active,\n author_id as author_id,\n time as time\n \n\n\n\n\n \n \n\n\n\n\n\n, cast('postgres.public' as TEXT) as source_relation\n\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n _fivetran_id,\n cast(field_id as TEXT) as field_id,\n issue_id,\n \n cast(time as timestamp)\n as updated_at,\n value as field_value,\n author_id,\n is_active,\n _fivetran_synced\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.jira.stg_jira__issue_field_history": {"database": "postgres", "schema": "public_jira_dev", "name": "stg_jira__issue_field_history", "resource_type": "model", "package_name": "jira", "path": "staging/stg_jira__issue_field_history.sql", "original_file_path": "models/staging/stg_jira__issue_field_history.sql", "unique_id": "model.jira.stg_jira__issue_field_history", "fqn": ["jira", "staging", "stg_jira__issue_field_history"], "alias": "stg_jira__issue_field_history", "checksum": {"name": "sha256", "checksum": "487f8fb87771481f9f7b0b820137544dbecee9a88efebaaafc24849e57d79464"}, "config": {"enabled": true, "alias": null, "schema": "jira_dev", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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 of every value that each **custom non-array** (not multiselect) field has been set to.", "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.jira.source_relation"]}, "field_id": {"name": "field_id", "description": "Foreign key referencing the ID of the `field` that was changed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_id": {"name": "issue_id", "description": "Foreign key referencing the ID of the `issue` whose field was updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "updated_at": {"name": "updated_at", "description": "Timestamp of when the issue field was set to this value.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "field_value": {"name": "field_value", "description": "Content of the value of that the field was set to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_active": {"name": "is_active", "description": "Boolean showing whether this issue field is currently active.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "author_id": {"name": "author_id", "description": "Foreign key referencing the ID of the `user` who made this field change.", "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": "jira://models/staging/stg_jira.yml", "build_path": null, "unrendered_config": {"materialized": "view", "schema": "jira_{{ var('directed_schema','dev') }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1781051929.5628862, "relation_name": "\"postgres\".\"public_jira_dev\".\"stg_jira__issue_field_history\"", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_jira__issue_field_history_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_jira__issue_field_history_tmp')),\n staging_columns=get_issue_field_history_columns()\n )\n }}\n {{ fivetran_utils.apply_source_relation(package_name='jira') }}\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n cast(field_id as {{ dbt.type_string() }}) as field_id,\n issue_id,\n {% if target.type == 'snowflake' -%}\n cast(\"TIME\" as {{ dbt.type_timestamp() }})\n {% elif target.type == 'redshift' -%}\n cast(\"time\" as {{ dbt.type_timestamp() }})\n {% else -%}\n cast(time as {{ dbt.type_timestamp() }})\n {% endif %} as updated_at,\n value as field_value,\n author_id,\n is_active,\n _fivetran_synced\n from fields\n)\n\nselect * \nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__issue_field_history_tmp", "package": null, "version": null}, {"name": "stg_jira__issue_field_history_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.jira.get_issue_field_history_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.apply_source_relation", "macro.dbt.type_string", "macro.dbt.type_timestamp"], "nodes": ["model.jira.stg_jira__issue_field_history_tmp"]}, "compiled_path": "target/compiled/jira/models/staging/stg_jira__issue_field_history.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"postgres\".\"public_jira_dev\".\"stg_jira__issue_field_history_tmp\"\n),\n\nfields as (\n\n select\n \n _fivetran_synced as _fivetran_synced,\n field_id as field_id,\n issue_id as issue_id,\n value as value,\n is_active as is_active,\n author_id as author_id,\n time as time\n \n\n\n\n\n \n \n\n\n\n\n\n, cast('postgres.public' as TEXT) as source_relation\n\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n cast(field_id as TEXT) as field_id,\n issue_id,\n cast(time as timestamp)\n as updated_at,\n value as field_value,\n author_id,\n is_active,\n _fivetran_synced\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.jira.stg_jira__user": {"database": "postgres", "schema": "public_jira_dev", "name": "stg_jira__user", "resource_type": "model", "package_name": "jira", "path": "staging/stg_jira__user.sql", "original_file_path": "models/staging/stg_jira__user.sql", "unique_id": "model.jira.stg_jira__user", "fqn": ["jira", "staging", "stg_jira__user"], "alias": "stg_jira__user", "checksum": {"name": "sha256", "checksum": "2498e4475f3465151cdd763bd228d203aa325cbf91eded06d9b3b65702c6e96e"}, "config": {"enabled": true, "alias": null, "schema": "jira_dev", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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 of users associated with your organization.", "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.jira.source_relation"]}, "user_id": {"name": "user_id", "description": "Unique ID of the user.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "email": {"name": "email", "description": "Email associated with the user account.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "locale": {"name": "locale", "description": "The Java locale of the user.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "user_display_name": {"name": "user_display_name", "description": "Name of the user as it appears in the UI.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "time_zone": {"name": "time_zone", "description": "The user's timezone, as defined in their settings.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "username": {"name": "username", "description": "Account username.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_active": {"name": "is_active", "description": "Boolean showing whether this issue field is currently active.", "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": "jira://models/staging/stg_jira.yml", "build_path": null, "unrendered_config": {"materialized": "view", "schema": "jira_{{ var('directed_schema','dev') }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1781051929.5728707, "relation_name": "\"postgres\".\"public_jira_dev\".\"stg_jira__user\"", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_jira__user_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_jira__user_tmp')),\n staging_columns=get_user_columns()\n )\n }}\n {{ fivetran_utils.apply_source_relation(package_name='jira') }}\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n email,\n id as user_id,\n locale,\n name as user_display_name,\n time_zone,\n username,\n is_active,\n _fivetran_synced\n from fields\n)\n\nselect * \nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__user_tmp", "package": null, "version": null}, {"name": "stg_jira__user_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.jira.get_user_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.apply_source_relation"], "nodes": ["model.jira.stg_jira__user_tmp"]}, "compiled_path": "target/compiled/jira/models/staging/stg_jira__user.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"postgres\".\"public_jira_dev\".\"stg_jira__user_tmp\"\n),\n\nfields as (\n\n select\n \n _fivetran_synced as _fivetran_synced,\n email as email,\n id as id,\n locale as locale,\n name as name,\n time_zone as time_zone,\n username as username,\n is_active as is_active\n \n\n\n\n\n \n \n\n\n\n\n\n, cast('postgres.public' as TEXT) as source_relation\n\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n email,\n id as user_id,\n locale,\n name as user_display_name,\n time_zone,\n username,\n is_active,\n _fivetran_synced\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.jira.stg_jira__field": {"database": "postgres", "schema": "public_jira_dev", "name": "stg_jira__field", "resource_type": "model", "package_name": "jira", "path": "staging/stg_jira__field.sql", "original_file_path": "models/staging/stg_jira__field.sql", "unique_id": "model.jira.stg_jira__field", "fqn": ["jira", "staging", "stg_jira__field"], "alias": "stg_jira__field", "checksum": {"name": "sha256", "checksum": "2c275a6c7aef33da7267ee40b4f8acca65b77910273c747bf8a0cdf6ada24b1e"}, "config": {"enabled": true, "alias": null, "schema": "jira_dev", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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 of all issue fields.", "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.jira.source_relation"]}, "field_id": {"name": "field_id", "description": "Unique ID of the field. Default fields will have descriptive IDs, whereas custom field IDs will be `'customfield_#####'`.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_array": {"name": "is_array", "description": "Boolean that is true if a field can have multiple values (is multiselect).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_custom": {"name": "is_custom", "description": "Boolean that is true if the field is custom to this organization, and false if it is default to Jira.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "field_name": {"name": "field_name", "description": "Name of the field as it appears on issue cards.", "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": "jira://models/staging/stg_jira.yml", "build_path": null, "unrendered_config": {"materialized": "view", "schema": "jira_{{ var('directed_schema','dev') }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1781051929.5593987, "relation_name": "\"postgres\".\"public_jira_dev\".\"stg_jira__field\"", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_jira__field_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_jira__field_tmp')),\n staging_columns=get_field_columns()\n )\n }}\n {{ fivetran_utils.apply_source_relation(package_name='jira') }}\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n cast(id as {{ dbt.type_string() }}) as field_id,\n is_array,\n is_custom,\n name as field_name,\n _fivetran_synced\n from fields\n)\n\nselect * \nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__field_tmp", "package": null, "version": null}, {"name": "stg_jira__field_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.jira.get_field_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.apply_source_relation", "macro.dbt.type_string"], "nodes": ["model.jira.stg_jira__field_tmp"]}, "compiled_path": "target/compiled/jira/models/staging/stg_jira__field.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"postgres\".\"public_jira_dev\".\"stg_jira__field_tmp\"\n),\n\nfields as (\n\n select\n \n _fivetran_synced as _fivetran_synced,\n id as id,\n is_array as is_array,\n is_custom as is_custom,\n name as name\n \n\n\n\n\n \n \n\n\n\n\n\n, cast('postgres.public' as TEXT) as source_relation\n\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n cast(id as TEXT) as field_id,\n is_array,\n is_custom,\n name as field_name,\n _fivetran_synced\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.jira.stg_jira__issue_type": {"database": "postgres", "schema": "public_jira_dev", "name": "stg_jira__issue_type", "resource_type": "model", "package_name": "jira", "path": "staging/stg_jira__issue_type.sql", "original_file_path": "models/staging/stg_jira__issue_type.sql", "unique_id": "model.jira.stg_jira__issue_type", "fqn": ["jira", "staging", "stg_jira__issue_type"], "alias": "stg_jira__issue_type", "checksum": {"name": "sha256", "checksum": "93f8bf98a36841ed73a3a630d701098210b33730e100caa5232ef421d9ef61dd"}, "config": {"enabled": true, "alias": null, "schema": "jira_dev", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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 about issue types. Issue types can have identical names in different projects, but they may have differing descriptions.\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.jira.source_relation"]}, "issue_type_id": {"name": "issue_type_id", "description": "Unique ID of the issue type.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "description": {"name": "description", "description": "Project-level description given to the issue type.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_type_name": {"name": "issue_type_name", "description": "Name of the issue type (ie Epic, Task, Subtask, any custom types)", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_subtask": {"name": "is_subtask", "description": "Boolean that is true if this type of issue is a subtask.", "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": "jira://models/staging/stg_jira.yml", "build_path": null, "unrendered_config": {"materialized": "view", "schema": "jira_{{ var('directed_schema','dev') }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1781051929.5646524, "relation_name": "\"postgres\".\"public_jira_dev\".\"stg_jira__issue_type\"", "raw_code": "with base as (\n\n select * from \n {{ ref('stg_jira__issue_type_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_jira__issue_type_tmp')),\n staging_columns=get_issue_type_columns()\n )\n }}\n {{ fivetran_utils.apply_source_relation(package_name='jira') }}\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n description,\n id as issue_type_id,\n name as issue_type_name,\n subtask as is_subtask,\n _fivetran_synced\n from fields\n)\n\nselect * \nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__issue_type_tmp", "package": null, "version": null}, {"name": "stg_jira__issue_type_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.jira.get_issue_type_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.apply_source_relation"], "nodes": ["model.jira.stg_jira__issue_type_tmp"]}, "compiled_path": "target/compiled/jira/models/staging/stg_jira__issue_type.sql", "compiled": true, "compiled_code": "with base as (\n\n select * from \n \"postgres\".\"public_jira_dev\".\"stg_jira__issue_type_tmp\"\n),\n\nfields as (\n\n select\n \n _fivetran_synced as _fivetran_synced,\n description as description,\n id as id,\n name as name,\n subtask as subtask\n \n\n\n\n\n \n \n\n\n\n\n\n, cast('postgres.public' as TEXT) as source_relation\n\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n description,\n id as issue_type_id,\n name as issue_type_name,\n subtask as is_subtask,\n _fivetran_synced\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.jira.stg_jira__project": {"database": "postgres", "schema": "public_jira_dev", "name": "stg_jira__project", "resource_type": "model", "package_name": "jira", "path": "staging/stg_jira__project.sql", "original_file_path": "models/staging/stg_jira__project.sql", "unique_id": "model.jira.stg_jira__project", "fqn": ["jira", "staging", "stg_jira__project"], "alias": "stg_jira__project", "checksum": {"name": "sha256", "checksum": "570e34363981506c184d1145cebf2a53f816c947a7be82659e7bba29392cbd48"}, "config": {"enabled": true, "alias": null, "schema": "jira_dev", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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 of all projects in your organization.", "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.jira.source_relation"]}, "project_id": {"name": "project_id", "description": "Unique ID of the project.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "project_description": {"name": "project_description", "description": "Description of the project, if given.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "project_key": {"name": "project_key", "description": "UI-facing ID of the project. This becomes the default prefix for tasks created within this project.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "project_lead_user_id": {"name": "project_lead_user_id", "description": "Foreign key referencing the ID of the `user` who leads this project.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "project_name": {"name": "project_name", "description": "Title of the project.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "permission_scheme_id": {"name": "permission_scheme_id", "description": "Foreign key referencing the ID of the `permission_scheme` that the project ascribes to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "project_category_id": {"name": "project_category_id", "description": "Foreign key referencing the ID of the `project_category` that the project is associated with, if any.", "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": "jira://models/staging/stg_jira.yml", "build_path": null, "unrendered_config": {"materialized": "view", "schema": "jira_{{ var('directed_schema','dev') }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1781051929.5663445, "relation_name": "\"postgres\".\"public_jira_dev\".\"stg_jira__project\"", "raw_code": "with base as (\n \n select *\n from {{ ref('stg_jira__project_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_jira__project_tmp')),\n staging_columns=get_project_columns()\n )\n }}\n {{ fivetran_utils.apply_source_relation(package_name='jira') }}\n from base\n\n),\n\nfinal as (\n\n select\n source_relation,\n description as project_description,\n id as project_id,\n key as project_key,\n lead_id as project_lead_user_id,\n name as project_name,\n project_category_id,\n permission_scheme_id,\n _fivetran_synced\n from fields\n)\n\nselect * \nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__project_tmp", "package": null, "version": null}, {"name": "stg_jira__project_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.jira.get_project_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.apply_source_relation"], "nodes": ["model.jira.stg_jira__project_tmp"]}, "compiled_path": "target/compiled/jira/models/staging/stg_jira__project.sql", "compiled": true, "compiled_code": "with base as (\n \n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__project_tmp\"\n),\n\nfields as (\n\n select\n \n _fivetran_synced as _fivetran_synced,\n description as description,\n id as id,\n key as key,\n lead_id as lead_id,\n name as name,\n permission_scheme_id as permission_scheme_id,\n project_category_id as project_category_id\n \n\n\n\n\n \n \n\n\n\n\n\n, cast('postgres.public' as TEXT) as source_relation\n\n from base\n\n),\n\nfinal as (\n\n select\n source_relation,\n description as project_description,\n id as project_id,\n key as project_key,\n lead_id as project_lead_user_id,\n name as project_name,\n project_category_id,\n permission_scheme_id,\n _fivetran_synced\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.jira.stg_jira__status_category": {"database": "postgres", "schema": "public_jira_dev", "name": "stg_jira__status_category", "resource_type": "model", "package_name": "jira", "path": "staging/stg_jira__status_category.sql", "original_file_path": "models/staging/stg_jira__status_category.sql", "unique_id": "model.jira.stg_jira__status_category", "fqn": ["jira", "staging", "stg_jira__status_category"], "alias": "stg_jira__status_category", "checksum": {"name": "sha256", "checksum": "1b338e58197330789c88f940d7c9f479d5070a900d6b2d28173149abc6988d34"}, "config": {"enabled": true, "alias": null, "schema": "jira_dev", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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 of umbrella status categories.", "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.jira.source_relation"]}, "status_category_id": {"name": "status_category_id", "description": "Unique ID of the status category.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "status_category_name": {"name": "status_category_name", "description": "Title of the status category.", "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": "jira://models/staging/stg_jira.yml", "build_path": null, "unrendered_config": {"materialized": "view", "schema": "jira_{{ var('directed_schema','dev') }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1781051929.5703592, "relation_name": "\"postgres\".\"public_jira_dev\".\"stg_jira__status_category\"", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_jira__status_category_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_jira__status_category_tmp')),\n staging_columns=get_status_category_columns()\n )\n }}\n {{ fivetran_utils.apply_source_relation(package_name='jira') }}\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n id as status_category_id,\n name as status_category_name\n from fields\n)\n\nselect * \nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__status_category_tmp", "package": null, "version": null}, {"name": "stg_jira__status_category_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.jira.get_status_category_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.apply_source_relation"], "nodes": ["model.jira.stg_jira__status_category_tmp"]}, "compiled_path": "target/compiled/jira/models/staging/stg_jira__status_category.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"postgres\".\"public_jira_dev\".\"stg_jira__status_category_tmp\"\n),\n\nfields as (\n\n select\n \n _fivetran_synced as _fivetran_synced,\n id as id,\n name as name\n \n\n\n\n\n \n \n\n\n\n\n\n, cast('postgres.public' as TEXT) as source_relation\n\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n id as status_category_id,\n name as status_category_name\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.jira.stg_jira__issue_link": {"database": "postgres", "schema": "public_jira_dev", "name": "stg_jira__issue_link", "resource_type": "model", "package_name": "jira", "path": "staging/stg_jira__issue_link.sql", "original_file_path": "models/staging/stg_jira__issue_link.sql", "unique_id": "model.jira.stg_jira__issue_link", "fqn": ["jira", "staging", "stg_jira__issue_link"], "alias": "stg_jira__issue_link", "checksum": {"name": "sha256", "checksum": "40d5c01cb65c2a1ec31b65c8deb4e7ebcde8a4fa02fd22072944225852330888"}, "config": {"enabled": true, "alias": null, "schema": "jira_dev", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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 of relationships (links) created between issues. Issue links can include blockers, clones/duplicates, and general relationships.\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.jira.source_relation"]}, "issue_id": {"name": "issue_id", "description": "Foreign key referencing the ID of the `issue` that is the subject of this relationship (the linker).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "related_issue_id": {"name": "related_issue_id", "description": "Foreign key referencing the ID of the `issue` that is the object of this relationship (the linkee).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "relationship": {"name": "relationship", "description": "The nature of the link between the two issues (\"blocks\", \"is duplicated by\", \"relates to\", etc.)", "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": "jira://models/staging/stg_jira.yml", "build_path": null, "unrendered_config": {"materialized": "view", "schema": "jira_{{ var('directed_schema','dev') }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1781051929.5609725, "relation_name": "\"postgres\".\"public_jira_dev\".\"stg_jira__issue_link\"", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_jira__issue_link_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_jira__issue_link_tmp')),\n staging_columns=get_issue_link_columns()\n )\n }}\n {{ fivetran_utils.apply_source_relation(package_name='jira') }}\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n issue_id,\n related_issue_id,\n relationship,\n _fivetran_synced \n from fields\n)\n\nselect * \nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__issue_link_tmp", "package": null, "version": null}, {"name": "stg_jira__issue_link_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.jira.get_issue_link_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.apply_source_relation"], "nodes": ["model.jira.stg_jira__issue_link_tmp"]}, "compiled_path": "target/compiled/jira/models/staging/stg_jira__issue_link.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"postgres\".\"public_jira_dev\".\"stg_jira__issue_link_tmp\"\n),\n\nfields as (\n\n select\n \n _fivetran_synced as _fivetran_synced,\n issue_id as issue_id,\n related_issue_id as related_issue_id,\n relationship as relationship\n \n\n\n\n\n \n \n\n\n\n\n\n, cast('postgres.public' as TEXT) as source_relation\n\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n issue_id,\n related_issue_id,\n relationship,\n _fivetran_synced \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.jira.stg_jira__issue": {"database": "postgres", "schema": "public_jira_dev", "name": "stg_jira__issue", "resource_type": "model", "package_name": "jira", "path": "staging/stg_jira__issue.sql", "original_file_path": "models/staging/stg_jira__issue.sql", "unique_id": "model.jira.stg_jira__issue", "fqn": ["jira", "staging", "stg_jira__issue"], "alias": "stg_jira__issue", "checksum": {"name": "sha256", "checksum": "832660d800ac9c5e3e7032d7114e1a417a41078a0dc190e0c1babbabb3a0dc52"}, "config": {"enabled": true, "alias": null, "schema": "jira_dev", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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 of all issues in your organization's Jira (captures soft deletes).", "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.jira.source_relation"]}, "issue_id": {"name": "issue_id", "description": "Unique ID of the issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "assignee_user_id": {"name": "assignee_user_id", "description": "Foreign key referencing the ID of the `user` currently assigned to this task.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "created_at": {"name": "created_at", "description": "Timestamp of when the issue was created (in UTC).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "creator_user_id": {"name": "creator_user_id", "description": "Foreign key referencing the `user` who first created the issue. Cannot be changed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_description": {"name": "issue_description", "description": "The issue description, if given.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "due_date": {"name": "due_date", "description": "Calendar day on which the issue is due, if a due date is provided.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "environment": {"name": "environment", "description": "Text field describing the environment in which the issue occurred (ie \"IE9 on Windows 7\").", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_type_id": {"name": "issue_type_id", "description": "Foreign key referencing the ID of the `issue_type`. This value is generated by coalescing the `work_type` and `issue_type` columns from the source.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_key": {"name": "issue_key", "description": "UI-facing id of the issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "original_estimate_seconds": {"name": "original_estimate_seconds", "description": "The original estimate of how long working on this issue would take, in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "parent_issue_id": {"name": "parent_issue_id", "description": "Self-referencing ID of the parent `issue`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "priority_id": {"name": "priority_id", "description": "Foreign key referencing the ID of the issue's current `priority`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "project_id": {"name": "project_id", "description": "Foreign key referencing the ID of the `project` that the issue belongs to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "remaining_estimate_seconds": {"name": "remaining_estimate_seconds", "description": "The estimate of how much longer working on this issue will take, in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "reporter_user_id": {"name": "reporter_user_id", "description": "Foreign key referencing the ID of the `user` who reported the issue. This differs from the `creator` column in that the reporter can be changed in-app.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "resolution_id": {"name": "resolution_id", "description": "Foreign key referencing the ID of the issue's type of `resolution`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "resolved_at": {"name": "resolved_at", "description": "Timestamp of when the issue was resolved (ie completed, marked as duplicate). If an issue is un-resolved, this will be null.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "status_id": {"name": "status_id", "description": "Foreign key referencing the ID of the issue's `status` (the step that the issue is currently at in the project's workflow).\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "status_changed_at": {"name": "status_changed_at", "description": "Timestamp of when the status was last changed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_name": {"name": "issue_name", "description": "Title of the issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "time_spent_seconds": {"name": "time_spent_seconds", "description": "The time that was spent working on this issue, in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "updated_at": {"name": "updated_at", "description": "Timestamp of when the issue was last updated in some way.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "work_ratio": {"name": "work_ratio", "description": "The percentage of work that has been logged against the issue (time_spent) vs the original estimate of worktime. Equals -1.0 when the fields required for calculation are not provided.\n", "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": "jira://models/staging/stg_jira.yml", "build_path": null, "unrendered_config": {"materialized": "view", "schema": "jira_{{ var('directed_schema','dev') }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1781051929.5622275, "relation_name": "\"postgres\".\"public_jira_dev\".\"stg_jira__issue\"", "raw_code": "with base as (\n \n select * \n from {{ ref('stg_jira__issue_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_jira__issue_tmp')),\n staging_columns=get_issue_columns()\n )\n }}\n {{ fivetran_utils.apply_source_relation(package_name='jira') }}\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n coalesce(original_estimate, _original_estimate) as original_estimate_seconds,\n coalesce(remaining_estimate, _remaining_estimate) as remaining_estimate_seconds,\n coalesce(time_spent, _time_spent) as time_spent_seconds,\n assignee as assignee_user_id,\n cast(created as {{ dbt.type_timestamp() }}) as created_at,\n cast(resolved as {{ dbt.type_timestamp() }}) as resolved_at,\n creator as creator_user_id,\n description as issue_description,\n due_date,\n environment,\n id as issue_id,\n coalesce(work_type, issue_type) as issue_type_id,\n key as issue_key,\n parent_id as parent_issue_id,\n priority as priority_id,\n project as project_id,\n reporter as reporter_user_id,\n resolution as resolution_id,\n status as status_id,\n cast(status_category_changed as {{ dbt.type_timestamp() }}) as status_changed_at,\n summary as issue_name,\n cast(updated as {{ dbt.type_timestamp() }}) as updated_at,\n work_ratio,\n _fivetran_synced\n from fields\n where not coalesce(_fivetran_deleted, false)\n)\n\nselect * \nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__issue_tmp", "package": null, "version": null}, {"name": "stg_jira__issue_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.jira.get_issue_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.apply_source_relation", "macro.dbt.type_timestamp"], "nodes": ["model.jira.stg_jira__issue_tmp"]}, "compiled_path": "target/compiled/jira/models/staging/stg_jira__issue.sql", "compiled": true, "compiled_code": "with base as (\n \n select * \n from \"postgres\".\"public_jira_dev\".\"stg_jira__issue_tmp\"\n),\n\nfields as (\n\n select\n \n _fivetran_deleted as _fivetran_deleted,\n _fivetran_synced as _fivetran_synced,\n _original_estimate as _original_estimate,\n _remaining_estimate as _remaining_estimate,\n _time_spent as _time_spent,\n assignee as assignee,\n created as created,\n creator as creator,\n description as description,\n due_date as due_date,\n environment as environment,\n id as id,\n issue_type as issue_type,\n work_type as work_type,\n key as key,\n original_estimate as original_estimate,\n parent_id as parent_id,\n priority as priority,\n project as project,\n remaining_estimate as remaining_estimate,\n reporter as reporter,\n resolution as resolution,\n resolved as resolved,\n status as status,\n status_category_changed as status_category_changed,\n summary as summary,\n time_spent as time_spent,\n updated as updated,\n work_ratio as work_ratio\n \n\n\n\n\n \n \n\n\n\n\n\n, cast('postgres.public' as TEXT) as source_relation\n\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n coalesce(original_estimate, _original_estimate) as original_estimate_seconds,\n coalesce(remaining_estimate, _remaining_estimate) as remaining_estimate_seconds,\n coalesce(time_spent, _time_spent) as time_spent_seconds,\n assignee as assignee_user_id,\n cast(created as timestamp) as created_at,\n cast(resolved as timestamp) as resolved_at,\n creator as creator_user_id,\n description as issue_description,\n due_date,\n environment,\n id as issue_id,\n coalesce(work_type, issue_type) as issue_type_id,\n key as issue_key,\n parent_id as parent_issue_id,\n priority as priority_id,\n project as project_id,\n reporter as reporter_user_id,\n resolution as resolution_id,\n status as status_id,\n cast(status_category_changed as timestamp) as status_changed_at,\n summary as issue_name,\n cast(updated as timestamp) as updated_at,\n work_ratio,\n _fivetran_synced\n from fields\n where not coalesce(_fivetran_deleted, false)\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.jira.stg_jira__component": {"database": "postgres", "schema": "public_jira_dev", "name": "stg_jira__component", "resource_type": "model", "package_name": "jira", "path": "staging/stg_jira__component.sql", "original_file_path": "models/staging/stg_jira__component.sql", "unique_id": "model.jira.stg_jira__component", "fqn": ["jira", "staging", "stg_jira__component"], "alias": "stg_jira__component", "checksum": {"name": "sha256", "checksum": "66a11b6ae595bb741168adbdd47e8415dd107655ba7d75ef8be261743b3c058b"}, "config": {"enabled": true, "alias": null, "schema": "jira_dev", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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 of project components (subsections to group issues).", "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.jira.source_relation"]}, "component_id": {"name": "component_id", "description": "ID of the component.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "component_description": {"name": "component_description", "description": "Description given to the component.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "component_name": {"name": "component_name", "description": "UI-facing name of the component.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "project_id": {"name": "project_id", "description": "Foreign key referencing the id of the component's `project`.", "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": "jira://models/staging/stg_jira.yml", "build_path": null, "unrendered_config": {"materialized": "view", "schema": "jira_{{ var('directed_schema','dev') }}", "enabled": true, "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1781051929.558813, "relation_name": "\"postgres\".\"public_jira_dev\".\"stg_jira__component\"", "raw_code": "{{ config(enabled=var('jira_using_components', True)) }}\n\nwith base as (\n\n select * \n from {{ ref('stg_jira__component_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_jira__component_tmp')),\n staging_columns=get_component_columns()\n )\n }}\n {{ fivetran_utils.apply_source_relation(package_name='jira') }}\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n description as component_description,\n id as component_id,\n name as component_name,\n project_id,\n _fivetran_synced\n from fields\n)\n\nselect * \nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__component_tmp", "package": null, "version": null}, {"name": "stg_jira__component_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.jira.get_component_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.apply_source_relation"], "nodes": ["model.jira.stg_jira__component_tmp"]}, "compiled_path": "target/compiled/jira/models/staging/stg_jira__component.sql", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select * \n from \"postgres\".\"public_jira_dev\".\"stg_jira__component_tmp\"\n),\n\nfields as (\n\n select\n \n _fivetran_synced as _fivetran_synced,\n description as description,\n id as id,\n name as name,\n project_id as project_id\n \n\n\n\n\n \n \n\n\n\n\n\n, cast('postgres.public' as TEXT) as source_relation\n\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n description as component_description,\n id as component_id,\n name as component_name,\n project_id,\n _fivetran_synced\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.jira.stg_jira__sprint": {"database": "postgres", "schema": "public_jira_dev", "name": "stg_jira__sprint", "resource_type": "model", "package_name": "jira", "path": "staging/stg_jira__sprint.sql", "original_file_path": "models/staging/stg_jira__sprint.sql", "unique_id": "model.jira.stg_jira__sprint", "fqn": ["jira", "staging", "stg_jira__sprint"], "alias": "stg_jira__sprint", "checksum": {"name": "sha256", "checksum": "a3a8b45f8240bec767b9db1205b8c7db15dad136c29818559647ef6b061107f2"}, "config": {"enabled": true, "alias": null, "schema": "jira_dev", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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 of all sprints.", "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.jira.source_relation"]}, "sprint_id": {"name": "sprint_id", "description": "Unique ID of the sprint.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "board_id": {"name": "board_id", "description": "Foreign key referencing the ID of the `board` that the sprint lives in.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "completed_at": {"name": "completed_at", "description": "Timestamp of when the sprint was completed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "ended_at": {"name": "ended_at", "description": "Timestamp of when the sprint is planned to end.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "sprint_name": {"name": "sprint_name", "description": "Title of the sprint.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "started_at": {"name": "started_at", "description": "Timestamp of when the sprint began.", "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": "jira://models/staging/stg_jira.yml", "build_path": null, "unrendered_config": {"materialized": "view", "schema": "jira_{{ var('directed_schema','dev') }}", "enabled": true, "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1781051929.5687912, "relation_name": "\"postgres\".\"public_jira_dev\".\"stg_jira__sprint\"", "raw_code": "{{ config(enabled=var('jira_using_sprints', True)) }}\n\nwith base as (\n\n select *\n from {{ ref('stg_jira__sprint_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_jira__sprint_tmp')),\n staging_columns=get_sprint_columns()\n )\n }}\n {{ fivetran_utils.apply_source_relation(package_name='jira') }}\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n id as sprint_id,\n name as sprint_name,\n board_id,\n cast(complete_date as {{ dbt.type_timestamp() }}) as completed_at,\n cast(end_date as {{ dbt.type_timestamp() }}) as ended_at,\n cast(start_date as {{ dbt.type_timestamp() }}) as started_at,\n _fivetran_synced\n from fields\n where not coalesce(_fivetran_deleted, false)\n)\n\nselect * \nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__sprint_tmp", "package": null, "version": null}, {"name": "stg_jira__sprint_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.jira.get_sprint_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.apply_source_relation", "macro.dbt.type_timestamp"], "nodes": ["model.jira.stg_jira__sprint_tmp"]}, "compiled_path": "target/compiled/jira/models/staging/stg_jira__sprint.sql", "compiled": true, "compiled_code": "\n\nwith base as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__sprint_tmp\"\n),\n\nfields as (\n\n select\n \n _fivetran_deleted as _fivetran_deleted,\n _fivetran_synced as _fivetran_synced,\n board_id as board_id,\n complete_date as complete_date,\n end_date as end_date,\n id as id,\n name as name,\n start_date as start_date\n \n\n\n\n\n \n \n\n\n\n\n\n, cast('postgres.public' as TEXT) as source_relation\n\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n id as sprint_id,\n name as sprint_name,\n board_id,\n cast(complete_date as timestamp) as completed_at,\n cast(end_date as timestamp) as ended_at,\n cast(start_date as timestamp) as started_at,\n _fivetran_synced\n from fields\n where not coalesce(_fivetran_deleted, false)\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.jira.stg_jira__resolution": {"database": "postgres", "schema": "public_jira_dev", "name": "stg_jira__resolution", "resource_type": "model", "package_name": "jira", "path": "staging/stg_jira__resolution.sql", "original_file_path": "models/staging/stg_jira__resolution.sql", "unique_id": "model.jira.stg_jira__resolution", "fqn": ["jira", "staging", "stg_jira__resolution"], "alias": "stg_jira__resolution", "checksum": {"name": "sha256", "checksum": "6bb1e74fea65ccadb2b30741b11657c1765e66786ee78541a953ec95b01a803a"}, "config": {"enabled": true, "alias": null, "schema": "jira_dev", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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 storing the types of resolutions used by your organization.", "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.jira.source_relation"]}, "resolution_id": {"name": "resolution_id", "description": "Unique ID of the resolution type.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "resolution_description": {"name": "resolution_description", "description": "Description given to the resolution.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "resolution_name": {"name": "resolution_name", "description": "Display name of the resolution.", "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": "jira://models/staging/stg_jira.yml", "build_path": null, "unrendered_config": {"materialized": "view", "schema": "jira_{{ var('directed_schema','dev') }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1781051929.5674434, "relation_name": "\"postgres\".\"public_jira_dev\".\"stg_jira__resolution\"", "raw_code": "with base as (\n\n select * \n from {{ ref('stg_jira__resolution_tmp') }}\n),\n\nfields as (\n\n select\n {{\n fivetran_utils.fill_staging_columns(\n source_columns=adapter.get_columns_in_relation(ref('stg_jira__resolution_tmp')),\n staging_columns=get_resolution_columns()\n )\n }}\n {{ fivetran_utils.apply_source_relation(package_name='jira') }}\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n description as resolution_description,\n id as resolution_id,\n name as resolution_name,\n _fivetran_synced\n from fields\n)\n\nselect * \nfrom final", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__resolution_tmp", "package": null, "version": null}, {"name": "stg_jira__resolution_tmp", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.jira.get_resolution_columns", "macro.fivetran_utils.fill_staging_columns", "macro.fivetran_utils.apply_source_relation"], "nodes": ["model.jira.stg_jira__resolution_tmp"]}, "compiled_path": "target/compiled/jira/models/staging/stg_jira__resolution.sql", "compiled": true, "compiled_code": "with base as (\n\n select * \n from \"postgres\".\"public_jira_dev\".\"stg_jira__resolution_tmp\"\n),\n\nfields as (\n\n select\n \n _fivetran_synced as _fivetran_synced,\n description as description,\n id as id,\n name as name\n \n\n\n\n\n \n \n\n\n\n\n\n, cast('postgres.public' as TEXT) as source_relation\n\n from base\n),\n\nfinal as (\n\n select\n source_relation,\n description as resolution_description,\n id as resolution_id,\n name as resolution_name,\n _fivetran_synced\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.jira.stg_jira__issue_link_tmp": {"database": "postgres", "schema": "public_jira_dev", "name": "stg_jira__issue_link_tmp", "resource_type": "model", "package_name": "jira", "path": "staging/tmp/stg_jira__issue_link_tmp.sql", "original_file_path": "models/staging/tmp/stg_jira__issue_link_tmp.sql", "unique_id": "model.jira.stg_jira__issue_link_tmp", "fqn": ["jira", "staging", "tmp", "stg_jira__issue_link_tmp"], "alias": "stg_jira__issue_link_tmp", "checksum": {"name": "sha256", "checksum": "8077bd58470f4e9cf0ef952a7ed3c6d23915c2ef2df49b42cc691f6a1a4cf180"}, "config": {"enabled": true, "alias": null, "schema": "jira_dev", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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": {"materialized": "view", "schema": "jira_{{ var('directed_schema','dev') }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1781051928.9161372, "relation_name": "\"postgres\".\"public_jira_dev\".\"stg_jira__issue_link_tmp\"", "raw_code": "{{\n fivetran_utils.union_connections(\n connection_dictionary='jira_sources',\n single_source_name='jira',\n single_table_name='issue_link'\n )\n}}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["jira", "issue_link"], ["jira", "issue_link"]], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.fivetran_utils.union_connections"], "nodes": ["source.jira.jira.issue_link"]}, "compiled_path": "target/compiled/jira/models/staging/tmp/stg_jira__issue_link_tmp.sql", "compiled": true, "compiled_code": "\n\n\n-- ** Values passed to adapter.get_relation:\n -- full-identifier_var: jira_issue_link_identifier\n -- database: postgres \n -- schema: public\n -- identifier: issue_link\n\n\n select\n \"issue_id\",\n \"related_issue_id\",\n \"_fivetran_synced\",\n \"relationship\"\n , 'postgres.public' as _dbt_source_relation\n from \"postgres\".\"public\".\"issue_link\" 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.jira.stg_jira__sprint_tmp": {"database": "postgres", "schema": "public_jira_dev", "name": "stg_jira__sprint_tmp", "resource_type": "model", "package_name": "jira", "path": "staging/tmp/stg_jira__sprint_tmp.sql", "original_file_path": "models/staging/tmp/stg_jira__sprint_tmp.sql", "unique_id": "model.jira.stg_jira__sprint_tmp", "fqn": ["jira", "staging", "tmp", "stg_jira__sprint_tmp"], "alias": "stg_jira__sprint_tmp", "checksum": {"name": "sha256", "checksum": "9bf154db0208bfcfae123b28e9dcf219bc85ba35ddec7dbc07ee3af19dc53c30"}, "config": {"enabled": true, "alias": null, "schema": "jira_dev", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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": {"materialized": "view", "schema": "jira_{{ var('directed_schema','dev') }}", "enabled": true, "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1781051928.9349089, "relation_name": "\"postgres\".\"public_jira_dev\".\"stg_jira__sprint_tmp\"", "raw_code": "{{ config(enabled=var('jira_using_sprints', True)) }}\n\n{{\n fivetran_utils.union_connections(\n connection_dictionary='jira_sources',\n single_source_name='jira',\n single_table_name='sprint'\n )\n}}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["jira", "sprint"], ["jira", "sprint"]], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.fivetran_utils.union_connections"], "nodes": ["source.jira.jira.sprint"]}, "compiled_path": "target/compiled/jira/models/staging/tmp/stg_jira__sprint_tmp.sql", "compiled": true, "compiled_code": "\n\n\n\n\n-- ** Values passed to adapter.get_relation:\n -- full-identifier_var: jira_sprint_identifier\n -- database: postgres \n -- schema: public\n -- identifier: sprint\n\n\n select\n \"id\",\n \"_fivetran_synced\",\n \"_fivetran_deleted\",\n \"board_id\",\n \"complete_date\",\n \"end_date\",\n \"name\",\n \"start_date\"\n , 'postgres.public' as _dbt_source_relation\n from \"postgres\".\"public\".\"sprint\" 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.jira.stg_jira__team_tmp": {"database": "postgres", "schema": "public_jira_dev", "name": "stg_jira__team_tmp", "resource_type": "model", "package_name": "jira", "path": "staging/tmp/stg_jira__team_tmp.sql", "original_file_path": "models/staging/tmp/stg_jira__team_tmp.sql", "unique_id": "model.jira.stg_jira__team_tmp", "fqn": ["jira", "staging", "tmp", "stg_jira__team_tmp"], "alias": "stg_jira__team_tmp", "checksum": {"name": "sha256", "checksum": "9c9b4b1c768ddb720ffb13bb2391500dc3ce8d24d3576a69a619eb4efb75c46b"}, "config": {"enabled": true, "alias": null, "schema": "jira_dev", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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": {"materialized": "view", "schema": "jira_{{ var('directed_schema','dev') }}", "enabled": true, "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1781051928.941014, "relation_name": "\"postgres\".\"public_jira_dev\".\"stg_jira__team_tmp\"", "raw_code": "{{ config(enabled=var('jira_using_teams', True)) }}\n\n{{\n fivetran_utils.union_connections(\n connection_dictionary='jira_sources',\n single_source_name='jira',\n single_table_name='team'\n )\n}}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["jira", "team"], ["jira", "team"]], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.fivetran_utils.union_connections"], "nodes": ["source.jira.jira.team"]}, "compiled_path": "target/compiled/jira/models/staging/tmp/stg_jira__team_tmp.sql", "compiled": true, "compiled_code": "\n\n\n\n\n-- ** Values passed to adapter.get_relation:\n -- full-identifier_var: jira_team_identifier\n -- database: postgres \n -- schema: public\n -- identifier: team\n\n\n select\n \"id\",\n \"is_shared\",\n \"is_visible\",\n \"name\",\n \"title\",\n \"_fivetran_synced\"\n , 'postgres.public' as _dbt_source_relation\n from \"postgres\".\"public\".\"team\" 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.jira.stg_jira__issue_multiselect_history_tmp": {"database": "postgres", "schema": "public_jira_dev", "name": "stg_jira__issue_multiselect_history_tmp", "resource_type": "model", "package_name": "jira", "path": "staging/tmp/stg_jira__issue_multiselect_history_tmp.sql", "original_file_path": "models/staging/tmp/stg_jira__issue_multiselect_history_tmp.sql", "unique_id": "model.jira.stg_jira__issue_multiselect_history_tmp", "fqn": ["jira", "staging", "tmp", "stg_jira__issue_multiselect_history_tmp"], "alias": "stg_jira__issue_multiselect_history_tmp", "checksum": {"name": "sha256", "checksum": "8276f6d34237a927f6a79657c031d1f8f79fb9568782ccfe6a8367a67a751de2"}, "config": {"enabled": true, "alias": null, "schema": "jira_dev", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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": {"materialized": "view", "schema": "jira_{{ var('directed_schema','dev') }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1781051928.9468918, "relation_name": "\"postgres\".\"public_jira_dev\".\"stg_jira__issue_multiselect_history_tmp\"", "raw_code": "{{\n fivetran_utils.union_connections(\n connection_dictionary='jira_sources',\n single_source_name='jira',\n single_table_name='issue_multiselect_history'\n )\n}}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["jira", "issue_multiselect_history"], ["jira", "issue_multiselect_history"]], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.fivetran_utils.union_connections"], "nodes": ["source.jira.jira.issue_multiselect_history"]}, "compiled_path": "target/compiled/jira/models/staging/tmp/stg_jira__issue_multiselect_history_tmp.sql", "compiled": true, "compiled_code": "\n\n\n-- ** Values passed to adapter.get_relation:\n -- full-identifier_var: jira_issue_multiselect_history_identifier\n -- database: postgres \n -- schema: public\n -- identifier: issue_multiselect_history\n\n\n select\n \"_fivetran_id\",\n \"time\",\n \"_fivetran_synced\",\n \"field_id\",\n \"issue_id\",\n \"value\",\n \"author_id\",\n \"is_active\"\n , 'postgres.public' as _dbt_source_relation\n from \"postgres\".\"public\".\"issue_multiselect_history\" 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.jira.stg_jira__comment_tmp": {"database": "postgres", "schema": "public_jira_dev", "name": "stg_jira__comment_tmp", "resource_type": "model", "package_name": "jira", "path": "staging/tmp/stg_jira__comment_tmp.sql", "original_file_path": "models/staging/tmp/stg_jira__comment_tmp.sql", "unique_id": "model.jira.stg_jira__comment_tmp", "fqn": ["jira", "staging", "tmp", "stg_jira__comment_tmp"], "alias": "stg_jira__comment_tmp", "checksum": {"name": "sha256", "checksum": "48ef745a22ce2b5f2de3a47e3ad22777e740a03b71931d9c8c55b12b4ec4ae29"}, "config": {"enabled": true, "alias": null, "schema": "jira_dev", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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": {"materialized": "view", "schema": "jira_{{ var('directed_schema','dev') }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1781051928.9525104, "relation_name": "\"postgres\".\"public_jira_dev\".\"stg_jira__comment_tmp\"", "raw_code": "{{\n fivetran_utils.union_connections(\n connection_dictionary='jira_sources',\n single_source_name='jira',\n single_table_name='comment'\n )\n}}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["jira", "comment"], ["jira", "comment"]], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.fivetran_utils.union_connections"], "nodes": ["source.jira.jira.comment"]}, "compiled_path": "target/compiled/jira/models/staging/tmp/stg_jira__comment_tmp.sql", "compiled": true, "compiled_code": "\n\n\n-- ** Values passed to adapter.get_relation:\n -- full-identifier_var: jira_comment_identifier\n -- database: postgres \n -- schema: public\n -- identifier: comment\n\n\n select\n \"id\",\n \"_fivetran_synced\",\n \"author_id\",\n \"body\",\n \"created\",\n \"is_public\",\n \"issue_id\",\n \"update_author_id\",\n \"updated\"\n , 'postgres.public' as _dbt_source_relation\n from \"postgres\".\"public\".\"comment\" 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.jira.stg_jira__issue_field_history_tmp": {"database": "postgres", "schema": "public_jira_dev", "name": "stg_jira__issue_field_history_tmp", "resource_type": "model", "package_name": "jira", "path": "staging/tmp/stg_jira__issue_field_history_tmp.sql", "original_file_path": "models/staging/tmp/stg_jira__issue_field_history_tmp.sql", "unique_id": "model.jira.stg_jira__issue_field_history_tmp", "fqn": ["jira", "staging", "tmp", "stg_jira__issue_field_history_tmp"], "alias": "stg_jira__issue_field_history_tmp", "checksum": {"name": "sha256", "checksum": "d25eaeddd6934b056928a1299030947d907ed3bf1df93a388cdfc8ef1f3fa0e5"}, "config": {"enabled": true, "alias": null, "schema": "jira_dev", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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": {"materialized": "view", "schema": "jira_{{ var('directed_schema','dev') }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1781051928.9590583, "relation_name": "\"postgres\".\"public_jira_dev\".\"stg_jira__issue_field_history_tmp\"", "raw_code": "{{\n fivetran_utils.union_connections(\n connection_dictionary='jira_sources',\n single_source_name='jira',\n single_table_name='issue_field_history'\n )\n}}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["jira", "issue_field_history"], ["jira", "issue_field_history"]], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.fivetran_utils.union_connections"], "nodes": ["source.jira.jira.issue_field_history"]}, "compiled_path": "target/compiled/jira/models/staging/tmp/stg_jira__issue_field_history_tmp.sql", "compiled": true, "compiled_code": "\n\n\n-- ** Values passed to adapter.get_relation:\n -- full-identifier_var: jira_issue_field_history_identifier\n -- database: postgres \n -- schema: public\n -- identifier: issue_field_history\n\n\n select\n \"field_id\",\n \"issue_id\",\n \"time\",\n \"_fivetran_synced\",\n \"value\",\n \"is_active\",\n \"author_id\"\n , 'postgres.public' as _dbt_source_relation\n from \"postgres\".\"public\".\"issue_field_history\" 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.jira.stg_jira__field_tmp": {"database": "postgres", "schema": "public_jira_dev", "name": "stg_jira__field_tmp", "resource_type": "model", "package_name": "jira", "path": "staging/tmp/stg_jira__field_tmp.sql", "original_file_path": "models/staging/tmp/stg_jira__field_tmp.sql", "unique_id": "model.jira.stg_jira__field_tmp", "fqn": ["jira", "staging", "tmp", "stg_jira__field_tmp"], "alias": "stg_jira__field_tmp", "checksum": {"name": "sha256", "checksum": "443edad8f54d78039cd07851c05864c43664a0d43c561bd2ce2bb4aa0f21f83a"}, "config": {"enabled": true, "alias": null, "schema": "jira_dev", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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": {"materialized": "view", "schema": "jira_{{ var('directed_schema','dev') }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1781051928.9647555, "relation_name": "\"postgres\".\"public_jira_dev\".\"stg_jira__field_tmp\"", "raw_code": "{{\n fivetran_utils.union_connections(\n connection_dictionary='jira_sources',\n single_source_name='jira',\n single_table_name='field'\n )\n}}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["jira", "field"], ["jira", "field"]], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.fivetran_utils.union_connections"], "nodes": ["source.jira.jira.field"]}, "compiled_path": "target/compiled/jira/models/staging/tmp/stg_jira__field_tmp.sql", "compiled": true, "compiled_code": "\n\n\n-- ** Values passed to adapter.get_relation:\n -- full-identifier_var: jira_field_identifier\n -- database: postgres \n -- schema: public\n -- identifier: field\n\n\n select\n \"id\",\n \"_fivetran_synced\",\n \"is_array\",\n \"is_custom\",\n \"name\"\n , 'postgres.public' as _dbt_source_relation\n from \"postgres\".\"public\".\"field\" 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.jira.stg_jira__status_category_tmp": {"database": "postgres", "schema": "public_jira_dev", "name": "stg_jira__status_category_tmp", "resource_type": "model", "package_name": "jira", "path": "staging/tmp/stg_jira__status_category_tmp.sql", "original_file_path": "models/staging/tmp/stg_jira__status_category_tmp.sql", "unique_id": "model.jira.stg_jira__status_category_tmp", "fqn": ["jira", "staging", "tmp", "stg_jira__status_category_tmp"], "alias": "stg_jira__status_category_tmp", "checksum": {"name": "sha256", "checksum": "24a21ddc84b586dcd2818923ec0f7b2c982d37231418fbda6e645c83bc8be27e"}, "config": {"enabled": true, "alias": null, "schema": "jira_dev", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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": {"materialized": "view", "schema": "jira_{{ var('directed_schema','dev') }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1781051928.9704556, "relation_name": "\"postgres\".\"public_jira_dev\".\"stg_jira__status_category_tmp\"", "raw_code": "{{\n fivetran_utils.union_connections(\n connection_dictionary='jira_sources',\n single_source_name='jira',\n single_table_name='status_category'\n )\n}}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["jira", "status_category"], ["jira", "status_category"]], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.fivetran_utils.union_connections"], "nodes": ["source.jira.jira.status_category"]}, "compiled_path": "target/compiled/jira/models/staging/tmp/stg_jira__status_category_tmp.sql", "compiled": true, "compiled_code": "\n\n\n-- ** Values passed to adapter.get_relation:\n -- full-identifier_var: jira_status_category_identifier\n -- database: postgres \n -- schema: public\n -- identifier: status_category\n\n\n select\n \"id\",\n \"_fivetran_synced\",\n \"name\"\n , 'postgres.public' as _dbt_source_relation\n from \"postgres\".\"public\".\"status_category\" 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.jira.stg_jira__component_tmp": {"database": "postgres", "schema": "public_jira_dev", "name": "stg_jira__component_tmp", "resource_type": "model", "package_name": "jira", "path": "staging/tmp/stg_jira__component_tmp.sql", "original_file_path": "models/staging/tmp/stg_jira__component_tmp.sql", "unique_id": "model.jira.stg_jira__component_tmp", "fqn": ["jira", "staging", "tmp", "stg_jira__component_tmp"], "alias": "stg_jira__component_tmp", "checksum": {"name": "sha256", "checksum": "e101cd6d7a011e657403e350a0c3a069e86b17e933ee6307eaf57450596cf0a1"}, "config": {"enabled": true, "alias": null, "schema": "jira_dev", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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": {"materialized": "view", "schema": "jira_{{ var('directed_schema','dev') }}", "enabled": true, "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1781051928.9760695, "relation_name": "\"postgres\".\"public_jira_dev\".\"stg_jira__component_tmp\"", "raw_code": "{{ config(enabled=var('jira_using_components', True)) }}\n\n{{\n fivetran_utils.union_connections(\n connection_dictionary='jira_sources',\n single_source_name='jira',\n single_table_name='component'\n )\n}}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["jira", "component"], ["jira", "component"]], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.fivetran_utils.union_connections"], "nodes": ["source.jira.jira.component"]}, "compiled_path": "target/compiled/jira/models/staging/tmp/stg_jira__component_tmp.sql", "compiled": true, "compiled_code": "\n\n\n\n\n-- ** Values passed to adapter.get_relation:\n -- full-identifier_var: jira_component_identifier\n -- database: postgres \n -- schema: public\n -- identifier: component\n\n\n select\n \"id\",\n \"_fivetran_synced\",\n \"description\",\n \"name\",\n \"project_id\"\n , 'postgres.public' as _dbt_source_relation\n from \"postgres\".\"public\".\"component\" 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.jira.stg_jira__field_option_tmp": {"database": "postgres", "schema": "public_jira_dev", "name": "stg_jira__field_option_tmp", "resource_type": "model", "package_name": "jira", "path": "staging/tmp/stg_jira__field_option_tmp.sql", "original_file_path": "models/staging/tmp/stg_jira__field_option_tmp.sql", "unique_id": "model.jira.stg_jira__field_option_tmp", "fqn": ["jira", "staging", "tmp", "stg_jira__field_option_tmp"], "alias": "stg_jira__field_option_tmp", "checksum": {"name": "sha256", "checksum": "bdaea97e6484df5b6c757d3534d2e87f4f868aba3b59c006bd77d66b233c5b0b"}, "config": {"enabled": true, "alias": null, "schema": "jira_dev", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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": {"materialized": "view", "schema": "jira_{{ var('directed_schema','dev') }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1781051928.9828644, "relation_name": "\"postgres\".\"public_jira_dev\".\"stg_jira__field_option_tmp\"", "raw_code": "{{\n fivetran_utils.union_connections(\n connection_dictionary='jira_sources',\n single_source_name='jira',\n single_table_name='field_option'\n )\n}}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["jira", "field_option"], ["jira", "field_option"]], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.fivetran_utils.union_connections"], "nodes": ["source.jira.jira.field_option"]}, "compiled_path": "target/compiled/jira/models/staging/tmp/stg_jira__field_option_tmp.sql", "compiled": true, "compiled_code": "\n\n\n-- ** Values passed to adapter.get_relation:\n -- full-identifier_var: jira_field_option_identifier\n -- database: postgres \n -- schema: public\n -- identifier: field_option\n\n\n select\n \"id\",\n \"_fivetran_synced\",\n \"name\"\n , 'postgres.public' as _dbt_source_relation\n from \"postgres\".\"public\".\"field_option\" 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.jira.stg_jira__issue_type_tmp": {"database": "postgres", "schema": "public_jira_dev", "name": "stg_jira__issue_type_tmp", "resource_type": "model", "package_name": "jira", "path": "staging/tmp/stg_jira__issue_type_tmp.sql", "original_file_path": "models/staging/tmp/stg_jira__issue_type_tmp.sql", "unique_id": "model.jira.stg_jira__issue_type_tmp", "fqn": ["jira", "staging", "tmp", "stg_jira__issue_type_tmp"], "alias": "stg_jira__issue_type_tmp", "checksum": {"name": "sha256", "checksum": "af7ea6e98c2e307c40bb77659d6c6ccdbd79c098daa2e00cdcbdb4eb6fd0dfed"}, "config": {"enabled": true, "alias": null, "schema": "jira_dev", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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": {"materialized": "view", "schema": "jira_{{ var('directed_schema','dev') }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1781051928.9885013, "relation_name": "\"postgres\".\"public_jira_dev\".\"stg_jira__issue_type_tmp\"", "raw_code": "{{\n fivetran_utils.union_connections(\n connection_dictionary='jira_sources',\n single_source_name='jira',\n single_table_name='issue_type'\n )\n}}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["jira", "issue_type"], ["jira", "issue_type"]], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.fivetran_utils.union_connections"], "nodes": ["source.jira.jira.issue_type"]}, "compiled_path": "target/compiled/jira/models/staging/tmp/stg_jira__issue_type_tmp.sql", "compiled": true, "compiled_code": "\n\n\n-- ** Values passed to adapter.get_relation:\n -- full-identifier_var: jira_issue_type_identifier\n -- database: postgres \n -- schema: public\n -- identifier: issue_type\n\n\n select\n \"id\",\n \"_fivetran_synced\",\n \"description\",\n \"name\",\n \"subtask\"\n , 'postgres.public' as _dbt_source_relation\n from \"postgres\".\"public\".\"issue_type\" 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.jira.stg_jira__resolution_tmp": {"database": "postgres", "schema": "public_jira_dev", "name": "stg_jira__resolution_tmp", "resource_type": "model", "package_name": "jira", "path": "staging/tmp/stg_jira__resolution_tmp.sql", "original_file_path": "models/staging/tmp/stg_jira__resolution_tmp.sql", "unique_id": "model.jira.stg_jira__resolution_tmp", "fqn": ["jira", "staging", "tmp", "stg_jira__resolution_tmp"], "alias": "stg_jira__resolution_tmp", "checksum": {"name": "sha256", "checksum": "788e1de1c5d718849611646744334cc2f36b622828373e6eb8e423b9c8347719"}, "config": {"enabled": true, "alias": null, "schema": "jira_dev", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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": {"materialized": "view", "schema": "jira_{{ var('directed_schema','dev') }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1781051928.9941795, "relation_name": "\"postgres\".\"public_jira_dev\".\"stg_jira__resolution_tmp\"", "raw_code": "{{\n fivetran_utils.union_connections(\n connection_dictionary='jira_sources',\n single_source_name='jira',\n single_table_name='resolution'\n )\n}}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["jira", "resolution"], ["jira", "resolution"]], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.fivetran_utils.union_connections"], "nodes": ["source.jira.jira.resolution"]}, "compiled_path": "target/compiled/jira/models/staging/tmp/stg_jira__resolution_tmp.sql", "compiled": true, "compiled_code": "\n\n\n-- ** Values passed to adapter.get_relation:\n -- full-identifier_var: jira_resolution_identifier\n -- database: postgres \n -- schema: public\n -- identifier: resolution\n\n\n select\n \"id\",\n \"_fivetran_synced\",\n \"description\",\n \"name\"\n , 'postgres.public' as _dbt_source_relation\n from \"postgres\".\"public\".\"resolution\" 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.jira.stg_jira__version_tmp": {"database": "postgres", "schema": "public_jira_dev", "name": "stg_jira__version_tmp", "resource_type": "model", "package_name": "jira", "path": "staging/tmp/stg_jira__version_tmp.sql", "original_file_path": "models/staging/tmp/stg_jira__version_tmp.sql", "unique_id": "model.jira.stg_jira__version_tmp", "fqn": ["jira", "staging", "tmp", "stg_jira__version_tmp"], "alias": "stg_jira__version_tmp", "checksum": {"name": "sha256", "checksum": "69ccd6fda07ae007baa32ae56593978f5d267330ac5a553854e6bc42e4fd4d8e"}, "config": {"enabled": true, "alias": null, "schema": "jira_dev", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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": {"materialized": "view", "schema": "jira_{{ var('directed_schema','dev') }}", "enabled": true, "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1781051928.9998703, "relation_name": "\"postgres\".\"public_jira_dev\".\"stg_jira__version_tmp\"", "raw_code": "{{ config(enabled=var('jira_using_versions', True)) }}\n\n{{\n fivetran_utils.union_connections(\n connection_dictionary='jira_sources',\n single_source_name='jira',\n single_table_name='version'\n )\n}}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["jira", "version"], ["jira", "version"]], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.fivetran_utils.union_connections"], "nodes": ["source.jira.jira.version"]}, "compiled_path": "target/compiled/jira/models/staging/tmp/stg_jira__version_tmp.sql", "compiled": true, "compiled_code": "\n\n\n\n\n-- ** Values passed to adapter.get_relation:\n -- full-identifier_var: jira_version_identifier\n -- database: postgres \n -- schema: public\n -- identifier: version\n\n\n select\n \"id\",\n \"_fivetran_synced\",\n \"archived\",\n \"description\",\n \"name\",\n \"overdue\",\n \"project_id\",\n \"release_date\",\n \"released\",\n \"start_date\"\n , 'postgres.public' as _dbt_source_relation\n from \"postgres\".\"public\".\"version\" 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.jira.stg_jira__priority_tmp": {"database": "postgres", "schema": "public_jira_dev", "name": "stg_jira__priority_tmp", "resource_type": "model", "package_name": "jira", "path": "staging/tmp/stg_jira__priority_tmp.sql", "original_file_path": "models/staging/tmp/stg_jira__priority_tmp.sql", "unique_id": "model.jira.stg_jira__priority_tmp", "fqn": ["jira", "staging", "tmp", "stg_jira__priority_tmp"], "alias": "stg_jira__priority_tmp", "checksum": {"name": "sha256", "checksum": "047383d8cf9a317854165b0d373df0ec9215292fb3c9451160207b4566f8e84d"}, "config": {"enabled": true, "alias": null, "schema": "jira_dev", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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": {"materialized": "view", "schema": "jira_{{ var('directed_schema','dev') }}", "enabled": true, "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1781051929.0066676, "relation_name": "\"postgres\".\"public_jira_dev\".\"stg_jira__priority_tmp\"", "raw_code": "{{ config(enabled=var('jira_using_priorities', True)) }}\n\n{{\n fivetran_utils.union_connections(\n connection_dictionary='jira_sources',\n single_source_name='jira',\n single_table_name='priority'\n )\n}}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["jira", "priority"], ["jira", "priority"]], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.fivetran_utils.union_connections"], "nodes": ["source.jira.jira.priority"]}, "compiled_path": "target/compiled/jira/models/staging/tmp/stg_jira__priority_tmp.sql", "compiled": true, "compiled_code": "\n\n\n\n\n-- ** Values passed to adapter.get_relation:\n -- full-identifier_var: jira_priority_identifier\n -- database: postgres \n -- schema: public\n -- identifier: priority\n\n\n select\n \"id\",\n \"_fivetran_synced\",\n \"description\",\n \"name\"\n , 'postgres.public' as _dbt_source_relation\n from \"postgres\".\"public\".\"priority\" 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.jira.stg_jira__user_tmp": {"database": "postgres", "schema": "public_jira_dev", "name": "stg_jira__user_tmp", "resource_type": "model", "package_name": "jira", "path": "staging/tmp/stg_jira__user_tmp.sql", "original_file_path": "models/staging/tmp/stg_jira__user_tmp.sql", "unique_id": "model.jira.stg_jira__user_tmp", "fqn": ["jira", "staging", "tmp", "stg_jira__user_tmp"], "alias": "stg_jira__user_tmp", "checksum": {"name": "sha256", "checksum": "6b0c848e68b7904a3e241bbf09d9de50799c4e817bae4bd25a7e7ad3af18af96"}, "config": {"enabled": true, "alias": null, "schema": "jira_dev", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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": {"materialized": "view", "schema": "jira_{{ var('directed_schema','dev') }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1781051929.0128467, "relation_name": "\"postgres\".\"public_jira_dev\".\"stg_jira__user_tmp\"", "raw_code": "{{\n fivetran_utils.union_connections(\n connection_dictionary='jira_sources',\n single_source_name='jira',\n single_table_name='user'\n )\n}}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["jira", "user"], ["jira", "user"]], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.fivetran_utils.union_connections"], "nodes": ["source.jira.jira.user"]}, "compiled_path": "target/compiled/jira/models/staging/tmp/stg_jira__user_tmp.sql", "compiled": true, "compiled_code": "\n\n\n-- ** Values passed to adapter.get_relation:\n -- full-identifier_var: jira_user_identifier\n -- database: postgres \n -- schema: public\n -- identifier: user\n\n\n select\n \"id\",\n \"_fivetran_synced\",\n \"email\",\n \"locale\",\n \"name\",\n \"time_zone\",\n \"username\",\n \"is_active\"\n , 'postgres.public' as _dbt_source_relation\n from \"postgres\".\"public\".\"user\" 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.jira.stg_jira__project_tmp": {"database": "postgres", "schema": "public_jira_dev", "name": "stg_jira__project_tmp", "resource_type": "model", "package_name": "jira", "path": "staging/tmp/stg_jira__project_tmp.sql", "original_file_path": "models/staging/tmp/stg_jira__project_tmp.sql", "unique_id": "model.jira.stg_jira__project_tmp", "fqn": ["jira", "staging", "tmp", "stg_jira__project_tmp"], "alias": "stg_jira__project_tmp", "checksum": {"name": "sha256", "checksum": "019630d2bf5f034a3515b42d53d02d27b84c52173bafbb3c326d98bc8fa2f578"}, "config": {"enabled": true, "alias": null, "schema": "jira_dev", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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": {"materialized": "view", "schema": "jira_{{ var('directed_schema','dev') }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1781051929.0185337, "relation_name": "\"postgres\".\"public_jira_dev\".\"stg_jira__project_tmp\"", "raw_code": "{{\n fivetran_utils.union_connections(\n connection_dictionary='jira_sources',\n single_source_name='jira',\n single_table_name='project'\n )\n}}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["jira", "project"], ["jira", "project"]], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.fivetran_utils.union_connections"], "nodes": ["source.jira.jira.project"]}, "compiled_path": "target/compiled/jira/models/staging/tmp/stg_jira__project_tmp.sql", "compiled": true, "compiled_code": "\n\n\n-- ** Values passed to adapter.get_relation:\n -- full-identifier_var: jira_project_identifier\n -- database: postgres \n -- schema: public\n -- identifier: project\n\n\n select\n \"id\",\n \"_fivetran_synced\",\n \"description\",\n \"key\",\n \"lead_id\",\n \"name\",\n \"permission_scheme_id\",\n \"project_category_id\",\n \"project_type_key\"\n , 'postgres.public' as _dbt_source_relation\n from \"postgres\".\"public\".\"project\" 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.jira.stg_jira__status_tmp": {"database": "postgres", "schema": "public_jira_dev", "name": "stg_jira__status_tmp", "resource_type": "model", "package_name": "jira", "path": "staging/tmp/stg_jira__status_tmp.sql", "original_file_path": "models/staging/tmp/stg_jira__status_tmp.sql", "unique_id": "model.jira.stg_jira__status_tmp", "fqn": ["jira", "staging", "tmp", "stg_jira__status_tmp"], "alias": "stg_jira__status_tmp", "checksum": {"name": "sha256", "checksum": "5998866579aecce9bb5ed2a10d037be8b2bedfccf7dcfefa9ef2fa797f0da8a5"}, "config": {"enabled": true, "alias": null, "schema": "jira_dev", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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": {"materialized": "view", "schema": "jira_{{ var('directed_schema','dev') }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1781051929.0241914, "relation_name": "\"postgres\".\"public_jira_dev\".\"stg_jira__status_tmp\"", "raw_code": "{{\n fivetran_utils.union_connections(\n connection_dictionary='jira_sources',\n single_source_name='jira',\n single_table_name='status'\n )\n}}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["jira", "status"], ["jira", "status"]], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.fivetran_utils.union_connections"], "nodes": ["source.jira.jira.status"]}, "compiled_path": "target/compiled/jira/models/staging/tmp/stg_jira__status_tmp.sql", "compiled": true, "compiled_code": "\n\n\n-- ** Values passed to adapter.get_relation:\n -- full-identifier_var: jira_status_identifier\n -- database: postgres \n -- schema: public\n -- identifier: status\n\n\n select\n \"id\",\n \"_fivetran_synced\",\n \"description\",\n \"name\",\n \"status_category_id\"\n , 'postgres.public' as _dbt_source_relation\n from \"postgres\".\"public\".\"status\" 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.jira.stg_jira__issue_tmp": {"database": "postgres", "schema": "public_jira_dev", "name": "stg_jira__issue_tmp", "resource_type": "model", "package_name": "jira", "path": "staging/tmp/stg_jira__issue_tmp.sql", "original_file_path": "models/staging/tmp/stg_jira__issue_tmp.sql", "unique_id": "model.jira.stg_jira__issue_tmp", "fqn": ["jira", "staging", "tmp", "stg_jira__issue_tmp"], "alias": "stg_jira__issue_tmp", "checksum": {"name": "sha256", "checksum": "9108e1d8f731bf590817bf0b6601eccd3495a1e3795ba08a6d8b8c0e275d9aa5"}, "config": {"enabled": true, "alias": null, "schema": "jira_dev", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": null, "materialized": "view", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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": {"materialized": "view", "schema": "jira_{{ var('directed_schema','dev') }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1781051929.030778, "relation_name": "\"postgres\".\"public_jira_dev\".\"stg_jira__issue_tmp\"", "raw_code": "{{\n fivetran_utils.union_connections(\n connection_dictionary='jira_sources',\n single_source_name='jira',\n single_table_name='issue'\n )\n}}", "doc_blocks": [], "language": "sql", "refs": [], "sources": [["jira", "issue"], ["jira", "issue"]], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.fivetran_utils.union_connections"], "nodes": ["source.jira.jira.issue"]}, "compiled_path": "target/compiled/jira/models/staging/tmp/stg_jira__issue_tmp.sql", "compiled": true, "compiled_code": "\n\n\n-- ** Values passed to adapter.get_relation:\n -- full-identifier_var: jira_issue_identifier\n -- database: postgres \n -- schema: public\n -- identifier: issue\n\n\n select\n \"id\",\n \"_fivetran_deleted\",\n \"_fivetran_synced\",\n \"_original_estimate\",\n \"_remaining_estimate\",\n \"_time_spent\",\n \"assignee\",\n \"created\",\n \"creator\",\n \"description\",\n \"due_date\",\n \"environment\",\n \"issue_type\",\n \"key\",\n \"last_viewed\",\n \"original_estimate\",\n \"parent_id\",\n \"priority\",\n \"project\",\n \"remaining_estimate\",\n \"reporter\",\n \"resolution\",\n \"resolved\",\n \"status\",\n \"status_category_changed\",\n \"summary\",\n \"time_spent\",\n \"updated\",\n \"work_ratio\",\n \"work_type\"\n , 'postgres.public' as _dbt_source_relation\n from \"postgres\".\"public\".\"issue\" 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}, "analysis.jira.jira__daily_issue_status_category_analysis": {"database": "postgres", "schema": "public_jira_dev", "name": "jira__daily_issue_status_category_analysis", "resource_type": "analysis", "package_name": "jira", "path": "analysis/jira__daily_issue_status_category_analysis.sql", "original_file_path": "analysis/jira__daily_issue_status_category_analysis.sql", "unique_id": "analysis.jira.jira__daily_issue_status_category_analysis", "fqn": ["jira", "analysis", "jira__daily_issue_status_category_analysis"], "alias": "jira__daily_issue_status_category_analysis", "checksum": {"name": "sha256", "checksum": "3a4bb1fbcd75147187d2a835b0c1c89d8605ee5bc1e5c3bb2edd3ccd4f15651c"}, "config": {"enabled": true, "alias": null, "schema": "jira_dev", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"materialized": "table", "schema": "jira_{{ var('directed_schema','dev') }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1781051929.1992242, "relation_name": null, "raw_code": "with field_history as ( \n \n select * \n from {{ ref('jira__daily_issue_field_history') }} \n), \n\nstatuses as ( \n\n select * \n from {{ ref('stg_jira__status') }} \n), \n\nstatus_category as ( \n\n select * \n from {{ ref('stg_jira__status_category') }} \n), \n\nstatus_mapping as ( \n\n select \n statuses.status_id, \n statuses.status_name, \n status_category.status_category_id, \n case when lower(status_category.status_category_name) = 'to do' then 'To Do' \n when lower(status_category.status_category_name) = 'in progress' then 'In Progress' \n when lower(status_category.status_category_name) = 'done' then 'Done' \n else 'Other' \n end as status_category_name \n from statuses \n left join status_category \n on statuses.status_category_id = status_category.status_category_id\n), \n\n--if you prefer to keep analytics at the status level, substitute 'status' for 'status_category' throughout this model and skip the status_mapping step\ndaily_issue_status_category as ( \n\n select \n field_history.date_day as report_date, \n -- edit field_history columns as desired based on the issue_field_history_columns var for your dbt project\n -- project and team have been chosen for this example\n field_history.project,\n field_history.team,\n field_history.issue_id, \n field_history.status,\n status_mapping.status_category_name as status_category, \n from field_history \n left join status_mapping \n on lower(field_history.status) = lower(status_mapping.status_name) \n), \n\n--count of issues in each status on report date \ndaily_counts as ( \n \n select \n report_date, \n project, \n team, \n status_category, \n count(distinct issue_id) as issues_in_status \n from daily_issue_status_category \n group by 1,2,3,4 \n)\n\nselect *\nfrom daily_counts", "doc_blocks": [], "language": "sql", "refs": [{"name": "jira__daily_issue_field_history", "package": null, "version": null}, {"name": "stg_jira__status", "package": null, "version": null}, {"name": "stg_jira__status_category", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": [], "nodes": ["model.jira.jira__daily_issue_field_history", "model.jira.stg_jira__status", "model.jira.stg_jira__status_category"]}, "compiled_path": "target/compiled/jira/analysis/jira__daily_issue_status_category_analysis.sql", "compiled": true, "compiled_code": "with field_history as ( \n \n select * \n from \"postgres\".\"public_jira_dev\".\"jira__daily_issue_field_history\" \n), \n\nstatuses as ( \n\n select * \n from \"postgres\".\"public_jira_dev\".\"stg_jira__status\" \n), \n\nstatus_category as ( \n\n select * \n from \"postgres\".\"public_jira_dev\".\"stg_jira__status_category\" \n), \n\nstatus_mapping as ( \n\n select \n statuses.status_id, \n statuses.status_name, \n status_category.status_category_id, \n case when lower(status_category.status_category_name) = 'to do' then 'To Do' \n when lower(status_category.status_category_name) = 'in progress' then 'In Progress' \n when lower(status_category.status_category_name) = 'done' then 'Done' \n else 'Other' \n end as status_category_name \n from statuses \n left join status_category \n on statuses.status_category_id = status_category.status_category_id\n), \n\n--if you prefer to keep analytics at the status level, substitute 'status' for 'status_category' throughout this model and skip the status_mapping step\ndaily_issue_status_category as ( \n\n select \n field_history.date_day as report_date, \n -- edit field_history columns as desired based on the issue_field_history_columns var for your dbt project\n -- project and team have been chosen for this example\n field_history.project,\n field_history.team,\n field_history.issue_id, \n field_history.status,\n status_mapping.status_category_name as status_category, \n from field_history \n left join status_mapping \n on lower(field_history.status) = lower(status_mapping.status_name) \n), \n\n--count of issues in each status on report date \ndaily_counts as ( \n \n select \n report_date, \n project, \n team, \n status_category, \n count(distinct issue_id) as issues_in_status \n from daily_issue_status_category \n group by 1,2,3,4 \n)\n\nselect *\nfrom daily_counts", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}}, "analysis.jira.jira__issue_transition_cumulative_flow_analysis": {"database": "postgres", "schema": "public_jira_dev", "name": "jira__issue_transition_cumulative_flow_analysis", "resource_type": "analysis", "package_name": "jira", "path": "analysis/jira__issue_transition_cumulative_flow_analysis.sql", "original_file_path": "analysis/jira__issue_transition_cumulative_flow_analysis.sql", "unique_id": "analysis.jira.jira__issue_transition_cumulative_flow_analysis", "fqn": ["jira", "analysis", "jira__issue_transition_cumulative_flow_analysis"], "alias": "jira__issue_transition_cumulative_flow_analysis", "checksum": {"name": "sha256", "checksum": "ae7d57c4bb82261a0a3f7ba559caf827507189073a4c7cf4d64c5facf29abfd1"}, "config": {"enabled": true, "alias": null, "schema": "jira_dev", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": null, "materialized": "table", "incremental_strategy": null, "batch_size": null, "lookback": 1, "begin": null, "persist_docs": {"relation": true, "columns": true}, "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}, "tags": [], "description": "", "columns": {}, "meta": {}, "group": null, "docs": {"show": true, "node_color": null}, "patch_path": null, "build_path": null, "unrendered_config": {"materialized": "table", "schema": "jira_{{ var('directed_schema','dev') }}", "persist_docs": {"relation": true, "columns": "{{ false if target.type in ('databricks') else true }}"}}, "created_at": 1781051929.2112803, "relation_name": null, "raw_code": "with field_history as ( \n\n select * \n from {{ ref('jira__timestamp_issue_field_history') }}\n\n),\n\nstatus_transitions as (\n\n select *\n from {{ ref('jira__issue_status_transitions') }}\n),\n\n---if you prefer to keep analytics at the status level, substitute 'status' for 'status_category' throughout this model\njoined as (\n\n select \n transitions.transition_at,\n transitions.issue_id,\n transitions.status_category_name,\n -- edit field_history columns as desired based on the issue_field_history_columns var for your dbt project\n -- project and team have been chosen for this example\n field_history.team,\n field_history.project\n from status_transitions as transitions\n join field_history \n on transitions.issue_id = field_history.issue_id\n and transitions.transition_at = field_history.valid_from\n),\n\n---roll up to daily for reporting\ndaily_rollup as (\n \n select\n cast(transition_at as date) as status_category_transition_date,\n project,\n team,\n status_category_name as status_category,\n count(distinct issue_id) as issues_in_new_status_category,\n from joined\n group by 1,2,3,4\n),\n\n--add cumulative flow calculation\ncumulative_flow as (\n \n select\n status_category_transition_date,\n project,\n team,\n status_category,\n issues_in_new_status_category,\n sum(issues_in_new_status_category) over (\n partition by project, team, status_category\n order by status_category_transition_date\n rows unbounded preceding\n ) as cumulative_issues_in_status_category\n from daily_rollup\n)\n\nselect *\nfrom cumulative_flow", "doc_blocks": [], "language": "sql", "refs": [{"name": "jira__timestamp_issue_field_history", "package": null, "version": null}, {"name": "jira__issue_status_transitions", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": [], "nodes": ["model.jira.jira__timestamp_issue_field_history", "model.jira.jira__issue_status_transitions"]}, "compiled_path": "target/compiled/jira/analysis/jira__issue_transition_cumulative_flow_analysis.sql", "compiled": true, "compiled_code": "with field_history as ( \n\n select * \n from \"postgres\".\"public_jira_dev\".\"jira__timestamp_issue_field_history\"\n\n),\n\nstatus_transitions as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"jira__issue_status_transitions\"\n),\n\n---if you prefer to keep analytics at the status level, substitute 'status' for 'status_category' throughout this model\njoined as (\n\n select \n transitions.transition_at,\n transitions.issue_id,\n transitions.status_category_name,\n -- edit field_history columns as desired based on the issue_field_history_columns var for your dbt project\n -- project and team have been chosen for this example\n field_history.team,\n field_history.project\n from status_transitions as transitions\n join field_history \n on transitions.issue_id = field_history.issue_id\n and transitions.transition_at = field_history.valid_from\n),\n\n---roll up to daily for reporting\ndaily_rollup as (\n \n select\n cast(transition_at as date) as status_category_transition_date,\n project,\n team,\n status_category_name as status_category,\n count(distinct issue_id) as issues_in_new_status_category,\n from joined\n group by 1,2,3,4\n),\n\n--add cumulative flow calculation\ncumulative_flow as (\n \n select\n status_category_transition_date,\n project,\n team,\n status_category,\n issues_in_new_status_category,\n sum(issues_in_new_status_category) over (\n partition by project, team, status_category\n order by status_category_transition_date\n rows unbounded preceding\n ) as cumulative_issues_in_status_category\n from daily_rollup\n)\n\nselect *\nfrom cumulative_flow", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}}, "test.jira.unique_jira__daily_issue_field_history_issue_day_id.75c24d3154": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "unique_jira__daily_issue_field_history_issue_day_id", "resource_type": "test", "package_name": "jira", "path": "unique_jira__daily_issue_field_history_issue_day_id.sql", "original_file_path": "models/jira.yml", "unique_id": "test.jira.unique_jira__daily_issue_field_history_issue_day_id.75c24d3154", "fqn": ["jira", "unique_jira__daily_issue_field_history_issue_day_id"], "alias": "unique_jira__daily_issue_field_history_issue_day_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": 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": 1781051929.390261, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "jira__daily_issue_field_history", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.jira__daily_issue_field_history"]}, "compiled_path": "target/compiled/jira/models/jira.yml/unique_jira__daily_issue_field_history_issue_day_id.sql", "compiled": true, "compiled_code": "\n \n \n\nselect\n issue_day_id as unique_field,\n count(*) as n_records\n\nfrom \"postgres\".\"public_jira_dev\".\"jira__daily_issue_field_history\"\nwhere issue_day_id is not null\ngroup by issue_day_id\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "issue_day_id", "file_key_name": "models.jira__daily_issue_field_history", "attached_node": "model.jira.jira__daily_issue_field_history", "test_metadata": {"name": "unique", "kwargs": {"column_name": "issue_day_id", "model": "{{ get_where_subquery(ref('jira__daily_issue_field_history')) }}"}, "namespace": null}}, "test.jira.not_null_jira__daily_issue_field_history_issue_day_id.d13b058bcd": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_jira__daily_issue_field_history_issue_day_id", "resource_type": "test", "package_name": "jira", "path": "not_null_jira__daily_issue_field_history_issue_day_id.sql", "original_file_path": "models/jira.yml", "unique_id": "test.jira.not_null_jira__daily_issue_field_history_issue_day_id.d13b058bcd", "fqn": ["jira", "not_null_jira__daily_issue_field_history_issue_day_id"], "alias": "not_null_jira__daily_issue_field_history_issue_day_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": 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": 1781051929.392393, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "jira__daily_issue_field_history", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.jira__daily_issue_field_history"]}, "compiled_path": "target/compiled/jira/models/jira.yml/not_null_jira__daily_issue_field_history_issue_day_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect issue_day_id\nfrom \"postgres\".\"public_jira_dev\".\"jira__daily_issue_field_history\"\nwhere issue_day_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "issue_day_id", "file_key_name": "models.jira__daily_issue_field_history", "attached_node": "model.jira.jira__daily_issue_field_history", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "issue_day_id", "model": "{{ get_where_subquery(ref('jira__daily_issue_field_history')) }}"}, "namespace": null}}, "test.jira.unique_jira__timestamp_issue_field_history_issue_timestamp_id.d86e0c8861": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "unique_jira__timestamp_issue_field_history_issue_timestamp_id", "resource_type": "test", "package_name": "jira", "path": "unique_jira__timestamp_issue_field_history_issue_timestamp_id.sql", "original_file_path": "models/jira.yml", "unique_id": "test.jira.unique_jira__timestamp_issue_field_history_issue_timestamp_id.d86e0c8861", "fqn": ["jira", "unique_jira__timestamp_issue_field_history_issue_timestamp_id"], "alias": "unique_jira__timestamp_issue_field_history_issue_timestamp_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": 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": 1781051929.3942258, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "jira__timestamp_issue_field_history", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.jira__timestamp_issue_field_history"]}, "compiled_path": "target/compiled/jira/models/jira.yml/unique_jira__timestamp_issue_field_history_issue_timestamp_id.sql", "compiled": true, "compiled_code": "\n \n \n\nselect\n issue_timestamp_id as unique_field,\n count(*) as n_records\n\nfrom \"postgres\".\"public_jira_dev\".\"jira__timestamp_issue_field_history\"\nwhere issue_timestamp_id is not null\ngroup by issue_timestamp_id\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "issue_timestamp_id", "file_key_name": "models.jira__timestamp_issue_field_history", "attached_node": "model.jira.jira__timestamp_issue_field_history", "test_metadata": {"name": "unique", "kwargs": {"column_name": "issue_timestamp_id", "model": "{{ get_where_subquery(ref('jira__timestamp_issue_field_history')) }}"}, "namespace": null}}, "test.jira.not_null_jira__timestamp_issue_field_history_issue_timestamp_id.a4c0d173e8": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_jira__timestamp_issue_field_history_issue_timestamp_id", "resource_type": "test", "package_name": "jira", "path": "not_null_jira__timestamp_issue_field_history_issue_timestamp_id.sql", "original_file_path": "models/jira.yml", "unique_id": "test.jira.not_null_jira__timestamp_issue_field_history_issue_timestamp_id.a4c0d173e8", "fqn": ["jira", "not_null_jira__timestamp_issue_field_history_issue_timestamp_id"], "alias": "not_null_jira__timestamp_issue_field_history_issue_timestamp_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": 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": 1781051929.39618, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "jira__timestamp_issue_field_history", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.jira__timestamp_issue_field_history"]}, "compiled_path": "target/compiled/jira/models/jira.yml/not_null_jira__timestamp_issue_field_history_issue_timestamp_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect issue_timestamp_id\nfrom \"postgres\".\"public_jira_dev\".\"jira__timestamp_issue_field_history\"\nwhere issue_timestamp_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "issue_timestamp_id", "file_key_name": "models.jira__timestamp_issue_field_history", "attached_node": "model.jira.jira__timestamp_issue_field_history", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "issue_timestamp_id", "model": "{{ get_where_subquery(ref('jira__timestamp_issue_field_history')) }}"}, "namespace": null}}, "test.jira.unique_jira__daily_sprint_issue_history_sprint_issue_day_id.6f60eb8c6b": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "unique_jira__daily_sprint_issue_history_sprint_issue_day_id", "resource_type": "test", "package_name": "jira", "path": "unique_jira__daily_sprint_issue_history_sprint_issue_day_id.sql", "original_file_path": "models/jira.yml", "unique_id": "test.jira.unique_jira__daily_sprint_issue_history_sprint_issue_day_id.6f60eb8c6b", "fqn": ["jira", "unique_jira__daily_sprint_issue_history_sprint_issue_day_id"], "alias": "unique_jira__daily_sprint_issue_history_sprint_issue_day_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": 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": 1781051929.39798, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "jira__daily_sprint_issue_history", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.jira__daily_sprint_issue_history"]}, "compiled_path": "target/compiled/jira/models/jira.yml/unique_jira__daily_sprint_issue_history_sprint_issue_day_id.sql", "compiled": true, "compiled_code": "\n \n \n\nselect\n sprint_issue_day_id as unique_field,\n count(*) as n_records\n\nfrom \"postgres\".\"public_jira_dev\".\"jira__daily_sprint_issue_history\"\nwhere sprint_issue_day_id is not null\ngroup by sprint_issue_day_id\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "sprint_issue_day_id", "file_key_name": "models.jira__daily_sprint_issue_history", "attached_node": "model.jira.jira__daily_sprint_issue_history", "test_metadata": {"name": "unique", "kwargs": {"column_name": "sprint_issue_day_id", "model": "{{ get_where_subquery(ref('jira__daily_sprint_issue_history')) }}"}, "namespace": null}}, "test.jira.not_null_jira__daily_sprint_issue_history_sprint_issue_day_id.7da45422ab": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_jira__daily_sprint_issue_history_sprint_issue_day_id", "resource_type": "test", "package_name": "jira", "path": "not_null_jira__daily_sprint_issue_history_sprint_issue_day_id.sql", "original_file_path": "models/jira.yml", "unique_id": "test.jira.not_null_jira__daily_sprint_issue_history_sprint_issue_day_id.7da45422ab", "fqn": ["jira", "not_null_jira__daily_sprint_issue_history_sprint_issue_day_id"], "alias": "not_null_jira__daily_sprint_issue_history_sprint_issue_day_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": 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": 1781051929.3997092, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "jira__daily_sprint_issue_history", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.jira__daily_sprint_issue_history"]}, "compiled_path": "target/compiled/jira/models/jira.yml/not_null_jira__daily_sprint_issue_history_sprint_issue_day_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect sprint_issue_day_id\nfrom \"postgres\".\"public_jira_dev\".\"jira__daily_sprint_issue_history\"\nwhere sprint_issue_day_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "sprint_issue_day_id", "file_key_name": "models.jira__daily_sprint_issue_history", "attached_node": "model.jira.jira__daily_sprint_issue_history", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "sprint_issue_day_id", "model": "{{ get_where_subquery(ref('jira__daily_sprint_issue_history')) }}"}, "namespace": null}}, "test.jira.not_null_jira__issue_enhanced_issue_id.6b18e0db38": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_jira__issue_enhanced_issue_id", "resource_type": "test", "package_name": "jira", "path": "not_null_jira__issue_enhanced_issue_id.sql", "original_file_path": "models/jira.yml", "unique_id": "test.jira.not_null_jira__issue_enhanced_issue_id.6b18e0db38", "fqn": ["jira", "not_null_jira__issue_enhanced_issue_id"], "alias": "not_null_jira__issue_enhanced_issue_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": 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": 1781051929.4014294, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "jira__issue_enhanced", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.jira__issue_enhanced"]}, "compiled_path": "target/compiled/jira/models/jira.yml/not_null_jira__issue_enhanced_issue_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect issue_id\nfrom \"postgres\".\"public_jira_dev\".\"jira__issue_enhanced\"\nwhere issue_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "issue_id", "file_key_name": "models.jira__issue_enhanced", "attached_node": "model.jira.jira__issue_enhanced", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "issue_id", "model": "{{ get_where_subquery(ref('jira__issue_enhanced')) }}"}, "namespace": null}}, "test.jira.not_null_jira__project_enhanced_project_id.4f7c58f1d4": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_jira__project_enhanced_project_id", "resource_type": "test", "package_name": "jira", "path": "not_null_jira__project_enhanced_project_id.sql", "original_file_path": "models/jira.yml", "unique_id": "test.jira.not_null_jira__project_enhanced_project_id.4f7c58f1d4", "fqn": ["jira", "not_null_jira__project_enhanced_project_id"], "alias": "not_null_jira__project_enhanced_project_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": 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": 1781051929.40325, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "jira__project_enhanced", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.jira__project_enhanced"]}, "compiled_path": "target/compiled/jira/models/jira.yml/not_null_jira__project_enhanced_project_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect project_id\nfrom \"postgres\".\"public_jira_dev\".\"jira__project_enhanced\"\nwhere project_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "project_id", "file_key_name": "models.jira__project_enhanced", "attached_node": "model.jira.jira__project_enhanced", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "project_id", "model": "{{ get_where_subquery(ref('jira__project_enhanced')) }}"}, "namespace": null}}, "test.jira.not_null_jira__sprint_enhanced_sprint_id.9029f03611": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_jira__sprint_enhanced_sprint_id", "resource_type": "test", "package_name": "jira", "path": "not_null_jira__sprint_enhanced_sprint_id.sql", "original_file_path": "models/jira.yml", "unique_id": "test.jira.not_null_jira__sprint_enhanced_sprint_id.9029f03611", "fqn": ["jira", "not_null_jira__sprint_enhanced_sprint_id"], "alias": "not_null_jira__sprint_enhanced_sprint_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": 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": 1781051929.4050267, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "jira__sprint_enhanced", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.jira__sprint_enhanced"]}, "compiled_path": "target/compiled/jira/models/jira.yml/not_null_jira__sprint_enhanced_sprint_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect sprint_id\nfrom \"postgres\".\"public_jira_dev\".\"jira__sprint_enhanced\"\nwhere sprint_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "sprint_id", "file_key_name": "models.jira__sprint_enhanced", "attached_node": "model.jira.jira__sprint_enhanced", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "sprint_id", "model": "{{ get_where_subquery(ref('jira__sprint_enhanced')) }}"}, "namespace": null}}, "test.jira.not_null_jira__user_enhanced_user_id.aecc00744a": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_jira__user_enhanced_user_id", "resource_type": "test", "package_name": "jira", "path": "not_null_jira__user_enhanced_user_id.sql", "original_file_path": "models/jira.yml", "unique_id": "test.jira.not_null_jira__user_enhanced_user_id.aecc00744a", "fqn": ["jira", "not_null_jira__user_enhanced_user_id"], "alias": "not_null_jira__user_enhanced_user_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": 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": 1781051929.40675, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "jira__user_enhanced", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.jira__user_enhanced"]}, "compiled_path": "target/compiled/jira/models/jira.yml/not_null_jira__user_enhanced_user_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect user_id\nfrom \"postgres\".\"public_jira_dev\".\"jira__user_enhanced\"\nwhere user_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "user_id", "file_key_name": "models.jira__user_enhanced", "attached_node": "model.jira.jira__user_enhanced", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "user_id", "model": "{{ get_where_subquery(ref('jira__user_enhanced')) }}"}, "namespace": null}}, "test.jira.not_null_jira__issue_status_transitions_issue_id.af8210d73b": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_jira__issue_status_transitions_issue_id", "resource_type": "test", "package_name": "jira", "path": "not_null_jira__issue_status_transitions_issue_id.sql", "original_file_path": "models/jira.yml", "unique_id": "test.jira.not_null_jira__issue_status_transitions_issue_id.af8210d73b", "fqn": ["jira", "not_null_jira__issue_status_transitions_issue_id"], "alias": "not_null_jira__issue_status_transitions_issue_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": 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": 1781051929.4084556, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "jira__issue_status_transitions", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.jira__issue_status_transitions"]}, "compiled_path": "target/compiled/jira/models/jira.yml/not_null_jira__issue_status_transitions_issue_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect issue_id\nfrom \"postgres\".\"public_jira_dev\".\"jira__issue_status_transitions\"\nwhere issue_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "issue_id", "file_key_name": "models.jira__issue_status_transitions", "attached_node": "model.jira.jira__issue_status_transitions", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "issue_id", "model": "{{ get_where_subquery(ref('jira__issue_status_transitions')) }}"}, "namespace": null}}, "test.jira.not_null_int_jira__issue_join_issue_id.53391b21a6": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_int_jira__issue_join_issue_id", "resource_type": "test", "package_name": "jira", "path": "not_null_int_jira__issue_join_issue_id.sql", "original_file_path": "models/intermediate/int_jira.yml", "unique_id": "test.jira.not_null_int_jira__issue_join_issue_id.53391b21a6", "fqn": ["jira", "intermediate", "not_null_int_jira__issue_join_issue_id"], "alias": "not_null_int_jira__issue_join_issue_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": 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": 1781051929.429481, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "int_jira__issue_join", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.int_jira__issue_join"]}, "compiled_path": "target/compiled/jira/models/intermediate/int_jira.yml/not_null_int_jira__issue_join_issue_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect issue_id\nfrom \"postgres\".\"public_jira_dev\".\"int_jira__issue_join\"\nwhere issue_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "issue_id", "file_key_name": "models.int_jira__issue_join", "attached_node": "model.jira.int_jira__issue_join", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "issue_id", "model": "{{ get_where_subquery(ref('int_jira__issue_join')) }}"}, "namespace": null}}, "test.jira.not_null_int_jira__project_metrics_project_id.1542338148": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_int_jira__project_metrics_project_id", "resource_type": "test", "package_name": "jira", "path": "not_null_int_jira__project_metrics_project_id.sql", "original_file_path": "models/intermediate/int_jira.yml", "unique_id": "test.jira.not_null_int_jira__project_metrics_project_id.1542338148", "fqn": ["jira", "intermediate", "not_null_int_jira__project_metrics_project_id"], "alias": "not_null_int_jira__project_metrics_project_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": 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": 1781051929.431381, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "int_jira__project_metrics", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.int_jira__project_metrics"]}, "compiled_path": "target/compiled/jira/models/intermediate/int_jira.yml/not_null_int_jira__project_metrics_project_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nwith __dbt__cte__int_jira__project_metrics as (\nwith issue as (\n\n select * \n from \"postgres\".\"public_jira_dev\".\"jira__issue_enhanced\"\n where project_id is not null\n),\n\ncalculate_medians as (\n\n select\n project_id,\n source_relation,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by case when resolved_at is not null then open_duration_seconds end )\n /* have to group by partition field */\n\n as numeric(28,6) ), 0) as median_close_time_seconds,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by case when resolved_at is null then open_duration_seconds end )\n /* have to group by partition field */\n\n as numeric(28,6) ), 0) as median_age_currently_open_seconds,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by case when resolved_at is not null then any_assignment_duration_seconds end )\n /* have to group by partition field */\n\n as numeric(28,6) ), 0) as median_assigned_close_time_seconds,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by case when resolved_at is null then any_assignment_duration_seconds end )\n /* have to group by partition field */\n\n as numeric(28,6) ), 0) as median_age_currently_open_assigned_seconds\n from issue\n\n group by project_id, source_relation \n),\n\n-- grouping because the medians were calculated using window functions (except in postgres)\nmedian_metrics as (\n\n select\n project_id,\n source_relation,\n median_close_time_seconds,\n median_age_currently_open_seconds,\n median_assigned_close_time_seconds,\n median_age_currently_open_assigned_seconds\n from calculate_medians\n group by 1,2,3,4,5,6\n),\n\n\n-- get appropriate counts + sums to calculate averages\nproject_issues as (\n\n select\n project_id,\n source_relation,\n sum(case when resolved_at is not null then 1 else 0 end) as count_closed_issues,\n sum(case when resolved_at is null then 1 else 0 end) as count_open_issues,\n -- using the below to calculate averages\n -- assigned issues\n sum(case when resolved_at is null and assignee_user_id is not null then 1 else 0 end) as count_open_assigned_issues,\n sum(case when resolved_at is not null and assignee_user_id is not null then 1 else 0 end) as count_closed_assigned_issues,\n -- close time\n sum(case when resolved_at is not null then open_duration_seconds else 0 end) as sum_close_time_seconds,\n sum(case when resolved_at is not null then any_assignment_duration_seconds else 0 end) as sum_assigned_close_time_seconds,\n -- age of currently open tasks\n sum(case when resolved_at is null then open_duration_seconds else 0 end) as sum_currently_open_duration_seconds,\n sum(case when resolved_at is null then any_assignment_duration_seconds else 0 end) as sum_currently_open_assigned_duration_seconds\n from issue\n\n group by 1, 2\n),\n\ncalculate_avg_metrics as (\n\n select\n project_id,\n source_relation,\n count_closed_issues,\n count_open_issues,\n count_open_assigned_issues,\n case when count_closed_issues = 0 then 0 \n else round(cast(sum_close_time_seconds * 1.0 / count_closed_issues as numeric(28,6) ), 0) end as avg_close_time_seconds,\n case when count_closed_assigned_issues = 0 then 0 \n else round(cast(sum_assigned_close_time_seconds * 1.0 / count_closed_assigned_issues as numeric(28,6) ), 0) end as avg_assigned_close_time_seconds,\n case when count_open_issues = 0 then 0 \n else round(cast(sum_currently_open_duration_seconds * 1.0 / count_open_issues as numeric(28,6) ), 0) end as avg_age_currently_open_seconds,\n case when count_open_assigned_issues = 0 then 0 \n else round(cast(sum_currently_open_assigned_duration_seconds * 1.0 / count_open_assigned_issues as numeric(28,6) ), 0) end as avg_age_currently_open_assigned_seconds\n from project_issues\n),\n\n-- join medians and averages + convert to days\njoin_metrics as (\n\n select\n calculate_avg_metrics.*,\n -- there are 86400 seconds in a day\n round(cast(calculate_avg_metrics.avg_close_time_seconds / 86400.0 as numeric(28,6) ), 0) as avg_close_time_days,\n round(cast(calculate_avg_metrics.avg_assigned_close_time_seconds / 86400.0 as numeric(28,6) ), 0) as avg_assigned_close_time_days,\n round(cast(calculate_avg_metrics.avg_age_currently_open_seconds / 86400.0 as numeric(28,6) ), 0) as avg_age_currently_open_days,\n round(cast(calculate_avg_metrics.avg_age_currently_open_assigned_seconds / 86400.0 as numeric(28,6) ), 0) as avg_age_currently_open_assigned_days,\n median_metrics.median_close_time_seconds, \n median_metrics.median_age_currently_open_seconds,\n median_metrics.median_assigned_close_time_seconds,\n median_metrics.median_age_currently_open_assigned_seconds,\n round(cast(median_metrics.median_close_time_seconds / 86400.0 as numeric(28,6) ), 0) as median_close_time_days,\n round(cast(median_metrics.median_age_currently_open_seconds / 86400.0 as numeric(28,6) ), 0) as median_age_currently_open_days,\n round(cast(median_metrics.median_assigned_close_time_seconds / 86400.0 as numeric(28,6) ), 0) as median_assigned_close_time_days,\n round(cast(median_metrics.median_age_currently_open_assigned_seconds / 86400.0 as numeric(28,6) ), 0) as median_age_currently_open_assigned_days\n from calculate_avg_metrics\n left join median_metrics\n on calculate_avg_metrics.project_id = median_metrics.project_id\n and calculate_avg_metrics.source_relation = median_metrics.source_relation\n)\n\nselect * \nfrom join_metrics\n) select project_id\nfrom __dbt__cte__int_jira__project_metrics\nwhere project_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.jira.int_jira__project_metrics", "sql": " __dbt__cte__int_jira__project_metrics as (\nwith issue as (\n\n select * \n from \"postgres\".\"public_jira_dev\".\"jira__issue_enhanced\"\n where project_id is not null\n),\n\ncalculate_medians as (\n\n select\n project_id,\n source_relation,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by case when resolved_at is not null then open_duration_seconds end )\n /* have to group by partition field */\n\n as numeric(28,6) ), 0) as median_close_time_seconds,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by case when resolved_at is null then open_duration_seconds end )\n /* have to group by partition field */\n\n as numeric(28,6) ), 0) as median_age_currently_open_seconds,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by case when resolved_at is not null then any_assignment_duration_seconds end )\n /* have to group by partition field */\n\n as numeric(28,6) ), 0) as median_assigned_close_time_seconds,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by case when resolved_at is null then any_assignment_duration_seconds end )\n /* have to group by partition field */\n\n as numeric(28,6) ), 0) as median_age_currently_open_assigned_seconds\n from issue\n\n group by project_id, source_relation \n),\n\n-- grouping because the medians were calculated using window functions (except in postgres)\nmedian_metrics as (\n\n select\n project_id,\n source_relation,\n median_close_time_seconds,\n median_age_currently_open_seconds,\n median_assigned_close_time_seconds,\n median_age_currently_open_assigned_seconds\n from calculate_medians\n group by 1,2,3,4,5,6\n),\n\n\n-- get appropriate counts + sums to calculate averages\nproject_issues as (\n\n select\n project_id,\n source_relation,\n sum(case when resolved_at is not null then 1 else 0 end) as count_closed_issues,\n sum(case when resolved_at is null then 1 else 0 end) as count_open_issues,\n -- using the below to calculate averages\n -- assigned issues\n sum(case when resolved_at is null and assignee_user_id is not null then 1 else 0 end) as count_open_assigned_issues,\n sum(case when resolved_at is not null and assignee_user_id is not null then 1 else 0 end) as count_closed_assigned_issues,\n -- close time\n sum(case when resolved_at is not null then open_duration_seconds else 0 end) as sum_close_time_seconds,\n sum(case when resolved_at is not null then any_assignment_duration_seconds else 0 end) as sum_assigned_close_time_seconds,\n -- age of currently open tasks\n sum(case when resolved_at is null then open_duration_seconds else 0 end) as sum_currently_open_duration_seconds,\n sum(case when resolved_at is null then any_assignment_duration_seconds else 0 end) as sum_currently_open_assigned_duration_seconds\n from issue\n\n group by 1, 2\n),\n\ncalculate_avg_metrics as (\n\n select\n project_id,\n source_relation,\n count_closed_issues,\n count_open_issues,\n count_open_assigned_issues,\n case when count_closed_issues = 0 then 0 \n else round(cast(sum_close_time_seconds * 1.0 / count_closed_issues as numeric(28,6) ), 0) end as avg_close_time_seconds,\n case when count_closed_assigned_issues = 0 then 0 \n else round(cast(sum_assigned_close_time_seconds * 1.0 / count_closed_assigned_issues as numeric(28,6) ), 0) end as avg_assigned_close_time_seconds,\n case when count_open_issues = 0 then 0 \n else round(cast(sum_currently_open_duration_seconds * 1.0 / count_open_issues as numeric(28,6) ), 0) end as avg_age_currently_open_seconds,\n case when count_open_assigned_issues = 0 then 0 \n else round(cast(sum_currently_open_assigned_duration_seconds * 1.0 / count_open_assigned_issues as numeric(28,6) ), 0) end as avg_age_currently_open_assigned_seconds\n from project_issues\n),\n\n-- join medians and averages + convert to days\njoin_metrics as (\n\n select\n calculate_avg_metrics.*,\n -- there are 86400 seconds in a day\n round(cast(calculate_avg_metrics.avg_close_time_seconds / 86400.0 as numeric(28,6) ), 0) as avg_close_time_days,\n round(cast(calculate_avg_metrics.avg_assigned_close_time_seconds / 86400.0 as numeric(28,6) ), 0) as avg_assigned_close_time_days,\n round(cast(calculate_avg_metrics.avg_age_currently_open_seconds / 86400.0 as numeric(28,6) ), 0) as avg_age_currently_open_days,\n round(cast(calculate_avg_metrics.avg_age_currently_open_assigned_seconds / 86400.0 as numeric(28,6) ), 0) as avg_age_currently_open_assigned_days,\n median_metrics.median_close_time_seconds, \n median_metrics.median_age_currently_open_seconds,\n median_metrics.median_assigned_close_time_seconds,\n median_metrics.median_age_currently_open_assigned_seconds,\n round(cast(median_metrics.median_close_time_seconds / 86400.0 as numeric(28,6) ), 0) as median_close_time_days,\n round(cast(median_metrics.median_age_currently_open_seconds / 86400.0 as numeric(28,6) ), 0) as median_age_currently_open_days,\n round(cast(median_metrics.median_assigned_close_time_seconds / 86400.0 as numeric(28,6) ), 0) as median_assigned_close_time_days,\n round(cast(median_metrics.median_age_currently_open_assigned_seconds / 86400.0 as numeric(28,6) ), 0) as median_age_currently_open_assigned_days\n from calculate_avg_metrics\n left join median_metrics\n on calculate_avg_metrics.project_id = median_metrics.project_id\n and calculate_avg_metrics.source_relation = median_metrics.source_relation\n)\n\nselect * \nfrom join_metrics\n)"}], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "project_id", "file_key_name": "models.int_jira__project_metrics", "attached_node": "model.jira.int_jira__project_metrics", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "project_id", "model": "{{ get_where_subquery(ref('int_jira__project_metrics')) }}"}, "namespace": null}}, "test.jira.not_null_int_jira__user_metrics_user_id.2143177b14": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_int_jira__user_metrics_user_id", "resource_type": "test", "package_name": "jira", "path": "not_null_int_jira__user_metrics_user_id.sql", "original_file_path": "models/intermediate/int_jira.yml", "unique_id": "test.jira.not_null_int_jira__user_metrics_user_id.2143177b14", "fqn": ["jira", "intermediate", "not_null_int_jira__user_metrics_user_id"], "alias": "not_null_int_jira__user_metrics_user_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": 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": 1781051929.4331648, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "int_jira__user_metrics", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.int_jira__user_metrics"]}, "compiled_path": "target/compiled/jira/models/intermediate/int_jira.yml/not_null_int_jira__user_metrics_user_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nwith __dbt__cte__int_jira__user_metrics as (\nwith issue as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"jira__issue_enhanced\" \n where assignee_user_id is not null\n),\n\ncalculate_medians as (\n\n select\n assignee_user_id as user_id,\n source_relation,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by case when resolved_at is not null then last_assignment_duration_seconds end )\n /* have to group by partition field */\n\n as numeric(28,6)), 0) as median_close_time_seconds,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by case when resolved_at is null then last_assignment_duration_seconds end )\n /* have to group by partition field */\n\n as numeric(28,6)), 0) as median_age_currently_open_seconds\n from issue\n group by 1, 2 \n),\n\n-- grouping because the medians were calculated using window functions (except postgres)\nmedian_metrics as (\n\n select\n user_id,\n source_relation,\n median_close_time_seconds,\n median_age_currently_open_seconds\n from calculate_medians\n group by 1,2,3,4\n),\n\n\nuser_issues as (\n\n select\n assignee_user_id as user_id,\n source_relation,\n sum(case when resolved_at is not null then 1 else 0 end) as count_closed_issues,\n sum(case when resolved_at is null then 1 else 0 end) as count_open_issues,\n sum(case when resolved_at is not null then last_assignment_duration_seconds end) as sum_close_time_seconds,\n sum(case when resolved_at is null then last_assignment_duration_seconds end) as sum_current_open_seconds\n from issue\n group by 1, 2\n),\n\ncalculate_avg_metrics as (\n\n select\n user_id,\n source_relation,\n count_closed_issues,\n count_open_issues,\n case when count_closed_issues = 0 then 0 else\n round(cast(sum_close_time_seconds * 1.0 / count_closed_issues as numeric(28,6) ), 0) end as avg_close_time_seconds,\n case when count_open_issues = 0 then 0 else\n round(cast(sum_current_open_seconds * 1.0 / count_open_issues as numeric(28,6) ), 0) end as avg_age_currently_open_seconds\n from user_issues\n),\n\njoin_metrics as (\n\n select\n calculate_avg_metrics.*,\n round(cast(calculate_avg_metrics.avg_close_time_seconds / 86400.0 as numeric(28,6) ), 0) as avg_close_time_days,\n round(cast(calculate_avg_metrics.avg_age_currently_open_seconds / 86400.0 as numeric(28,6) ), 0) as avg_age_currently_open_days,\n median_metrics.median_close_time_seconds,\n median_metrics.median_age_currently_open_seconds,\n round(cast(median_metrics.median_close_time_seconds / 86400.0 as numeric(28,6) ), 0) as median_close_time_days,\n round(cast(median_metrics.median_age_currently_open_seconds / 86400.0 as numeric(28,6) ), 0) as median_age_currently_open_days \n from calculate_avg_metrics\n left join median_metrics on\n calculate_avg_metrics.user_id = median_metrics.user_id\n and calculate_avg_metrics.source_relation = median_metrics.source_relation\n)\n\nselect * \nfrom join_metrics\n) select user_id\nfrom __dbt__cte__int_jira__user_metrics\nwhere user_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.jira.int_jira__user_metrics", "sql": " __dbt__cte__int_jira__user_metrics as (\nwith issue as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"jira__issue_enhanced\" \n where assignee_user_id is not null\n),\n\ncalculate_medians as (\n\n select\n assignee_user_id as user_id,\n source_relation,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by case when resolved_at is not null then last_assignment_duration_seconds end )\n /* have to group by partition field */\n\n as numeric(28,6)), 0) as median_close_time_seconds,\n round(cast(\n\n percentile_cont( \n 0.5 )\n within group ( order by case when resolved_at is null then last_assignment_duration_seconds end )\n /* have to group by partition field */\n\n as numeric(28,6)), 0) as median_age_currently_open_seconds\n from issue\n group by 1, 2 \n),\n\n-- grouping because the medians were calculated using window functions (except postgres)\nmedian_metrics as (\n\n select\n user_id,\n source_relation,\n median_close_time_seconds,\n median_age_currently_open_seconds\n from calculate_medians\n group by 1,2,3,4\n),\n\n\nuser_issues as (\n\n select\n assignee_user_id as user_id,\n source_relation,\n sum(case when resolved_at is not null then 1 else 0 end) as count_closed_issues,\n sum(case when resolved_at is null then 1 else 0 end) as count_open_issues,\n sum(case when resolved_at is not null then last_assignment_duration_seconds end) as sum_close_time_seconds,\n sum(case when resolved_at is null then last_assignment_duration_seconds end) as sum_current_open_seconds\n from issue\n group by 1, 2\n),\n\ncalculate_avg_metrics as (\n\n select\n user_id,\n source_relation,\n count_closed_issues,\n count_open_issues,\n case when count_closed_issues = 0 then 0 else\n round(cast(sum_close_time_seconds * 1.0 / count_closed_issues as numeric(28,6) ), 0) end as avg_close_time_seconds,\n case when count_open_issues = 0 then 0 else\n round(cast(sum_current_open_seconds * 1.0 / count_open_issues as numeric(28,6) ), 0) end as avg_age_currently_open_seconds\n from user_issues\n),\n\njoin_metrics as (\n\n select\n calculate_avg_metrics.*,\n round(cast(calculate_avg_metrics.avg_close_time_seconds / 86400.0 as numeric(28,6) ), 0) as avg_close_time_days,\n round(cast(calculate_avg_metrics.avg_age_currently_open_seconds / 86400.0 as numeric(28,6) ), 0) as avg_age_currently_open_days,\n median_metrics.median_close_time_seconds,\n median_metrics.median_age_currently_open_seconds,\n round(cast(median_metrics.median_close_time_seconds / 86400.0 as numeric(28,6) ), 0) as median_close_time_days,\n round(cast(median_metrics.median_age_currently_open_seconds / 86400.0 as numeric(28,6) ), 0) as median_age_currently_open_days \n from calculate_avg_metrics\n left join median_metrics on\n calculate_avg_metrics.user_id = median_metrics.user_id\n and calculate_avg_metrics.source_relation = median_metrics.source_relation\n)\n\nselect * \nfrom join_metrics\n)"}], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "user_id", "file_key_name": "models.int_jira__user_metrics", "attached_node": "model.jira.int_jira__user_metrics", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "user_id", "model": "{{ get_where_subquery(ref('int_jira__user_metrics')) }}"}, "namespace": null}}, "test.jira.not_null_int_jira__issue_comments_issue_id.9f16878e45": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_int_jira__issue_comments_issue_id", "resource_type": "test", "package_name": "jira", "path": "not_null_int_jira__issue_comments_issue_id.sql", "original_file_path": "models/intermediate/int_jira.yml", "unique_id": "test.jira.not_null_int_jira__issue_comments_issue_id.9f16878e45", "fqn": ["jira", "intermediate", "not_null_int_jira__issue_comments_issue_id"], "alias": "not_null_int_jira__issue_comments_issue_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": 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": 1781051929.4349284, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "int_jira__issue_comments", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.int_jira__issue_comments"]}, "compiled_path": "target/compiled/jira/models/intermediate/int_jira.yml/not_null_int_jira__issue_comments_issue_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nwith __dbt__cte__int_jira__issue_comments as (\n\n\nwith comment as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__comment\"\n order by issue_id, created_at asc\n),\n\n-- user is a reserved keyword in AWS \njira_user as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__user\"\n),\n\nagg_comments as (\n\n select\n comment.issue_id,\n comment.source_relation,\n count(comment.comment_id) as count_comments\n ,\n string_agg(comment.created_at || ' - ' || jira_user.user_display_name || ': ' || comment.body, '\\n')\n\n as conversation\n \n\n from comment\n inner join jira_user\n on comment.author_user_id = jira_user.user_id\n and comment.source_relation = jira_user.source_relation\n group by 1, 2\n)\n\nselect * from agg_comments\n) select issue_id\nfrom __dbt__cte__int_jira__issue_comments\nwhere issue_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.jira.int_jira__issue_comments", "sql": " __dbt__cte__int_jira__issue_comments as (\n\n\nwith comment as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__comment\"\n order by issue_id, created_at asc\n),\n\n-- user is a reserved keyword in AWS \njira_user as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__user\"\n),\n\nagg_comments as (\n\n select\n comment.issue_id,\n comment.source_relation,\n count(comment.comment_id) as count_comments\n ,\n string_agg(comment.created_at || ' - ' || jira_user.user_display_name || ': ' || comment.body, '\\n')\n\n as conversation\n \n\n from comment\n inner join jira_user\n on comment.author_user_id = jira_user.user_id\n and comment.source_relation = jira_user.source_relation\n group by 1, 2\n)\n\nselect * from agg_comments\n)"}], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "issue_id", "file_key_name": "models.int_jira__issue_comments", "attached_node": "model.jira.int_jira__issue_comments", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "issue_id", "model": "{{ get_where_subquery(ref('int_jira__issue_comments')) }}"}, "namespace": null}}, "test.jira.not_null_int_jira__issue_type_parents_issue_id.8dd98255b0": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_int_jira__issue_type_parents_issue_id", "resource_type": "test", "package_name": "jira", "path": "not_null_int_jira__issue_type_parents_issue_id.sql", "original_file_path": "models/intermediate/int_jira.yml", "unique_id": "test.jira.not_null_int_jira__issue_type_parents_issue_id.8dd98255b0", "fqn": ["jira", "intermediate", "not_null_int_jira__issue_type_parents_issue_id"], "alias": "not_null_int_jira__issue_type_parents_issue_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": 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": 1781051929.4367752, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "int_jira__issue_type_parents", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.int_jira__issue_type_parents"]}, "compiled_path": "target/compiled/jira/models/intermediate/int_jira.yml/not_null_int_jira__issue_type_parents_issue_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect issue_id\nfrom \"postgres\".\"public_jira_dev\".\"int_jira__issue_type_parents\"\nwhere issue_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "issue_id", "file_key_name": "models.int_jira__issue_type_parents", "attached_node": "model.jira.int_jira__issue_type_parents", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "issue_id", "model": "{{ get_where_subquery(ref('int_jira__issue_type_parents')) }}"}, "namespace": null}}, "test.jira.not_null_int_jira__issue_users_issue_id.480b7b6beb": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_int_jira__issue_users_issue_id", "resource_type": "test", "package_name": "jira", "path": "not_null_int_jira__issue_users_issue_id.sql", "original_file_path": "models/intermediate/int_jira.yml", "unique_id": "test.jira.not_null_int_jira__issue_users_issue_id.480b7b6beb", "fqn": ["jira", "intermediate", "not_null_int_jira__issue_users_issue_id"], "alias": "not_null_int_jira__issue_users_issue_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": 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": 1781051929.438521, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "int_jira__issue_users", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.int_jira__issue_users"]}, "compiled_path": "target/compiled/jira/models/intermediate/int_jira.yml/not_null_int_jira__issue_users_issue_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nwith __dbt__cte__int_jira__issue_users as (\n-- just grabs user attributes for issue assignees and reporters \n\nwith issue as (\n\n -- including issue_id in here because snowflake for some reason ignores issue_id,\n -- so we'll just always pull it out and explicitly select it\n \n\n select\n issue_id,\n coalesce(cast(revised_parent_issue_id as TEXT), cast(parent_issue_id as TEXT)) as parent_issue_id,\n\n \"source_relation\",\n \"original_estimate_seconds\",\n \"remaining_estimate_seconds\",\n \"time_spent_seconds\",\n \"assignee_user_id\",\n \"created_at\",\n \"resolved_at\",\n \"creator_user_id\",\n \"issue_description\",\n \"due_date\",\n \"environment\",\n \"issue_type_id\",\n \"issue_key\",\n \"priority_id\",\n \"project_id\",\n \"reporter_user_id\",\n \"resolution_id\",\n \"status_id\",\n \"status_changed_at\",\n \"issue_name\",\n \"updated_at\",\n \"work_ratio\",\n \"_fivetran_synced\",\n \"issue_type\",\n \"parent_issue_type\",\n \"parent_issue_name\",\n \"parent_issue_key\",\n \"is_parent_epic\"\n\n from \"postgres\".\"public_jira_dev\".\"int_jira__issue_type_parents\"\n),\n\n-- user is a reserved keyword in AWS\njira_user as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__user\"\n),\n\nissue_user_join as (\n\n select\n issue.*,\n assignee.user_display_name as assignee_name,\n assignee.time_zone as assignee_timezone,\n assignee.email as assignee_email,\n reporter.email as reporter_email,\n reporter.user_display_name as reporter_name,\n reporter.time_zone as reporter_timezone\n from issue\n left join jira_user as assignee\n on issue.assignee_user_id = assignee.user_id\n and issue.source_relation = assignee.source_relation\n left join jira_user as reporter\n on issue.reporter_user_id = reporter.user_id\n and issue.source_relation = reporter.source_relation\n)\n\nselect * \nfrom issue_user_join\n) select issue_id\nfrom __dbt__cte__int_jira__issue_users\nwhere issue_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.jira.int_jira__issue_users", "sql": " __dbt__cte__int_jira__issue_users as (\n-- just grabs user attributes for issue assignees and reporters \n\nwith issue as (\n\n -- including issue_id in here because snowflake for some reason ignores issue_id,\n -- so we'll just always pull it out and explicitly select it\n \n\n select\n issue_id,\n coalesce(cast(revised_parent_issue_id as TEXT), cast(parent_issue_id as TEXT)) as parent_issue_id,\n\n \"source_relation\",\n \"original_estimate_seconds\",\n \"remaining_estimate_seconds\",\n \"time_spent_seconds\",\n \"assignee_user_id\",\n \"created_at\",\n \"resolved_at\",\n \"creator_user_id\",\n \"issue_description\",\n \"due_date\",\n \"environment\",\n \"issue_type_id\",\n \"issue_key\",\n \"priority_id\",\n \"project_id\",\n \"reporter_user_id\",\n \"resolution_id\",\n \"status_id\",\n \"status_changed_at\",\n \"issue_name\",\n \"updated_at\",\n \"work_ratio\",\n \"_fivetran_synced\",\n \"issue_type\",\n \"parent_issue_type\",\n \"parent_issue_name\",\n \"parent_issue_key\",\n \"is_parent_epic\"\n\n from \"postgres\".\"public_jira_dev\".\"int_jira__issue_type_parents\"\n),\n\n-- user is a reserved keyword in AWS\njira_user as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__user\"\n),\n\nissue_user_join as (\n\n select\n issue.*,\n assignee.user_display_name as assignee_name,\n assignee.time_zone as assignee_timezone,\n assignee.email as assignee_email,\n reporter.email as reporter_email,\n reporter.user_display_name as reporter_name,\n reporter.time_zone as reporter_timezone\n from issue\n left join jira_user as assignee\n on issue.assignee_user_id = assignee.user_id\n and issue.source_relation = assignee.source_relation\n left join jira_user as reporter\n on issue.reporter_user_id = reporter.user_id\n and issue.source_relation = reporter.source_relation\n)\n\nselect * \nfrom issue_user_join\n)"}], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "issue_id", "file_key_name": "models.int_jira__issue_users", "attached_node": "model.jira.int_jira__issue_users", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "issue_id", "model": "{{ get_where_subquery(ref('int_jira__issue_users')) }}"}, "namespace": null}}, "test.jira.unique_int_jira__issue_calendar_spine_issue_day_id.c49483d2e5": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "unique_int_jira__issue_calendar_spine_issue_day_id", "resource_type": "test", "package_name": "jira", "path": "unique_int_jira__issue_calendar_spine_issue_day_id.sql", "original_file_path": "models/intermediate/int_jira.yml", "unique_id": "test.jira.unique_int_jira__issue_calendar_spine_issue_day_id.c49483d2e5", "fqn": ["jira", "intermediate", "unique_int_jira__issue_calendar_spine_issue_day_id"], "alias": "unique_int_jira__issue_calendar_spine_issue_day_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": 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": 1781051929.4402747, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "int_jira__issue_calendar_spine", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.int_jira__issue_calendar_spine"]}, "compiled_path": "target/compiled/jira/models/intermediate/int_jira.yml/unique_int_jira__issue_calendar_spine_issue_day_id.sql", "compiled": true, "compiled_code": "\n \n \n\nwith __dbt__cte__int_jira__issue_calendar_spine as (\nwith spine as (\n\n -- depends_on: \"postgres\".\"public_jira_dev\".\"stg_jira__issue\"\n \n \n\n select\n cast(date_day as date) as date_day\n from (\n \n\n\n\n\n\nwith rawdata as (\n\n \n\n \n\n with p as (\n select 0 as generated_number union all select 1\n ), unioned as (\n\n select\n\n \n p0.generated_number * power(2, 0)\n + \n \n p1.generated_number * power(2, 1)\n + \n \n p2.generated_number * power(2, 2)\n + \n \n p3.generated_number * power(2, 3)\n + \n \n p4.generated_number * power(2, 4)\n + \n \n p5.generated_number * power(2, 5)\n + \n \n p6.generated_number * power(2, 6)\n + \n \n p7.generated_number * power(2, 7)\n + \n \n p8.generated_number * power(2, 8)\n + \n \n p9.generated_number * power(2, 9)\n + \n \n p10.generated_number * power(2, 10)\n + \n \n p11.generated_number * power(2, 11)\n \n \n + 1\n as generated_number\n\n from\n\n \n p as p0\n cross join \n \n p as p1\n cross join \n \n p as p2\n cross join \n \n p as p3\n cross join \n \n p as p4\n cross join \n \n p as p5\n cross join \n \n p as p6\n cross join \n \n p as p7\n cross join \n \n p as p8\n cross join \n \n p as p9\n cross join \n \n p as p10\n cross join \n \n p as p11\n \n \n\n )\n\n select *\n from unioned\n where generated_number <= 3820\n order by generated_number\n\n\n\n),\n\nall_periods as (\n\n select (\n \n\n cast('2016-01-01' as date) + ((interval '1 day') * (row_number() over (order by generated_number) - 1))\n\n\n ) as date_day\n from rawdata\n\n),\n\nfiltered as (\n\n select *\n from all_periods\n where date_day <= \n\n now() + ((interval '1 week') * (1))\n\n\n\n)\n\nselect * from filtered\n\n\n ) as date_spine\n),\n\nissue_history_scd as (\n \n select *\n from \"postgres\".\"public_jira_dev\".\"int_jira__field_history_scd\"\n),\n\nissue_dates as (\n\n select\n issue_history_scd.issue_id,\n issue_history_scd.source_relation,\n cast( date_trunc('day', issue.created_at) as date) as created_on,\n -- resolved_at will become null if an issue is marked as un-resolved. if this sorta thing happens often, you may want to run full-refreshes of the field_history models often\n -- if it's not resolved include everything up to today. if it is, look at the last time it was updated\n cast(date_trunc('day', case when issue.resolved_at is null then now() else cast(issue_history_scd.valid_starting_on as timestamp) end)\n as date) as open_until\n from issue_history_scd\n left join \"postgres\".\"public_jira_dev\".\"stg_jira__issue\" as issue\n on issue_history_scd.issue_id = issue.issue_id\n and issue_history_scd.source_relation = issue.source_relation\n),\n\nissue_spine as (\n\n select\n spine.date_day,\n issue_dates.issue_id,\n issue_dates.source_relation,\n -- will take the table-wide min of this in the incremental block at the top of this model\n min(issue_dates.open_until) as earliest_open_until_date\n\n from spine\n join issue_dates on\n issue_dates.created_on <= spine.date_day\n and \n\n issue_dates.open_until + ((interval '1 month') * (1))\n\n >= spine.date_day\n -- if we cut off issues, we're going to have to do a full refresh to catch issues that have been un-resolved\n group by 1,2,3\n),\n\nsurrogate_key as (\n\n select\n date_day,\n issue_id,\n source_relation,\n md5(cast(coalesce(cast(date_day as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(issue_id as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(source_relation as TEXT), '_dbt_utils_surrogate_key_null_') as TEXT)) as issue_day_id,\n earliest_open_until_date,\n cast(date_trunc('week', earliest_open_until_date) as date) as earliest_open_until_week\n\n from issue_spine\n\n where date_day <= cast( now() as date)\n)\n\nselect *\nfrom surrogate_key\n) select\n issue_day_id as unique_field,\n count(*) as n_records\n\nfrom __dbt__cte__int_jira__issue_calendar_spine\nwhere issue_day_id is not null\ngroup by issue_day_id\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.jira.int_jira__issue_calendar_spine", "sql": " __dbt__cte__int_jira__issue_calendar_spine as (\nwith spine as (\n\n -- depends_on: \"postgres\".\"public_jira_dev\".\"stg_jira__issue\"\n \n \n\n select\n cast(date_day as date) as date_day\n from (\n \n\n\n\n\n\nwith rawdata as (\n\n \n\n \n\n with p as (\n select 0 as generated_number union all select 1\n ), unioned as (\n\n select\n\n \n p0.generated_number * power(2, 0)\n + \n \n p1.generated_number * power(2, 1)\n + \n \n p2.generated_number * power(2, 2)\n + \n \n p3.generated_number * power(2, 3)\n + \n \n p4.generated_number * power(2, 4)\n + \n \n p5.generated_number * power(2, 5)\n + \n \n p6.generated_number * power(2, 6)\n + \n \n p7.generated_number * power(2, 7)\n + \n \n p8.generated_number * power(2, 8)\n + \n \n p9.generated_number * power(2, 9)\n + \n \n p10.generated_number * power(2, 10)\n + \n \n p11.generated_number * power(2, 11)\n \n \n + 1\n as generated_number\n\n from\n\n \n p as p0\n cross join \n \n p as p1\n cross join \n \n p as p2\n cross join \n \n p as p3\n cross join \n \n p as p4\n cross join \n \n p as p5\n cross join \n \n p as p6\n cross join \n \n p as p7\n cross join \n \n p as p8\n cross join \n \n p as p9\n cross join \n \n p as p10\n cross join \n \n p as p11\n \n \n\n )\n\n select *\n from unioned\n where generated_number <= 3820\n order by generated_number\n\n\n\n),\n\nall_periods as (\n\n select (\n \n\n cast('2016-01-01' as date) + ((interval '1 day') * (row_number() over (order by generated_number) - 1))\n\n\n ) as date_day\n from rawdata\n\n),\n\nfiltered as (\n\n select *\n from all_periods\n where date_day <= \n\n now() + ((interval '1 week') * (1))\n\n\n\n)\n\nselect * from filtered\n\n\n ) as date_spine\n),\n\nissue_history_scd as (\n \n select *\n from \"postgres\".\"public_jira_dev\".\"int_jira__field_history_scd\"\n),\n\nissue_dates as (\n\n select\n issue_history_scd.issue_id,\n issue_history_scd.source_relation,\n cast( date_trunc('day', issue.created_at) as date) as created_on,\n -- resolved_at will become null if an issue is marked as un-resolved. if this sorta thing happens often, you may want to run full-refreshes of the field_history models often\n -- if it's not resolved include everything up to today. if it is, look at the last time it was updated\n cast(date_trunc('day', case when issue.resolved_at is null then now() else cast(issue_history_scd.valid_starting_on as timestamp) end)\n as date) as open_until\n from issue_history_scd\n left join \"postgres\".\"public_jira_dev\".\"stg_jira__issue\" as issue\n on issue_history_scd.issue_id = issue.issue_id\n and issue_history_scd.source_relation = issue.source_relation\n),\n\nissue_spine as (\n\n select\n spine.date_day,\n issue_dates.issue_id,\n issue_dates.source_relation,\n -- will take the table-wide min of this in the incremental block at the top of this model\n min(issue_dates.open_until) as earliest_open_until_date\n\n from spine\n join issue_dates on\n issue_dates.created_on <= spine.date_day\n and \n\n issue_dates.open_until + ((interval '1 month') * (1))\n\n >= spine.date_day\n -- if we cut off issues, we're going to have to do a full refresh to catch issues that have been un-resolved\n group by 1,2,3\n),\n\nsurrogate_key as (\n\n select\n date_day,\n issue_id,\n source_relation,\n md5(cast(coalesce(cast(date_day as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(issue_id as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(source_relation as TEXT), '_dbt_utils_surrogate_key_null_') as TEXT)) as issue_day_id,\n earliest_open_until_date,\n cast(date_trunc('week', earliest_open_until_date) as date) as earliest_open_until_week\n\n from issue_spine\n\n where date_day <= cast( now() as date)\n)\n\nselect *\nfrom surrogate_key\n)"}], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "issue_day_id", "file_key_name": "models.int_jira__issue_calendar_spine", "attached_node": "model.jira.int_jira__issue_calendar_spine", "test_metadata": {"name": "unique", "kwargs": {"column_name": "issue_day_id", "model": "{{ get_where_subquery(ref('int_jira__issue_calendar_spine')) }}"}, "namespace": null}}, "test.jira.not_null_int_jira__issue_calendar_spine_issue_day_id.a9512b8e8a": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_int_jira__issue_calendar_spine_issue_day_id", "resource_type": "test", "package_name": "jira", "path": "not_null_int_jira__issue_calendar_spine_issue_day_id.sql", "original_file_path": "models/intermediate/int_jira.yml", "unique_id": "test.jira.not_null_int_jira__issue_calendar_spine_issue_day_id.a9512b8e8a", "fqn": ["jira", "intermediate", "not_null_int_jira__issue_calendar_spine_issue_day_id"], "alias": "not_null_int_jira__issue_calendar_spine_issue_day_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": 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": 1781051929.4419982, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "int_jira__issue_calendar_spine", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.int_jira__issue_calendar_spine"]}, "compiled_path": "target/compiled/jira/models/intermediate/int_jira.yml/not_null_int_jira__issue_calendar_spine_issue_day_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nwith __dbt__cte__int_jira__issue_calendar_spine as (\nwith spine as (\n\n -- depends_on: \"postgres\".\"public_jira_dev\".\"stg_jira__issue\"\n \n \n\n select\n cast(date_day as date) as date_day\n from (\n \n\n\n\n\n\nwith rawdata as (\n\n \n\n \n\n with p as (\n select 0 as generated_number union all select 1\n ), unioned as (\n\n select\n\n \n p0.generated_number * power(2, 0)\n + \n \n p1.generated_number * power(2, 1)\n + \n \n p2.generated_number * power(2, 2)\n + \n \n p3.generated_number * power(2, 3)\n + \n \n p4.generated_number * power(2, 4)\n + \n \n p5.generated_number * power(2, 5)\n + \n \n p6.generated_number * power(2, 6)\n + \n \n p7.generated_number * power(2, 7)\n + \n \n p8.generated_number * power(2, 8)\n + \n \n p9.generated_number * power(2, 9)\n + \n \n p10.generated_number * power(2, 10)\n + \n \n p11.generated_number * power(2, 11)\n \n \n + 1\n as generated_number\n\n from\n\n \n p as p0\n cross join \n \n p as p1\n cross join \n \n p as p2\n cross join \n \n p as p3\n cross join \n \n p as p4\n cross join \n \n p as p5\n cross join \n \n p as p6\n cross join \n \n p as p7\n cross join \n \n p as p8\n cross join \n \n p as p9\n cross join \n \n p as p10\n cross join \n \n p as p11\n \n \n\n )\n\n select *\n from unioned\n where generated_number <= 3820\n order by generated_number\n\n\n\n),\n\nall_periods as (\n\n select (\n \n\n cast('2016-01-01' as date) + ((interval '1 day') * (row_number() over (order by generated_number) - 1))\n\n\n ) as date_day\n from rawdata\n\n),\n\nfiltered as (\n\n select *\n from all_periods\n where date_day <= \n\n now() + ((interval '1 week') * (1))\n\n\n\n)\n\nselect * from filtered\n\n\n ) as date_spine\n),\n\nissue_history_scd as (\n \n select *\n from \"postgres\".\"public_jira_dev\".\"int_jira__field_history_scd\"\n),\n\nissue_dates as (\n\n select\n issue_history_scd.issue_id,\n issue_history_scd.source_relation,\n cast( date_trunc('day', issue.created_at) as date) as created_on,\n -- resolved_at will become null if an issue is marked as un-resolved. if this sorta thing happens often, you may want to run full-refreshes of the field_history models often\n -- if it's not resolved include everything up to today. if it is, look at the last time it was updated\n cast(date_trunc('day', case when issue.resolved_at is null then now() else cast(issue_history_scd.valid_starting_on as timestamp) end)\n as date) as open_until\n from issue_history_scd\n left join \"postgres\".\"public_jira_dev\".\"stg_jira__issue\" as issue\n on issue_history_scd.issue_id = issue.issue_id\n and issue_history_scd.source_relation = issue.source_relation\n),\n\nissue_spine as (\n\n select\n spine.date_day,\n issue_dates.issue_id,\n issue_dates.source_relation,\n -- will take the table-wide min of this in the incremental block at the top of this model\n min(issue_dates.open_until) as earliest_open_until_date\n\n from spine\n join issue_dates on\n issue_dates.created_on <= spine.date_day\n and \n\n issue_dates.open_until + ((interval '1 month') * (1))\n\n >= spine.date_day\n -- if we cut off issues, we're going to have to do a full refresh to catch issues that have been un-resolved\n group by 1,2,3\n),\n\nsurrogate_key as (\n\n select\n date_day,\n issue_id,\n source_relation,\n md5(cast(coalesce(cast(date_day as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(issue_id as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(source_relation as TEXT), '_dbt_utils_surrogate_key_null_') as TEXT)) as issue_day_id,\n earliest_open_until_date,\n cast(date_trunc('week', earliest_open_until_date) as date) as earliest_open_until_week\n\n from issue_spine\n\n where date_day <= cast( now() as date)\n)\n\nselect *\nfrom surrogate_key\n) select issue_day_id\nfrom __dbt__cte__int_jira__issue_calendar_spine\nwhere issue_day_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.jira.int_jira__issue_calendar_spine", "sql": " __dbt__cte__int_jira__issue_calendar_spine as (\nwith spine as (\n\n -- depends_on: \"postgres\".\"public_jira_dev\".\"stg_jira__issue\"\n \n \n\n select\n cast(date_day as date) as date_day\n from (\n \n\n\n\n\n\nwith rawdata as (\n\n \n\n \n\n with p as (\n select 0 as generated_number union all select 1\n ), unioned as (\n\n select\n\n \n p0.generated_number * power(2, 0)\n + \n \n p1.generated_number * power(2, 1)\n + \n \n p2.generated_number * power(2, 2)\n + \n \n p3.generated_number * power(2, 3)\n + \n \n p4.generated_number * power(2, 4)\n + \n \n p5.generated_number * power(2, 5)\n + \n \n p6.generated_number * power(2, 6)\n + \n \n p7.generated_number * power(2, 7)\n + \n \n p8.generated_number * power(2, 8)\n + \n \n p9.generated_number * power(2, 9)\n + \n \n p10.generated_number * power(2, 10)\n + \n \n p11.generated_number * power(2, 11)\n \n \n + 1\n as generated_number\n\n from\n\n \n p as p0\n cross join \n \n p as p1\n cross join \n \n p as p2\n cross join \n \n p as p3\n cross join \n \n p as p4\n cross join \n \n p as p5\n cross join \n \n p as p6\n cross join \n \n p as p7\n cross join \n \n p as p8\n cross join \n \n p as p9\n cross join \n \n p as p10\n cross join \n \n p as p11\n \n \n\n )\n\n select *\n from unioned\n where generated_number <= 3820\n order by generated_number\n\n\n\n),\n\nall_periods as (\n\n select (\n \n\n cast('2016-01-01' as date) + ((interval '1 day') * (row_number() over (order by generated_number) - 1))\n\n\n ) as date_day\n from rawdata\n\n),\n\nfiltered as (\n\n select *\n from all_periods\n where date_day <= \n\n now() + ((interval '1 week') * (1))\n\n\n\n)\n\nselect * from filtered\n\n\n ) as date_spine\n),\n\nissue_history_scd as (\n \n select *\n from \"postgres\".\"public_jira_dev\".\"int_jira__field_history_scd\"\n),\n\nissue_dates as (\n\n select\n issue_history_scd.issue_id,\n issue_history_scd.source_relation,\n cast( date_trunc('day', issue.created_at) as date) as created_on,\n -- resolved_at will become null if an issue is marked as un-resolved. if this sorta thing happens often, you may want to run full-refreshes of the field_history models often\n -- if it's not resolved include everything up to today. if it is, look at the last time it was updated\n cast(date_trunc('day', case when issue.resolved_at is null then now() else cast(issue_history_scd.valid_starting_on as timestamp) end)\n as date) as open_until\n from issue_history_scd\n left join \"postgres\".\"public_jira_dev\".\"stg_jira__issue\" as issue\n on issue_history_scd.issue_id = issue.issue_id\n and issue_history_scd.source_relation = issue.source_relation\n),\n\nissue_spine as (\n\n select\n spine.date_day,\n issue_dates.issue_id,\n issue_dates.source_relation,\n -- will take the table-wide min of this in the incremental block at the top of this model\n min(issue_dates.open_until) as earliest_open_until_date\n\n from spine\n join issue_dates on\n issue_dates.created_on <= spine.date_day\n and \n\n issue_dates.open_until + ((interval '1 month') * (1))\n\n >= spine.date_day\n -- if we cut off issues, we're going to have to do a full refresh to catch issues that have been un-resolved\n group by 1,2,3\n),\n\nsurrogate_key as (\n\n select\n date_day,\n issue_id,\n source_relation,\n md5(cast(coalesce(cast(date_day as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(issue_id as TEXT), '_dbt_utils_surrogate_key_null_') || '-' || coalesce(cast(source_relation as TEXT), '_dbt_utils_surrogate_key_null_') as TEXT)) as issue_day_id,\n earliest_open_until_date,\n cast(date_trunc('week', earliest_open_until_date) as date) as earliest_open_until_week\n\n from issue_spine\n\n where date_day <= cast( now() as date)\n)\n\nselect *\nfrom surrogate_key\n)"}], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "issue_day_id", "file_key_name": "models.int_jira__issue_calendar_spine", "attached_node": "model.jira.int_jira__issue_calendar_spine", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "issue_day_id", "model": "{{ get_where_subquery(ref('int_jira__issue_calendar_spine')) }}"}, "namespace": null}}, "test.jira.unique_int_jira__pivot_daily_field_history_issue_day_id.46c6f9a842": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "unique_int_jira__pivot_daily_field_history_issue_day_id", "resource_type": "test", "package_name": "jira", "path": "unique_int_jira__pivot_daily_field_history_issue_day_id.sql", "original_file_path": "models/intermediate/int_jira.yml", "unique_id": "test.jira.unique_int_jira__pivot_daily_field_history_issue_day_id.46c6f9a842", "fqn": ["jira", "intermediate", "unique_int_jira__pivot_daily_field_history_issue_day_id"], "alias": "unique_int_jira__pivot_daily_field_history_issue_day_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": 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": 1781051929.4438343, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "int_jira__pivot_daily_field_history", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.int_jira__pivot_daily_field_history"]}, "compiled_path": "target/compiled/jira/models/intermediate/int_jira.yml/unique_int_jira__pivot_daily_field_history_issue_day_id.sql", "compiled": true, "compiled_code": "\n \n \n\nselect\n issue_day_id as unique_field,\n count(*) as n_records\n\nfrom \"postgres\".\"public_jira_dev\".\"int_jira__pivot_daily_field_history\"\nwhere issue_day_id is not null\ngroup by issue_day_id\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "issue_day_id", "file_key_name": "models.int_jira__pivot_daily_field_history", "attached_node": "model.jira.int_jira__pivot_daily_field_history", "test_metadata": {"name": "unique", "kwargs": {"column_name": "issue_day_id", "model": "{{ get_where_subquery(ref('int_jira__pivot_daily_field_history')) }}"}, "namespace": null}}, "test.jira.not_null_int_jira__pivot_daily_field_history_issue_day_id.b697c971fd": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_int_jira__pivot_daily_field_history_issue_day_id", "resource_type": "test", "package_name": "jira", "path": "not_null_int_jira__pivot_daily_field_history_issue_day_id.sql", "original_file_path": "models/intermediate/int_jira.yml", "unique_id": "test.jira.not_null_int_jira__pivot_daily_field_history_issue_day_id.b697c971fd", "fqn": ["jira", "intermediate", "not_null_int_jira__pivot_daily_field_history_issue_day_id"], "alias": "not_null_int_jira__pivot_daily_field_history_issue_day_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": 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": 1781051929.4455771, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "int_jira__pivot_daily_field_history", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.int_jira__pivot_daily_field_history"]}, "compiled_path": "target/compiled/jira/models/intermediate/int_jira.yml/not_null_int_jira__pivot_daily_field_history_issue_day_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect issue_day_id\nfrom \"postgres\".\"public_jira_dev\".\"int_jira__pivot_daily_field_history\"\nwhere issue_day_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "issue_day_id", "file_key_name": "models.int_jira__pivot_daily_field_history", "attached_node": "model.jira.int_jira__pivot_daily_field_history", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "issue_day_id", "model": "{{ get_where_subquery(ref('int_jira__pivot_daily_field_history')) }}"}, "namespace": null}}, "test.jira.not_null_int_jira__issue_assign_resolution_issue_id.b3af89c733": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_int_jira__issue_assign_resolution_issue_id", "resource_type": "test", "package_name": "jira", "path": "not_null_int_jira__issue_assign_resolution_issue_id.sql", "original_file_path": "models/intermediate/int_jira.yml", "unique_id": "test.jira.not_null_int_jira__issue_assign_resolution_issue_id.b3af89c733", "fqn": ["jira", "intermediate", "not_null_int_jira__issue_assign_resolution_issue_id"], "alias": "not_null_int_jira__issue_assign_resolution_issue_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": 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": 1781051929.4473586, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "int_jira__issue_assign_resolution", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.int_jira__issue_assign_resolution"]}, "compiled_path": "target/compiled/jira/models/intermediate/int_jira.yml/not_null_int_jira__issue_assign_resolution_issue_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nwith __dbt__cte__int_jira__issue_field_history as (\nwith field_history as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__issue_field_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n field_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', field_history.updated_at) as date) as updated_at_week\n\n from field_history\n join fields\n on fields.field_id = field_history.field_id\n and fields.source_relation = field_history.source_relation\n\n)\n\nselect *\nfrom joined\n), __dbt__cte__int_jira__issue_assign_resolution as (\nwith issue_field_history as (\n \n select *\n from __dbt__cte__int_jira__issue_field_history\n),\n\nfiltered as (\n -- we're only looking at assignments and resolutions, which are single-field values\n select *\n from issue_field_history\n where (lower(field_id) = 'assignee'\n or lower(field_id) = 'resolutiondate')\n and field_value is not null -- remove initial null rows\n),\n\nissue_dates as (\n\n select\n issue_id,\n source_relation,\n min(case when field_id = 'assignee' then updated_at end) as first_assigned_at,\n max(case when field_id = 'assignee' then updated_at end) as last_assigned_at,\n min(case when field_id = 'resolutiondate' then updated_at end) as first_resolved_at -- in case it's been re-opened\n from filtered\n group by 1, 2\n)\n\nselect *\nfrom issue_dates\n) select issue_id\nfrom __dbt__cte__int_jira__issue_assign_resolution\nwhere issue_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.jira.int_jira__issue_field_history", "sql": " __dbt__cte__int_jira__issue_field_history as (\nwith field_history as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__issue_field_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n field_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', field_history.updated_at) as date) as updated_at_week\n\n from field_history\n join fields\n on fields.field_id = field_history.field_id\n and fields.source_relation = field_history.source_relation\n\n)\n\nselect *\nfrom joined\n)"}, {"id": "model.jira.int_jira__issue_assign_resolution", "sql": " __dbt__cte__int_jira__issue_assign_resolution as (\nwith issue_field_history as (\n \n select *\n from __dbt__cte__int_jira__issue_field_history\n),\n\nfiltered as (\n -- we're only looking at assignments and resolutions, which are single-field values\n select *\n from issue_field_history\n where (lower(field_id) = 'assignee'\n or lower(field_id) = 'resolutiondate')\n and field_value is not null -- remove initial null rows\n),\n\nissue_dates as (\n\n select\n issue_id,\n source_relation,\n min(case when field_id = 'assignee' then updated_at end) as first_assigned_at,\n max(case when field_id = 'assignee' then updated_at end) as last_assigned_at,\n min(case when field_id = 'resolutiondate' then updated_at end) as first_resolved_at -- in case it's been re-opened\n from filtered\n group by 1, 2\n)\n\nselect *\nfrom issue_dates\n)"}], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "issue_id", "file_key_name": "models.int_jira__issue_assign_resolution", "attached_node": "model.jira.int_jira__issue_assign_resolution", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "issue_id", "model": "{{ get_where_subquery(ref('int_jira__issue_assign_resolution')) }}"}, "namespace": null}}, "test.jira.unique_int_jira__field_history_scd_issue_day_id.21b932e949": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "unique_int_jira__field_history_scd_issue_day_id", "resource_type": "test", "package_name": "jira", "path": "unique_int_jira__field_history_scd_issue_day_id.sql", "original_file_path": "models/intermediate/int_jira.yml", "unique_id": "test.jira.unique_int_jira__field_history_scd_issue_day_id.21b932e949", "fqn": ["jira", "intermediate", "unique_int_jira__field_history_scd_issue_day_id"], "alias": "unique_int_jira__field_history_scd_issue_day_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": 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": 1781051929.4491093, "relation_name": null, "raw_code": "{{ test_unique(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "int_jira__field_history_scd", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_unique", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.int_jira__field_history_scd"]}, "compiled_path": "target/compiled/jira/models/intermediate/int_jira.yml/unique_int_jira__field_history_scd_issue_day_id.sql", "compiled": true, "compiled_code": "\n \n \n\nselect\n issue_day_id as unique_field,\n count(*) as n_records\n\nfrom \"postgres\".\"public_jira_dev\".\"int_jira__field_history_scd\"\nwhere issue_day_id is not null\ngroup by issue_day_id\nhaving count(*) > 1\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "issue_day_id", "file_key_name": "models.int_jira__field_history_scd", "attached_node": "model.jira.int_jira__field_history_scd", "test_metadata": {"name": "unique", "kwargs": {"column_name": "issue_day_id", "model": "{{ get_where_subquery(ref('int_jira__field_history_scd')) }}"}, "namespace": null}}, "test.jira.not_null_int_jira__field_history_scd_issue_day_id.327ac0856c": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_int_jira__field_history_scd_issue_day_id", "resource_type": "test", "package_name": "jira", "path": "not_null_int_jira__field_history_scd_issue_day_id.sql", "original_file_path": "models/intermediate/int_jira.yml", "unique_id": "test.jira.not_null_int_jira__field_history_scd_issue_day_id.327ac0856c", "fqn": ["jira", "intermediate", "not_null_int_jira__field_history_scd_issue_day_id"], "alias": "not_null_int_jira__field_history_scd_issue_day_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": 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": 1781051929.4508646, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "int_jira__field_history_scd", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.int_jira__field_history_scd"]}, "compiled_path": "target/compiled/jira/models/intermediate/int_jira.yml/not_null_int_jira__field_history_scd_issue_day_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect issue_day_id\nfrom \"postgres\".\"public_jira_dev\".\"int_jira__field_history_scd\"\nwhere issue_day_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "issue_day_id", "file_key_name": "models.int_jira__field_history_scd", "attached_node": "model.jira.int_jira__field_history_scd", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "issue_day_id", "model": "{{ get_where_subquery(ref('int_jira__field_history_scd')) }}"}, "namespace": null}}, "test.jira.not_null_int_jira__issue_versions_issue_id.54c4cd445e": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_int_jira__issue_versions_issue_id", "resource_type": "test", "package_name": "jira", "path": "not_null_int_jira__issue_versions_issue_id.sql", "original_file_path": "models/intermediate/int_jira.yml", "unique_id": "test.jira.not_null_int_jira__issue_versions_issue_id.54c4cd445e", "fqn": ["jira", "intermediate", "not_null_int_jira__issue_versions_issue_id"], "alias": "not_null_int_jira__issue_versions_issue_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": 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": 1781051929.4527297, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "int_jira__issue_versions", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.int_jira__issue_versions"]}, "compiled_path": "target/compiled/jira/models/intermediate/int_jira.yml/not_null_int_jira__issue_versions_issue_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nwith __dbt__cte__int_jira__issue_multiselect_history as (\nwith issue_multiselect_history as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__issue_multiselect_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n issue_multiselect_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', issue_multiselect_history.updated_at) as date) as updated_at_week\n\n from issue_multiselect_history\n join fields\n on fields.field_id = issue_multiselect_history.field_id\n and fields.source_relation = issue_multiselect_history.source_relation\n\n)\n\nselect *\nfrom joined\n), __dbt__cte__int_jira__issue_versions as (\n\n\nwith version as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__version\"\n),\n\nversion_history as (\n\n select *\n from __dbt__cte__int_jira__issue_multiselect_history\n where field_id = 'versions'\n or field_id = 'fixVersions'\n),\n\norder_versions as (\n\n select\n *,\n -- using rank so batches stick together\n rank() over (\n partition by field_id, issue_id \n order by updated_at desc\n ) as row_num\n from version_history\n),\n\nlatest_versions as (\n\n select\n field_id,\n issue_id,\n source_relation,\n updated_at,\n cast(field_value as integer) as version_id\n from order_versions\n where row_num = 1\n),\n\nversion_info as (\n\n select\n latest_versions.field_id,\n latest_versions.issue_id,\n latest_versions.source_relation,\n \n string_agg(version.version_name, ', ')\n\n as versions\n\n from latest_versions\n join version on latest_versions.version_id = version.version_id\n and latest_versions.source_relation = version.source_relation\n\n group by 1,2,3\n),\n\nsplit_versions as (\n\n select\n issue_id,\n source_relation,\n case when field_id = 'versions' then versions else null end as affects_versions,\n case when field_id = 'fixVersions' then versions else null end as fixes_versions\n from version_info\n),\n\nfinal as (\n\n select\n issue_id,\n source_relation,\n max(affects_versions) as affects_versions,\n max(fixes_versions) as fixes_versions\n from split_versions\n group by 1, 2\n)\n\nselect *\nfrom final\n) select issue_id\nfrom __dbt__cte__int_jira__issue_versions\nwhere issue_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [{"id": "model.jira.int_jira__issue_multiselect_history", "sql": " __dbt__cte__int_jira__issue_multiselect_history as (\nwith issue_multiselect_history as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__issue_multiselect_history\"\n \n), \n\nfields as (\n \n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__field\"\n\n), \n\njoined as (\n\n select\n issue_multiselect_history.*,\n lower(fields.field_name) as field_name,\n cast(date_trunc('week', issue_multiselect_history.updated_at) as date) as updated_at_week\n\n from issue_multiselect_history\n join fields\n on fields.field_id = issue_multiselect_history.field_id\n and fields.source_relation = issue_multiselect_history.source_relation\n\n)\n\nselect *\nfrom joined\n)"}, {"id": "model.jira.int_jira__issue_versions", "sql": " __dbt__cte__int_jira__issue_versions as (\n\n\nwith version as (\n\n select *\n from \"postgres\".\"public_jira_dev\".\"stg_jira__version\"\n),\n\nversion_history as (\n\n select *\n from __dbt__cte__int_jira__issue_multiselect_history\n where field_id = 'versions'\n or field_id = 'fixVersions'\n),\n\norder_versions as (\n\n select\n *,\n -- using rank so batches stick together\n rank() over (\n partition by field_id, issue_id \n order by updated_at desc\n ) as row_num\n from version_history\n),\n\nlatest_versions as (\n\n select\n field_id,\n issue_id,\n source_relation,\n updated_at,\n cast(field_value as integer) as version_id\n from order_versions\n where row_num = 1\n),\n\nversion_info as (\n\n select\n latest_versions.field_id,\n latest_versions.issue_id,\n latest_versions.source_relation,\n \n string_agg(version.version_name, ', ')\n\n as versions\n\n from latest_versions\n join version on latest_versions.version_id = version.version_id\n and latest_versions.source_relation = version.source_relation\n\n group by 1,2,3\n),\n\nsplit_versions as (\n\n select\n issue_id,\n source_relation,\n case when field_id = 'versions' then versions else null end as affects_versions,\n case when field_id = 'fixVersions' then versions else null end as fixes_versions\n from version_info\n),\n\nfinal as (\n\n select\n issue_id,\n source_relation,\n max(affects_versions) as affects_versions,\n max(fixes_versions) as fixes_versions\n from split_versions\n group by 1, 2\n)\n\nselect *\nfrom final\n)"}], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "issue_id", "file_key_name": "models.int_jira__issue_versions", "attached_node": "model.jira.int_jira__issue_versions", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "issue_id", "model": "{{ get_where_subquery(ref('int_jira__issue_versions')) }}"}, "namespace": null}}, "test.jira.not_null_stg_jira__comment_comment_id.5dec28a22a": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_jira__comment_comment_id", "resource_type": "test", "package_name": "jira", "path": "not_null_stg_jira__comment_comment_id.sql", "original_file_path": "models/staging/stg_jira.yml", "unique_id": "test.jira.not_null_stg_jira__comment_comment_id.5dec28a22a", "fqn": ["jira", "staging", "not_null_stg_jira__comment_comment_id"], "alias": "not_null_stg_jira__comment_comment_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": 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": 1781051929.5758176, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__comment", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.stg_jira__comment"]}, "compiled_path": "target/compiled/jira/models/staging/stg_jira.yml/not_null_stg_jira__comment_comment_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect comment_id\nfrom \"postgres\".\"public_jira_dev\".\"stg_jira__comment\"\nwhere comment_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "comment_id", "file_key_name": "models.stg_jira__comment", "attached_node": "model.jira.stg_jira__comment", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "comment_id", "model": "{{ get_where_subquery(ref('stg_jira__comment')) }}"}, "namespace": null}}, "test.jira.not_null_stg_jira__component_component_id.2f017ad5ad": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_jira__component_component_id", "resource_type": "test", "package_name": "jira", "path": "not_null_stg_jira__component_component_id.sql", "original_file_path": "models/staging/stg_jira.yml", "unique_id": "test.jira.not_null_stg_jira__component_component_id.2f017ad5ad", "fqn": ["jira", "staging", "not_null_stg_jira__component_component_id"], "alias": "not_null_stg_jira__component_component_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": 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": 1781051929.5777998, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__component", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.stg_jira__component"]}, "compiled_path": "target/compiled/jira/models/staging/stg_jira.yml/not_null_stg_jira__component_component_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect component_id\nfrom \"postgres\".\"public_jira_dev\".\"stg_jira__component\"\nwhere component_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "component_id", "file_key_name": "models.stg_jira__component", "attached_node": "model.jira.stg_jira__component", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "component_id", "model": "{{ get_where_subquery(ref('stg_jira__component')) }}"}, "namespace": null}}, "test.jira.not_null_stg_jira__field_field_id.34424f1c2b": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_jira__field_field_id", "resource_type": "test", "package_name": "jira", "path": "not_null_stg_jira__field_field_id.sql", "original_file_path": "models/staging/stg_jira.yml", "unique_id": "test.jira.not_null_stg_jira__field_field_id.34424f1c2b", "fqn": ["jira", "staging", "not_null_stg_jira__field_field_id"], "alias": "not_null_stg_jira__field_field_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": 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": 1781051929.5796235, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__field", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.stg_jira__field"]}, "compiled_path": "target/compiled/jira/models/staging/stg_jira.yml/not_null_stg_jira__field_field_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect field_id\nfrom \"postgres\".\"public_jira_dev\".\"stg_jira__field\"\nwhere field_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "field_id", "file_key_name": "models.stg_jira__field", "attached_node": "model.jira.stg_jira__field", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "field_id", "model": "{{ get_where_subquery(ref('stg_jira__field')) }}"}, "namespace": null}}, "test.jira.not_null_stg_jira__field_option_field_id.1b1f37b358": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_jira__field_option_field_id", "resource_type": "test", "package_name": "jira", "path": "not_null_stg_jira__field_option_field_id.sql", "original_file_path": "models/staging/stg_jira.yml", "unique_id": "test.jira.not_null_stg_jira__field_option_field_id.1b1f37b358", "fqn": ["jira", "staging", "not_null_stg_jira__field_option_field_id"], "alias": "not_null_stg_jira__field_option_field_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": 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": 1781051929.5821753, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__field_option", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.stg_jira__field_option"]}, "compiled_path": "target/compiled/jira/models/staging/stg_jira.yml/not_null_stg_jira__field_option_field_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect field_id\nfrom \"postgres\".\"public_jira_dev\".\"stg_jira__field_option\"\nwhere field_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "field_id", "file_key_name": "models.stg_jira__field_option", "attached_node": "model.jira.stg_jira__field_option", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "field_id", "model": "{{ get_where_subquery(ref('stg_jira__field_option')) }}"}, "namespace": null}}, "test.jira.not_null_stg_jira__issue_issue_id.13a4fbe132": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_jira__issue_issue_id", "resource_type": "test", "package_name": "jira", "path": "not_null_stg_jira__issue_issue_id.sql", "original_file_path": "models/staging/stg_jira.yml", "unique_id": "test.jira.not_null_stg_jira__issue_issue_id.13a4fbe132", "fqn": ["jira", "staging", "not_null_stg_jira__issue_issue_id"], "alias": "not_null_stg_jira__issue_issue_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": 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": 1781051929.5839427, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__issue", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.stg_jira__issue"]}, "compiled_path": "target/compiled/jira/models/staging/stg_jira.yml/not_null_stg_jira__issue_issue_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect issue_id\nfrom \"postgres\".\"public_jira_dev\".\"stg_jira__issue\"\nwhere issue_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "issue_id", "file_key_name": "models.stg_jira__issue", "attached_node": "model.jira.stg_jira__issue", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "issue_id", "model": "{{ get_where_subquery(ref('stg_jira__issue')) }}"}, "namespace": null}}, "test.jira.not_null_stg_jira__issue_type_issue_type_id.57419fc343": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_jira__issue_type_issue_type_id", "resource_type": "test", "package_name": "jira", "path": "not_null_stg_jira__issue_type_issue_type_id.sql", "original_file_path": "models/staging/stg_jira.yml", "unique_id": "test.jira.not_null_stg_jira__issue_type_issue_type_id.57419fc343", "fqn": ["jira", "staging", "not_null_stg_jira__issue_type_issue_type_id"], "alias": "not_null_stg_jira__issue_type_issue_type_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": 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": 1781051929.585716, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__issue_type", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.stg_jira__issue_type"]}, "compiled_path": "target/compiled/jira/models/staging/stg_jira.yml/not_null_stg_jira__issue_type_issue_type_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect issue_type_id\nfrom \"postgres\".\"public_jira_dev\".\"stg_jira__issue_type\"\nwhere issue_type_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "issue_type_id", "file_key_name": "models.stg_jira__issue_type", "attached_node": "model.jira.stg_jira__issue_type", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "issue_type_id", "model": "{{ get_where_subquery(ref('stg_jira__issue_type')) }}"}, "namespace": null}}, "test.jira.not_null_stg_jira__priority_priority_id.ec0c873363": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_jira__priority_priority_id", "resource_type": "test", "package_name": "jira", "path": "not_null_stg_jira__priority_priority_id.sql", "original_file_path": "models/staging/stg_jira.yml", "unique_id": "test.jira.not_null_stg_jira__priority_priority_id.ec0c873363", "fqn": ["jira", "staging", "not_null_stg_jira__priority_priority_id"], "alias": "not_null_stg_jira__priority_priority_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": 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": 1781051929.5874755, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__priority", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.stg_jira__priority"]}, "compiled_path": "target/compiled/jira/models/staging/stg_jira.yml/not_null_stg_jira__priority_priority_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect priority_id\nfrom \"postgres\".\"public_jira_dev\".\"stg_jira__priority\"\nwhere priority_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "priority_id", "file_key_name": "models.stg_jira__priority", "attached_node": "model.jira.stg_jira__priority", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "priority_id", "model": "{{ get_where_subquery(ref('stg_jira__priority')) }}"}, "namespace": null}}, "test.jira.not_null_stg_jira__project_project_id.996fe19522": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_jira__project_project_id", "resource_type": "test", "package_name": "jira", "path": "not_null_stg_jira__project_project_id.sql", "original_file_path": "models/staging/stg_jira.yml", "unique_id": "test.jira.not_null_stg_jira__project_project_id.996fe19522", "fqn": ["jira", "staging", "not_null_stg_jira__project_project_id"], "alias": "not_null_stg_jira__project_project_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": 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": 1781051929.589343, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__project", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.stg_jira__project"]}, "compiled_path": "target/compiled/jira/models/staging/stg_jira.yml/not_null_stg_jira__project_project_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect project_id\nfrom \"postgres\".\"public_jira_dev\".\"stg_jira__project\"\nwhere project_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "project_id", "file_key_name": "models.stg_jira__project", "attached_node": "model.jira.stg_jira__project", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "project_id", "model": "{{ get_where_subquery(ref('stg_jira__project')) }}"}, "namespace": null}}, "test.jira.not_null_stg_jira__resolution_resolution_id.1c04bac8a4": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_jira__resolution_resolution_id", "resource_type": "test", "package_name": "jira", "path": "not_null_stg_jira__resolution_resolution_id.sql", "original_file_path": "models/staging/stg_jira.yml", "unique_id": "test.jira.not_null_stg_jira__resolution_resolution_id.1c04bac8a4", "fqn": ["jira", "staging", "not_null_stg_jira__resolution_resolution_id"], "alias": "not_null_stg_jira__resolution_resolution_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": 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": 1781051929.5911367, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__resolution", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.stg_jira__resolution"]}, "compiled_path": "target/compiled/jira/models/staging/stg_jira.yml/not_null_stg_jira__resolution_resolution_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect resolution_id\nfrom \"postgres\".\"public_jira_dev\".\"stg_jira__resolution\"\nwhere resolution_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "resolution_id", "file_key_name": "models.stg_jira__resolution", "attached_node": "model.jira.stg_jira__resolution", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "resolution_id", "model": "{{ get_where_subquery(ref('stg_jira__resolution')) }}"}, "namespace": null}}, "test.jira.not_null_stg_jira__sprint_sprint_id.899b4b77d7": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_jira__sprint_sprint_id", "resource_type": "test", "package_name": "jira", "path": "not_null_stg_jira__sprint_sprint_id.sql", "original_file_path": "models/staging/stg_jira.yml", "unique_id": "test.jira.not_null_stg_jira__sprint_sprint_id.899b4b77d7", "fqn": ["jira", "staging", "not_null_stg_jira__sprint_sprint_id"], "alias": "not_null_stg_jira__sprint_sprint_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": 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": 1781051929.593003, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__sprint", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.stg_jira__sprint"]}, "compiled_path": "target/compiled/jira/models/staging/stg_jira.yml/not_null_stg_jira__sprint_sprint_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect sprint_id\nfrom \"postgres\".\"public_jira_dev\".\"stg_jira__sprint\"\nwhere sprint_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "sprint_id", "file_key_name": "models.stg_jira__sprint", "attached_node": "model.jira.stg_jira__sprint", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "sprint_id", "model": "{{ get_where_subquery(ref('stg_jira__sprint')) }}"}, "namespace": null}}, "test.jira.not_null_stg_jira__status_status_id.b32a8a0d84": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_jira__status_status_id", "resource_type": "test", "package_name": "jira", "path": "not_null_stg_jira__status_status_id.sql", "original_file_path": "models/staging/stg_jira.yml", "unique_id": "test.jira.not_null_stg_jira__status_status_id.b32a8a0d84", "fqn": ["jira", "staging", "not_null_stg_jira__status_status_id"], "alias": "not_null_stg_jira__status_status_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": 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": 1781051929.5947967, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__status", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.stg_jira__status"]}, "compiled_path": "target/compiled/jira/models/staging/stg_jira.yml/not_null_stg_jira__status_status_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect status_id\nfrom \"postgres\".\"public_jira_dev\".\"stg_jira__status\"\nwhere status_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "status_id", "file_key_name": "models.stg_jira__status", "attached_node": "model.jira.stg_jira__status", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "status_id", "model": "{{ get_where_subquery(ref('stg_jira__status')) }}"}, "namespace": null}}, "test.jira.not_null_stg_jira__status_category_status_category_id.7a89cdfcf0": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_jira__status_category_status_category_id", "resource_type": "test", "package_name": "jira", "path": "not_null_stg_jira__status_category_status_category_id.sql", "original_file_path": "models/staging/stg_jira.yml", "unique_id": "test.jira.not_null_stg_jira__status_category_status_category_id.7a89cdfcf0", "fqn": ["jira", "staging", "not_null_stg_jira__status_category_status_category_id"], "alias": "not_null_stg_jira__status_category_status_category_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": 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": 1781051929.5965433, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__status_category", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.stg_jira__status_category"]}, "compiled_path": "target/compiled/jira/models/staging/stg_jira.yml/not_null_stg_jira__status_category_status_category_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect status_category_id\nfrom \"postgres\".\"public_jira_dev\".\"stg_jira__status_category\"\nwhere status_category_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "status_category_id", "file_key_name": "models.stg_jira__status_category", "attached_node": "model.jira.stg_jira__status_category", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "status_category_id", "model": "{{ get_where_subquery(ref('stg_jira__status_category')) }}"}, "namespace": null}}, "test.jira.not_null_stg_jira__team_team_id.d170805817": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_jira__team_team_id", "resource_type": "test", "package_name": "jira", "path": "not_null_stg_jira__team_team_id.sql", "original_file_path": "models/staging/stg_jira.yml", "unique_id": "test.jira.not_null_stg_jira__team_team_id.d170805817", "fqn": ["jira", "staging", "not_null_stg_jira__team_team_id"], "alias": "not_null_stg_jira__team_team_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": 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": 1781051929.598417, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__team", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.stg_jira__team"]}, "compiled_path": "target/compiled/jira/models/staging/stg_jira.yml/not_null_stg_jira__team_team_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect team_id\nfrom \"postgres\".\"public_jira_dev\".\"stg_jira__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_jira__team", "attached_node": "model.jira.stg_jira__team", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "team_id", "model": "{{ get_where_subquery(ref('stg_jira__team')) }}"}, "namespace": null}}, "test.jira.not_null_stg_jira__user_user_id.b2153f97d2": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_jira__user_user_id", "resource_type": "test", "package_name": "jira", "path": "not_null_stg_jira__user_user_id.sql", "original_file_path": "models/staging/stg_jira.yml", "unique_id": "test.jira.not_null_stg_jira__user_user_id.b2153f97d2", "fqn": ["jira", "staging", "not_null_stg_jira__user_user_id"], "alias": "not_null_stg_jira__user_user_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": 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": 1781051929.600187, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__user", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.stg_jira__user"]}, "compiled_path": "target/compiled/jira/models/staging/stg_jira.yml/not_null_stg_jira__user_user_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect user_id\nfrom \"postgres\".\"public_jira_dev\".\"stg_jira__user\"\nwhere user_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "user_id", "file_key_name": "models.stg_jira__user", "attached_node": "model.jira.stg_jira__user", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "user_id", "model": "{{ get_where_subquery(ref('stg_jira__user')) }}"}, "namespace": null}}, "test.jira.not_null_stg_jira__version_version_id.03877ce324": {"database": "postgres", "schema": "public_dbt_test__audit", "name": "not_null_stg_jira__version_version_id", "resource_type": "test", "package_name": "jira", "path": "not_null_stg_jira__version_version_id.sql", "original_file_path": "models/staging/stg_jira.yml", "unique_id": "test.jira.not_null_stg_jira__version_version_id.03877ce324", "fqn": ["jira", "staging", "not_null_stg_jira__version_version_id"], "alias": "not_null_stg_jira__version_version_id", "checksum": {"name": "none", "checksum": ""}, "config": {"enabled": true, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": [], "meta": {}, "group": null, "static_analysis": 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": 1781051929.6019385, "relation_name": null, "raw_code": "{{ test_not_null(**_dbt_generic_test_kwargs) }}", "doc_blocks": [], "language": "sql", "refs": [{"name": "stg_jira__version", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.test_not_null", "macro.dbt.get_where_subquery"], "nodes": ["model.jira.stg_jira__version"]}, "compiled_path": "target/compiled/jira/models/staging/stg_jira.yml/not_null_stg_jira__version_version_id.sql", "compiled": true, "compiled_code": "\n \n \n\n\n\nselect version_id\nfrom \"postgres\".\"public_jira_dev\".\"stg_jira__version\"\nwhere version_id is null\n\n\n", "extra_ctes_injected": true, "extra_ctes": [], "contract": {"enforced": false, "alias_types": true, "checksum": null}, "column_name": "version_id", "file_key_name": "models.stg_jira__version", "attached_node": "model.jira.stg_jira__version", "test_metadata": {"name": "not_null", "kwargs": {"column_name": "version_id", "model": "{{ get_where_subquery(ref('stg_jira__version')) }}"}, "namespace": null}}}, "sources": {"source.jira.jira.comment": {"database": "postgres", "schema": "public", "name": "comment", "resource_type": "source", "package_name": "jira", "path": "models/staging/src_jira.yml", "original_file_path": "models/staging/src_jira.yml", "unique_id": "source.jira.jira.comment", "fqn": ["jira", "staging", "jira", "comment"], "source_name": "jira", "source_description": "", "loader": "fivetran", "identifier": "comment", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "external": null, "description": "Table of comments made on issues.", "columns": {"id": {"name": "id", "description": "Unique ID of the comment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "author_id": {"name": "author_id", "description": "Foreign key referencing the `user` id of the comment's author.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "body": {"name": "body", "description": "Content of the comment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "created": {"name": "created", "description": "Timestamp of when the comment was created.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_public": {"name": "is_public", "description": "Boolean that is true if the comment is visible to all users.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_id": {"name": "issue_id", "description": "Foreign key referencing the id of the `issue` that was commented on.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "update_author_id": {"name": "update_author_id", "description": "Foreign key referencing the id of the `user` who last updated this comment.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "updated": {"name": "updated", "description": "Timestamp of when the comment was last updated.", "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": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "meta": {}, "tags": [], "static_analysis": null}, "patch_path": null, "unrendered_config": {"enabled": true, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "loaded_at_query": null, "meta": {}, "tags": []}, "relation_name": "\"postgres\".\"public\".\"comment\"", "created_at": 1781051929.6238792, "unrendered_database": "{% if target.type != 'spark'%}{{ var('jira_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var ('jira_schema', 'jira') }}", "doc_blocks": []}, "source.jira.jira.component": {"database": "postgres", "schema": "public", "name": "component", "resource_type": "source", "package_name": "jira", "path": "models/staging/src_jira.yml", "original_file_path": "models/staging/src_jira.yml", "unique_id": "source.jira.jira.component", "fqn": ["jira", "staging", "jira", "component"], "source_name": "jira", "source_description": "", "loader": "fivetran", "identifier": "component", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "external": null, "description": "Table of project components (subsections to group issues).\n", "columns": {"id": {"name": "id", "description": "ID of the component.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "description": {"name": "description", "description": "Description given to the component.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "name": {"name": "name", "description": "UI-facing name of the component.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "project_id": {"name": "project_id", "description": "Foreign key referencing the id of the component's `project`.", "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": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "meta": {}, "tags": [], "static_analysis": null}, "patch_path": null, "unrendered_config": {"enabled": true, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "loaded_at_query": null, "meta": {}, "tags": []}, "relation_name": "\"postgres\".\"public\".\"component\"", "created_at": 1781051929.6254544, "unrendered_database": "{% if target.type != 'spark'%}{{ var('jira_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var ('jira_schema', 'jira') }}", "doc_blocks": []}, "source.jira.jira.field": {"database": "postgres", "schema": "public", "name": "field", "resource_type": "source", "package_name": "jira", "path": "models/staging/src_jira.yml", "original_file_path": "models/staging/src_jira.yml", "unique_id": "source.jira.jira.field", "fqn": ["jira", "staging", "jira", "field"], "source_name": "jira", "source_description": "", "loader": "fivetran", "identifier": "field", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "external": null, "description": "Table of all issue fields.", "columns": {"id": {"name": "id", "description": "Unique ID of the field. Default fields will have descriptive IDs, whereas custom field IDs will be `'customfield_#####'`.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_array": {"name": "is_array", "description": "Boolean that is true if a field can have multiple values (is multiselect).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_custom": {"name": "is_custom", "description": "Boolean that is true if the field is custom to this organization, and false if it is default to Jira.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "name": {"name": "name", "description": "Name of the field as it appears on issue cards.", "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": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "meta": {}, "tags": [], "static_analysis": null}, "patch_path": null, "unrendered_config": {"enabled": true, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "loaded_at_query": null, "meta": {}, "tags": []}, "relation_name": "\"postgres\".\"public\".\"field\"", "created_at": 1781051929.6259367, "unrendered_database": "{% if target.type != 'spark'%}{{ var('jira_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var ('jira_schema', 'jira') }}", "doc_blocks": []}, "source.jira.jira.field_option": {"database": "postgres", "schema": "public", "name": "field_option", "resource_type": "source", "package_name": "jira", "path": "models/staging/src_jira.yml", "original_file_path": "models/staging/src_jira.yml", "unique_id": "source.jira.jira.field_option", "fqn": ["jira", "staging", "jira", "field_option"], "source_name": "jira", "source_description": "", "loader": "fivetran", "identifier": "field_option", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "external": null, "description": "Table of all options related to custom fields.", "columns": {"id": {"name": "id", "description": "The ID of the custom field.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "parent_id": {"name": "parent_id", "description": "The ID of the parent custom field.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "name": {"name": "name", "description": "Name of the field option.", "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": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "meta": {}, "tags": [], "static_analysis": null}, "patch_path": null, "unrendered_config": {"enabled": true, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "loaded_at_query": null, "meta": {}, "tags": []}, "relation_name": "\"postgres\".\"public\".\"field_option\"", "created_at": 1781051929.626373, "unrendered_database": "{% if target.type != 'spark'%}{{ var('jira_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var ('jira_schema', 'jira') }}", "doc_blocks": []}, "source.jira.jira.issue": {"database": "postgres", "schema": "public", "name": "issue", "resource_type": "source", "package_name": "jira", "path": "models/staging/src_jira.yml", "original_file_path": "models/staging/src_jira.yml", "unique_id": "source.jira.jira.issue", "fqn": ["jira", "staging", "jira", "issue"], "source_name": "jira", "source_description": "", "loader": "fivetran", "identifier": "issue", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "external": null, "description": "Table of all issues in your organization's Jira (captures soft deletes).", "columns": {"id": {"name": "id", "description": "Unique ID of the issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "_fivetran_deleted": {"name": "_fivetran_deleted", "description": "Boolean that is true if the row has been soft-deleted from the source.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "assignee": {"name": "assignee", "description": "Foreign key referencing the ID of the `user` currently assigned to this task.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "created": {"name": "created", "description": "Timestamp of when the issue was created (in UTC).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "creator": {"name": "creator", "description": "Foreign key referencing the `user` who first created the issue. Cannot be changed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "description": {"name": "description", "description": "The issue description, if given.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "due_date": {"name": "due_date", "description": "Calendar day on which the issue is due, if a due date is provided.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "environment": {"name": "environment", "description": "Text field describing the environment in which the issue occurred (ie \"IE9 on Windows 7\").", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_type": {"name": "issue_type", "description": "Foreign key referencing the ID of the `issue_type`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "work_type": {"name": "work_type", "description": "Issue type ID for connectors that no longer sync the `issue_type` column.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "key": {"name": "key", "description": "UI-facing id of the issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "last_viewed": {"name": "last_viewed", "description": "Timestamp of when the user who set up the connector last viewed the issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "original_estimate": {"name": "original_estimate", "description": "The original estimate of how long working on this issue would take, in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "parent_id": {"name": "parent_id", "description": "Self-referencing ID of the parent `issue`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "priority": {"name": "priority", "description": "Foreign key referencing the ID of the issue's current `priority`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "project": {"name": "project", "description": "Foreign key referencing the ID of the `project` that the issue belongs to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "remaining_estimate": {"name": "remaining_estimate", "description": "The estimate of how much longer working on this issue will take, in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "reporter": {"name": "reporter", "description": "Foreign key referencing the ID of the `user` who reported the issue. This differs from the `creator` column in that the reporter can be changed in-app.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "resolution": {"name": "resolution", "description": "Foreign key referencing the ID of the issue's type of `resolution`.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "resolved": {"name": "resolved", "description": "Timestamp of when the issue was resolved (ie completed, marked as duplicate). If an issue is marked as un-resolved, this is null.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "status": {"name": "status", "description": "Foreign key referencing the ID of the issue's `status` (the step that the issue is currently at in the project's workflow).\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "status_category_changed": {"name": "status_category_changed", "description": "Timestamp of when the status was last changed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "summary": {"name": "summary", "description": "Title of the issue.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "time_spent": {"name": "time_spent", "description": "The time that was spent working on this issue, in seconds.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "updated": {"name": "updated", "description": "Timestamp of when the issue was last updated in some way.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "work_ratio": {"name": "work_ratio", "description": "The percentage of work that has been logged against the issue (time_spent) vs the original estimate of worktime. Equals -1.0 when the fields required for calculation are not provided.\n", "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": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "meta": {}, "tags": [], "static_analysis": null}, "patch_path": null, "unrendered_config": {"enabled": true, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "loaded_at_query": null, "meta": {}, "tags": []}, "relation_name": "\"postgres\".\"public\".\"issue\"", "created_at": 1781051929.6270177, "unrendered_database": "{% if target.type != 'spark'%}{{ var('jira_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var ('jira_schema', 'jira') }}", "doc_blocks": []}, "source.jira.jira.issue_field_history": {"database": "postgres", "schema": "public", "name": "issue_field_history", "resource_type": "source", "package_name": "jira", "path": "models/staging/src_jira.yml", "original_file_path": "models/staging/src_jira.yml", "unique_id": "source.jira.jira.issue_field_history", "fqn": ["jira", "staging", "jira", "issue_field_history"], "source_name": "jira", "source_description": "", "loader": "fivetran", "identifier": "issue_field_history", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "external": null, "description": "Table of every value that each **custom non-array** (not multiselect) field has been set to.", "columns": {"field_id": {"name": "field_id", "description": "Foreign key referencing the ID of the `field` that was changed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_id": {"name": "issue_id", "description": "Foreign key referencing the ID of the `issue` whose field was updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "time": {"name": "time", "description": "Timestamp of when the issue field was set to this value.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "value": {"name": "value", "description": "Content of the value of that the field was set to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "author_id": {"name": "author_id", "description": "Foreign key referencing the ID of the `user` who made this field change.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_active": {"name": "is_active", "description": "Boolean showing whether this issue field is currently active.", "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": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "meta": {}, "tags": [], "static_analysis": null}, "patch_path": null, "unrendered_config": {"enabled": true, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "loaded_at_query": null, "meta": {}, "tags": []}, "relation_name": "\"postgres\".\"public\".\"issue_field_history\"", "created_at": 1781051929.6274703, "unrendered_database": "{% if target.type != 'spark'%}{{ var('jira_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var ('jira_schema', 'jira') }}", "doc_blocks": []}, "source.jira.jira.issue_link": {"database": "postgres", "schema": "public", "name": "issue_link", "resource_type": "source", "package_name": "jira", "path": "models/staging/src_jira.yml", "original_file_path": "models/staging/src_jira.yml", "unique_id": "source.jira.jira.issue_link", "fqn": ["jira", "staging", "jira", "issue_link"], "source_name": "jira", "source_description": "", "loader": "fivetran", "identifier": "issue_link", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "external": null, "description": "Table of relationships (links) created between issues. Issue links can include blockers, clones/duplicates, and general relationships.\n", "columns": {"issue_id": {"name": "issue_id", "description": "Foreign key referencing the ID of the `issue` that is the subject of this relationship (the linker).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "related_issue_id": {"name": "related_issue_id", "description": "Foreign key referencing the ID of the `issue` that is the object of this relationship (the linkee).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "relationship": {"name": "relationship", "description": "The nature of the link between the two issues (\"blocks\", \"is duplicated by\", \"relates to\", etc.)", "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": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "meta": {}, "tags": [], "static_analysis": null}, "patch_path": null, "unrendered_config": {"enabled": true, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "loaded_at_query": null, "meta": {}, "tags": []}, "relation_name": "\"postgres\".\"public\".\"issue_link\"", "created_at": 1781051929.6279087, "unrendered_database": "{% if target.type != 'spark'%}{{ var('jira_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var ('jira_schema', 'jira') }}", "doc_blocks": []}, "source.jira.jira.issue_multiselect_history": {"database": "postgres", "schema": "public", "name": "issue_multiselect_history", "resource_type": "source", "package_name": "jira", "path": "models/staging/src_jira.yml", "original_file_path": "models/staging/src_jira.yml", "unique_id": "source.jira.jira.issue_multiselect_history", "fqn": ["jira", "staging", "jira", "issue_multiselect_history"], "source_name": "jira", "source_description": "", "loader": "fivetran", "identifier": "issue_multiselect_history", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "external": null, "description": "Table of every value that each array-type (multiselect) field has been set to. Each row will pertain to **one** value.\n", "columns": {"_fivetran_id": {"name": "_fivetran_id", "description": "Fivetran-generated ID hashed on field, issue, and value.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "time": {"name": "time", "description": "Timestamp of when the issue field was updated to included this value.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "field_id": {"name": "field_id", "description": "Foreign key referencing the ID of the `field` that was changed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "issue_id": {"name": "issue_id", "description": "Foreign key referencing the ID of the `issue` whose field was updated.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "value": {"name": "value", "description": "Content of the value of that the field was set to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "author_id": {"name": "author_id", "description": "Foreign key referencing the ID of the `user` who made this field change.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_active": {"name": "is_active", "description": "Boolean showing whether this issue field is currently active.", "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": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "meta": {}, "tags": [], "static_analysis": null}, "patch_path": null, "unrendered_config": {"enabled": true, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "loaded_at_query": null, "meta": {}, "tags": []}, "relation_name": "\"postgres\".\"public\".\"issue_multiselect_history\"", "created_at": 1781051929.6283321, "unrendered_database": "{% if target.type != 'spark'%}{{ var('jira_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var ('jira_schema', 'jira') }}", "doc_blocks": []}, "source.jira.jira.issue_type": {"database": "postgres", "schema": "public", "name": "issue_type", "resource_type": "source", "package_name": "jira", "path": "models/staging/src_jira.yml", "original_file_path": "models/staging/src_jira.yml", "unique_id": "source.jira.jira.issue_type", "fqn": ["jira", "staging", "jira", "issue_type"], "source_name": "jira", "source_description": "", "loader": "fivetran", "identifier": "issue_type", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "external": null, "description": "Table containing information about issue types. Issue types can have identical names in different projects, but they may have differing descriptions.\n", "columns": {"id": {"name": "id", "description": "Unique ID of the issue type.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "description": {"name": "description", "description": "Project-level description given to the issue type.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "name": {"name": "name", "description": "Name of the issue type (ie Epic, Task, Subtask, any custom types)", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "subtask": {"name": "subtask", "description": "Boolean that is true if this type of issue is a subtask.", "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": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "meta": {}, "tags": [], "static_analysis": null}, "patch_path": null, "unrendered_config": {"enabled": true, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "loaded_at_query": null, "meta": {}, "tags": []}, "relation_name": "\"postgres\".\"public\".\"issue_type\"", "created_at": 1781051929.6287835, "unrendered_database": "{% if target.type != 'spark'%}{{ var('jira_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var ('jira_schema', 'jira') }}", "doc_blocks": []}, "source.jira.jira.priority": {"database": "postgres", "schema": "public", "name": "priority", "resource_type": "source", "package_name": "jira", "path": "models/staging/src_jira.yml", "original_file_path": "models/staging/src_jira.yml", "unique_id": "source.jira.jira.priority", "fqn": ["jira", "staging", "jira", "priority"], "source_name": "jira", "source_description": "", "loader": "fivetran", "identifier": "priority", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "external": null, "description": "Table of issue priority levels (global).", "columns": {"id": {"name": "id", "description": "Unique ID of the priority level.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "description": {"name": "description", "description": "Description of the priority level.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "name": {"name": "name", "description": "Name of the priority as it appears in the UI.", "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": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "meta": {}, "tags": [], "static_analysis": null}, "patch_path": null, "unrendered_config": {"enabled": true, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "loaded_at_query": null, "meta": {}, "tags": []}, "relation_name": "\"postgres\".\"public\".\"priority\"", "created_at": 1781051929.6291943, "unrendered_database": "{% if target.type != 'spark'%}{{ var('jira_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var ('jira_schema', 'jira') }}", "doc_blocks": []}, "source.jira.jira.project": {"database": "postgres", "schema": "public", "name": "project", "resource_type": "source", "package_name": "jira", "path": "models/staging/src_jira.yml", "original_file_path": "models/staging/src_jira.yml", "unique_id": "source.jira.jira.project", "fqn": ["jira", "staging", "jira", "project"], "source_name": "jira", "source_description": "", "loader": "fivetran", "identifier": "project", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "external": null, "description": "Table of all projects in your organization.", "columns": {"id": {"name": "id", "description": "Unique ID of the project.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "description": {"name": "description", "description": "Description of the project, if given.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "key": {"name": "key", "description": "UI-facing ID of the project. This becomes the default prefix for tasks created within this project.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "lead_id": {"name": "lead_id", "description": "Foreign key referencing the ID of the `user` who leads this project.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "name": {"name": "name", "description": "Title of the project.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "permission_scheme_id": {"name": "permission_scheme_id", "description": "Foreign key referencing the ID of the `permission_scheme` that the project ascribes to.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "project_category_id": {"name": "project_category_id", "description": "Foreign key referencing the ID of the `project_category` that the project is associated with, if any.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "project_type_key": {"name": "project_type_key", "description": "ID of the type of project (ie 'software').", "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": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "meta": {}, "tags": [], "static_analysis": null}, "patch_path": null, "unrendered_config": {"enabled": true, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "loaded_at_query": null, "meta": {}, "tags": []}, "relation_name": "\"postgres\".\"public\".\"project\"", "created_at": 1781051929.62963, "unrendered_database": "{% if target.type != 'spark'%}{{ var('jira_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var ('jira_schema', 'jira') }}", "doc_blocks": []}, "source.jira.jira.resolution": {"database": "postgres", "schema": "public", "name": "resolution", "resource_type": "source", "package_name": "jira", "path": "models/staging/src_jira.yml", "original_file_path": "models/staging/src_jira.yml", "unique_id": "source.jira.jira.resolution", "fqn": ["jira", "staging", "jira", "resolution"], "source_name": "jira", "source_description": "", "loader": "fivetran", "identifier": "resolution", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "external": null, "description": "Table storing the types of resolutions used by your organization.", "columns": {"id": {"name": "id", "description": "Unique ID of the resolution type.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "description": {"name": "description", "description": "Description given to the resolution.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "name": {"name": "name", "description": "Display name of the resolution.", "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": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "meta": {}, "tags": [], "static_analysis": null}, "patch_path": null, "unrendered_config": {"enabled": true, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "loaded_at_query": null, "meta": {}, "tags": []}, "relation_name": "\"postgres\".\"public\".\"resolution\"", "created_at": 1781051929.6300793, "unrendered_database": "{% if target.type != 'spark'%}{{ var('jira_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var ('jira_schema', 'jira') }}", "doc_blocks": []}, "source.jira.jira.sprint": {"database": "postgres", "schema": "public", "name": "sprint", "resource_type": "source", "package_name": "jira", "path": "models/staging/src_jira.yml", "original_file_path": "models/staging/src_jira.yml", "unique_id": "source.jira.jira.sprint", "fqn": ["jira", "staging", "jira", "sprint"], "source_name": "jira", "source_description": "", "loader": "fivetran", "identifier": "sprint", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "external": null, "description": "Table of all sprints.", "columns": {"id": {"name": "id", "description": "Unique ID of the sprint.", "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 record was soft-deleted by Fivetran.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "board_id": {"name": "board_id", "description": "Foreign key referencing the ID of the `board` that the sprint lives in.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "complete_date": {"name": "complete_date", "description": "Timestamp of when the sprint was completed.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "end_date": {"name": "end_date", "description": "Timestamp of when the sprint is planned to end.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "name": {"name": "name", "description": "Title of the sprint.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "start_date": {"name": "start_date", "description": "Timestamp of when the sprint began.", "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": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "meta": {}, "tags": [], "static_analysis": null}, "patch_path": null, "unrendered_config": {"enabled": true, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "loaded_at_query": null, "meta": {}, "tags": []}, "relation_name": "\"postgres\".\"public\".\"sprint\"", "created_at": 1781051929.6305106, "unrendered_database": "{% if target.type != 'spark'%}{{ var('jira_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var ('jira_schema', 'jira') }}", "doc_blocks": []}, "source.jira.jira.status": {"database": "postgres", "schema": "public", "name": "status", "resource_type": "source", "package_name": "jira", "path": "models/staging/src_jira.yml", "original_file_path": "models/staging/src_jira.yml", "unique_id": "source.jira.jira.status", "fqn": ["jira", "staging", "jira", "status"], "source_name": "jira", "source_description": "", "loader": "fivetran", "identifier": "status", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "external": null, "description": "Table of project-level statuses (which may have the same umbrella `status_category`).", "columns": {"id": {"name": "id", "description": "Unique ID of the project status.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "description": {"name": "description", "description": "Description of the project status. Different projects may all have a status called \"Backlog\", but their definitions of \"backlog\" may differ.\n", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "name": {"name": "name", "description": "Title of the status.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "status_category_id": {"name": "status_category_id", "description": "Foreign key referencing the ID of the `status_category` that this project status falls under.", "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": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "meta": {}, "tags": [], "static_analysis": null}, "patch_path": null, "unrendered_config": {"enabled": true, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "loaded_at_query": null, "meta": {}, "tags": []}, "relation_name": "\"postgres\".\"public\".\"status\"", "created_at": 1781051929.6309378, "unrendered_database": "{% if target.type != 'spark'%}{{ var('jira_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var ('jira_schema', 'jira') }}", "doc_blocks": []}, "source.jira.jira.status_category": {"database": "postgres", "schema": "public", "name": "status_category", "resource_type": "source", "package_name": "jira", "path": "models/staging/src_jira.yml", "original_file_path": "models/staging/src_jira.yml", "unique_id": "source.jira.jira.status_category", "fqn": ["jira", "staging", "jira", "status_category"], "source_name": "jira", "source_description": "", "loader": "fivetran", "identifier": "status_category", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "external": null, "description": "Table of overarching status categories.", "columns": {"id": {"name": "id", "description": "Unique ID of the status category.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "name": {"name": "name", "description": "Title of the status category.", "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": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "meta": {}, "tags": [], "static_analysis": null}, "patch_path": null, "unrendered_config": {"enabled": true, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "loaded_at_query": null, "meta": {}, "tags": []}, "relation_name": "\"postgres\".\"public\".\"status_category\"", "created_at": 1781051929.6313388, "unrendered_database": "{% if target.type != 'spark'%}{{ var('jira_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var ('jira_schema', 'jira') }}", "doc_blocks": []}, "source.jira.jira.team": {"database": "postgres", "schema": "public", "name": "team", "resource_type": "source", "package_name": "jira", "path": "models/staging/src_jira.yml", "original_file_path": "models/staging/src_jira.yml", "unique_id": "source.jira.jira.team", "fqn": ["jira", "staging", "jira", "team"], "source_name": "jira", "source_description": "", "loader": "fivetran", "identifier": "team", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "external": null, "description": "Table of teams associated with your organization.", "columns": {"id": {"name": "id", "description": "Unique ID of the team.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_shared": {"name": "is_shared", "description": "Boolean that is true if you share the team with other teams in your organization.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_visible": {"name": "is_visible", "description": "Boolean that is true if all users in your organization can see the team.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "name": {"name": "name", "description": "Name of the team.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "title": {"name": "title", "description": "Longer, more descriptive name of the team.", "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": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "meta": {}, "tags": [], "static_analysis": null}, "patch_path": null, "unrendered_config": {"enabled": true, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "loaded_at_query": null, "meta": {}, "tags": []}, "relation_name": "\"postgres\".\"public\".\"team\"", "created_at": 1781051929.6317596, "unrendered_database": "{% if target.type != 'spark'%}{{ var('jira_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var ('jira_schema', 'jira') }}", "doc_blocks": []}, "source.jira.jira.user": {"database": "postgres", "schema": "public", "name": "user", "resource_type": "source", "package_name": "jira", "path": "models/staging/src_jira.yml", "original_file_path": "models/staging/src_jira.yml", "unique_id": "source.jira.jira.user", "fqn": ["jira", "staging", "jira", "user"], "source_name": "jira", "source_description": "", "loader": "fivetran", "identifier": "user", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "external": null, "description": "Table of users associated with your organization.", "columns": {"id": {"name": "id", "description": "Unique ID of the user.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "email": {"name": "email", "description": "Email associated with the user account.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "locale": {"name": "locale", "description": "The Java locale of the user.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "name": {"name": "name", "description": "Name of the user as it appears in the UI.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "time_zone": {"name": "time_zone", "description": "The user's timezone, as defined in their settings.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "username": {"name": "username", "description": "Account username.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "is_active": {"name": "is_active", "description": "Boolean showing whether this user is currently active.", "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": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "meta": {}, "tags": [], "static_analysis": null}, "patch_path": null, "unrendered_config": {"enabled": true, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "loaded_at_query": null, "meta": {}, "tags": []}, "relation_name": "\"postgres\".\"public\".\"user\"", "created_at": 1781051929.6321952, "unrendered_database": "{% if target.type != 'spark'%}{{ var('jira_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var ('jira_schema', 'jira') }}", "doc_blocks": []}, "source.jira.jira.version": {"database": "postgres", "schema": "public", "name": "version", "resource_type": "source", "package_name": "jira", "path": "models/staging/src_jira.yml", "original_file_path": "models/staging/src_jira.yml", "unique_id": "source.jira.jira.version", "fqn": ["jira", "staging", "jira", "version"], "source_name": "jira", "source_description": "", "loader": "fivetran", "identifier": "version", "quoting": {"database": null, "schema": null, "identifier": null, "column": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "external": null, "description": "Table of project versions in your organization.", "columns": {"archived": {"name": "archived", "description": "Boolean that is true if the project version has been archived.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "description": {"name": "description", "description": "The optional description given to the version.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "id": {"name": "id", "description": "Unique ID of the version.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "name": {"name": "name", "description": "Unique name of the version.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "overdue": {"name": "overdue", "description": "Boolean that is true if the version is past its optional release date, false if it is not or if it does not have a due date.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "project_id": {"name": "project_id", "description": "Foreign key referencing the `PROJECT` to which this version is attached.", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "release_date": {"name": "release_date", "description": "The optional release date of the version. Expressed in ISO 8601 format (yyyy-mm-dd).", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "released": {"name": "released", "description": "Boolean that is true if the version has been released. If the version is released a request to release again is ignored", "meta": {}, "data_type": null, "constraints": [], "quote": null, "config": {"meta": {}, "tags": []}, "tags": [], "granularity": null, "doc_blocks": []}, "start_date": {"name": "start_date", "description": "The start date of the version. Expressed in ISO 8601 format (yyyy-mm-dd).", "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": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "loaded_at_field": "_fivetran_synced", "loaded_at_query": null, "meta": {}, "tags": [], "static_analysis": null}, "patch_path": null, "unrendered_config": {"enabled": true, "loaded_at_field": "_fivetran_synced", "freshness": {"warn_after": {"count": 72, "period": "hour"}, "error_after": {"count": 96, "period": "hour"}, "filter": null}, "loaded_at_query": null, "meta": {}, "tags": []}, "relation_name": "\"postgres\".\"public\".\"version\"", "created_at": 1781051929.6326342, "unrendered_database": "{% if target.type != 'spark'%}{{ var('jira_database', target.database) }}{% endif %}", "unrendered_schema": "{{ var ('jira_schema', 'jira') }}", "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.7785168, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.7790222, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.7797277, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.7799058, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.7801924, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.7804883, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.7806697, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.7808194, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.7809615, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.7840478, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.7847073, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.785116, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.7855172, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.7861304, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.7866988, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.786918, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.7873495, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.787843, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.7889833, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.7892463, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.7896664, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.7900105, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.7905493, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.7910318, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.7917824, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.7920387, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.792189, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.7924142, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.7926016, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.7929037, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.7935762, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.7937849, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.7964728, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.7971406, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.7976735, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.7979128, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.7980936, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.7989032, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.7991395, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.7993183, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.7999847, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.800175, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.800549, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8007886, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8013294, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8020682, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8028393, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.803221, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.80342, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8048708, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8054538, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8059006, "supported_languages": null}, "macro.dbt_postgres.postgres__formatted_scalar_function_args_sql": {"name": "postgres__formatted_scalar_function_args_sql", "resource_type": "macro", "package_name": "dbt_postgres", "path": "macros/materializations/functions/scalar.sql", "original_file_path": "macros/materializations/functions/scalar.sql", "unique_id": "macro.dbt_postgres.postgres__formatted_scalar_function_args_sql", "macro_sql": "{% macro postgres__formatted_scalar_function_args_sql() %}\n {% set args = [] %}\n {% for arg in model.arguments -%}\n {% set default_value = arg.get('default_value', none) %}\n {% if default_value != none %}\n {%- do args.append(arg.name ~ ' ' ~ arg.data_type ~ ' DEFAULT ' ~ default_value) -%}\n {% else %}\n {%- do args.append(arg.name ~ ' ' ~ arg.data_type) -%}\n {% endif %}\n {%- endfor %}\n {{ args | join(', ') }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.80681, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8071785, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8073566, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8076656, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.807769, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8083348, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8088691, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8091118, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8097744, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8101408, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8103132, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8106177, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8108087, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8112175, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8114386, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8118076, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8119833, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8124554, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8127756, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.813198, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8135686, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8139014, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8140373, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.814343, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8145454, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8149133, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8150878, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8153996, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8155322, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.815986, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.816157, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.816469, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8166375, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.817217, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8177576, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.818114, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.818299, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8186285, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8187664, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8190858, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8192885, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8197052, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8200715, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8204415, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8206413, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8210497, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8213506, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8220446, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8228195, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8231223, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8236072, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8246024, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.824812, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8250272, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8252258, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8254333, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8256361, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8258402, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8260615, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8262632, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8264503, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8266618, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8269296, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8271372, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8273199, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8276615, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8277993, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.828161, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8283372, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8287506, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8290865, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8292763, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.829761, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8299758, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8302634, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8306756, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8308914, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8326519, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8333936, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.833774, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8347673, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8362572, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8372324, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8375309, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8379536, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8382206, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8388932, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8394806, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8397634, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8402457, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.840817, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.841389, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8418114, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.84216, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8425045, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8428893, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8434844, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8439796, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8442152, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8444688, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8447266, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.845167, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8454854, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8458846, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8461478, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8468797, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8487787, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.849806, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8499644, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8506343, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8508515, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.851027, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8526497, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8531396, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8535728, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.853947, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8541348, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8549669, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.855209, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8557992, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8567834, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8573725, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8576229, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.857849, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8581722, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8583326, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.858686, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.858875, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8592107, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8593955, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.859885, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8600898, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.860315, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8608718, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8611934, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8613477, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8620253, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.862212, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8637178, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8639803, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.86428, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8646872, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8648608, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8651984, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.865381, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8657296, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.865914, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8666193, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8668609, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8672156, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8674064, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.867738, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.867896, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8682256, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8684127, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8696363, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8698957, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8700824, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8702583, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8704312, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8708239, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8712063, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8716145, "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', 'javascript'] %}\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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8728511, "supported_languages": ["sql", "python", "javascript"]}, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8739748, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8741753, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8744102, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8746924, "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_postgres.postgres__formatted_scalar_function_args_sql"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8749027, "supported_languages": null}, "macro.dbt.formatted_scalar_function_args_javascript": {"name": "formatted_scalar_function_args_javascript", "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_javascript", "macro_sql": "{% macro formatted_scalar_function_args_javascript() %}\n {{ return(adapter.dispatch('formatted_scalar_function_args_javascript', 'dbt')()) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__formatted_scalar_function_args_javascript"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8751073, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8755126, "supported_languages": null}, "macro.dbt.default__formatted_scalar_function_args_javascript": {"name": "default__formatted_scalar_function_args_javascript", "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_javascript", "macro_sql": "{% macro default__formatted_scalar_function_args_javascript() %}\n {% set msg = \"formatted_scalar_function_args_javascript not implemented for adapter \" ~ adapter.type() %}\n {% do exceptions.raise_compiler_error(msg) %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8758788, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8760946, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8762279, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8764293, "supported_languages": null}, "macro.dbt.scalar_function_volatility_javascript": {"name": "scalar_function_volatility_javascript", "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_javascript", "macro_sql": "{% macro scalar_function_volatility_javascript() %}\n {{ return(adapter.dispatch('scalar_function_volatility_javascript', 'dbt')()) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__scalar_function_volatility_javascript"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8766494, "supported_languages": null}, "macro.dbt.default__scalar_function_volatility_javascript": {"name": "default__scalar_function_volatility_javascript", "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_javascript", "macro_sql": "{% macro default__scalar_function_volatility_javascript() %}\n {% set volatility = model.config.get('volatility') %}\n {% if volatility != none %}\n {% set msg = \"Volatility is not supported by \" ~ adapter.type() ~ \" in javascript UDF and will be ignored\" %}\n {% do exceptions.warn(msg) %}\n {% endif %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8771033, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8776352, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8778746, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.878216, "supported_languages": null}, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.878716, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.879377, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8802483, "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 {{ get_aggregate_function_volatility_specifier() }}\n {% if model.get('language') == 'python' %}\n {{ get_function_python_options() }}\n {% endif %}\n AS\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.get_formatted_aggregate_function_args", "macro.dbt.get_function_language_specifier", "macro.dbt.get_aggregate_function_volatility_specifier", "macro.dbt.get_function_python_options"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8807225, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8809426, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8810906, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8812995, "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 {% elif language == 'javascript' %}\n LANGUAGE js\n {% else %}\n {{ 'LANGUAGE ' ~ language.upper() }}\n {% endif %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8818738, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8820941, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8822315, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8824375, "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 {% set packages = model.config.get('packages', []) %}\n {% if packages %}\n PACKAGES = ('{{ packages | join(\"','\") }}')\n {% endif %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8829048, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8841665, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.885306, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.885618, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.886236, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8864763, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8866596, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8868377, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8869863, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8871858, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.887331, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.887951, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8882825, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8898113, "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 = \"\" %}\n {% if rows_affected > 0 %}\n {% set sql = load_csv_rows(model, agate_table) %}\n {% endif %}\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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8932083, "supported_languages": ["sql"]}, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8938088, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.8948462, "supported_languages": null}, "macro.dbt.materialization_snapshot_default": {"name": "materialization_snapshot_default", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/snapshots/snapshot.sql", "original_file_path": "macros/materializations/snapshots/snapshot.sql", "unique_id": "macro.dbt.materialization_snapshot_default", "macro_sql": "{% materialization snapshot, default %}\n\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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9000201, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9030252, "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.expanded_data_type }};\n {% endcall %}\n {% endfor %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.903452, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9036806, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9038005, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.903983, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9041295, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9043875, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.904743, "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 {{ safe_cast('NULL', col.dtype) }} 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", "macro.dbt.safe_cast"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.910646, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9109466, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9116247, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9121792, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9129436, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9134877, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9138522, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9142811, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.915007, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.915277, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9155369, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.918318, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9185452, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9188437, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9201722, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9203944, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9206266, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.922378, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.924189, "supported_languages": null}, "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 {% set sql_header = config.get('sql_header') if flags.REQUIRE_SQL_HEADER_IN_TEST_CONFIGS else none %}\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 {% if sql_header %}{{ sql_header }}{% endif %}\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 {% if sql_header %}{{ sql_header }}{% endif %}\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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9274647, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9282234, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9286304, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9288967, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.929664, "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 {% set sql_header = config.get('sql_header') if flags.REQUIRE_SQL_HEADER_IN_TEST_CONFIGS else none %}\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 {% if sql_header %}{{ sql_header }}{% endif %}\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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9324005, "supported_languages": ["sql"]}, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9328697, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9333518, "supported_languages": null}, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9360366, "supported_languages": ["sql"]}, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9387767, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.940855, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9413536, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9416893, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9433334, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9439888, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.94482, "supported_languages": null}, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9451435, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9452925, "supported_languages": null}, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9456615, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9458776, "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 {%- set grant_config = config.get('grants') -%}\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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9492505, "supported_languages": ["sql"]}, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9508436, "supported_languages": null}, "macro.dbt.get_merge_unique_key_match": {"name": "get_merge_unique_key_match", "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_unique_key_match", "macro_sql": "{% macro get_merge_unique_key_match(source_unique_key, target_unique_key) %}\n {{ return(adapter.dispatch('get_merge_unique_key_match', 'dbt')(source_unique_key, target_unique_key)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__get_merge_unique_key_match"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.951126, "supported_languages": null}, "macro.dbt.default__get_merge_unique_key_match": {"name": "default__get_merge_unique_key_match", "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_unique_key_match", "macro_sql": "{% macro default__get_merge_unique_key_match(source_unique_key, target_unique_key) -%}\n {{ return(equals(source_unique_key, target_unique_key) | trim) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.equals"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.951351, "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 {% set target_unique_key = (\"DBT_INTERNAL_DEST.\" ~ unique_key) | trim %}\n {% set unique_key_match = get_merge_unique_key_match(source_unique_key, target_unique_key) %}\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.get_merge_unique_key_match"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9535344, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9538946, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9548163, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9551573, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.955985, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.96149, "supported_languages": ["sql"]}, "macro.dbt.incremental_validate_on_schema_change": {"name": "incremental_validate_on_schema_change", "resource_type": "macro", "package_name": "dbt", "path": "macros/materializations/models/incremental/on_schema_change.sql", "original_file_path": "macros/materializations/models/incremental/on_schema_change.sql", "unique_id": "macro.dbt.incremental_validate_on_schema_change", "macro_sql": "{% macro incremental_validate_on_schema_change(on_schema_change, default='ignore') %}\n\n {% if on_schema_change not in ['sync_all_columns', 'append_new_columns', 'fail', 'ignore'] %}\n\n {% set log_message = 'Invalid value for on_schema_change (%s) specified. Setting default value of %s.' % (on_schema_change, default) %}\n {% do log(log_message) %}\n\n {{ return(default) }}\n\n {% else %}\n\n {{ return(on_schema_change) }}\n\n {% endif %}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9632425, "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 {{ return(adapter.dispatch('check_for_schema_changes', 'dbt')(source_relation, target_relation)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__check_for_schema_changes"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9635198, "supported_languages": null}, "macro.dbt.default__check_for_schema_changes": {"name": "default__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.default__check_for_schema_changes", "macro_sql": "{% macro default__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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9650297, "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 {{ return(adapter.dispatch('sync_column_schemas', 'dbt')(on_schema_change, target_relation, schema_changes_dict)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__sync_column_schemas"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9653423, "supported_languages": null}, "macro.dbt.default__sync_column_schemas": {"name": "default__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.default__sync_column_schemas", "macro_sql": "{% macro default__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 {%- 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 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\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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9668336, "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 {{ return(adapter.dispatch('process_schema_changes', 'dbt')(on_schema_change, source_relation, target_relation)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__process_schema_changes"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9671419, "supported_languages": null}, "macro.dbt.default__process_schema_changes": {"name": "default__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.default__process_schema_changes", "macro_sql": "{% macro default__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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9681938, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9689655, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9698348, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.970135, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9703667, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9707687, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9710104, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9713743, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.971707, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.972044, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.972283, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9724736, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9727106, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9729156, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9732616, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9743776, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9750788, "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 {{ return(adapter.dispatch('diff_column_data_types', 'dbt')(source_columns, target_columns)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__diff_column_data_types"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.975351, "supported_languages": null}, "macro.dbt.default__diff_column_data_types": {"name": "default__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.default__diff_column_data_types", "macro_sql": "{% macro default__diff_column_data_types(source_columns, target_columns) %}\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.expanded_data_type != tc.expanded_data_type and not sc.can_expand_to(other_column=tc) %}\n {{ result.append( { 'column_name': tc.name, 'new_type': sc.expanded_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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9761894, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9764948, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9773955, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.980893, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9816668, "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 {#-- For string fixture values, strip varchar length to prevent silent truncation (GH-11974) --#}\n {%- if column_value is string and 'varying' in column_type -%}\n {%- set column_type = column_type.split('(')[0] -%}\n {%- endif -%}\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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9832852, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.983563, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9837055, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9848301, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9850345, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9862742, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9868128, "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 -%}\n {# Handle dbt.config.meta_get() calls - use separate dict to avoid overwriting native configs #}\n {%- set meta_dict = {} -%}\n {%- if model.config.meta_keys_used -%}\n {% set meta_dbt_used = zip(model.config.meta_keys_used, model.config.meta_keys_defaults) | list %}\n {%- for key, default in meta_dbt_used -%}\n {%- if model.config.meta and key in model.config.meta -%}\n {%- set value = model.config.meta[key] -%}\n {%- else -%}\n {%- set value = default -%}\n {%- endif -%}\n {%- do meta_dict.update({key: value}) -%}\n {%- endfor -%}\n {%- endif -%}\nconfig_dict = {{ config_dict }}\nmeta_dict = {{ meta_dict }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9882393, "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\n @staticmethod\n def meta_get(key, default=None):\n return meta_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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9888673, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9889748, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.98967, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9900563, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9904368, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9907572, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9912484, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9917648, "supported_languages": null}, "macro.dbt.generate_latest_version_pointer_alias": {"name": "generate_latest_version_pointer_alias", "resource_type": "macro", "package_name": "dbt", "path": "macros/get_custom_name/get_latest_version_pointer_alias.sql", "original_file_path": "macros/get_custom_name/get_latest_version_pointer_alias.sql", "unique_id": "macro.dbt.generate_latest_version_pointer_alias", "macro_sql": "{% macro generate_latest_version_pointer_alias(custom_alias_name=none, node=none) -%}\n {% do return(adapter.dispatch('generate_latest_version_pointer_alias', 'dbt')(custom_alias_name, node)) %}\n{%- endmacro %}", "depends_on": {"macros": ["macro.dbt.default__generate_latest_version_pointer_alias"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9922683, "supported_languages": null}, "macro.dbt.default__generate_latest_version_pointer_alias": {"name": "default__generate_latest_version_pointer_alias", "resource_type": "macro", "package_name": "dbt", "path": "macros/get_custom_name/get_latest_version_pointer_alias.sql", "original_file_path": "macros/get_custom_name/get_latest_version_pointer_alias.sql", "unique_id": "macro.dbt.default__generate_latest_version_pointer_alias", "macro_sql": "{% macro default__generate_latest_version_pointer_alias(custom_alias_name=none, node=none) -%}\n {%- if custom_alias_name -%}\n {{ custom_alias_name | trim }}\n {%- else -%}\n {{ node.name }}\n {%- endif -%}\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9925554, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9930341, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9934788, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9940693, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9944072, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9947813, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9953718, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.995903, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9961705, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9965715, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9969547, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.997241, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9977393, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9979784, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9982202, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.99914, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9993625, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051926.9999545, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0003283, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0006454, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.00105, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0012803, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0015094, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.001844, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0025527, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0028648, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0030522, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0037096, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0039096, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.004092, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.004226, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0047793, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0050085, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0051095, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0053165, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0056303, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0071354, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0072951, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0075154, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0076747, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0081139, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0083497, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0085042, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0088005, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0090613, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0093427, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0096107, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0098975, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0108302, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0110812, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0113962, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0117025, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0131707, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.014387, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0147355, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0149934, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0153158, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0155444, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.015754, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.015976, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0162804, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0165331, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.01692, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0171564, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0173612, "supported_languages": null}, "macro.dbt.list_function_relations_without_caching": {"name": "list_function_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_function_relations_without_caching", "macro_sql": "{% macro list_function_relations_without_caching(schema_relation) %}\n {{ return(adapter.dispatch('list_function_relations_without_caching', 'dbt')(schema_relation)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.default__list_function_relations_without_caching"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0177054, "supported_languages": null}, "macro.dbt.default__list_function_relations_without_caching": {"name": "default__list_function_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_function_relations_without_caching", "macro_sql": "{% macro default__list_function_relations_without_caching(schema_relation) %}\n {{ exceptions.raise_not_implemented(\n 'list_function_relations_without_caching macro not implemented for adapter '+adapter.type()) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0179133, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.018139, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0183394, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.01855, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.018765, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0190268, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0192437, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0196884, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0199335, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0201447, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.02038, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0219395, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0221484, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0225387, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.022915, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0232825, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0235515, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0237927, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0252767, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.025744, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0259824, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.026412, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.026708, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0275152, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0278497, "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.expanded_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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0288455, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0295026, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0296936, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0298977, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0304, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0306466, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.030824, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0311103, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0312743, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.032148, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0323668, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.032637, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.032852, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0331883, "supported_languages": null}, "macro.dbt.validate_doc_columns": {"name": "validate_doc_columns", "resource_type": "macro", "package_name": "dbt", "path": "macros/adapters/persist_docs.sql", "original_file_path": "macros/adapters/persist_docs.sql", "unique_id": "macro.dbt.validate_doc_columns", "macro_sql": "{% macro validate_doc_columns(relation, column_dict, existing_column_names) %}\n {% set existing_lower = existing_column_names | map(\"lower\") | list %}\n {% set missing = [] %}\n {% set filtered = {} %}\n {% for col_name in column_dict %}\n {% set is_quoted = column_dict[col_name]['quote'] %}\n {% if is_quoted %}\n {% set present = col_name in existing_column_names %}\n {% else %}\n {% set present = col_name | lower in existing_lower %}\n {% endif %}\n {% if present %}\n {% do filtered.update({col_name: column_dict[col_name]}) %}\n {% else %}\n {% do missing.append(col_name) %}\n {% endif %}\n {% endfor %}\n {% if missing | length > 0 %}\n {{ exceptions.warn(\"In relation \" ~ relation.render() ~ \": The following columns are specified in the schema but are not present in the database: \" ~ missing | join(\", \")) }}\n {% endif %}\n {{ return(filtered) }}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.034509, "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 {% set existing_columns = adapter.get_columns_in_relation(relation) | map(attribute=\"name\") | list %}\n {% set filtered_columns = validate_doc_columns(relation, model.columns, existing_columns) %}\n {% set alter_comment_sql = alter_column_comment(relation, filtered_columns) %}\n {% if alter_comment_sql and alter_comment_sql | trim | length > 0 %}\n {% do run_query(alter_comment_sql) %}\n {% endif %}\n {% endif %}\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.run_query", "macro.dbt.alter_relation_comment", "macro.dbt.validate_doc_columns", "macro.dbt.alter_column_comment"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0358753, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0364647, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0368893, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.037302, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0376902, "supported_languages": null}, "macro.jira.jira_is_incremental_compatible": {"name": "jira_is_incremental_compatible", "resource_type": "macro", "package_name": "jira", "path": "macros/jira_is_incremental_compatible.sql", "original_file_path": "macros/jira_is_incremental_compatible.sql", "unique_id": "macro.jira.jira_is_incremental_compatible", "macro_sql": "{% macro jira_is_incremental_compatible() %}\n {% if target.type in ('databricks') %}\n {% set re = modules.re %}\n {% set path_match = target.http_path %}\n {% set regex_pattern = \"sql/protocol\" %}\n {% set match_result = re.search(regex_pattern, path_match) %}\n {% if match_result %}\n {{ return(True) }}\n {% else %}\n {{ return(False) }}\n {% endif %}\n {% elif target.type in ('bigquery','snowflake','postgres','redshift','sqlserver') %}\n {{ return(True) }}\n {% else %}\n {{ return(False) }}\n {% endif %}\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0388572, "supported_languages": null}, "macro.jira.convert_string_to_numeric": {"name": "convert_string_to_numeric", "resource_type": "macro", "package_name": "jira", "path": "macros/convert_string_to_numeric.sql", "original_file_path": "macros/convert_string_to_numeric.sql", "unique_id": "macro.jira.convert_string_to_numeric", "macro_sql": "{%- macro convert_string_to_numeric(column) -%}\n{{ return(adapter.dispatch('convert_string_to_numeric', 'jira')(column)) }}\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.jira.postgres__convert_string_to_numeric"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.039444, "supported_languages": null}, "macro.jira.default__convert_string_to_numeric": {"name": "default__convert_string_to_numeric", "resource_type": "macro", "package_name": "jira", "path": "macros/convert_string_to_numeric.sql", "original_file_path": "macros/convert_string_to_numeric.sql", "unique_id": "macro.jira.default__convert_string_to_numeric", "macro_sql": "{%- macro default__convert_string_to_numeric(column) -%}\ncast(replace({{ column }}, ',', '') as {{ dbt.type_numeric() }})\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt.type_numeric"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0396519, "supported_languages": null}, "macro.jira.bigquery__convert_string_to_numeric": {"name": "bigquery__convert_string_to_numeric", "resource_type": "macro", "package_name": "jira", "path": "macros/convert_string_to_numeric.sql", "original_file_path": "macros/convert_string_to_numeric.sql", "unique_id": "macro.jira.bigquery__convert_string_to_numeric", "macro_sql": "{%- macro bigquery__convert_string_to_numeric(column) -%}\ncast(regexp_extract(replace({{ column }}, ',', ''), r'-?\\d+(?:\\.\\d+)?') as {{ dbt.type_numeric() }})\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt.type_numeric"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0398376, "supported_languages": null}, "macro.jira.snowflake__convert_string_to_numeric": {"name": "snowflake__convert_string_to_numeric", "resource_type": "macro", "package_name": "jira", "path": "macros/convert_string_to_numeric.sql", "original_file_path": "macros/convert_string_to_numeric.sql", "unique_id": "macro.jira.snowflake__convert_string_to_numeric", "macro_sql": "{%- macro snowflake__convert_string_to_numeric(column) -%}\ncast(regexp_substr(replace({{ column }}, ',', ''), '-?[0-9]+(\\\\.[0-9]+)?') as {{ dbt.type_numeric() }})\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt.type_numeric"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.040021, "supported_languages": null}, "macro.jira.postgres__convert_string_to_numeric": {"name": "postgres__convert_string_to_numeric", "resource_type": "macro", "package_name": "jira", "path": "macros/convert_string_to_numeric.sql", "original_file_path": "macros/convert_string_to_numeric.sql", "unique_id": "macro.jira.postgres__convert_string_to_numeric", "macro_sql": "{%- macro postgres__convert_string_to_numeric(column) -%}\ncast(substring(replace({{ column }}, ',', '') from '(-?[0-9]+(\\.[0-9]+)?)') as {{ dbt.type_numeric() }})\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt.type_numeric"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.040201, "supported_languages": null}, "macro.jira.redshift__convert_string_to_numeric": {"name": "redshift__convert_string_to_numeric", "resource_type": "macro", "package_name": "jira", "path": "macros/convert_string_to_numeric.sql", "original_file_path": "macros/convert_string_to_numeric.sql", "unique_id": "macro.jira.redshift__convert_string_to_numeric", "macro_sql": "{%- macro redshift__convert_string_to_numeric(column) -%}\ncast(regexp_substr(replace({{ column }}, ',', ''), '(-?[0-9]+(\\.[0-9]+)?)') as {{ dbt.type_numeric() }})\n{%- endmacro -%}\n\n", "depends_on": {"macros": ["macro.dbt.type_numeric"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0403798, "supported_languages": null}, "macro.jira.spark__convert_string_to_numeric": {"name": "spark__convert_string_to_numeric", "resource_type": "macro", "package_name": "jira", "path": "macros/convert_string_to_numeric.sql", "original_file_path": "macros/convert_string_to_numeric.sql", "unique_id": "macro.jira.spark__convert_string_to_numeric", "macro_sql": "{%- macro spark__convert_string_to_numeric(column) -%}\ncast(regexp_extract(replace({{ column }}, ',', ''), '(-?\\\\d+(\\\\.\\\\d+)?)', 0) as {{ dbt.type_numeric() }})\n{%- endmacro -%}", "depends_on": {"macros": ["macro.dbt.type_numeric"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0405576, "supported_languages": null}, "macro.jira.split_sprint_ids": {"name": "split_sprint_ids", "resource_type": "macro", "package_name": "jira", "path": "macros/split_sprint_ids.sql", "original_file_path": "macros/split_sprint_ids.sql", "unique_id": "macro.jira.split_sprint_ids", "macro_sql": "{% macro split_sprint_ids(using_teams, include_story_points=false, include_story_point_estimate=false) %}\n\n{{ adapter.dispatch('split_sprint_ids', 'jira') (using_teams, include_story_points, include_story_point_estimate) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.jira.postgres__split_sprint_ids"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.041697, "supported_languages": null}, "macro.jira.default__split_sprint_ids": {"name": "default__split_sprint_ids", "resource_type": "macro", "package_name": "jira", "path": "macros/split_sprint_ids.sql", "original_file_path": "macros/split_sprint_ids.sql", "unique_id": "macro.jira.default__split_sprint_ids", "macro_sql": "{% macro default__split_sprint_ids(using_teams, include_story_points=false, include_story_point_estimate=false) %}\n{# bigquery #}\n select\n daily_issue_field_history.issue_id,\n daily_issue_field_history.source_relation,\n daily_issue_field_history.date_day,\n daily_issue_field_history.date_week,\n daily_issue_field_history.status,\n {{ \"daily_issue_field_history.team,\" if using_teams }}\n {% if include_story_points %}\n {{ jira.convert_string_to_numeric('daily_issue_field_history.story_points') }} as story_points,\n {% endif %}\n {% if include_story_point_estimate %}\n {{ jira.convert_string_to_numeric('daily_issue_field_history.story_point_estimate') }} as story_point_estimate,\n {% endif %}\n sprints as sprint_id\n\n from daily_issue_field_history\n cross join\n unnest(cast(split(sprint, \", \") as array)) as sprints\n\n{% endmacro %}", "depends_on": {"macros": ["macro.jira.convert_string_to_numeric"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0422082, "supported_languages": null}, "macro.jira.snowflake__split_sprint_ids": {"name": "snowflake__split_sprint_ids", "resource_type": "macro", "package_name": "jira", "path": "macros/split_sprint_ids.sql", "original_file_path": "macros/split_sprint_ids.sql", "unique_id": "macro.jira.snowflake__split_sprint_ids", "macro_sql": "{% macro snowflake__split_sprint_ids(using_teams, include_story_points=false, include_story_point_estimate=false) %}\n select\n daily_issue_field_history.issue_id,\n daily_issue_field_history.source_relation,\n daily_issue_field_history.date_day,\n daily_issue_field_history.date_week,\n daily_issue_field_history.status,\n {{ \"daily_issue_field_history.team,\" if using_teams }}\n {% if include_story_points %}\n {{ jira.convert_string_to_numeric('daily_issue_field_history.story_points') }} as story_points,\n {% endif %}\n {% if include_story_point_estimate %}\n {{ jira.convert_string_to_numeric('daily_issue_field_history.story_point_estimate') }} as story_point_estimate,\n {% endif %}\n sprints.value as sprint_id\n\n from daily_issue_field_history\n cross join\n table(flatten(STRTOK_TO_ARRAY(sprint, ', '))) as sprints\n\n{% endmacro %}", "depends_on": {"macros": ["macro.jira.convert_string_to_numeric"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0427933, "supported_languages": null}, "macro.jira.redshift__split_sprint_ids": {"name": "redshift__split_sprint_ids", "resource_type": "macro", "package_name": "jira", "path": "macros/split_sprint_ids.sql", "original_file_path": "macros/split_sprint_ids.sql", "unique_id": "macro.jira.redshift__split_sprint_ids", "macro_sql": "{% macro redshift__split_sprint_ids(using_teams, include_story_points=false, include_story_point_estimate=false) %}\n\tselect\n unnest_sprint_id_array.issue_id,\n unnest_sprint_id_array.source_relation,\n unnest_sprint_id_array.date_day,\n unnest_sprint_id_array.date_week,\n unnest_sprint_id_array.status,\n {{ \"unnest_sprint_id_array.team,\" if using_teams }}\n {% if include_story_points %}\n {{ jira.convert_string_to_numeric('unnest_sprint_id_array.story_points') }} as story_points,\n {% endif %}\n {% if include_story_point_estimate %}\n {{ jira.convert_string_to_numeric('unnest_sprint_id_array.story_point_estimate') }} as story_point_estimate,\n {% endif %}\n cast(sprint_id as {{ dbt.type_string() }}) as sprint_id\n from (\n select\n daily_issue_field_history.issue_id,\n daily_issue_field_history.source_relation,\n daily_issue_field_history.date_day,\n daily_issue_field_history.date_week,\n daily_issue_field_history.status,\n {{ \"daily_issue_field_history.team,\" if using_teams }}\n {% if include_story_points %}\n daily_issue_field_history.story_points,\n {% endif %}\n {% if include_story_point_estimate %}\n daily_issue_field_history.story_point_estimate,\n {% endif %}\n split_to_array(sprint, ', ') as super_sprint_ids\n\n from daily_issue_field_history\n ) as unnest_sprint_id_array, unnest_sprint_id_array.super_sprint_ids as sprint_id\n\n{% endmacro %}", "depends_on": {"macros": ["macro.jira.convert_string_to_numeric", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0435083, "supported_languages": null}, "macro.jira.postgres__split_sprint_ids": {"name": "postgres__split_sprint_ids", "resource_type": "macro", "package_name": "jira", "path": "macros/split_sprint_ids.sql", "original_file_path": "macros/split_sprint_ids.sql", "unique_id": "macro.jira.postgres__split_sprint_ids", "macro_sql": "{% macro postgres__split_sprint_ids(using_teams, include_story_points=false, include_story_point_estimate=false) %}\n select\n daily_issue_field_history.issue_id,\n daily_issue_field_history.source_relation,\n daily_issue_field_history.date_day,\n daily_issue_field_history.date_week,\n daily_issue_field_history.status,\n {{ \"daily_issue_field_history.team,\" if using_teams }}\n {% if include_story_points %}\n {{ jira.convert_string_to_numeric('daily_issue_field_history.story_points') }} as story_points,\n {% endif %}\n {% if include_story_point_estimate %}\n {{ jira.convert_string_to_numeric('daily_issue_field_history.story_point_estimate') }} as story_point_estimate,\n {% endif %}\n sprints as sprint_id\n\n from daily_issue_field_history\n cross join\n unnest(string_to_array(sprint, ', ')) as sprints\n\n{% endmacro %}", "depends_on": {"macros": ["macro.jira.convert_string_to_numeric"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0439937, "supported_languages": null}, "macro.jira.spark__split_sprint_ids": {"name": "spark__split_sprint_ids", "resource_type": "macro", "package_name": "jira", "path": "macros/split_sprint_ids.sql", "original_file_path": "macros/split_sprint_ids.sql", "unique_id": "macro.jira.spark__split_sprint_ids", "macro_sql": "{% macro spark__split_sprint_ids(using_teams, include_story_points=false, include_story_point_estimate=false) %}\n{# databricks and spark #}\n select\n daily_issue_field_history.issue_id,\n daily_issue_field_history.source_relation,\n daily_issue_field_history.date_day,\n daily_issue_field_history.date_week,\n daily_issue_field_history.status,\n {{ \"daily_issue_field_history.team,\" if using_teams }}\n {% if include_story_points %}\n {{ jira.convert_string_to_numeric('daily_issue_field_history.story_points') }} as story_points,\n {% endif %}\n {% if include_story_point_estimate %}\n {{ jira.convert_string_to_numeric('daily_issue_field_history.story_point_estimate') }} as story_point_estimate,\n {% endif %}\n sprints as sprint_id\n from daily_issue_field_history\n lateral view explode(split(sprint, ', ')) sprints_view as sprints\n\n{% endmacro %}", "depends_on": {"macros": ["macro.jira.convert_string_to_numeric"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0444703, "supported_languages": null}, "macro.jira.jira_lookback": {"name": "jira_lookback", "resource_type": "macro", "package_name": "jira", "path": "macros/jira_lookback.sql", "original_file_path": "macros/jira_lookback.sql", "unique_id": "macro.jira.jira_lookback", "macro_sql": "{% macro jira_lookback(from_date, datepart, interval, safety_date='2010-01-01') %}\n\n{{ adapter.dispatch('jira_lookback', 'jira') (from_date, datepart, interval, safety_date='2010-01-01') }}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.jira.default__jira_lookback"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0450134, "supported_languages": null}, "macro.jira.default__jira_lookback": {"name": "default__jira_lookback", "resource_type": "macro", "package_name": "jira", "path": "macros/jira_lookback.sql", "original_file_path": "macros/jira_lookback.sql", "unique_id": "macro.jira.default__jira_lookback", "macro_sql": "{% macro default__jira_lookback(from_date, datepart, interval, safety_date='2010-01-01') %}\n\n {% set sql_statement %}\n select coalesce({{ from_date }}, {{ \"'\" ~ safety_date ~ \"'\" }})\n from {{ this }}\n {%- endset -%}\n\n {%- set result = dbt_utils.get_single_value(sql_statement) %}\n\n {{ dbt.dateadd(datepart=datepart, interval=-interval, from_date_or_timestamp=\"cast('\" ~ result ~ \"' as date)\") }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt_utils.get_single_value", "macro.dbt.dateadd"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0455778, "supported_languages": null}, "macro.jira.get_issue_columns": {"name": "get_issue_columns", "resource_type": "macro", "package_name": "jira", "path": "macros/staging/get_issue_columns.sql", "original_file_path": "macros/staging/get_issue_columns.sql", "unique_id": "macro.jira.get_issue_columns", "macro_sql": "{% macro get_issue_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_deleted\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"_original_estimate\", \"datatype\": dbt.type_float()},\n {\"name\": \"_remaining_estimate\", \"datatype\": dbt.type_float()},\n {\"name\": \"_time_spent\", \"datatype\": dbt.type_float()},\n {\"name\": \"assignee\", \"datatype\": dbt.type_string()},\n {\"name\": \"created\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"creator\", \"datatype\": dbt.type_string()},\n {\"name\": \"description\", \"datatype\": dbt.type_string()},\n {\"name\": \"due_date\", \"datatype\": \"date\"},\n {\"name\": \"environment\", \"datatype\": dbt.type_string()},\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"issue_type\", \"datatype\": dbt.type_int()},\n {\"name\": \"work_type\", \"datatype\": dbt.type_int()},\n {\"name\": \"key\", \"datatype\": dbt.type_string()},\n {\"name\": \"original_estimate\", \"datatype\": dbt.type_float()},\n {\"name\": \"parent_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"priority\", \"datatype\": dbt.type_int()},\n {\"name\": \"project\", \"datatype\": dbt.type_int()},\n {\"name\": \"remaining_estimate\", \"datatype\": dbt.type_float()},\n {\"name\": \"reporter\", \"datatype\": dbt.type_string()},\n {\"name\": \"resolution\", \"datatype\": dbt.type_int()},\n {\"name\": \"resolved\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"status\", \"datatype\": dbt.type_int()},\n {\"name\": \"status_category_changed\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"summary\", \"datatype\": dbt.type_string()},\n {\"name\": \"time_spent\", \"datatype\": dbt.type_float()},\n {\"name\": \"updated\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"work_ratio\", \"datatype\": dbt.type_float()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_float", "macro.dbt.type_string", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0492754, "supported_languages": null}, "macro.jira.get_issue_type_columns": {"name": "get_issue_type_columns", "resource_type": "macro", "package_name": "jira", "path": "macros/staging/get_issue_type_columns.sql", "original_file_path": "macros/staging/get_issue_type_columns.sql", "unique_id": "macro.jira.get_issue_type_columns", "macro_sql": "{% macro get_issue_type_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"description\", \"datatype\": dbt.type_string()},\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"name\", \"datatype\": dbt.type_string()},\n {\"name\": \"subtask\", \"datatype\": \"boolean\"}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_timestamp", "macro.dbt.type_string", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0501597, "supported_languages": null}, "macro.jira.get_field_columns": {"name": "get_field_columns", "resource_type": "macro", "package_name": "jira", "path": "macros/staging/get_field_columns.sql", "original_file_path": "macros/staging/get_field_columns.sql", "unique_id": "macro.jira.get_field_columns", "macro_sql": "{% macro get_field_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"is_array\", \"datatype\": \"boolean\"},\n {\"name\": \"is_custom\", \"datatype\": \"boolean\"},\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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.050998, "supported_languages": null}, "macro.jira.get_team_columns": {"name": "get_team_columns", "resource_type": "macro", "package_name": "jira", "path": "macros/staging/get_team_columns.sql", "original_file_path": "macros/staging/get_team_columns.sql", "unique_id": "macro.jira.get_team_columns", "macro_sql": "{% macro get_team_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"is_shared\", \"datatype\": \"boolean\"},\n {\"name\": \"is_visible\", \"datatype\": \"boolean\"},\n {\"name\": \"name\", \"datatype\": dbt.type_string()},\n {\"name\": \"title\", \"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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0519476, "supported_languages": null}, "macro.jira.get_user_columns": {"name": "get_user_columns", "resource_type": "macro", "package_name": "jira", "path": "macros/staging/get_user_columns.sql", "original_file_path": "macros/staging/get_user_columns.sql", "unique_id": "macro.jira.get_user_columns", "macro_sql": "{% macro get_user_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"email\", \"datatype\": dbt.type_string()},\n {\"name\": \"id\", \"datatype\": dbt.type_string()},\n {\"name\": \"locale\", \"datatype\": dbt.type_string()},\n {\"name\": \"name\", \"datatype\": dbt.type_string()},\n {\"name\": \"time_zone\", \"datatype\": dbt.type_string()},\n {\"name\": \"username\", \"datatype\": dbt.type_string()},\n {\"name\": \"is_active\", \"datatype\": \"boolean\"}\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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.053161, "supported_languages": null}, "macro.jira.get_epic_columns": {"name": "get_epic_columns", "resource_type": "macro", "package_name": "jira", "path": "macros/staging/get_epic_columns.sql", "original_file_path": "macros/staging/get_epic_columns.sql", "unique_id": "macro.jira.get_epic_columns", "macro_sql": "{% macro get_epic_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"done\", \"datatype\": \"boolean\"},\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"key\", \"datatype\": dbt.type_string()},\n {\"name\": \"name\", \"datatype\": dbt.type_string()},\n {\"name\": \"summary\", \"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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0541365, "supported_languages": null}, "macro.jira.get_comment_columns": {"name": "get_comment_columns", "resource_type": "macro", "package_name": "jira", "path": "macros/staging/get_comment_columns.sql", "original_file_path": "macros/staging/get_comment_columns.sql", "unique_id": "macro.jira.get_comment_columns", "macro_sql": "{% macro get_comment_columns() %}\n\n{% set columns = [\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\": \"created\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"is_public\", \"datatype\": \"boolean\"},\n {\"name\": \"issue_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"update_author_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"updated\", \"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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0554655, "supported_languages": null}, "macro.jira.get_priority_columns": {"name": "get_priority_columns", "resource_type": "macro", "package_name": "jira", "path": "macros/staging/get_priority_columns.sql", "original_file_path": "macros/staging/get_priority_columns.sql", "unique_id": "macro.jira.get_priority_columns", "macro_sql": "{% macro get_priority_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"description\", \"datatype\": dbt.type_string()},\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_string", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0562325, "supported_languages": null}, "macro.jira.get_field_option_columns": {"name": "get_field_option_columns", "resource_type": "macro", "package_name": "jira", "path": "macros/staging/get_field_option_columns.sql", "original_file_path": "macros/staging/get_field_option_columns.sql", "unique_id": "macro.jira.get_field_option_columns", "macro_sql": "{% macro get_field_option_columns() %}\n\n{% set columns = [\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"parent_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"name\", \"datatype\": dbt.type_string()}\n] %}\n\n{{ return(columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.type_int", "macro.dbt.type_timestamp", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.056992, "supported_languages": null}, "macro.jira.get_status_category_columns": {"name": "get_status_category_columns", "resource_type": "macro", "package_name": "jira", "path": "macros/staging/get_status_category_columns.sql", "original_file_path": "macros/staging/get_status_category_columns.sql", "unique_id": "macro.jira.get_status_category_columns", "macro_sql": "{% macro get_status_category_columns() %}\n\n{% set columns = [\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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.057633, "supported_languages": null}, "macro.jira.get_component_columns": {"name": "get_component_columns", "resource_type": "macro", "package_name": "jira", "path": "macros/staging/get_component_columns.sql", "original_file_path": "macros/staging/get_component_columns.sql", "unique_id": "macro.jira.get_component_columns", "macro_sql": "{% macro get_component_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"description\", \"datatype\": dbt.type_string()},\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"name\", \"datatype\": dbt.type_string()},\n {\"name\": \"project_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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.058494, "supported_languages": null}, "macro.jira.get_status_columns": {"name": "get_status_columns", "resource_type": "macro", "package_name": "jira", "path": "macros/staging/get_status_columns.sql", "original_file_path": "macros/staging/get_status_columns.sql", "unique_id": "macro.jira.get_status_columns", "macro_sql": "{% macro get_status_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"description\", \"datatype\": dbt.type_string()},\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"name\", \"datatype\": dbt.type_string()},\n {\"name\": \"status_category_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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0593634, "supported_languages": null}, "macro.jira.get_issue_multiselect_history_columns": {"name": "get_issue_multiselect_history_columns", "resource_type": "macro", "package_name": "jira", "path": "macros/staging/get_issue_multiselect_history_columns.sql", "original_file_path": "macros/staging/get_issue_multiselect_history_columns.sql", "unique_id": "macro.jira.get_issue_multiselect_history_columns", "macro_sql": "{% macro get_issue_multiselect_history_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"field_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"issue_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"value\", \"datatype\": dbt.type_string()},\n {\"name\": \"is_active\", \"datatype\": \"boolean\"},\n {\"name\": \"author_id\", \"datatype\": dbt.type_string()}\n] %}\n\n{% if target.type == 'redshift' %}\n {{ columns.append( {\"name\": \"time\", \"datatype\": dbt.type_timestamp(), \"quote\": True } ) }}\n{% elif target.type == 'snowflake' and not var('fivetran_using_source_casing', false) %}\n {{ columns.append( {\"name\": \"TIME\", \"datatype\": dbt.type_timestamp(), \"quote\": True } ) }}\n{% else %}\n {{ columns.append( {\"name\": \"time\", \"datatype\": dbt.type_timestamp()} ) }}\n{% endif %}\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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.061441, "supported_languages": null}, "macro.jira.get_version_columns": {"name": "get_version_columns", "resource_type": "macro", "package_name": "jira", "path": "macros/staging/get_version_columns.sql", "original_file_path": "macros/staging/get_version_columns.sql", "unique_id": "macro.jira.get_version_columns", "macro_sql": "{% macro get_version_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"archived\", \"datatype\": \"boolean\"},\n {\"name\": \"description\", \"datatype\": dbt.type_string()},\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"name\", \"datatype\": dbt.type_string()},\n {\"name\": \"overdue\", \"datatype\": \"boolean\"},\n {\"name\": \"project_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"release_date\", \"datatype\": \"date\"},\n {\"name\": \"released\", \"datatype\": \"boolean\"},\n {\"name\": \"start_date\", \"datatype\": \"date\"}\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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.062849, "supported_languages": null}, "macro.jira.get_resolution_columns": {"name": "get_resolution_columns", "resource_type": "macro", "package_name": "jira", "path": "macros/staging/get_resolution_columns.sql", "original_file_path": "macros/staging/get_resolution_columns.sql", "unique_id": "macro.jira.get_resolution_columns", "macro_sql": "{% macro get_resolution_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"description\", \"datatype\": dbt.type_string()},\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_string", "macro.dbt.type_int"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0636075, "supported_languages": null}, "macro.jira.get_issue_field_history_columns": {"name": "get_issue_field_history_columns", "resource_type": "macro", "package_name": "jira", "path": "macros/staging/get_issue_field_history_columns.sql", "original_file_path": "macros/staging/get_issue_field_history_columns.sql", "unique_id": "macro.jira.get_issue_field_history_columns", "macro_sql": "{% macro get_issue_field_history_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"field_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"issue_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"value\", \"datatype\": dbt.type_string()},\n {\"name\": \"is_active\", \"datatype\": \"boolean\"},\n {\"name\": \"author_id\", \"datatype\": dbt.type_string()}\n] %}\n\n{% if target.type == 'redshift' %}\n {{ columns.append( {\"name\": \"time\", \"datatype\": dbt.type_timestamp(), \"quote\": True } ) }}\n{% elif target.type == 'snowflake' and not var('fivetran_using_source_casing', false) %}\n {{ columns.append( {\"name\": \"TIME\", \"datatype\": dbt.type_timestamp(), \"quote\": True } ) }}\n{% else %}\n {{ columns.append( {\"name\": \"time\", \"datatype\": dbt.type_timestamp()} ) }}\n{% endif %}\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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0654502, "supported_languages": null}, "macro.jira.get_project_columns": {"name": "get_project_columns", "resource_type": "macro", "package_name": "jira", "path": "macros/staging/get_project_columns.sql", "original_file_path": "macros/staging/get_project_columns.sql", "unique_id": "macro.jira.get_project_columns", "macro_sql": "{% macro get_project_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"description\", \"datatype\": dbt.type_string()},\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"key\", \"datatype\": dbt.type_string()},\n {\"name\": \"lead_id\", \"datatype\": dbt.type_string()},\n {\"name\": \"name\", \"datatype\": dbt.type_string()},\n {\"name\": \"permission_scheme_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"project_category_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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0667007, "supported_languages": null}, "macro.jira.get_issue_link_columns": {"name": "get_issue_link_columns", "resource_type": "macro", "package_name": "jira", "path": "macros/staging/get_issue_link_columns.sql", "original_file_path": "macros/staging/get_issue_link_columns.sql", "unique_id": "macro.jira.get_issue_link_columns", "macro_sql": "{% macro get_issue_link_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"issue_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"related_issue_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"relationship\", \"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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0674517, "supported_languages": null}, "macro.jira.get_sprint_columns": {"name": "get_sprint_columns", "resource_type": "macro", "package_name": "jira", "path": "macros/staging/get_sprint_columns.sql", "original_file_path": "macros/staging/get_sprint_columns.sql", "unique_id": "macro.jira.get_sprint_columns", "macro_sql": "{% macro get_sprint_columns() %}\n\n{% set columns = [\n {\"name\": \"_fivetran_deleted\", \"datatype\": \"boolean\"},\n {\"name\": \"_fivetran_synced\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"board_id\", \"datatype\": dbt.type_int()},\n {\"name\": \"complete_date\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"end_date\", \"datatype\": dbt.type_timestamp()},\n {\"name\": \"id\", \"datatype\": dbt.type_int()},\n {\"name\": \"name\", \"datatype\": dbt.type_string()},\n {\"name\": \"start_date\", \"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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0686777, "supported_languages": null}, "macro.fivetran_utils.partition_by_source_relation": {"name": "partition_by_source_relation", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/partition_by_source_relation.sql", "original_file_path": "macros/partition_by_source_relation.sql", "unique_id": "macro.fivetran_utils.partition_by_source_relation", "macro_sql": "{% macro partition_by_source_relation(package_name, has_other_partitions='yes', alias=None, package_prefix_union_variable=true) %}\n {{ return(adapter.dispatch('partition_by_source_relation', 'fivetran_utils')(package_name, has_other_partitions, alias, package_prefix_union_variable)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.default__partition_by_source_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0693786, "supported_languages": null}, "macro.fivetran_utils.default__partition_by_source_relation": {"name": "default__partition_by_source_relation", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/partition_by_source_relation.sql", "original_file_path": "macros/partition_by_source_relation.sql", "unique_id": "macro.fivetran_utils.default__partition_by_source_relation", "macro_sql": "{% macro default__partition_by_source_relation(package_name, has_other_partitions='yes', alias=None, package_prefix_union_variable=true) -%}\n\n{%- if package_prefix_union_variable %}\n {%- set union_schemas_var = package_name ~ '_union_schemas' -%}\n {%- set union_databases_var = package_name ~ '_union_databases' -%}\n{%- else %}\n {%- set union_schemas_var = 'union_schemas' -%}\n {%- set union_databases_var = 'union_databases' -%}\n{%- endif -%}\n\n{%- set is_unioning = var(union_schemas_var, [])|length > 1 or var(union_databases_var, [])|length > 1 or var(package_name ~ '_sources', [])|length > 1 -%}\n{%- set prefix = '' if alias is none else alias ~ '.' -%}\n\n{%- if has_other_partitions == 'no' -%}\n {{- 'partition by ' ~ prefix ~ 'source_relation' if is_unioning else '' -}}\n{%- else -%}\n {{- ', ' ~ prefix ~ 'source_relation' if is_unioning else '' -}}\n{%- endif -%}\n\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0705745, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0715053, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0719523, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0721023, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0722523, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0723855, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0725174, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0733287, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0737703, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0740921, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0743985, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0747163, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0750616, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0753994, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.075722, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0764704, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.076723, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0777888, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0782845, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0788002, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0795696, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0813806, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0817792, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.081921, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0820534, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0821853, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0826416, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0828214, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0829895, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.083153, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.083326, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0838435, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0843444, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0850909, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0864778, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0868413, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0869796, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0871096, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0877793, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0879626, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0883229, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0887008, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0888748, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0890362, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.089195, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0893548, "supported_languages": null}, "macro.fivetran_utils.apply_source_relation": {"name": "apply_source_relation", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/apply_source_relation.sql", "original_file_path": "macros/apply_source_relation.sql", "unique_id": "macro.fivetran_utils.apply_source_relation", "macro_sql": "{% macro apply_source_relation(package_name, use_package_prefix=true) -%}\n\n{{ adapter.dispatch('apply_source_relation', 'fivetran_utils') (package_name, use_package_prefix) }}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.default__apply_source_relation"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0899324, "supported_languages": null}, "macro.fivetran_utils.default__apply_source_relation": {"name": "default__apply_source_relation", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/apply_source_relation.sql", "original_file_path": "macros/apply_source_relation.sql", "unique_id": "macro.fivetran_utils.default__apply_source_relation", "macro_sql": "{% macro default__apply_source_relation(package_name, use_package_prefix=true) -%}\n\n{% set sources_var = package_name ~ '_sources' %}\n{% set database_var = package_name ~ '_database' %}\n{% set schema_var = package_name ~ '_schema' %}\n\n{% if use_package_prefix %}\n {% set union_schemas_var = package_name ~ '_union_schemas' %}\n {% set union_databases_var = package_name ~ '_union_databases' %}\n{% else %}\n {% set union_schemas_var = 'union_schemas' %}\n {% set union_databases_var = 'union_databases' %}\n{% endif %}\n\n{% if var(sources_var, []) | length > 0 %}\n, _dbt_source_relation as source_relation\n{% elif var(union_schemas_var, []) | length > 0 or var(union_databases_var, []) | length > 0 %}\n{{ fivetran_utils.source_relation(union_schema_variable=union_schemas_var, union_database_variable=union_databases_var) }}\n{% else %}\n{% set database = var(database_var, target.database) %}\n{% set schema = var(schema_var, package_name) %}\n, cast('{{ database ~ \".\" ~ schema }}' as {{ dbt.type_string() }}) as source_relation\n{% endif %}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.source_relation", "macro.dbt.type_string"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0915012, "supported_languages": null}, "macro.fivetran_utils.union_connections": {"name": "union_connections", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/union_connections.sql", "original_file_path": "macros/union_connections.sql", "unique_id": "macro.fivetran_utils.union_connections", "macro_sql": "{% macro union_connections(connection_dictionary, single_source_name, single_table_name, default_identifier=single_table_name) %}\n\n{{ adapter.dispatch('union_connections', 'fivetran_utils') (connection_dictionary, single_source_name, single_table_name, default_identifier) }}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.default__union_connections"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0926304, "supported_languages": null}, "macro.fivetran_utils.default__union_connections": {"name": "default__union_connections", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/union_connections.sql", "original_file_path": "macros/union_connections.sql", "unique_id": "macro.fivetran_utils.default__union_connections", "macro_sql": "{% macro default__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{%- set identifier_var = single_source_name + \"_\" + single_table_name + \"_identifier\" %}\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 = var(identifier_var, 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 | length > 0 -%}\n {{ fivetran_utils.union_relations_custom(relations, source_column_name='_dbt_source_relation') }}\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 database = source(single_source_name, single_table_name).database %}\n {%- set schema = source(single_source_name, single_table_name).schema %}\n {%- set identifier = var(identifier_var, default_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 , '{{ database ~ \".\" ~ schema }}' as _dbt_source_relation\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.fivetran_utils.union_relations_custom", "macro.dbt.type_string", "macro.dbt_utils.star"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0961542, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.0977836, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.1036117, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.104217, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.1044972, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.1048007, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.1053433, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.1055481, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.1057622, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.1059837, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.1061778, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.1063719, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.1069555, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.1071746, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.107385, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.1076064, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.1077988, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.1080046, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.1090176, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.1093166, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.109528, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.1097407, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.1118407, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.112191, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.112331, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.1124618, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.113281, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.1140075, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.1146598, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.1162732, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.1199985, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.1204772, "supported_languages": null}, "macro.fivetran_utils.union_relations_custom": {"name": "union_relations_custom", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/union_relations_custom.sql", "original_file_path": "macros/union_relations_custom.sql", "unique_id": "macro.fivetran_utils.union_relations_custom", "macro_sql": "{%- macro union_relations_custom(relations, aliases=none, column_override=none, include=[], exclude=[], source_column_name='_dbt_source_relation', where=none) -%}\n {{ return(adapter.dispatch('union_relations_custom', 'fivetran_utils')(relations, aliases, column_override, include, exclude, source_column_name, where)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.default__union_relations_custom"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.1220016, "supported_languages": null}, "macro.fivetran_utils.default__union_relations_custom": {"name": "default__union_relations_custom", "resource_type": "macro", "package_name": "fivetran_utils", "path": "macros/union_relations_custom.sql", "original_file_path": "macros/union_relations_custom.sql", "unique_id": "macro.fivetran_utils.default__union_relations_custom", "macro_sql": "\n\n{%- macro default__union_relations_custom(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, 'zendesk_union_relations') -%}\n {%- do dbt_utils._is_ephemeral(relation, 'zendesk_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 {# dbt_utils union_relations includes the table in the source_relation. For Fivetran dbt package purposes the table should not be included in the source relation. #}\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 a change from 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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.1266024, "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{%- set using_source_casing = var('fivetran_using_source_casing', false) -%}\n\n{%- for column in staging_columns %}\n {%- if column.name|lower in source_column_names %}\n {%- if using_source_casing %}\n {%- set column_alias = column.alias if 'alias' in column else column.name %}\n {{ adapter.quote(column.name) }} as {{ adapter.quote(column_alias|upper if target.type == 'snowflake' else column_alias) }}\n {%- else %}\n {{ fivetran_utils.quote_column(column) }} as\n {%- if 'alias' in column %} {{ column.alias }}{% else %} {{ fivetran_utils.quote_column(column) }}{% endif %}\n {%- endif %}\n {%- else %}\n cast(null as {{ column.datatype }}) as\n {%- if 'alias' in column %} {{ column.alias }}{% else %} {{ fivetran_utils.quote_column(column) }}{% endif %}\n {%- endif %}{{ ',' if not loop.last }}\n{%- endfor %}\n\n{%- endmacro %}", "depends_on": {"macros": ["macro.fivetran_utils.quote_column"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.128545, "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 %}{{ column.name }}\n {%- endif %}\n {%- else %}{{ column.name }}\n {%- endif %}\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.129242, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.129839, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.1311076, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.1316366, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.1321733, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.1323965, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.132618, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.132827, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.1330304, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.133256, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.1337726, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.1341283, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.1345205, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.1347303, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.1353025, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.136311, "supported_languages": null}, "macro.spark_utils.get_tables": {"name": "get_tables", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/maintenance_operation.sql", "original_file_path": "macros/maintenance_operation.sql", "unique_id": "macro.spark_utils.get_tables", "macro_sql": "{% macro get_tables(table_regex_pattern='.*') %}\n\n {% set tables = [] %}\n {% for database in spark__list_schemas('not_used') %}\n {% for table in spark__list_relations_without_caching(database[0]) %}\n {% set db_tablename = database[0] ~ \".\" ~ table[1] %}\n {% set is_match = modules.re.match(table_regex_pattern, db_tablename) %}\n {% if is_match %}\n {% call statement('table_detail', fetch_result=True) -%}\n describe extended {{ db_tablename }}\n {% endcall %}\n\n {% set table_type = load_result('table_detail').table|reverse|selectattr(0, 'in', ('type', 'TYPE', 'Type'))|first %}\n {% if table_type[1]|lower != 'view' %}\n {{ tables.append(db_tablename) }}\n {% endif %}\n {% endif %}\n {% endfor %}\n {% endfor %}\n {{ return(tables) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.138681, "supported_languages": null}, "macro.spark_utils.get_delta_tables": {"name": "get_delta_tables", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/maintenance_operation.sql", "original_file_path": "macros/maintenance_operation.sql", "unique_id": "macro.spark_utils.get_delta_tables", "macro_sql": "{% macro get_delta_tables(table_regex_pattern='.*') %}\n\n {% set delta_tables = [] %}\n {% for db_tablename in get_tables(table_regex_pattern) %}\n {% call statement('table_detail', fetch_result=True) -%}\n describe extended {{ db_tablename }}\n {% endcall %}\n\n {% set table_type = load_result('table_detail').table|reverse|selectattr(0, 'in', ('provider', 'PROVIDER', 'Provider'))|first %}\n {% if table_type[1]|lower == 'delta' %}\n {{ delta_tables.append(db_tablename) }}\n {% endif %}\n {% endfor %}\n {{ return(delta_tables) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.spark_utils.get_tables", "macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.1395552, "supported_languages": null}, "macro.spark_utils.get_statistic_columns": {"name": "get_statistic_columns", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/maintenance_operation.sql", "original_file_path": "macros/maintenance_operation.sql", "unique_id": "macro.spark_utils.get_statistic_columns", "macro_sql": "{% macro get_statistic_columns(table) %}\n\n {% call statement('input_columns', fetch_result=True) %}\n SHOW COLUMNS IN {{ table }}\n {% endcall %}\n {% set input_columns = load_result('input_columns').table %}\n\n {% set output_columns = [] %}\n {% for column in input_columns %}\n {% call statement('column_information', fetch_result=True) %}\n DESCRIBE TABLE {{ table }} `{{ column[0] }}`\n {% endcall %}\n {% if not load_result('column_information').table[1][1].startswith('struct') and not load_result('column_information').table[1][1].startswith('array') %}\n {{ output_columns.append('`' ~ column[0] ~ '`') }}\n {% endif %}\n {% endfor %}\n {{ return(output_columns) }}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.140674, "supported_languages": null}, "macro.spark_utils.spark_optimize_delta_tables": {"name": "spark_optimize_delta_tables", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/maintenance_operation.sql", "original_file_path": "macros/maintenance_operation.sql", "unique_id": "macro.spark_utils.spark_optimize_delta_tables", "macro_sql": "{% macro spark_optimize_delta_tables(table_regex_pattern='.*') %}\n\n {% for table in get_delta_tables(table_regex_pattern) %}\n {% set start=modules.datetime.datetime.now() %}\n {% set message_prefix=loop.index ~ \" of \" ~ loop.length %}\n {{ dbt_utils.log_info(message_prefix ~ \" Optimizing \" ~ table) }}\n {% do run_query(\"optimize \" ~ table) %}\n {% set end=modules.datetime.datetime.now() %}\n {% set total_seconds = (end - start).total_seconds() | round(2) %}\n {{ dbt_utils.log_info(message_prefix ~ \" Finished \" ~ table ~ \" in \" ~ total_seconds ~ \"s\") }}\n {% endfor %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.spark_utils.get_delta_tables", "macro.dbt_utils.log_info", "macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.1416552, "supported_languages": null}, "macro.spark_utils.spark_vacuum_delta_tables": {"name": "spark_vacuum_delta_tables", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/maintenance_operation.sql", "original_file_path": "macros/maintenance_operation.sql", "unique_id": "macro.spark_utils.spark_vacuum_delta_tables", "macro_sql": "{% macro spark_vacuum_delta_tables(table_regex_pattern='.*') %}\n\n {% for table in get_delta_tables(table_regex_pattern) %}\n {% set start=modules.datetime.datetime.now() %}\n {% set message_prefix=loop.index ~ \" of \" ~ loop.length %}\n {{ dbt_utils.log_info(message_prefix ~ \" Vacuuming \" ~ table) }}\n {% do run_query(\"vacuum \" ~ table) %}\n {% set end=modules.datetime.datetime.now() %}\n {% set total_seconds = (end - start).total_seconds() | round(2) %}\n {{ dbt_utils.log_info(message_prefix ~ \" Finished \" ~ table ~ \" in \" ~ total_seconds ~ \"s\") }}\n {% endfor %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.spark_utils.get_delta_tables", "macro.dbt_utils.log_info", "macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.1425934, "supported_languages": null}, "macro.spark_utils.spark_analyze_tables": {"name": "spark_analyze_tables", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/maintenance_operation.sql", "original_file_path": "macros/maintenance_operation.sql", "unique_id": "macro.spark_utils.spark_analyze_tables", "macro_sql": "{% macro spark_analyze_tables(table_regex_pattern='.*') %}\n\n {% for table in get_tables(table_regex_pattern) %}\n {% set start=modules.datetime.datetime.now() %}\n {% set columns = get_statistic_columns(table) | join(',') %}\n {% set message_prefix=loop.index ~ \" of \" ~ loop.length %}\n {{ dbt_utils.log_info(message_prefix ~ \" Analyzing \" ~ table) }}\n {% if columns != '' %}\n {% do run_query(\"analyze table \" ~ table ~ \" compute statistics for columns \" ~ columns) %}\n {% endif %}\n {% set end=modules.datetime.datetime.now() %}\n {% set total_seconds = (end - start).total_seconds() | round(2) %}\n {{ dbt_utils.log_info(message_prefix ~ \" Finished \" ~ table ~ \" in \" ~ total_seconds ~ \"s\") }}\n {% endfor %}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.spark_utils.get_tables", "macro.spark_utils.get_statistic_columns", "macro.dbt_utils.log_info", "macro.dbt.run_query"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.1437504, "supported_languages": null}, "macro.spark_utils.assert_not_null": {"name": "assert_not_null", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/etc/assert_not_null.sql", "original_file_path": "macros/etc/assert_not_null.sql", "unique_id": "macro.spark_utils.assert_not_null", "macro_sql": "{% macro assert_not_null(function, arg) -%}\n {{ return(adapter.dispatch('assert_not_null', 'spark_utils')(function, arg)) }}\n{%- endmacro %}", "depends_on": {"macros": ["macro.spark_utils.default__assert_not_null"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.1441681, "supported_languages": null}, "macro.spark_utils.default__assert_not_null": {"name": "default__assert_not_null", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/etc/assert_not_null.sql", "original_file_path": "macros/etc/assert_not_null.sql", "unique_id": "macro.spark_utils.default__assert_not_null", "macro_sql": "{% macro default__assert_not_null(function, arg) %}\n\n coalesce({{function}}({{arg}}), nvl2({{function}}({{arg}}), assert_true({{function}}({{arg}}) is not null), null))\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.1444337, "supported_languages": null}, "macro.spark_utils.spark__convert_timezone": {"name": "spark__convert_timezone", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/snowplow/convert_timezone.sql", "original_file_path": "macros/snowplow/convert_timezone.sql", "unique_id": "macro.spark_utils.spark__convert_timezone", "macro_sql": "{% macro spark__convert_timezone(in_tz, out_tz, in_timestamp) %}\n from_utc_timestamp(to_utc_timestamp({{in_timestamp}}, {{in_tz}}), {{out_tz}})\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.1447191, "supported_languages": null}, "macro.spark_utils.spark__get_relations_by_pattern": {"name": "spark__get_relations_by_pattern", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/dbt_utils/sql/get_relations_by_prefix.sql", "original_file_path": "macros/dbt_utils/sql/get_relations_by_prefix.sql", "unique_id": "macro.spark_utils.spark__get_relations_by_pattern", "macro_sql": "{% macro spark__get_relations_by_pattern(schema_pattern, table_pattern, exclude='', database=target.database) %}\n\n {%- call statement('get_tables', fetch_result=True) %}\n\n show table extended in {{ schema_pattern }} like '{{ table_pattern }}'\n\n {%- endcall -%}\n\n {%- set table_list = load_result('get_tables') -%}\n\n {%- if table_list and table_list['table'] -%}\n {%- set tbl_relations = [] -%}\n {%- for row in table_list['table'] -%}\n {%- set tbl_relation = api.Relation.create(\n database=None,\n schema=row[0],\n identifier=row[1],\n type=('view' if 'Type: VIEW' in row[3] else 'table')\n ) -%}\n {%- do tbl_relations.append(tbl_relation) -%}\n {%- endfor -%}\n\n {{ return(tbl_relations) }}\n {%- else -%}\n {{ return([]) }}\n {%- endif -%}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.dbt.statement"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.146243, "supported_languages": null}, "macro.spark_utils.spark__get_relations_by_prefix": {"name": "spark__get_relations_by_prefix", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/dbt_utils/sql/get_relations_by_prefix.sql", "original_file_path": "macros/dbt_utils/sql/get_relations_by_prefix.sql", "unique_id": "macro.spark_utils.spark__get_relations_by_prefix", "macro_sql": "{% macro spark__get_relations_by_prefix(schema_pattern, table_pattern, exclude='', database=target.database) %}\n {% set table_pattern = table_pattern ~ '*' %}\n {{ return(spark_utils.spark__get_relations_by_pattern(schema_pattern, table_pattern, exclude='', database=target.database)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.spark_utils.spark__get_relations_by_pattern"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.1960242, "supported_languages": null}, "macro.spark_utils.spark__get_tables_by_pattern": {"name": "spark__get_tables_by_pattern", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/dbt_utils/sql/get_relations_by_prefix.sql", "original_file_path": "macros/dbt_utils/sql/get_relations_by_prefix.sql", "unique_id": "macro.spark_utils.spark__get_tables_by_pattern", "macro_sql": "{% macro spark__get_tables_by_pattern(schema_pattern, table_pattern, exclude='', database=target.database) %}\n {{ return(spark_utils.spark__get_relations_by_pattern(schema_pattern, table_pattern, exclude='', database=target.database)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.spark_utils.spark__get_relations_by_pattern"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.1964874, "supported_languages": null}, "macro.spark_utils.spark__get_tables_by_prefix": {"name": "spark__get_tables_by_prefix", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/dbt_utils/sql/get_relations_by_prefix.sql", "original_file_path": "macros/dbt_utils/sql/get_relations_by_prefix.sql", "unique_id": "macro.spark_utils.spark__get_tables_by_prefix", "macro_sql": "{% macro spark__get_tables_by_prefix(schema_pattern, table_pattern, exclude='', database=target.database) %}\n {{ return(spark_utils.spark__get_relations_by_prefix(schema_pattern, table_pattern, exclude='', database=target.database)) }}\n{% endmacro %}", "depends_on": {"macros": ["macro.spark_utils.spark__get_relations_by_prefix"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.1968791, "supported_languages": null}, "macro.spark_utils.spark__dateadd": {"name": "spark__dateadd", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/dbt_utils/cross_db_utils/dateadd.sql", "original_file_path": "macros/dbt_utils/cross_db_utils/dateadd.sql", "unique_id": "macro.spark_utils.spark__dateadd", "macro_sql": "{% macro spark__dateadd(datepart, interval, from_date_or_timestamp) %}\n\n {%- set clock_component -%}\n {# make sure the dates + timestamps are real, otherwise raise an error asap #}\n to_unix_timestamp({{ spark_utils.assert_not_null('to_timestamp', from_date_or_timestamp) }})\n - to_unix_timestamp({{ spark_utils.assert_not_null('date', from_date_or_timestamp) }})\n {%- endset -%}\n\n {%- if datepart in ['day', 'week'] -%}\n \n {%- set multiplier = 7 if datepart == 'week' else 1 -%}\n\n to_timestamp(\n to_unix_timestamp(\n date_add(\n {{ spark_utils.assert_not_null('date', from_date_or_timestamp) }},\n cast({{interval}} * {{multiplier}} as int)\n )\n ) + {{clock_component}}\n )\n\n {%- elif datepart in ['month', 'quarter', 'year'] -%}\n \n {%- set multiplier -%} \n {%- if datepart == 'month' -%} 1\n {%- elif datepart == 'quarter' -%} 3\n {%- elif datepart == 'year' -%} 12\n {%- endif -%}\n {%- endset -%}\n\n to_timestamp(\n to_unix_timestamp(\n add_months(\n {{ spark_utils.assert_not_null('date', from_date_or_timestamp) }},\n cast({{interval}} * {{multiplier}} as int)\n )\n ) + {{clock_component}}\n )\n\n {%- elif datepart in ('hour', 'minute', 'second', 'millisecond', 'microsecond') -%}\n \n {%- set multiplier -%} \n {%- if datepart == 'hour' -%} 3600\n {%- elif datepart == 'minute' -%} 60\n {%- elif datepart == 'second' -%} 1\n {%- elif datepart == 'millisecond' -%} (1/1000000)\n {%- elif datepart == 'microsecond' -%} (1/1000000)\n {%- endif -%}\n {%- endset -%}\n\n to_timestamp(\n {{ spark_utils.assert_not_null('to_unix_timestamp', from_date_or_timestamp) }}\n + cast({{interval}} * {{multiplier}} as int)\n )\n\n {%- else -%}\n\n {{ exceptions.raise_compiler_error(\"macro dateadd not implemented for datepart ~ '\" ~ datepart ~ \"' ~ on Spark\") }}\n\n {%- endif -%}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.spark_utils.assert_not_null"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.1994371, "supported_languages": null}, "macro.spark_utils.spark__type_numeric": {"name": "spark__type_numeric", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/dbt_utils/cross_db_utils/datatypes.sql", "original_file_path": "macros/dbt_utils/cross_db_utils/datatypes.sql", "unique_id": "macro.spark_utils.spark__type_numeric", "macro_sql": "{% macro spark__type_numeric() %}\n decimal(28, 6)\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.1996462, "supported_languages": null}, "macro.spark_utils.spark__concat": {"name": "spark__concat", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/dbt_utils/cross_db_utils/concat.sql", "original_file_path": "macros/dbt_utils/cross_db_utils/concat.sql", "unique_id": "macro.spark_utils.spark__concat", "macro_sql": "{% macro spark__concat(fields) -%}\n concat({{ fields|join(', ') }})\n{%- endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.199887, "supported_languages": null}, "macro.spark_utils.spark__current_timestamp": {"name": "spark__current_timestamp", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/dbt_utils/cross_db_utils/current_timestamp.sql", "original_file_path": "macros/dbt_utils/cross_db_utils/current_timestamp.sql", "unique_id": "macro.spark_utils.spark__current_timestamp", "macro_sql": "{% macro spark__current_timestamp() %}\n current_timestamp()\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2000515, "supported_languages": null}, "macro.spark_utils.spark__current_timestamp_in_utc": {"name": "spark__current_timestamp_in_utc", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/dbt_utils/cross_db_utils/current_timestamp.sql", "original_file_path": "macros/dbt_utils/cross_db_utils/current_timestamp.sql", "unique_id": "macro.spark_utils.spark__current_timestamp_in_utc", "macro_sql": "{% macro spark__current_timestamp_in_utc() %}\n unix_timestamp()\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2001526, "supported_languages": null}, "macro.spark_utils.spark__datediff": {"name": "spark__datediff", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/dbt_utils/cross_db_utils/datediff.sql", "original_file_path": "macros/dbt_utils/cross_db_utils/datediff.sql", "unique_id": "macro.spark_utils.spark__datediff", "macro_sql": "{% macro spark__datediff(first_date, second_date, datepart) %}\n\n {%- if datepart in ['day', 'week', 'month', 'quarter', 'year'] -%}\n \n {# make sure the dates are real, otherwise raise an error asap #}\n {% set first_date = spark_utils.assert_not_null('date', first_date) %}\n {% set second_date = spark_utils.assert_not_null('date', second_date) %}\n \n {%- endif -%}\n \n {%- if datepart == 'day' -%}\n \n datediff({{second_date}}, {{first_date}})\n \n {%- elif datepart == 'week' -%}\n \n case when {{first_date}} < {{second_date}}\n then floor(datediff({{second_date}}, {{first_date}})/7)\n else ceil(datediff({{second_date}}, {{first_date}})/7)\n end\n \n -- did we cross a week boundary (Sunday)?\n + case\n when {{first_date}} < {{second_date}} and dayofweek({{second_date}}) < dayofweek({{first_date}}) then 1\n when {{first_date}} > {{second_date}} and dayofweek({{second_date}}) > dayofweek({{first_date}}) then -1\n else 0 end\n\n {%- elif datepart == 'month' -%}\n\n case when {{first_date}} < {{second_date}}\n then floor(months_between(date({{second_date}}), date({{first_date}})))\n else ceil(months_between(date({{second_date}}), date({{first_date}})))\n end\n \n -- did we cross a month boundary?\n + case\n when {{first_date}} < {{second_date}} and dayofmonth({{second_date}}) < dayofmonth({{first_date}}) then 1\n when {{first_date}} > {{second_date}} and dayofmonth({{second_date}}) > dayofmonth({{first_date}}) then -1\n else 0 end\n \n {%- elif datepart == 'quarter' -%}\n \n case when {{first_date}} < {{second_date}}\n then floor(months_between(date({{second_date}}), date({{first_date}}))/3)\n else ceil(months_between(date({{second_date}}), date({{first_date}}))/3)\n end\n \n -- did we cross a quarter boundary?\n + case\n when {{first_date}} < {{second_date}} and (\n (dayofyear({{second_date}}) - (quarter({{second_date}}) * 365/4))\n < (dayofyear({{first_date}}) - (quarter({{first_date}}) * 365/4))\n ) then 1\n when {{first_date}} > {{second_date}} and (\n (dayofyear({{second_date}}) - (quarter({{second_date}}) * 365/4))\n > (dayofyear({{first_date}}) - (quarter({{first_date}}) * 365/4))\n ) then -1\n else 0 end\n\n {%- elif datepart == 'year' -%}\n \n year({{second_date}}) - year({{first_date}})\n\n {%- elif datepart in ('hour', 'minute', 'second', 'millisecond', 'microsecond') -%}\n \n {%- set divisor -%} \n {%- if datepart == 'hour' -%} 3600\n {%- elif datepart == 'minute' -%} 60\n {%- elif datepart == 'second' -%} 1\n {%- elif datepart == 'millisecond' -%} (1/1000)\n {%- elif datepart == 'microsecond' -%} (1/1000000)\n {%- endif -%}\n {%- endset -%}\n\n case when {{first_date}} < {{second_date}}\n then ceil((\n {# make sure the timestamps are real, otherwise raise an error asap #}\n {{ spark_utils.assert_not_null('to_unix_timestamp', spark_utils.assert_not_null('to_timestamp', second_date)) }}\n - {{ spark_utils.assert_not_null('to_unix_timestamp', spark_utils.assert_not_null('to_timestamp', first_date)) }}\n ) / {{divisor}})\n else floor((\n {{ spark_utils.assert_not_null('to_unix_timestamp', spark_utils.assert_not_null('to_timestamp', second_date)) }}\n - {{ spark_utils.assert_not_null('to_unix_timestamp', spark_utils.assert_not_null('to_timestamp', first_date)) }}\n ) / {{divisor}})\n end\n \n {% if datepart == 'millisecond' %}\n + cast(date_format({{second_date}}, 'SSS') as int)\n - cast(date_format({{first_date}}, 'SSS') as int)\n {% endif %}\n \n {% if datepart == 'microsecond' %} \n {% set capture_str = '[0-9]{4}-[0-9]{2}-[0-9]{2}.[0-9]{2}:[0-9]{2}:[0-9]{2}.([0-9]{6})' %}\n -- Spark doesn't really support microseconds, so this is a massive hack!\n -- It will only work if the timestamp-string is of the format\n -- 'yyyy-MM-dd-HH mm.ss.SSSSSS'\n + cast(regexp_extract({{second_date}}, '{{capture_str}}', 1) as int)\n - cast(regexp_extract({{first_date}}, '{{capture_str}}', 1) as int) \n {% endif %}\n\n {%- else -%}\n\n {{ exceptions.raise_compiler_error(\"macro datediff not implemented for datepart ~ '\" ~ datepart ~ \"' ~ on Spark\") }}\n\n {%- endif -%}\n\n{% endmacro %}", "depends_on": {"macros": ["macro.spark_utils.assert_not_null"]}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2049038, "supported_languages": null}, "macro.spark_utils.spark__split_part": {"name": "spark__split_part", "resource_type": "macro", "package_name": "spark_utils", "path": "macros/dbt_utils/cross_db_utils/split_part.sql", "original_file_path": "macros/dbt_utils/cross_db_utils/split_part.sql", "unique_id": "macro.spark_utils.spark__split_part", "macro_sql": "{% macro spark__split_part(string_text, delimiter_text, part_number) %}\n\n {% set delimiter_expr %}\n \n -- escape if starts with a special character\n case when regexp_extract({{ delimiter_text }}, '([^A-Za-z0-9])(.*)', 1) != '_'\n then concat('\\\\', {{ delimiter_text }})\n else {{ delimiter_text }} end\n \n {% endset %}\n\n {% set split_part_expr %}\n \n split(\n {{ string_text }},\n {{ delimiter_expr }}\n )[({{ part_number - 1 }})]\n \n {% endset %}\n \n {{ return(split_part_expr) }}\n\n{% endmacro %}", "depends_on": {"macros": []}, "description": "", "meta": {}, "docs": {"show": true, "node_color": null}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2056088, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2060513, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2062411, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2064235, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2066126, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2069705, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2072968, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2080889, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.208379, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2086065, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2088537, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2090697, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2092845, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2095108, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2099836, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.210389, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2108412, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2115507, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2121625, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2127063, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2129586, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.213622, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2140892, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2148635, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2152526, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2157032, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2171512, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2217402, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2224336, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2235353, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2241075, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.22505, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2256541, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2262444, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2264922, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2274692, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2293682, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2300308, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2304, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2311282, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2321599, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2326982, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2330766, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2335732, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2343981, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2354777, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.238017, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2384825, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2389324, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.239606, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2403681, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2406867, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2411578, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.241738, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2426822, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2430658, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2432468, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2443278, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2455273, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2460034, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.246707, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.247366, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2484636, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2495644, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2500517, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.251155, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2524815, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2533503, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.254378, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2566075, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2571685, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2579184, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.258662, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2591252, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2600417, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2612576, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2623906, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2643633, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2649667, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2655632, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2662575, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2667284, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2673452, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2681015, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2696893, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.274817, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2755363, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2766876, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2773473, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2785308, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2796106, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.281511, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2828407, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2851439, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2865064, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2889838, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2899077, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2907894, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2917466, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.292648, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2936456, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.295272, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2960253, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2970824, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.297822, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2985344, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.2993114, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.300786, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.3025107, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.3031888, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.3036597, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.3042593, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.304686, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.3052702, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.3056707, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.3064187, "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}, "config": {"meta": {}, "docs": {"show": true, "node_color": null}}, "patch_path": null, "arguments": [], "created_at": 1781051927.307483, "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.jira.source_relation": {"name": "source_relation", "resource_type": "doc", "package_name": "jira", "path": "docs.md", "original_file_path": "models/docs.md", "unique_id": "doc.jira.source_relation", "block_contents": "Identifies the record's source."}}, "exposures": {}, "metrics": {}, "groups": {}, "selectors": {}, "disabled": {"test.jira_integration_tests.vertical_integrity_sprint_enhanced": [{"database": "postgres", "schema": "public_dbt_test__audit", "name": "vertical_integrity_sprint_enhanced", "resource_type": "test", "package_name": "jira_integration_tests", "path": "integrity/vertical_integrity_sprint_enhanced.sql", "original_file_path": "tests/integrity/vertical_integrity_sprint_enhanced.sql", "unique_id": "test.jira_integration_tests.vertical_integrity_sprint_enhanced", "fqn": ["jira_integration_tests", "integrity", "vertical_integrity_sprint_enhanced"], "alias": "vertical_integrity_sprint_enhanced", "checksum": {"name": "sha256", "checksum": "3f13ef1c871999f5626f25ef2341d90c404a4c365d0b77d3371286585869a005"}, "config": {"enabled": false, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": ["fivetran_validations"], "meta": {}, "group": null, "static_analysis": 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": 1781051927.851548, "relation_name": null, "raw_code": "{{ config(\n tags=\"fivetran_validations\",\n enabled=var('fivetran_validation_tests_enabled', false)\n and var('jira_using_sprints', true)\n) }}\n\nwith end_model as (\n\n select \n sprint_id, \n sprint_issues as sprint_issues_end\n from {{ ref('jira__sprint_enhanced') }}\n),\n\n\nissue_multiselect_history as (\n\n select *\n from {{ ref('stg_jira__issue_multiselect_history') }}\n),\n\nfield as (\n\n select *\n from {{ ref('stg_jira__field') }}\n),\n\nsprint as (\n\n select *\n from {{ ref('stg_jira__sprint') }}\n),\n\nissue as (\n\n select *\n from {{ ref('stg_jira__issue') }}\n),\n\nissue_sprint_fields as (\n\n select \n issue_multiselect_history.issue_id, \n issue_multiselect_history.field_value, \n field.field_name\n from issue_multiselect_history\n inner join field\n on field.field_id = issue_multiselect_history.field_id\n inner join issue\n on cast(issue.issue_id as string) = issue_multiselect_history.field_id\n where lower(field.field_name) = 'sprint'\n),\n\nsource_model as (\n\n select \n sprint.sprint_id, \n count(distinct issue_id) as sprint_issues_source\n from issue_sprint_fields\n inner join sprint\n on issue_sprint_fields.field_value = cast(sprint.sprint_id as string)\n group by 1\n)\n\nselect \n end_model.sprint_id,\n sprint_issues_source,\n sprint_issues_end\nfrom end_model\nfull outer join source_model\n on end_model.sprint_id = cast(source_model.sprint_id as string)\nwhere sprint_issues_source != sprint_issues_end", "doc_blocks": [], "language": "sql", "refs": [{"name": "jira__sprint_enhanced", "package": null, "version": null}, {"name": "stg_jira__issue_multiselect_history", "package": null, "version": null}, {"name": "stg_jira__field", "package": null, "version": null}, {"name": "stg_jira__sprint", "package": null, "version": null}, {"name": "stg_jira__issue", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": [], "nodes": []}, "compiled_path": null, "contract": {"enforced": false, "alias_types": true, "checksum": null}}], "test.jira_integration_tests.vertical_integrity_daily_sprint_issue_history": [{"database": "postgres", "schema": "public_dbt_test__audit", "name": "vertical_integrity_daily_sprint_issue_history", "resource_type": "test", "package_name": "jira_integration_tests", "path": "integrity/vertical_integrity_daily_sprint_issue_history.sql", "original_file_path": "tests/integrity/vertical_integrity_daily_sprint_issue_history.sql", "unique_id": "test.jira_integration_tests.vertical_integrity_daily_sprint_issue_history", "fqn": ["jira_integration_tests", "integrity", "vertical_integrity_daily_sprint_issue_history"], "alias": "vertical_integrity_daily_sprint_issue_history", "checksum": {"name": "sha256", "checksum": "e75fece1923ece090289fbd9c6b41febedd55b8da2decaab2027f5a78d8d75cc"}, "config": {"enabled": false, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": ["fivetran_validations"], "meta": {}, "group": null, "static_analysis": 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": 1781051927.8767543, "relation_name": null, "raw_code": "{{ config(\n tags=\"fivetran_validations\",\n enabled=var('fivetran_validation_tests_enabled', false)\n and var('jira_using_sprints', true)\n) }}\n\nwith end_model as (\n\n select\n sprint_id,\n issue_id,\n sprint_started_at,\n min(date_day) as first_date_end\n from {{ ref('jira__daily_sprint_issue_history') }}\n group by 1,2,3\n),\n\n\nissue_multiselect_history as (\n\n select *\n from {{ ref('stg_jira__issue_multiselect_history') }}\n),\n\nfield as (\n\n select *\n from {{ ref('stg_jira__field') }}\n),\n\nsprint as (\n\n select *\n from {{ ref('stg_jira__sprint') }}\n),\n\n-- For each issue on each day, find the timestamp of the last sprint-related event.\n-- This mirrors how jira__daily_issue_field_history forward-fills using the end-of-day state.\nlast_sprint_event_per_day as (\n\n select\n issue_multiselect_history.issue_id,\n cast(issue_multiselect_history.updated_at as date) as updated_date,\n max(issue_multiselect_history.updated_at) as last_updated_at\n from issue_multiselect_history\n inner join field\n on field.field_id = issue_multiselect_history.field_id\n where lower(field.field_name) = 'sprint'\n group by 1, 2\n),\n\n-- Only include sprint IDs that were recorded at the last event timestamp for that issue/day.\n-- Sprints that appeared earlier in the day but were superseded are excluded.\nissue_sprint_fields as (\n\n select\n issue_multiselect_history.issue_id,\n cast(issue_multiselect_history.field_value as {{ dbt.type_int() }}) as sprint_id,\n last_sprint_event_per_day.updated_date\n from issue_multiselect_history\n inner join field\n on field.field_id = issue_multiselect_history.field_id\n inner join last_sprint_event_per_day\n on issue_multiselect_history.issue_id = last_sprint_event_per_day.issue_id\n and cast(issue_multiselect_history.updated_at as date) = last_sprint_event_per_day.updated_date\n and issue_multiselect_history.updated_at = last_sprint_event_per_day.last_updated_at\n where lower(field.field_name) = 'sprint'\n and issue_multiselect_history.field_value is not null\n),\n\n\nsource_model as (\n\n select\n issue_id,\n sprint_id,\n min(updated_date) as first_date_source\n from issue_sprint_fields\n group by 1, 2\n)\n\nselect\n end_model.sprint_id,\n end_model.issue_id,\n first_date_source,\n first_date_end\nfrom end_model\nfull outer join source_model\n on end_model.sprint_id = cast(source_model.sprint_id as string)\n and end_model.issue_id = source_model.issue_id\nwhere first_date_source != first_date_end\nand first_date_source >= cast(sprint_started_at as date)", "doc_blocks": [], "language": "sql", "refs": [{"name": "jira__daily_sprint_issue_history", "package": null, "version": null}, {"name": "stg_jira__issue_multiselect_history", "package": null, "version": null}, {"name": "stg_jira__field", "package": null, "version": null}, {"name": "stg_jira__sprint", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt.type_int"], "nodes": []}, "compiled_path": null, "contract": {"enforced": false, "alias_types": true, "checksum": null}}], "test.jira_integration_tests.consistency_daily_sprint_issue_history": [{"database": "postgres", "schema": "public_dbt_test__audit", "name": "consistency_daily_sprint_issue_history", "resource_type": "test", "package_name": "jira_integration_tests", "path": "consistency/consistency_daily_sprint_issue_history.sql", "original_file_path": "tests/consistency/consistency_daily_sprint_issue_history.sql", "unique_id": "test.jira_integration_tests.consistency_daily_sprint_issue_history", "fqn": ["jira_integration_tests", "consistency", "consistency_daily_sprint_issue_history"], "alias": "consistency_daily_sprint_issue_history", "checksum": {"name": "sha256", "checksum": "57e0ea5f5f8857e997a7208355847a35ae97ad78a762cd74228106665dd47a14"}, "config": {"enabled": false, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": ["fivetran_validations"], "meta": {}, "group": null, "static_analysis": 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": 1781051927.8840594, "relation_name": null, "raw_code": "{{ config(\n tags=\"fivetran_validations\",\n enabled=var('fivetran_validation_tests_enabled', false)\n) }}\n\n-- source_relation is excluded as it will differ between prod and dev schemas\nwith prod as (\n select\n date_day,\n issue_id,\n sprint_id,\n sprint_name,\n days_left_in_sprint\n from {{ target.schema }}_jira_prod.jira__daily_sprint_issue_history\n),\n\ndev as (\n select\n date_day,\n issue_id,\n sprint_id,\n sprint_name,\n days_left_in_sprint\n from {{ target.schema }}_jira_dev.jira__daily_sprint_issue_history\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": [], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": [], "nodes": []}, "compiled_path": null, "contract": {"enforced": false, "alias_types": true, "checksum": null}}], "test.jira_integration_tests.consistency_project_enhanced": [{"database": "postgres", "schema": "public_dbt_test__audit", "name": "consistency_project_enhanced", "resource_type": "test", "package_name": "jira_integration_tests", "path": "consistency/consistency_project_enhanced.sql", "original_file_path": "tests/consistency/consistency_project_enhanced.sql", "unique_id": "test.jira_integration_tests.consistency_project_enhanced", "fqn": ["jira_integration_tests", "consistency", "consistency_project_enhanced"], "alias": "consistency_project_enhanced", "checksum": {"name": "sha256", "checksum": "fae94860b782c17622db37a0324c3a36e267593f66a00bec1f4ca30fe4622796"}, "config": {"enabled": false, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": ["fivetran_validations"], "meta": {}, "group": null, "static_analysis": 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": 1781051927.8894403, "relation_name": null, "raw_code": "{{ config(\n tags=\"fivetran_validations\",\n enabled=var('fivetran_validation_tests_enabled', false)\n) }}\n\n{# Exclude columns that depend on calculations involving the current time in seconds or aggregate strings in a random order, as they will differ between runs. #}\n{% set exclude_columns = ['avg_age_currently_open_seconds', 'avg_age_currently_open_assigned_seconds', 'median_age_currently_open_seconds', 'median_age_currently_open_assigned_seconds', 'epics', 'components'] + var('consistency_test_exclude_metrics', []) %}\n\nwith prod as (\n select {{ dbt_utils.star(from=ref('jira__project_enhanced'), except=exclude_columns) }}\n from {{ target.schema }}_jira_prod.jira__project_enhanced\n),\n\ndev as (\n select {{ dbt_utils.star(from=ref('jira__project_enhanced'), except=exclude_columns) }}\n from {{ target.schema }}_jira_dev.jira__project_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": "jira__project_enhanced", "package": null, "version": null}, {"name": "jira__project_enhanced", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt_utils.star"], "nodes": []}, "compiled_path": null, "contract": {"enforced": false, "alias_types": true, "checksum": null}}], "test.jira_integration_tests.consistency_user_enhanced": [{"database": "postgres", "schema": "public_dbt_test__audit", "name": "consistency_user_enhanced", "resource_type": "test", "package_name": "jira_integration_tests", "path": "consistency/consistency_user_enhanced.sql", "original_file_path": "tests/consistency/consistency_user_enhanced.sql", "unique_id": "test.jira_integration_tests.consistency_user_enhanced", "fqn": ["jira_integration_tests", "consistency", "consistency_user_enhanced"], "alias": "consistency_user_enhanced", "checksum": {"name": "sha256", "checksum": "0fbf7f88df7507bf5b09373ecb3aa518889b8df98cf91f88e3c9da39645a77ee"}, "config": {"enabled": false, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": ["fivetran_validations"], "meta": {}, "group": null, "static_analysis": 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": 1781051927.9067633, "relation_name": null, "raw_code": "{{ config(\n tags=\"fivetran_validations\",\n enabled=var('fivetran_validation_tests_enabled', false)\n) }}\n\n{# Exclude columns that depend on calculations involving the current time in seconds or aggregate strings in a random order, as they will differ between runs. #}\n{% set exclude_columns = ['avg_age_currently_open_seconds', 'avg_age_currently_open_days', 'median_age_currently_open_seconds', 'median_age_currently_open_days', 'projects'] + var('consistency_test_exclude_metrics', []) %}\n\nwith prod as (\n select {{ dbt_utils.star(from=ref('jira__user_enhanced'), except=exclude_columns) }}\n from {{ target.schema }}_jira_prod.jira__user_enhanced\n),\n\ndev as (\n select {{ dbt_utils.star(from=ref('jira__user_enhanced'), except=exclude_columns) }}\n from {{ target.schema }}_jira_dev.jira__user_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": "jira__user_enhanced", "package": null, "version": null}, {"name": "jira__user_enhanced", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt_utils.star"], "nodes": []}, "compiled_path": null, "contract": {"enforced": false, "alias_types": true, "checksum": null}}], "test.jira_integration_tests.consistency_daily_issue_field_history": [{"database": "postgres", "schema": "public_dbt_test__audit", "name": "consistency_daily_issue_field_history", "resource_type": "test", "package_name": "jira_integration_tests", "path": "consistency/consistency_daily_issue_field_history.sql", "original_file_path": "tests/consistency/consistency_daily_issue_field_history.sql", "unique_id": "test.jira_integration_tests.consistency_daily_issue_field_history", "fqn": ["jira_integration_tests", "consistency", "consistency_daily_issue_field_history"], "alias": "consistency_daily_issue_field_history", "checksum": {"name": "sha256", "checksum": "ce9fe7e0fb825b7789b068918fe9f3faa75b294958678572daa08cc80092a5c0"}, "config": {"enabled": false, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": ["fivetran_validations"], "meta": {}, "group": null, "static_analysis": 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": 1781051927.912813, "relation_name": null, "raw_code": "{{ config(\n tags=\"fivetran_validations\",\n enabled=var('fivetran_validation_tests_enabled', false)\n) }}\n\n-- source_relation is excluded as it will differ between prod and dev schemas\nwith prod as (\n select\n date_day,\n issue_id,\n status,\n status_id\n from {{ target.schema }}_jira_prod.jira__daily_issue_field_history\n),\n\ndev as (\n \n select\n date_day,\n issue_id,\n status,\n status_id\n from {{ target.schema }}_jira_dev.jira__daily_issue_field_history\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": [], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": [], "nodes": []}, "compiled_path": null, "contract": {"enforced": false, "alias_types": true, "checksum": null}}], "test.jira_integration_tests.consistency_timestamp_issue_field_history": [{"database": "postgres", "schema": "public_dbt_test__audit", "name": "consistency_timestamp_issue_field_history", "resource_type": "test", "package_name": "jira_integration_tests", "path": "consistency/consistency_timestamp_issue_field_history.sql", "original_file_path": "tests/consistency/consistency_timestamp_issue_field_history.sql", "unique_id": "test.jira_integration_tests.consistency_timestamp_issue_field_history", "fqn": ["jira_integration_tests", "consistency", "consistency_timestamp_issue_field_history"], "alias": "consistency_timestamp_issue_field_history", "checksum": {"name": "sha256", "checksum": "8e0aecd1c9640180de298f776d7841c2bc64f3512915ff5bc958603828ad3b0c"}, "config": {"enabled": false, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": ["fivetran_validations"], "meta": {}, "group": null, "static_analysis": 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": 1781051927.9171433, "relation_name": null, "raw_code": "{{ config(\n tags=\"fivetran_validations\",\n enabled=var('fivetran_validation_tests_enabled', false)\n) }}\n\n-- source_relation is excluded as it will differ between prod and dev schemas\nwith prod as (\n select\n valid_from,\n issue_id,\n status,\n status_id,\n author_id\n from {{ target.schema }}_jira_prod.jira__timestamp_issue_field_history\n),\n\ndev as (\n select\n valid_from,\n issue_id,\n status,\n status_id,\n author_id\n from {{ target.schema }}_jira_dev.jira__timestamp_issue_field_history\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": [], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": [], "nodes": []}, "compiled_path": null, "contract": {"enforced": false, "alias_types": true, "checksum": null}}], "test.jira_integration_tests.consistency_sprint_enhanced": [{"database": "postgres", "schema": "public_dbt_test__audit", "name": "consistency_sprint_enhanced", "resource_type": "test", "package_name": "jira_integration_tests", "path": "consistency/consistency_sprint_enhanced.sql", "original_file_path": "tests/consistency/consistency_sprint_enhanced.sql", "unique_id": "test.jira_integration_tests.consistency_sprint_enhanced", "fqn": ["jira_integration_tests", "consistency", "consistency_sprint_enhanced"], "alias": "consistency_sprint_enhanced", "checksum": {"name": "sha256", "checksum": "8a58ba0bce823dc6ba0fa54c08907108956eda8b75ede09c4667d5261e933799"}, "config": {"enabled": false, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": ["fivetran_validations"], "meta": {}, "group": null, "static_analysis": 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": 1781051927.9220867, "relation_name": null, "raw_code": "{{ config(\n tags=\"fivetran_validations\",\n enabled=var('fivetran_validation_tests_enabled', false)\n) }}\n\n{# Exclude columns that depend on calculations involving the current time in seconds or aggregate strings in a random order, as they will differ between runs. #}\n{% set exclude_columns = var('consistency_test_exclude_metrics', []) %}\n\nwith prod as (\n select {{ dbt_utils.star(from=ref('jira__sprint_enhanced'), except=exclude_columns) }}\n from {{ target.schema }}_jira_prod.jira__sprint_enhanced\n),\n\ndev as (\n select {{ dbt_utils.star(from=ref('jira__sprint_enhanced'), except=exclude_columns) }}\n from {{ target.schema }}_jira_dev.jira__sprint_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": "jira__sprint_enhanced", "package": null, "version": null}, {"name": "jira__sprint_enhanced", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt_utils.star"], "nodes": []}, "compiled_path": null, "contract": {"enforced": false, "alias_types": true, "checksum": null}}], "test.jira_integration_tests.consistency_issue_enhanced": [{"database": "postgres", "schema": "public_dbt_test__audit", "name": "consistency_issue_enhanced", "resource_type": "test", "package_name": "jira_integration_tests", "path": "consistency/consistency_issue_enhanced.sql", "original_file_path": "tests/consistency/consistency_issue_enhanced.sql", "unique_id": "test.jira_integration_tests.consistency_issue_enhanced", "fqn": ["jira_integration_tests", "consistency", "consistency_issue_enhanced"], "alias": "consistency_issue_enhanced", "checksum": {"name": "sha256", "checksum": "cc7be1ad5f7ce6dda3b3e264af097d956cd830e8d706da85a7e48e24162960ca"}, "config": {"enabled": false, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": ["fivetran_validations"], "meta": {}, "group": null, "static_analysis": 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": 1781051927.927752, "relation_name": null, "raw_code": "{{ config(\n tags=\"fivetran_validations\",\n enabled=var('fivetran_validation_tests_enabled', false)\n) }}\n\n{# Exclude columns that depend on calculations involving the current time in seconds or aggregate strings in a random order, as they will differ between runs. #}\n{% set exclude_columns = ['open_duration_seconds', 'any_assignment_duration_seconds', 'last_assignment_duration_seconds', 'fixes_versions', 'affects_versions', 'conversation', 'sprint', 'sprint_name', 'labels', 'collaborators', 'quarter'] + var('consistency_test_exclude_metrics', []) %}\nwith prod as (\n select {{ dbt_utils.star(from=ref('jira__issue_enhanced'), except=exclude_columns) }}\n from {{ target.schema }}_jira_prod.jira__issue_enhanced\n),\n\ndev as (\n select {{ dbt_utils.star(from=ref('jira__issue_enhanced'), except=exclude_columns) }}\n from {{ target.schema }}_jira_dev.jira__issue_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": "jira__issue_enhanced", "package": null, "version": null}, {"name": "jira__issue_enhanced", "package": null, "version": null}], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": ["macro.dbt_utils.star"], "nodes": []}, "compiled_path": null, "contract": {"enforced": false, "alias_types": true, "checksum": null}}], "test.jira_integration_tests.consistency_issue_status_transitions": [{"database": "postgres", "schema": "public_dbt_test__audit", "name": "consistency_issue_status_transitions", "resource_type": "test", "package_name": "jira_integration_tests", "path": "consistency/consistency_issue_status_transitions.sql", "original_file_path": "tests/consistency/consistency_issue_status_transitions.sql", "unique_id": "test.jira_integration_tests.consistency_issue_status_transitions", "fqn": ["jira_integration_tests", "consistency", "consistency_issue_status_transitions"], "alias": "consistency_issue_status_transitions", "checksum": {"name": "sha256", "checksum": "8df8af6f361ba8d065ad088de576017024fed290aa725413545ce8c3ae78f978"}, "config": {"enabled": false, "alias": null, "schema": "dbt_test__audit", "database": null, "tags": ["fivetran_validations"], "meta": {}, "group": null, "static_analysis": 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": 1781051927.9337616, "relation_name": null, "raw_code": "{{ config(\n tags=\"fivetran_validations\",\n enabled=var('fivetran_validation_tests_enabled', false)\n) }}\n\n-- source_relation is excluded as it will differ between prod and dev schemas\nwith prod as (\n\n select\n issue_id,\n status,\n status_category_name,\n previous_status,\n previous_status_category_name\n from {{ target.schema }}_jira_prod.jira__issue_status_transitions\n),\n\ndev as (\n\n select\n issue_id,\n status,\n status_category_name,\n previous_status,\n previous_status_category_name\n from {{ target.schema }}_jira_dev.jira__issue_status_transitions\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": [], "sources": [], "metrics": [], "functions": [], "depends_on": {"macros": [], "nodes": []}, "compiled_path": null, "contract": {"enforced": false, "alias_types": true, "checksum": null}}]}, "parent_map": {"seed.jira_integration_tests.component": [], "seed.jira_integration_tests.project": [], "seed.jira_integration_tests.comment": [], "seed.jira_integration_tests.epic": [], "seed.jira_integration_tests.user_group": [], "seed.jira_integration_tests.status_category": [], "seed.jira_integration_tests.team": [], "seed.jira_integration_tests.issue_field_history": [], "seed.jira_integration_tests.user": [], "seed.jira_integration_tests.field_option": [], "seed.jira_integration_tests.issue": [], "seed.jira_integration_tests.issue_multiselect_history": [], "seed.jira_integration_tests.sprint": [], "seed.jira_integration_tests.version": [], "seed.jira_integration_tests.status": [], "seed.jira_integration_tests.field": [], "seed.jira_integration_tests.project_category": [], "seed.jira_integration_tests.project_board": [], "seed.jira_integration_tests.issue_type": [], "seed.jira_integration_tests.issue_link": [], "seed.jira_integration_tests.priority": [], "seed.jira_integration_tests.resolution": [], "model.jira.jira__issue_status_transitions": ["model.jira.jira__timestamp_issue_field_history"], "model.jira.jira__user_enhanced": ["model.jira.int_jira__user_metrics", "model.jira.jira__issue_enhanced", "model.jira.stg_jira__user"], "model.jira.jira__daily_issue_field_history": ["model.jira.int_jira__field_history_scd", "model.jira.int_jira__issue_calendar_spine", "model.jira.stg_jira__component", "model.jira.stg_jira__field_option", "model.jira.stg_jira__issue_type", "model.jira.stg_jira__project", "model.jira.stg_jira__status", "model.jira.stg_jira__team", "model.jira.stg_jira__user"], "model.jira.jira__project_enhanced": ["model.jira.int_jira__project_metrics", "model.jira.jira__issue_enhanced", "model.jira.stg_jira__component", "model.jira.stg_jira__project", "model.jira.stg_jira__user"], "model.jira.jira__sprint_enhanced": ["model.jira.jira__daily_sprint_issue_history"], "model.jira.jira__timestamp_issue_field_history": ["model.jira.int_jira__timestamp_field_history_scd", "model.jira.stg_jira__component", "model.jira.stg_jira__field_option", "model.jira.stg_jira__issue_type", "model.jira.stg_jira__project", "model.jira.stg_jira__status", "model.jira.stg_jira__status_category", "model.jira.stg_jira__team", "model.jira.stg_jira__user"], "model.jira.jira__daily_sprint_issue_history": ["model.jira.jira__daily_issue_field_history", "model.jira.jira__issue_enhanced", "model.jira.stg_jira__sprint"], "model.jira.jira__issue_enhanced": ["model.jira.int_jira__issue_join", "model.jira.jira__daily_issue_field_history"], "model.jira.int_jira__project_metrics": ["model.jira.jira__issue_enhanced"], "model.jira.int_jira__issue_assign_resolution": ["model.jira.int_jira__issue_field_history"], "model.jira.int_jira__issue_sprint": ["model.jira.int_jira__issue_multiselect_history", "model.jira.stg_jira__sprint"], "model.jira.int_jira__issue_users": ["model.jira.int_jira__issue_type_parents", "model.jira.stg_jira__user"], "model.jira.int_jira__user_metrics": ["model.jira.jira__issue_enhanced"], "model.jira.int_jira__issue_join": ["model.jira.int_jira__issue_assign_resolution", "model.jira.int_jira__issue_comments", "model.jira.int_jira__issue_sprint", "model.jira.int_jira__issue_users", "model.jira.int_jira__issue_versions", "model.jira.stg_jira__priority", "model.jira.stg_jira__project", "model.jira.stg_jira__resolution", "model.jira.stg_jira__status", "model.jira.stg_jira__status_category"], "model.jira.int_jira__issue_epic": ["model.jira.int_jira__issue_field_history"], "model.jira.int_jira__issue_comments": ["model.jira.stg_jira__comment", "model.jira.stg_jira__user"], "model.jira.int_jira__issue_versions": ["model.jira.int_jira__issue_multiselect_history", "model.jira.stg_jira__version"], "model.jira.int_jira__issue_type_parents": ["model.jira.int_jira__issue_epic", "model.jira.stg_jira__issue", "model.jira.stg_jira__issue_type"], "model.jira.int_jira__issue_calendar_spine": ["model.jira.int_jira__field_history_scd", "model.jira.stg_jira__issue"], "model.jira.int_jira__pivot_daily_field_history": ["model.jira.int_jira__issue_field_history", "model.jira.int_jira__issue_multiselect_history", "model.jira.stg_jira__sprint"], "model.jira.int_jira__issue_multiselect_history": ["model.jira.stg_jira__field", "model.jira.stg_jira__issue_multiselect_history"], "model.jira.int_jira__pivot_timestamp_field_history": ["model.jira.int_jira__issue_field_history", "model.jira.int_jira__issue_multiselect_history", "model.jira.stg_jira__sprint"], "model.jira.int_jira__timestamp_field_history_scd": ["model.jira.int_jira__pivot_timestamp_field_history"], "model.jira.int_jira__field_history_scd": ["model.jira.int_jira__pivot_daily_field_history"], "model.jira.int_jira__issue_field_history": ["model.jira.stg_jira__field", "model.jira.stg_jira__issue_field_history"], "model.jira.stg_jira__team": ["model.jira.stg_jira__team_tmp"], "model.jira.stg_jira__field_option": ["model.jira.stg_jira__field_option_tmp"], "model.jira.stg_jira__priority": ["model.jira.stg_jira__priority_tmp"], "model.jira.stg_jira__comment": ["model.jira.stg_jira__comment_tmp"], "model.jira.stg_jira__status": ["model.jira.stg_jira__status_tmp"], "model.jira.stg_jira__version": ["model.jira.stg_jira__version_tmp"], "model.jira.stg_jira__issue_multiselect_history": ["model.jira.stg_jira__issue_multiselect_history_tmp"], "model.jira.stg_jira__issue_field_history": ["model.jira.stg_jira__issue_field_history_tmp"], "model.jira.stg_jira__user": ["model.jira.stg_jira__user_tmp"], "model.jira.stg_jira__field": ["model.jira.stg_jira__field_tmp"], "model.jira.stg_jira__issue_type": ["model.jira.stg_jira__issue_type_tmp"], "model.jira.stg_jira__project": ["model.jira.stg_jira__project_tmp"], "model.jira.stg_jira__status_category": ["model.jira.stg_jira__status_category_tmp"], "model.jira.stg_jira__issue_link": ["model.jira.stg_jira__issue_link_tmp"], "model.jira.stg_jira__issue": ["model.jira.stg_jira__issue_tmp"], "model.jira.stg_jira__component": ["model.jira.stg_jira__component_tmp"], "model.jira.stg_jira__sprint": ["model.jira.stg_jira__sprint_tmp"], "model.jira.stg_jira__resolution": ["model.jira.stg_jira__resolution_tmp"], "model.jira.stg_jira__issue_link_tmp": ["source.jira.jira.issue_link"], "model.jira.stg_jira__sprint_tmp": ["source.jira.jira.sprint"], "model.jira.stg_jira__team_tmp": ["source.jira.jira.team"], "model.jira.stg_jira__issue_multiselect_history_tmp": ["source.jira.jira.issue_multiselect_history"], "model.jira.stg_jira__comment_tmp": ["source.jira.jira.comment"], "model.jira.stg_jira__issue_field_history_tmp": ["source.jira.jira.issue_field_history"], "model.jira.stg_jira__field_tmp": ["source.jira.jira.field"], "model.jira.stg_jira__status_category_tmp": ["source.jira.jira.status_category"], "model.jira.stg_jira__component_tmp": ["source.jira.jira.component"], "model.jira.stg_jira__field_option_tmp": ["source.jira.jira.field_option"], "model.jira.stg_jira__issue_type_tmp": ["source.jira.jira.issue_type"], "model.jira.stg_jira__resolution_tmp": ["source.jira.jira.resolution"], "model.jira.stg_jira__version_tmp": ["source.jira.jira.version"], "model.jira.stg_jira__priority_tmp": ["source.jira.jira.priority"], "model.jira.stg_jira__user_tmp": ["source.jira.jira.user"], "model.jira.stg_jira__project_tmp": ["source.jira.jira.project"], "model.jira.stg_jira__status_tmp": ["source.jira.jira.status"], "model.jira.stg_jira__issue_tmp": ["source.jira.jira.issue"], "analysis.jira.jira__daily_issue_status_category_analysis": ["model.jira.jira__daily_issue_field_history", "model.jira.stg_jira__status", "model.jira.stg_jira__status_category"], "analysis.jira.jira__issue_transition_cumulative_flow_analysis": ["model.jira.jira__issue_status_transitions", "model.jira.jira__timestamp_issue_field_history"], "test.jira.unique_jira__daily_issue_field_history_issue_day_id.75c24d3154": ["model.jira.jira__daily_issue_field_history"], "test.jira.not_null_jira__daily_issue_field_history_issue_day_id.d13b058bcd": ["model.jira.jira__daily_issue_field_history"], "test.jira.unique_jira__timestamp_issue_field_history_issue_timestamp_id.d86e0c8861": ["model.jira.jira__timestamp_issue_field_history"], "test.jira.not_null_jira__timestamp_issue_field_history_issue_timestamp_id.a4c0d173e8": ["model.jira.jira__timestamp_issue_field_history"], "test.jira.unique_jira__daily_sprint_issue_history_sprint_issue_day_id.6f60eb8c6b": ["model.jira.jira__daily_sprint_issue_history"], "test.jira.not_null_jira__daily_sprint_issue_history_sprint_issue_day_id.7da45422ab": ["model.jira.jira__daily_sprint_issue_history"], "test.jira.not_null_jira__issue_enhanced_issue_id.6b18e0db38": ["model.jira.jira__issue_enhanced"], "test.jira.not_null_jira__project_enhanced_project_id.4f7c58f1d4": ["model.jira.jira__project_enhanced"], "test.jira.not_null_jira__sprint_enhanced_sprint_id.9029f03611": ["model.jira.jira__sprint_enhanced"], "test.jira.not_null_jira__user_enhanced_user_id.aecc00744a": ["model.jira.jira__user_enhanced"], "test.jira.not_null_jira__issue_status_transitions_issue_id.af8210d73b": ["model.jira.jira__issue_status_transitions"], "test.jira.not_null_int_jira__issue_join_issue_id.53391b21a6": ["model.jira.int_jira__issue_join"], "test.jira.not_null_int_jira__project_metrics_project_id.1542338148": ["model.jira.int_jira__project_metrics"], "test.jira.not_null_int_jira__user_metrics_user_id.2143177b14": ["model.jira.int_jira__user_metrics"], "test.jira.not_null_int_jira__issue_comments_issue_id.9f16878e45": ["model.jira.int_jira__issue_comments"], "test.jira.not_null_int_jira__issue_type_parents_issue_id.8dd98255b0": ["model.jira.int_jira__issue_type_parents"], "test.jira.not_null_int_jira__issue_users_issue_id.480b7b6beb": ["model.jira.int_jira__issue_users"], "test.jira.unique_int_jira__issue_calendar_spine_issue_day_id.c49483d2e5": ["model.jira.int_jira__issue_calendar_spine"], "test.jira.not_null_int_jira__issue_calendar_spine_issue_day_id.a9512b8e8a": ["model.jira.int_jira__issue_calendar_spine"], "test.jira.unique_int_jira__pivot_daily_field_history_issue_day_id.46c6f9a842": ["model.jira.int_jira__pivot_daily_field_history"], "test.jira.not_null_int_jira__pivot_daily_field_history_issue_day_id.b697c971fd": ["model.jira.int_jira__pivot_daily_field_history"], "test.jira.not_null_int_jira__issue_assign_resolution_issue_id.b3af89c733": ["model.jira.int_jira__issue_assign_resolution"], "test.jira.unique_int_jira__field_history_scd_issue_day_id.21b932e949": ["model.jira.int_jira__field_history_scd"], "test.jira.not_null_int_jira__field_history_scd_issue_day_id.327ac0856c": ["model.jira.int_jira__field_history_scd"], "test.jira.not_null_int_jira__issue_versions_issue_id.54c4cd445e": ["model.jira.int_jira__issue_versions"], "test.jira.not_null_stg_jira__comment_comment_id.5dec28a22a": ["model.jira.stg_jira__comment"], "test.jira.not_null_stg_jira__component_component_id.2f017ad5ad": ["model.jira.stg_jira__component"], "test.jira.not_null_stg_jira__field_field_id.34424f1c2b": ["model.jira.stg_jira__field"], "test.jira.not_null_stg_jira__field_option_field_id.1b1f37b358": ["model.jira.stg_jira__field_option"], "test.jira.not_null_stg_jira__issue_issue_id.13a4fbe132": ["model.jira.stg_jira__issue"], "test.jira.not_null_stg_jira__issue_type_issue_type_id.57419fc343": ["model.jira.stg_jira__issue_type"], "test.jira.not_null_stg_jira__priority_priority_id.ec0c873363": ["model.jira.stg_jira__priority"], "test.jira.not_null_stg_jira__project_project_id.996fe19522": ["model.jira.stg_jira__project"], "test.jira.not_null_stg_jira__resolution_resolution_id.1c04bac8a4": ["model.jira.stg_jira__resolution"], "test.jira.not_null_stg_jira__sprint_sprint_id.899b4b77d7": ["model.jira.stg_jira__sprint"], "test.jira.not_null_stg_jira__status_status_id.b32a8a0d84": ["model.jira.stg_jira__status"], "test.jira.not_null_stg_jira__status_category_status_category_id.7a89cdfcf0": ["model.jira.stg_jira__status_category"], "test.jira.not_null_stg_jira__team_team_id.d170805817": ["model.jira.stg_jira__team"], "test.jira.not_null_stg_jira__user_user_id.b2153f97d2": ["model.jira.stg_jira__user"], "test.jira.not_null_stg_jira__version_version_id.03877ce324": ["model.jira.stg_jira__version"], "source.jira.jira.comment": [], "source.jira.jira.component": [], "source.jira.jira.field": [], "source.jira.jira.field_option": [], "source.jira.jira.issue": [], "source.jira.jira.issue_field_history": [], "source.jira.jira.issue_link": [], "source.jira.jira.issue_multiselect_history": [], "source.jira.jira.issue_type": [], "source.jira.jira.priority": [], "source.jira.jira.project": [], "source.jira.jira.resolution": [], "source.jira.jira.sprint": [], "source.jira.jira.status": [], "source.jira.jira.status_category": [], "source.jira.jira.team": [], "source.jira.jira.user": [], "source.jira.jira.version": []}, "child_map": {"seed.jira_integration_tests.component": [], "seed.jira_integration_tests.project": [], "seed.jira_integration_tests.comment": [], "seed.jira_integration_tests.epic": [], "seed.jira_integration_tests.user_group": [], "seed.jira_integration_tests.status_category": [], "seed.jira_integration_tests.team": [], "seed.jira_integration_tests.issue_field_history": [], "seed.jira_integration_tests.user": [], "seed.jira_integration_tests.field_option": [], "seed.jira_integration_tests.issue": [], "seed.jira_integration_tests.issue_multiselect_history": [], "seed.jira_integration_tests.sprint": [], "seed.jira_integration_tests.version": [], "seed.jira_integration_tests.status": [], "seed.jira_integration_tests.field": [], "seed.jira_integration_tests.project_category": [], "seed.jira_integration_tests.project_board": [], "seed.jira_integration_tests.issue_type": [], "seed.jira_integration_tests.issue_link": [], "seed.jira_integration_tests.priority": [], "seed.jira_integration_tests.resolution": [], "model.jira.jira__issue_status_transitions": ["analysis.jira.jira__issue_transition_cumulative_flow_analysis", "test.jira.not_null_jira__issue_status_transitions_issue_id.af8210d73b"], "model.jira.jira__user_enhanced": ["test.jira.not_null_jira__user_enhanced_user_id.aecc00744a"], "model.jira.jira__daily_issue_field_history": ["analysis.jira.jira__daily_issue_status_category_analysis", "model.jira.jira__daily_sprint_issue_history", "model.jira.jira__issue_enhanced", "test.jira.not_null_jira__daily_issue_field_history_issue_day_id.d13b058bcd", "test.jira.unique_jira__daily_issue_field_history_issue_day_id.75c24d3154"], "model.jira.jira__project_enhanced": ["test.jira.not_null_jira__project_enhanced_project_id.4f7c58f1d4"], "model.jira.jira__sprint_enhanced": ["test.jira.not_null_jira__sprint_enhanced_sprint_id.9029f03611"], "model.jira.jira__timestamp_issue_field_history": ["analysis.jira.jira__issue_transition_cumulative_flow_analysis", "model.jira.jira__issue_status_transitions", "test.jira.not_null_jira__timestamp_issue_field_history_issue_timestamp_id.a4c0d173e8", "test.jira.unique_jira__timestamp_issue_field_history_issue_timestamp_id.d86e0c8861"], "model.jira.jira__daily_sprint_issue_history": ["model.jira.jira__sprint_enhanced", "test.jira.not_null_jira__daily_sprint_issue_history_sprint_issue_day_id.7da45422ab", "test.jira.unique_jira__daily_sprint_issue_history_sprint_issue_day_id.6f60eb8c6b"], "model.jira.jira__issue_enhanced": ["model.jira.int_jira__project_metrics", "model.jira.int_jira__user_metrics", "model.jira.jira__daily_sprint_issue_history", "model.jira.jira__project_enhanced", "model.jira.jira__user_enhanced", "test.jira.not_null_jira__issue_enhanced_issue_id.6b18e0db38"], "model.jira.int_jira__project_metrics": ["model.jira.jira__project_enhanced", "test.jira.not_null_int_jira__project_metrics_project_id.1542338148"], "model.jira.int_jira__issue_assign_resolution": ["model.jira.int_jira__issue_join", "test.jira.not_null_int_jira__issue_assign_resolution_issue_id.b3af89c733"], "model.jira.int_jira__issue_sprint": ["model.jira.int_jira__issue_join"], "model.jira.int_jira__issue_users": ["model.jira.int_jira__issue_join", "test.jira.not_null_int_jira__issue_users_issue_id.480b7b6beb"], "model.jira.int_jira__user_metrics": ["model.jira.jira__user_enhanced", "test.jira.not_null_int_jira__user_metrics_user_id.2143177b14"], "model.jira.int_jira__issue_join": ["model.jira.jira__issue_enhanced", "test.jira.not_null_int_jira__issue_join_issue_id.53391b21a6"], "model.jira.int_jira__issue_epic": ["model.jira.int_jira__issue_type_parents"], "model.jira.int_jira__issue_comments": ["model.jira.int_jira__issue_join", "test.jira.not_null_int_jira__issue_comments_issue_id.9f16878e45"], "model.jira.int_jira__issue_versions": ["model.jira.int_jira__issue_join", "test.jira.not_null_int_jira__issue_versions_issue_id.54c4cd445e"], "model.jira.int_jira__issue_type_parents": ["model.jira.int_jira__issue_users", "test.jira.not_null_int_jira__issue_type_parents_issue_id.8dd98255b0"], "model.jira.int_jira__issue_calendar_spine": ["model.jira.jira__daily_issue_field_history", "test.jira.not_null_int_jira__issue_calendar_spine_issue_day_id.a9512b8e8a", "test.jira.unique_int_jira__issue_calendar_spine_issue_day_id.c49483d2e5"], "model.jira.int_jira__pivot_daily_field_history": ["model.jira.int_jira__field_history_scd", "test.jira.not_null_int_jira__pivot_daily_field_history_issue_day_id.b697c971fd", "test.jira.unique_int_jira__pivot_daily_field_history_issue_day_id.46c6f9a842"], "model.jira.int_jira__issue_multiselect_history": ["model.jira.int_jira__issue_sprint", "model.jira.int_jira__issue_versions", "model.jira.int_jira__pivot_daily_field_history", "model.jira.int_jira__pivot_timestamp_field_history"], "model.jira.int_jira__pivot_timestamp_field_history": ["model.jira.int_jira__timestamp_field_history_scd"], "model.jira.int_jira__timestamp_field_history_scd": ["model.jira.jira__timestamp_issue_field_history"], "model.jira.int_jira__field_history_scd": ["model.jira.int_jira__issue_calendar_spine", "model.jira.jira__daily_issue_field_history", "test.jira.not_null_int_jira__field_history_scd_issue_day_id.327ac0856c", "test.jira.unique_int_jira__field_history_scd_issue_day_id.21b932e949"], "model.jira.int_jira__issue_field_history": ["model.jira.int_jira__issue_assign_resolution", "model.jira.int_jira__issue_epic", "model.jira.int_jira__pivot_daily_field_history", "model.jira.int_jira__pivot_timestamp_field_history"], "model.jira.stg_jira__team": ["model.jira.jira__daily_issue_field_history", "model.jira.jira__timestamp_issue_field_history", "test.jira.not_null_stg_jira__team_team_id.d170805817"], "model.jira.stg_jira__field_option": ["model.jira.jira__daily_issue_field_history", "model.jira.jira__timestamp_issue_field_history", "test.jira.not_null_stg_jira__field_option_field_id.1b1f37b358"], "model.jira.stg_jira__priority": ["model.jira.int_jira__issue_join", "test.jira.not_null_stg_jira__priority_priority_id.ec0c873363"], "model.jira.stg_jira__comment": ["model.jira.int_jira__issue_comments", "test.jira.not_null_stg_jira__comment_comment_id.5dec28a22a"], "model.jira.stg_jira__status": ["analysis.jira.jira__daily_issue_status_category_analysis", "model.jira.int_jira__issue_join", "model.jira.jira__daily_issue_field_history", "model.jira.jira__timestamp_issue_field_history", "test.jira.not_null_stg_jira__status_status_id.b32a8a0d84"], "model.jira.stg_jira__version": ["model.jira.int_jira__issue_versions", "test.jira.not_null_stg_jira__version_version_id.03877ce324"], "model.jira.stg_jira__issue_multiselect_history": ["model.jira.int_jira__issue_multiselect_history"], "model.jira.stg_jira__issue_field_history": ["model.jira.int_jira__issue_field_history"], "model.jira.stg_jira__user": ["model.jira.int_jira__issue_comments", "model.jira.int_jira__issue_users", "model.jira.jira__daily_issue_field_history", "model.jira.jira__project_enhanced", "model.jira.jira__timestamp_issue_field_history", "model.jira.jira__user_enhanced", "test.jira.not_null_stg_jira__user_user_id.b2153f97d2"], "model.jira.stg_jira__field": ["model.jira.int_jira__issue_field_history", "model.jira.int_jira__issue_multiselect_history", "test.jira.not_null_stg_jira__field_field_id.34424f1c2b"], "model.jira.stg_jira__issue_type": ["model.jira.int_jira__issue_type_parents", "model.jira.jira__daily_issue_field_history", "model.jira.jira__timestamp_issue_field_history", "test.jira.not_null_stg_jira__issue_type_issue_type_id.57419fc343"], "model.jira.stg_jira__project": ["model.jira.int_jira__issue_join", "model.jira.jira__daily_issue_field_history", "model.jira.jira__project_enhanced", "model.jira.jira__timestamp_issue_field_history", "test.jira.not_null_stg_jira__project_project_id.996fe19522"], "model.jira.stg_jira__status_category": ["analysis.jira.jira__daily_issue_status_category_analysis", "model.jira.int_jira__issue_join", "model.jira.jira__timestamp_issue_field_history", "test.jira.not_null_stg_jira__status_category_status_category_id.7a89cdfcf0"], "model.jira.stg_jira__issue_link": [], "model.jira.stg_jira__issue": ["model.jira.int_jira__issue_calendar_spine", "model.jira.int_jira__issue_type_parents", "test.jira.not_null_stg_jira__issue_issue_id.13a4fbe132"], "model.jira.stg_jira__component": ["model.jira.jira__daily_issue_field_history", "model.jira.jira__project_enhanced", "model.jira.jira__timestamp_issue_field_history", "test.jira.not_null_stg_jira__component_component_id.2f017ad5ad"], "model.jira.stg_jira__sprint": ["model.jira.int_jira__issue_sprint", "model.jira.int_jira__pivot_daily_field_history", "model.jira.int_jira__pivot_timestamp_field_history", "model.jira.jira__daily_sprint_issue_history", "test.jira.not_null_stg_jira__sprint_sprint_id.899b4b77d7"], "model.jira.stg_jira__resolution": ["model.jira.int_jira__issue_join", "test.jira.not_null_stg_jira__resolution_resolution_id.1c04bac8a4"], "model.jira.stg_jira__issue_link_tmp": ["model.jira.stg_jira__issue_link"], "model.jira.stg_jira__sprint_tmp": ["model.jira.stg_jira__sprint"], "model.jira.stg_jira__team_tmp": ["model.jira.stg_jira__team"], "model.jira.stg_jira__issue_multiselect_history_tmp": ["model.jira.stg_jira__issue_multiselect_history"], "model.jira.stg_jira__comment_tmp": ["model.jira.stg_jira__comment"], "model.jira.stg_jira__issue_field_history_tmp": ["model.jira.stg_jira__issue_field_history"], "model.jira.stg_jira__field_tmp": ["model.jira.stg_jira__field"], "model.jira.stg_jira__status_category_tmp": ["model.jira.stg_jira__status_category"], "model.jira.stg_jira__component_tmp": ["model.jira.stg_jira__component"], "model.jira.stg_jira__field_option_tmp": ["model.jira.stg_jira__field_option"], "model.jira.stg_jira__issue_type_tmp": ["model.jira.stg_jira__issue_type"], "model.jira.stg_jira__resolution_tmp": ["model.jira.stg_jira__resolution"], "model.jira.stg_jira__version_tmp": ["model.jira.stg_jira__version"], "model.jira.stg_jira__priority_tmp": ["model.jira.stg_jira__priority"], "model.jira.stg_jira__user_tmp": ["model.jira.stg_jira__user"], "model.jira.stg_jira__project_tmp": ["model.jira.stg_jira__project"], "model.jira.stg_jira__status_tmp": ["model.jira.stg_jira__status"], "model.jira.stg_jira__issue_tmp": ["model.jira.stg_jira__issue"], "analysis.jira.jira__daily_issue_status_category_analysis": [], "analysis.jira.jira__issue_transition_cumulative_flow_analysis": [], "test.jira.unique_jira__daily_issue_field_history_issue_day_id.75c24d3154": [], "test.jira.not_null_jira__daily_issue_field_history_issue_day_id.d13b058bcd": [], "test.jira.unique_jira__timestamp_issue_field_history_issue_timestamp_id.d86e0c8861": [], "test.jira.not_null_jira__timestamp_issue_field_history_issue_timestamp_id.a4c0d173e8": [], "test.jira.unique_jira__daily_sprint_issue_history_sprint_issue_day_id.6f60eb8c6b": [], "test.jira.not_null_jira__daily_sprint_issue_history_sprint_issue_day_id.7da45422ab": [], "test.jira.not_null_jira__issue_enhanced_issue_id.6b18e0db38": [], "test.jira.not_null_jira__project_enhanced_project_id.4f7c58f1d4": [], "test.jira.not_null_jira__sprint_enhanced_sprint_id.9029f03611": [], "test.jira.not_null_jira__user_enhanced_user_id.aecc00744a": [], "test.jira.not_null_jira__issue_status_transitions_issue_id.af8210d73b": [], "test.jira.not_null_int_jira__issue_join_issue_id.53391b21a6": [], "test.jira.not_null_int_jira__project_metrics_project_id.1542338148": [], "test.jira.not_null_int_jira__user_metrics_user_id.2143177b14": [], "test.jira.not_null_int_jira__issue_comments_issue_id.9f16878e45": [], "test.jira.not_null_int_jira__issue_type_parents_issue_id.8dd98255b0": [], "test.jira.not_null_int_jira__issue_users_issue_id.480b7b6beb": [], "test.jira.unique_int_jira__issue_calendar_spine_issue_day_id.c49483d2e5": [], "test.jira.not_null_int_jira__issue_calendar_spine_issue_day_id.a9512b8e8a": [], "test.jira.unique_int_jira__pivot_daily_field_history_issue_day_id.46c6f9a842": [], "test.jira.not_null_int_jira__pivot_daily_field_history_issue_day_id.b697c971fd": [], "test.jira.not_null_int_jira__issue_assign_resolution_issue_id.b3af89c733": [], "test.jira.unique_int_jira__field_history_scd_issue_day_id.21b932e949": [], "test.jira.not_null_int_jira__field_history_scd_issue_day_id.327ac0856c": [], "test.jira.not_null_int_jira__issue_versions_issue_id.54c4cd445e": [], "test.jira.not_null_stg_jira__comment_comment_id.5dec28a22a": [], "test.jira.not_null_stg_jira__component_component_id.2f017ad5ad": [], "test.jira.not_null_stg_jira__field_field_id.34424f1c2b": [], "test.jira.not_null_stg_jira__field_option_field_id.1b1f37b358": [], "test.jira.not_null_stg_jira__issue_issue_id.13a4fbe132": [], "test.jira.not_null_stg_jira__issue_type_issue_type_id.57419fc343": [], "test.jira.not_null_stg_jira__priority_priority_id.ec0c873363": [], "test.jira.not_null_stg_jira__project_project_id.996fe19522": [], "test.jira.not_null_stg_jira__resolution_resolution_id.1c04bac8a4": [], "test.jira.not_null_stg_jira__sprint_sprint_id.899b4b77d7": [], "test.jira.not_null_stg_jira__status_status_id.b32a8a0d84": [], "test.jira.not_null_stg_jira__status_category_status_category_id.7a89cdfcf0": [], "test.jira.not_null_stg_jira__team_team_id.d170805817": [], "test.jira.not_null_stg_jira__user_user_id.b2153f97d2": [], "test.jira.not_null_stg_jira__version_version_id.03877ce324": [], "source.jira.jira.comment": ["model.jira.stg_jira__comment_tmp"], "source.jira.jira.component": ["model.jira.stg_jira__component_tmp"], "source.jira.jira.field": ["model.jira.stg_jira__field_tmp"], "source.jira.jira.field_option": ["model.jira.stg_jira__field_option_tmp"], "source.jira.jira.issue": ["model.jira.stg_jira__issue_tmp"], "source.jira.jira.issue_field_history": ["model.jira.stg_jira__issue_field_history_tmp"], "source.jira.jira.issue_link": ["model.jira.stg_jira__issue_link_tmp"], "source.jira.jira.issue_multiselect_history": ["model.jira.stg_jira__issue_multiselect_history_tmp"], "source.jira.jira.issue_type": ["model.jira.stg_jira__issue_type_tmp"], "source.jira.jira.priority": ["model.jira.stg_jira__priority_tmp"], "source.jira.jira.project": ["model.jira.stg_jira__project_tmp"], "source.jira.jira.resolution": ["model.jira.stg_jira__resolution_tmp"], "source.jira.jira.sprint": ["model.jira.stg_jira__sprint_tmp"], "source.jira.jira.status": ["model.jira.stg_jira__status_tmp"], "source.jira.jira.status_category": ["model.jira.stg_jira__status_category_tmp"], "source.jira.jira.team": ["model.jira.stg_jira__team_tmp"], "source.jira.jira.user": ["model.jira.stg_jira__user_tmp"], "source.jira.jira.version": ["model.jira.stg_jira__version_tmp"]}, "group_map": {}, "saved_queries": {}, "semantic_models": {}, "unit_tests": {}, "functions": {}} \ No newline at end of file From bac80d075ab83944f1f3645df09626057416e9d5 Mon Sep 17 00:00:00 2001 From: Joe Markiewicz <74217849+fivetran-joemarkiewicz@users.noreply.github.com> Date: Mon, 22 Jun 2026 15:06:16 -0500 Subject: [PATCH 8/8] update packages.yml dependency --- packages.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/packages.yml b/packages.yml index a87682c6..d445c69d 100644 --- a/packages.yml +++ b/packages.yml @@ -1,10 +1,6 @@ packages: -# - package: fivetran/fivetran_utils -# version: [">=0.4.0", "<0.5.0"] - -- git: https://github.com/fivetran/dbt_fivetran_utils.git - revision: update/union-connections - warn-unpinned: false +- package: fivetran/fivetran_utils + version: [">=0.4.0", "<0.5.0"] - package: dbt-labs/spark_utils version: [">=0.3.0", "<0.4.0"] \ No newline at end of file