houqp commented on a change in pull request #13299:
URL: https://github.com/apache/airflow/pull/13299#discussion_r548404758
##########
File path: airflow/executors/kubernetes_executor.py
##########
@@ -367,24 +367,6 @@ def _annotations_to_key(self, annotations: Dict[str, str])
-> Optional[TaskInsta
return TaskInstanceKey(dag_id, task_id, execution_date, try_number)
- @staticmethod
- def _make_safe_pod_id(safe_dag_id: str, safe_task_id: str, safe_uuid: str)
-> str:
Review comment:
removing since this method is not being used anywhere.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]