feluelle commented on a change in pull request #5900: [AIRFLOW-5313] Add params 
support for awsbatch_operator
URL: https://github.com/apache/airflow/pull/5900#discussion_r348049778
 
 

 ##########
 File path: airflow/contrib/operators/awsbatch_operator.py
 ##########
 @@ -62,6 +62,10 @@ class AWSBatchOperator(BaseOperator):
         containerOverrides (templated):
         
http://boto3.readthedocs.io/en/latest/reference/services/batch.html#submit_job
     :type overrides: dict
+    :param parameters: the same parameter that boto3 will receive on
+        parameters (templated):
+        
http://boto3.readthedocs.io/en/latest/reference/services/batch.html#submit_job
 
 Review comment:
   Your link didn't work. You can also use `.. seealso::` - this way your link 
will have its own [colored 
box](https://thomas-cokelaer.info/tutorials/sphinx/rest_syntax.html#colored-boxes-note-seealso-todo-and-warnings).

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


With regards,
Apache Git Services

Reply via email to