dbt - Production Deployment
Given this CI/CD pipeline snippet:
What will happen if 'my_model' has a failing test?
dbt deps dbt seed dbt run --models my_model dbt test --models my_model
What will happen if 'my_model' has a failing test?
