feat: add doc for full_refresh option to on_schema_change #2546
Labels
blocked_by_dev
Awaiting merge of PR with associated functionality
content
Improvements or additions to content
icebox
For issues we're closing but will revisit at a future date if possible!
incremental models
Contributions
Where does this content belong?
I created the PR #6412 on dbt-core to add the full_refresh option to on_schema_change config of incremental models. This will allow the user to define that, when a schema change occurs on an incremental model, dbt needs to do a full refresh of this model. If there is no change in the model, then the full_refresh will not be activated.
This option need to be added to the section "What if the columns of my incremental model change?" of the incremental model page.
Link to source material
No source material
The text was updated successfully, but these errors were encountered: