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 a run-operation macro fails with an exception (ie. unable to connect to database, invalid SQL, etc), dbt should exit with a nonzero exit code. Moreover, run-operations should generally go through a similar code-path to models, seeds, etc, such that this happens automatically.
Results
The info logs showed that an exception had occurred, but the task exited with exit code = 0
System information
The output of dbt --version:
0.13.0
The text was updated successfully, but these errors were encountered:
Issue
Issue description
If a run-operation macro fails with an exception (ie. unable to connect to database, invalid SQL, etc), dbt should exit with a nonzero exit code. Moreover, run-operations should generally go through a similar code-path to models, seeds, etc, such that this happens automatically.
Results
The info logs showed that an exception had occurred, but the task exited with exit code = 0
System information
The output of
dbt --version
:The text was updated successfully, but these errors were encountered: