Skip to content

Commit 6b2dd64

Browse files
999999333Michael Myaskovsky
authored andcommitted
Fabric doesnt support temp tables
1 parent d233d7f commit 6b2dd64

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

macros/utils/table_operations/has_temp_table_support.sql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@
1818
{% do return(false) %}
1919
{% endmacro %}
2020

21+
{% macro fabric__has_temp_table_support() %}
22+
{% do return(false) %}
23+
{% endmacro %}

0 commit comments

Comments
 (0)