Docs for saving and using state artifacts #4917
Labels
content
Improvements or additions to content
dbt Core
The changes proposed in this issue relate to dbt Core
improvement
Use this when an area of the docs needs improvement as it's currently unclear
Contributions
Request
There should be documentation that describes how to:
See below for more detail.
Link to the page on docs.getdbt.com requiring updates
It seems we'll want two things:
What part(s) of the page would you like to see updated?
Instigating context
From @graciegoheen here:
Problem to solve
To save a state artifact, we have this (currently) non-global flag:
--target-path
To use that state artifact, we have the these global flags:
--defer
--state
--defer-state
--favor-state
Proposed solution
There should be a page that describes how to:
Since most of these are "global" flags this new page should be similar in style and content to these pages:
Example usage
Here's a fancy example of using those flags in combination to make an "n-layer burrito" using ingredients from multiple artifacts.
This is a more complex example than most people will need day-to-day. But it gives at least one example of the flags in combination with each other (including
--target
!)Additional information
Related GitHub issues:
dbt retry
page #3625The text was updated successfully, but these errors were encountered: