dbt - Production Deployment
Given this snippet in a CI/CD pipeline script:
What is the expected output after running
dbt deps dbt seed dbt run dbt test
What is the expected output after running
dbt test?