Skip to content

Commit

Permalink
Fix creation of replicated tables when using legacy materialization
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenReitsma committed Nov 14, 2023
1 parent af72593 commit c91f961
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
{{ create_distributed_local_table(distributed_intermediate_relation, intermediate_relation, existing_relation) }}
{% else %}
{% call statement('main') %}
create table {{ intermediate_relation }} as {{ new_data_relation }} {{ on_cluster_clause(existing_relation) }}
{{ create_table_or_empty(False, intermediate_relation, sql) }}
{% endcall %}
{% endif %}

Expand Down

0 comments on commit c91f961

Please sign in to comment.