diff --git a/macros/edr/dbt_artifacts/upload_artifacts_to_table.sql b/macros/edr/dbt_artifacts/upload_artifacts_to_table.sql index 845e84265..12cf9756f 100644 --- a/macros/edr/dbt_artifacts/upload_artifacts_to_table.sql +++ b/macros/edr/dbt_artifacts/upload_artifacts_to_table.sql @@ -40,7 +40,7 @@ ) %} {% else %} - {% set upload_artifact_method = get_upload_artifact_method( + {% set upload_artifact_method = elementary.get_upload_artifact_method( table_relation, metadata_hashes ) %} {% if upload_artifact_method.type == "diff" %}