dbt - Production Deployment
You want to optimize your CI pipeline to run only changed models and their dependents, but also run tests on all models. Which command achieves this?
dbt run --state ./target --select state:modified to run changed models.dbt test separately to test all models.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions