From 0d53ee8af8e6680f863dde6144ce0c2b5e6aa91d Mon Sep 17 00:00:00 2001 From: WHYTEWYLL Date: Tue, 23 Jul 2024 17:21:45 +0200 Subject: [PATCH] table for view --- macros/helpers/get_tmp_relation_type.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 macros/helpers/get_tmp_relation_type.sql diff --git a/macros/helpers/get_tmp_relation_type.sql b/macros/helpers/get_tmp_relation_type.sql new file mode 100644 index 0000000..7ea29fb --- /dev/null +++ b/macros/helpers/get_tmp_relation_type.sql @@ -0,0 +1,8 @@ +{% macro dbt_snowflake_get_tmp_relation_type( + strategy, + unique_key, + language + ) %} + -- always table + {{ return('table') }} +{% endmacro %} \ No newline at end of file