You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Raphael Norman-Tenazas (JIRA)" <ji...@apache.org> on 2018/09/14 17:55:00 UTC

[jira] [Created] (AIRFLOW-3066) Add job parameters to AWSbatch Operator

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)