Skip to content

Commit

Permalink
Fix macro call
Browse files Browse the repository at this point in the history
  • Loading branch information
gshank committed Sep 13, 2024
1 parent 97d01d9 commit f581cbb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
{{ adapter.dispatch('snapshot_staging_table', 'dbt')(strategy, source_sql, target_relation) }}
{% endmacro %}

{% macro get_snapshot_table_column_names %}
{% macro get_snapshot_table_column_names() %}
{{ 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'} }}
{% endmacro %}

Expand Down

0 comments on commit f581cbb

Please sign in to comment.