uranusjr commented on code in PR #43902: URL: https://github.com/apache/airflow/pull/43902#discussion_r1837523880
########## providers/src/airflow/providers/cncf/kubernetes/cli/kubernetes_command.py: ########## @@ -36,15 +36,20 @@ from airflow.utils.cli import get_dag from airflow.utils.providers_configuration_loader import providers_configuration_loaded +from tests_common.test_utils.compat import AIRFLOW_V_3_0_PLUS Review Comment: It’s probably easiest to use `getattr` with `get_logical_date_key` in `backcompat`. -- 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]
