sglickman opened a new issue #10858: URL: https://github.com/apache/airflow/issues/10858
https://github.com/apache/airflow/blob/87038ae42aff3ff81cba1111e418a1f411a0c7b1/airflow/www/views.py#L1152 This code attempts to check whether the current executor is a KubernetesExecutor, but that executor has been moved out of contrib, it looks like, and into airflow.executors.kubernetes_executor. The ImportError is, for some reason, swallowed. ---------------------------------------------------------------- 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]
