Skip to content

Commit

Permalink
Merge remote-tracking branch 'public/master' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
DVAlexHiggs committed Jan 27, 2023
2 parents 4fcd647 + a99788d commit f4c8edb
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 108 deletions.
23 changes: 0 additions & 23 deletions macros/supporting/cast_binary.sql

This file was deleted.

80 changes: 0 additions & 80 deletions macros/supporting/cast_date.sql

This file was deleted.

2 changes: 1 addition & 1 deletion macros/supporting/hash.sql
Expand Up @@ -118,4 +118,4 @@

{{ dbtvault.default__hash(columns=columns, alias=alias, is_hashdiff=is_hashdiff, columns_to_escape=columns_to_escape) }}

{%- endmacro -%}
{%- endmacro -%}
2 changes: 1 addition & 1 deletion macros/tables/bigquery/sat.sql
Expand Up @@ -11,4 +11,4 @@
src_eff=src_eff, src_ldts=src_ldts,
src_source=src_source, source_model=source_model) }}

{%- endmacro -%}
{%- endmacro -%}
2 changes: 1 addition & 1 deletion macros/tables/snowflake/pit.sql
Expand Up @@ -185,4 +185,4 @@ pit AS (

SELECT DISTINCT * FROM pit

{%- endmacro -%}
{%- endmacro -%}
4 changes: 2 additions & 2 deletions macros/tables/snowflake/sat.sql
Expand Up @@ -49,7 +49,7 @@ WITH source_data AS (
{% endif %}
),

{% if dbtvault.is_any_incremental() %}
{%- if dbtvault.is_any_incremental() %}

latest_records AS (
SELECT {{ dbtvault.prefix(window_cols, 'a', alias_target='target') }}
Expand All @@ -69,7 +69,7 @@ latest_records AS (
WHERE a.rank = 1
),

{%- endif -%}
{%- endif %}

{%- if enable_ghost_record %}

Expand Down

0 comments on commit f4c8edb

Please sign in to comment.