dimberman commented on a change in pull request #12766:
URL: https://github.com/apache/airflow/pull/12766#discussion_r535380801



##########
File path: airflow/kubernetes/pod_generator.py
##########
@@ -351,7 +351,7 @@ def construct_pod(  # pylint: disable=too-many-arguments
         try_number: int,
         kube_image: str,
         date: datetime.datetime,
-        command: List[str],
+        args: List[str],

Review comment:
       The PodGenerator is only used internally by the KubernetesExecutor, we 
don't discuss it anywhere in the airflow documentation. It's not advertised as 
a part of the Airflow API.




----------------------------------------------------------------
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]


Reply via email to