typo in macro

This commit is contained in:
Pablo Martin 2025-03-24 11:58:15 +01:00
parent f2e447ba60
commit 75b85073ae

View file

@ -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 %}