uranusjr commented on pull request #18441: URL: https://github.com/apache/airflow/pull/18441#issuecomment-926240585
These try-except blocks feel incresingly hacky as they grow. Maybe we should add a `supports_run = True` flag on those executors and check it with `getattr(executor, "supports_run", False)` instead. -- 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]
