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 9b945b9 commit aa15e95Copy full SHA for aa15e95
macros/utils/table_operations/create_temp_table.sql
@@ -7,7 +7,7 @@
7
schema=schema_name,
8
identifier=table_name,
9
type='table') -%}
10
- {% set temp_table_relation = elementary.edr_make_temp_relation(temp_table_relation) %}
+ {% set temp_table_relation = elementary.make_temp_table_relation(temp_table_relation) %}
11
{% if temp_table_exists %}
12
{% do adapter.drop_relation(temp_table_relation) %}
13
{% do elementary.run_query(dbt.create_table_as(True, temp_table_relation, sql_query)) %}
0 commit comments