dbt - Production Deployment
What will happen if you run this Airflow task?
dbt_run = BashOperator(task_id='dbt_run', bash_command='dbt run --models non_existing_model')
