mirror of
https://github.com/FlipsideCrypto/near-models.git
synced 2026-02-06 11:47:00 +00:00
table for view
This commit is contained in:
parent
b36c32e28f
commit
0d53ee8af8
8
macros/helpers/get_tmp_relation_type.sql
Normal file
8
macros/helpers/get_tmp_relation_type.sql
Normal file
@ -0,0 +1,8 @@
|
||||
{% macro dbt_snowflake_get_tmp_relation_type(
|
||||
strategy,
|
||||
unique_key,
|
||||
language
|
||||
) %}
|
||||
-- always table
|
||||
{{ return('table') }}
|
||||
{% endmacro %}
|
||||
Loading…
Reference in New Issue
Block a user