use create or replace table
in Snowflake table materialization
#1101
Labels
Milestone
create or replace table
in Snowflake table materialization
#1101
Feature
Feature description
dbt should use the
create or replace table
syntax in its Snowflake table materialization.Presently, dbt's Snowflake table materialization runs by:
Since Snowflake's transactions aren't serializable, a query issued against Snowflake between steps 2 and 3 will result in an error.
Instead, dbt should use
create or replace table
for tables (as it currently does for views) to atomically replace a table.Who will this benefit?
Snowflake users who run dbt frequently
The text was updated successfully, but these errors were encountered: