We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afa2383 commit a37f020Copy full SHA for a37f020
1 file changed
macros/edr/dbt_artifacts/upload_artifacts_to_table.sql
@@ -40,7 +40,7 @@
40
) %}
41
{% else %}
42
43
- {% set upload_artifact_method = get_upload_artifact_method(
+ {% set upload_artifact_method = elementary.get_upload_artifact_method(
44
table_relation, metadata_hashes
45
46
{% if upload_artifact_method.type == "diff" %}
0 commit comments