You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/09/23 23:39:16 UTC

[GitHub] [airflow] uranusjr commented on pull request #18441: Adds CeleryKubernetesExecutor check to AirflowBaseView.run

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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org