dstandish opened a new pull request, #59716:
URL: https://github.com/apache/airflow/pull/59716
Currently we do this:
* if has next_dagrun, create
* else raise exception
* catch exception -> log and continue
This is unnecessarily convoluted. We can instead just do this:
* if no next_dag run, log and continue
No need to take a traversal through the exception system.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]