Skip to content

Commit

Permalink
Fabric doesnt support temp tables
Browse files Browse the repository at this point in the history
  • Loading branch information
999999333 committed Jan 26, 2025
1 parent b510f51 commit 3050325
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions macros/utils/table_operations/has_temp_table_support.sql
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@
{% do return(false) %}
{% endmacro %}

{% macro fabric__has_temp_table_support() %}
{% do return(false) %}
{% endmacro %}

0 comments on commit 3050325

Please sign in to comment.