Andrey Kateshov created AIRFLOW-6604:
----------------------------------------
Summary: Add support for capacityProviderStrategy argument in ECS
Operator
Key: AIRFLOW-6604
URL: https://issues.apache.org/jira/browse/AIRFLOW-6604
Project: Apache Airflow
Issue Type: Improvement
Components: operators
Affects Versions: 1.10.7
Reporter: Andrey Kateshov
In december Aws added new a major feature to ECS: capacity providers. This is
set using a new argument in boto3 ecs run_taks method calledÂ
capacityProviderStrategy
(https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/ecs.html#ECS.Client.run_task).
However, ECSOperator does not currently pass through this argument to boto3
client method invocation. This very important feature and will be adopted
quickly by all users of ECS.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)