Raphael Norman-Tenazas created AIRFLOW-3066:
-----------------------------------------------

             Summary: Add job parameters to AWSbatch Operator
                 Key: AIRFLOW-3066
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-3066
             Project: Apache Airflow
          Issue Type: Improvement
          Components: contrib, operators
            Reporter: Raphael Norman-Tenazas


Sometimes it is necessary to add parameters at runtime to AWS batch jobs in a 
workflow. Currently, the AWSbatchOperator does not support this, and will use 
the default parameters defined in the AWS job description.

This can be implemented by adding a job_description={} parameter to the 
AWSBatchOperator's __init__ and pass that into the client.submit_job call with 
the keyword parameters.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to