Move --full-refresh into a model config #1009
Labels
enhancement
New feature or request
good_first_issue
Straightforward + self-contained changes, good for new contributors!
Milestone
Feature
Feature description
Presently,
--full-refresh
and--non-destructive
can only be set on the CLI and apply to all models. Instead, these flags should be pushed down as model configs. The--non-destructive
and--full-refresh
flags can still exist, but they should set individual model configurations under the hood.Since these configs will be specified with model-level granularity, complex behavior can be coded using variables, macros, etc.
Who will this benefit?
Users with sophisticated dbt deployments who need to trigger complex dbt invocations
Via @elexisvenator in Slack:
See also: #320
The text was updated successfully, but these errors were encountered: