LipuFei commented on issue #30988: URL: https://github.com/apache/airflow/issues/30988#issuecomment-1529665252
The loop is `DagRun -> TaskInstance -> Sentry -> KubernetesExecutor -> kubernetes_helper ->TaskInstanceKey`. I guess this happened because I enabled both Sentry and CeleryKubernetesExecutor. Perhaps `annotations_to_key()` needs to be decoupled from `TaskInstanceKey` (or `airflow.models` in general)? https://github.com/apache/airflow/blob/ced56ea5a783a2846094996503d84fc21a33d6ae/airflow/kubernetes/kubernetes_helper_functions.py#L83 -- 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]
