Sebastian Schwartz created AIRFLOW-2632:
-------------------------------------------
Summary: 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: Airflow 2.0
Reporter: Sebastian Schwartz
Assignee: Sebastian Schwartz
Fix For: Airflow 2.0
{{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)