uranusjr commented on code in PR #31837:
URL: https://github.com/apache/airflow/pull/31837#discussion_r1226155734


##########
airflow/providers/amazon/aws/hooks/batch_waiters.py:
##########
@@ -194,6 +201,9 @@ def wait_for_job(self, job_id: str, delay: int | float | 
None = None) -> None:
 
         :param delay:  A delay before polling for job status
 
+        :param get_batch_log_fetcher: A method that returns batch_log_fetcher 
of
+            type AwsTaskLogFetcher or None.

Review Comment:
   This should explain what returning None from the getter means.



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

Reply via email to