You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2018/09/02 18:01:02 UTC

[jira] [Commented] (AIRFLOW-2632) AWSBatchOperator allow ints in overrides

    [ https://issues.apache.org/jira/browse/AIRFLOW-2632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16601403#comment-16601403 ] 

Apache Spark commented on AIRFLOW-2632:
---------------------------------------

User 'saschwartz' has created a pull request for this issue:
https://github.com/apache/incubator-airflow/pull/3513

> AWSBatchOperator allow ints in overrides
> ----------------------------------------
>
>                 Key: AIRFLOW-2632
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-2632
>             Project: Apache Airflow
>          Issue Type: Improvement
>          Components: operators
>    Affects Versions: 2.0.0
>            Reporter: Sebastian Schwartz
>            Assignee: Sebastian Schwartz
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 2.0.0
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> {{The AWSBatchOperator takes an *overrides* dict as a templated paramater: [https://airflow.readthedocs.io/en/latest/integration.html#aws]}}
>  
> However, the templating does not support ints. This is an issue because in *overrides,* the *vcpus* and *memory* paramaters must be ints for the AWS client to correctly submit the job. Removing templating on the *overrides* issue solves this problem. 



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