Skip to content

Commit

Permalink
set catalog_integration to none
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt committed Feb 10, 2025
1 parent b404cb0 commit 808d086
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
{%- endif -%}
{%- if catalog_name is not none %}
{%- set catalog_integration = adapter.get_catalog_integration(catalog_name) -%}
{% else %}
{%- set catalog_integration = none -%}
{%- endif -%}
{%- set sql_header = config.get('sql_header', none) -%}

Expand Down

0 comments on commit 808d086

Please sign in to comment.