dbt - Production Deployment
Given the following dbt command run twice with changes in model 'sales':
What will the second command do?
dbt run --state ./target/run1 --select state:modified # After modifying 'sales' model dbt run --state ./target/run1 --select state:modified
What will the second command do?
