fix: dbt schema
This commit is contained in:
7
dbt/macros/generate_schema_name.sql
Normal file
7
dbt/macros/generate_schema_name.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
{% macro generate_schema_name(custom_schema_name, node) -%}
|
||||
{%- if custom_schema_name is none -%}
|
||||
{{ default_schema }}
|
||||
{%- else -%}
|
||||
{{ custom_schema_name | trim }}
|
||||
{%- endif -%}
|
||||
{%- endmacro %}
|
||||
Reference in New Issue
Block a user