jedcunningham commented on code in PR #30865:
URL: https://github.com/apache/airflow/pull/30865#discussion_r1205839041


##########
airflow/providers/amazon/aws/operators/batch.py:
##########
@@ -79,6 +80,8 @@ class BatchOperator(BaseOperator):
         Override the region_name in connection (if provided)
     :param tags: collection of tags to apply to the AWS Batch job submission
         if None, no tags are submitted
+    :param deferrable: Run operator in the deferrable mode.
+    :param poll_interval: (Deferrable mode only) Time in second to wait 
between polling.

Review Comment:
   ```suggestion
       :param poll_interval: (Deferrable mode only) Time in seconds to wait 
between polling.
   ```
   
   nit



##########
airflow/providers/amazon/aws/waiters/batch.json:
##########


Review Comment:
   Is this file used anywhere? Why do we need this?



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