eladkal commented on code in PR #41712:
URL: https://github.com/apache/airflow/pull/41712#discussion_r1740085712
##########
airflow/providers/cncf/kubernetes/hooks/kubernetes.py:
##########
@@ -845,6 +845,7 @@ async def wait_until_container_complete(
:param name: Name of Pod to fetch.
:param namespace: Namespace of the Pod.
:param container_name: name of the container within the pod to monitor
+ :param poll_interval: Interval in seconds between polling the job
status
Review Comment:
please extract these docstring changes to separated PR. they are not
relevant to the google fix
--
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]