We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d91cf6 commit 7b5fec6Copy full SHA for 7b5fec6
macros/edr/tests/test_utils/clean_elementary_test_tables.sql
@@ -31,6 +31,10 @@
31
{% do return(elementary.get_transactionless_clean_elementary_test_tables_queries(test_table_relations)) %}
32
{% endmacro %}
33
34
+{% macro redshift__get_clean_elementary_test_tables_queries(test_table_relations) %}
35
+ {% do return(elementary.get_transactionless_clean_elementary_test_tables_queries(test_table_relations)) %}
36
+{% endmacro %}
37
+
38
{% macro spark__get_clean_elementary_test_tables_queries(test_table_relations) %}
39
40
0 commit comments