Skip to content

Commit a37f020

Browse files
authored
Fixed macro calling (#984)
1 parent afa2383 commit a37f020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

macros/edr/dbt_artifacts/upload_artifacts_to_table.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
) %}
4141
{% else %}
4242

43-
{% set upload_artifact_method = get_upload_artifact_method(
43+
{% set upload_artifact_method = elementary.get_upload_artifact_method(
4444
table_relation, metadata_hashes
4545
) %}
4646
{% if upload_artifact_method.type == "diff" %}

0 commit comments

Comments
 (0)