Skip to content

Commit

Permalink
Update results interpretation to include PartialSuccess as failure …
Browse files Browse the repository at this point in the history
…status
  • Loading branch information
QMalcolm committed Dec 9, 2024
1 parent 0c96472 commit 5958677
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/dbt/task/runnable.py
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,7 @@ def interpret_results(cls, results):
NodeStatus.Error,
NodeStatus.Fail,
NodeStatus.Skipped, # propogate error message causing skip
NodeStatus.PartialSuccess, # because partial success also means partial failure
)
]
return len(failures) == 0
Expand Down

0 comments on commit 5958677

Please sign in to comment.