wjddn279 commented on code in PR #64143: URL: https://github.com/apache/airflow/pull/64143#discussion_r2999377683
########## providers/cncf/kubernetes/src/airflow/providers/cncf/kubernetes/template_rendering.py: ########## Review Comment: After reviewing the logic, it turns out we shouldn't remove it. This logic was written to support multi-team, and `from airflow.executors.base_executor import ExecutorConf` is only available from version 3.2.0 onwards. If we remove the except block, it will break backward compatibility with earlier versions. -- 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]
