I am running dbt cloud job through API, and i am passing dbt run command by using steps_override. if model exists it’s running fine but if model does not exist still, I am getting success message, But i need to get failed status.
Hi challa!
You can add --warn-error
to raise an error
1 Like
Hi Marcelo,
Thank for you response. I tried the command you suggested it’s working fine thank you so much.
1 Like