Skip to content

Commit f4c8edb

Browse files
committed
Merge remote-tracking branch 'public/master' into main
2 parents 4fcd647 + a99788d commit f4c8edb

File tree

6 files changed

+5
-108
lines changed

6 files changed

+5
-108
lines changed

macros/supporting/cast_binary.sql

-23
This file was deleted.

macros/supporting/cast_date.sql

-80
This file was deleted.

macros/supporting/hash.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,4 +118,4 @@
118118

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

121-
{%- endmacro -%}
121+
{%- endmacro -%}

macros/tables/bigquery/sat.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
src_eff=src_eff, src_ldts=src_ldts,
1212
src_source=src_source, source_model=source_model) }}
1313

14-
{%- endmacro -%}
14+
{%- endmacro -%}

macros/tables/snowflake/pit.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,4 +185,4 @@ pit AS (
185185

186186
SELECT DISTINCT * FROM pit
187187

188-
{%- endmacro -%}
188+
{%- endmacro -%}

macros/tables/snowflake/sat.sql

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ WITH source_data AS (
4949
{% endif %}
5050
),
5151

52-
{% if dbtvault.is_any_incremental() %}
52+
{%- if dbtvault.is_any_incremental() %}
5353

5454
latest_records AS (
5555
SELECT {{ dbtvault.prefix(window_cols, 'a', alias_target='target') }}
@@ -69,7 +69,7 @@ latest_records AS (
6969
WHERE a.rank = 1
7070
),
7171

72-
{%- endif -%}
72+
{%- endif %}
7373

7474
{%- if enable_ghost_record %}
7575

0 commit comments

Comments
 (0)