You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if "errors" occur, dbt should exit with a non-zero exit code.
Exit codes:
0: completed without error
1: completed with handled error (eg. model syntax error, bad permissions, etc)
2: completed with unhandled error
The text was updated successfully, but these errors were encountered:
That would be perfect, we've started to run dbt with airflow and it would be awesome to be able to have calling scripts know if the command succeeded or not.
One more thing, it's not quite clear if there are specific complexities for each command (compile, test, clean, etc). The main ones that introduce hurdles for my team specifically are dbt run and dbt test not returning error codes. We'd really like to be able to run and test in an automated way and respond/notify on failure.
if "errors" occur, dbt should exit with a non-zero exit code.
The text was updated successfully, but these errors were encountered: