fix: data testing
This commit is contained in:
5
dbt/macros/elementary_compat.sql
Normal file
5
dbt/macros/elementary_compat.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- Compatibility shim: dbt 1.11 changed macro resolution so unnamespaced intra-package
|
||||
-- calls from elementary no longer resolve. Forwarding macro makes it findable globally.
|
||||
{% macro get_upload_artifact_method(table_relation, metadata_hashes) %}
|
||||
{% do return(elementary.get_upload_artifact_method(table_relation, metadata_hashes)) %}
|
||||
{% endmacro %}
|
||||
Reference in New Issue
Block a user