forked from MarquezProject/marquez
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug where all runs fail if DAG fails (MarquezProject#107)
* Fix bug where all runs fail if DAG fails Reports task state information for each run instead of dag state. Also: reworks the handle_callback logic to remove superfluous call to report_task for operators with extract_on_complete (BigQuery). Signed-off-by: henneberger <[email protected]> * Fix style Signed-off-by: henneberger <[email protected]> * Fix bug where not all runs are reported on task complete. Also, assure job id mapping is only popped from stack once during handle_callback Signed-off-by: henneberger <[email protected]> * Remove semicolon Signed-off-by: henneberger <[email protected]> Co-authored-by: Willy Lulciuc <[email protected]>
- Loading branch information
1 parent
5570016
commit 965a794
Showing
2 changed files
with
66 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters