dirrao commented on code in PR #41220:
URL: https://github.com/apache/airflow/pull/41220#discussion_r1706897901
##########
airflow/providers/cncf/kubernetes/executors/kubernetes_executor.py:
##########
@@ -177,6 +177,37 @@ def _make_safe_label_value(self, input_value: str |
datetime) -> str:
return pod_generator.datetime_to_label_safe_datestring(input_value)
return pod_generator.make_safe_label_value(input_value)
+ def get_pod_labels_combined_str_to_pod_map(self):
Review Comment:
Done.
--
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]