You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dbt's incremental models should use a merge statement to incrementally load data into a table.
If no unique_key is provided, dbt should use a simple insert statement, as Snowflake doesn't like merging on a constant false predicate. More info here
This is a backfilled issue for some currently-open PRs that implement the functionality described in this issue:
Feature
Feature description
dbt's incremental models should use a
merge
statement to incrementally load data into a table.If no
unique_key
is provided, dbt should use a simpleinsert
statement, as Snowflake doesn't like merging on a constant false predicate. More info hereThis is a backfilled issue for some currently-open PRs that implement the functionality described in this issue:
See also: #1101
The text was updated successfully, but these errors were encountered: