kaxil commented on issue #11234: URL: https://github.com/apache/airflow/issues/11234#issuecomment-702705160
You don't need to explicitly call sys.exit(0) -- as Airflow will do it under the hood if the commands succeded. You can do the other way around, i.e. do a sys.exit(1) when one of the criteria you are checking it against fails ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
