-
Notifications
You must be signed in to change notification settings - Fork 14.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add detailed information to logging when a dag or a task finishes. (#…
…19097) * add detailed information to logging when a dag or a task finishes. * make logging of start_date/end_date ISO format to be consist * fix pre-commit * use only %s in new logging statements to gracefully handle when certain variables are None * fix precommit * use self._state instead of get_state(). add computation for dag run duration based on start_date and end_date * make linter happy with format * fix typo * put back missing reference to _state Co-authored-by: Daniel Imberman <daniel.imberman@gmail.com> (cherry picked from commit 324c31c)
- Loading branch information
1 parent
5b1c76a
commit 28f56a0
Showing
2 changed files
with
50 additions
and
0 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