Skip to content

Commit

Permalink
Tweak column name.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterallenwebb committed Nov 22, 2024
1 parent a0afc9d commit 8157a5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
snapshotted_data.{{ key }} as dbt_unique_key_{{ loop.index }},
{% endfor -%}
{%- else -%}
snapshotted_data.{{ strategy.unique_key }} as dbt_unique_key,
snapshotted_data.dbt_unique_key as dbt_unique_key,
{% endif -%}
{{ snapshot_get_time() }} as {{ columns.dbt_valid_from }},
{{ snapshot_get_time() }} as {{ columns.dbt_updated_at }},
Expand Down

0 comments on commit 8157a5a

Please sign in to comment.