Skip to content

Commit

Permalink
Merge branch 'main' into fix-366-view-to-iceberg-fails
Browse files Browse the repository at this point in the history
  • Loading branch information
nicor88 authored Aug 8, 2023
2 parents a3c7d46 + b9b9fc7 commit 0574c07
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 0574c07

Please sign in to comment.