Ensure that the valid and default strategies are up-to-date and accurate per adapter #4633
Closed
1 task done
Labels
content
Improvements or additions to content
improvement
Use this when an area of the docs needs improvement as it's currently unclear
Contributions
Link to the page on docs.getdbt.com requiring updates
https://docs.getdbt.com/docs/build/incremental-models#supported-incremental-strategies-by-adapter
and each of the relevant adapter-specific config pages linked below.
What part(s) of the page would you like to see updated?
When #2895 was originally opened on 2023-02-20, I wrote the following:
It would be good to determine if this has been resolved since then or if there is still anything outstanding.
Here's where to check the defaults in the base adapter:
append
valid_incremental_strategies
append
And here's where to check in all the actual adapters:
delete_insert
when there is a unique_key defined andappend
otherwisevalid_incremental_strategies
append
merge
delete+insert
delete_insert
when there is a unique_key defined andappend
otherwisevalid_incremental_strategies
append
merge
delete+insert
merge
valid_incremental_strategies
(missing until dbt-bigquery #242) or heremerge
insert_overwrite
append
valid_incremental_strategies
(missing until dbt-spark #411) or hereappend
merge
insert_overwrite
merge
valid_incremental_strategies
append
merge
insert_overwrite
replace_where
merge
valid_incremental_strategies
append
merge
delete+insert
append
valid_incremental_strategies
append
merge
delete+insert
Additional information
No response
The text was updated successfully, but these errors were encountered: