You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Ash Berlin-Taylor (Jira)" <ji...@apache.org> on 2019/10/04 08:40:00 UTC

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

     [ https://issues.apache.org/jira/browse/AIRFLOW-3066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ash Berlin-Taylor reassigned AIRFLOW-3066:
------------------------------------------

    Assignee:     (was: Hugo Prudente)

> 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
>            Priority: Minor
>              Labels: AWS, easyfix, features, newbie
>   Original Estimate: 5m
>  Remaining Estimate: 5m
>
> 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
(v8.3.4#803005)