You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/12/24 06:19:39 UTC

[GitHub] [airflow] houqp commented on a change in pull request #13299: fix 422 invalid value error caused by long k8s pod name

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:
users@infra.apache.org