Closed jgreben closed 1 week ago
The fix_encumbrances dag will not email the log if there is an error that raises SystemExit(1). Log the errors and always complete the script.
I modified the fix_encumbrances script to print the "info" and "warning" statements to stdout (the log file) and the "errors" to both stdout and the logger.
The fix_encumbrances dag will not email the log if there is an error that raises SystemExit(1). Log the errors and always complete the script.