typo in macro
This commit is contained in:
parent
f2e447ba60
commit
75b85073ae
1 changed files with 7 additions and 11 deletions
|
|
@ -6,8 +6,6 @@ To understand better, check:
|
|||
- https://www.youtube.com/watch?v=AvrVQr5FHwk
|
||||
- https://docs.getdbt.com/docs/build/custom-schemas
|
||||
*/
|
||||
{% macro generate_schema_name(custom_schema_name, node) -%}
|
||||
|
||||
{% macro generate_schema_name(custom_schema_name, node) -%}
|
||||
|
||||
{%- set default_schema = target.schema -%}
|
||||
|
|
@ -20,5 +18,3 @@ To understand better, check:
|
|||
{%- endif -%}
|
||||
|
||||
{%- endmacro %}
|
||||
|
||||
{%- endmacro %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue