sjyangkevin commented on code in PR #67449:
URL: https://github.com/apache/airflow/pull/67449#discussion_r3370035419
##########
providers/cncf/kubernetes/src/airflow/providers/cncf/kubernetes/executors/kubernetes_executor.py:
##########
@@ -66,8 +67,8 @@
from airflow.cli.cli_config import GroupCommand
from airflow.executors import workloads
+ from airflow.executors.workloads.types import WorkloadKey
Review Comment:
defined the workload key and fallback in `kubernetes_executor_types.py`, and
guard with `AIRFLOW_V_3_3_PLUS`, which is then imported into the
`kubernetes_executor.py`
--
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]