Skip to content

Commit 12b6b3c

Browse files
committed
deleting redshift test temp tables without a transaction because redshift started to refuse these statements
1 parent 8d91cf6 commit 12b6b3c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

macros/edr/tests/test_utils/clean_elementary_test_tables.sql

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@
3131
{% do return(elementary.get_transactionless_clean_elementary_test_tables_queries(test_table_relations)) %}
3232
{% endmacro %}
3333

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+
3438
{% macro spark__get_clean_elementary_test_tables_queries(test_table_relations) %}
3539
{% do return(elementary.get_transactionless_clean_elementary_test_tables_queries(test_table_relations)) %}
3640
{% endmacro %}

0 commit comments

Comments
 (0)