dbt - Production Deployment
Given the command:
If only model 'orders' changed, which models will dbt run?
dbt run --state ./target --select state:modified
If only model 'orders' changed, which models will dbt run?
