Skip to content

Commit

Permalink
fix: remove create_schema from default snapshot materialization (#365)
Browse files Browse the repository at this point in the history
Co-authored-by: nicor88 <[email protected]>
  • Loading branch information
C123R and nicor88 authored Aug 8, 2023
1 parent 3c1c6c1 commit b9b9fc7
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,6 @@
identifier=target_table,
type='table') -%}


{% if not adapter.check_schema_exists(model.database, model.schema) %}
{% do create_schema(model.database, model.schema) %}
{% endif %}

{%- if not target_relation.is_table -%}
{% do exceptions.relation_wrong_type(target_relation, 'table') %}
{%- endif -%}
Expand Down

0 comments on commit b9b9fc7

Please sign in to comment.