phanikumv commented on code in PR #29300:
URL: https://github.com/apache/airflow/pull/29300#discussion_r1154541102


##########
tests/providers/amazon/aws/operators/test_batch.py:
##########
@@ -211,3 +218,114 @@ def test_execute(self, mock_conn):
             computeResources=compute_resources,
             tags=tags,
         )
+
+
+def create_context(task, dag=None):

Review Comment:
   whats the difference between the tests here and the ones under 
`deferrable/hooks/test_batch_client.py` ?



##########
docs/apache-airflow-providers-amazon/operators/batch.rst:
##########
@@ -38,6 +38,7 @@ Submit a new AWS Batch job
 ==========================
 
 To submit a new AWS Batch job and monitor it until it reaches a terminal state 
you can
+also run this operator in deferrable mode by setting ``deferrable`` param to 
``True``.

Review Comment:
   this sentence is confusing. can you please re-word it.



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