table for view

This commit is contained in:
WHYTEWYLL 2024-07-23 17:21:45 +02:00
parent b36c32e28f
commit 0d53ee8af8

View File

@ -0,0 +1,8 @@
{% macro dbt_snowflake_get_tmp_relation_type(
strategy,
unique_key,
language
) %}
-- always table
{{ return('table') }}
{% endmacro %}