eladkal commented on code in PR #36722:
URL: https://github.com/apache/airflow/pull/36722#discussion_r1447896023


##########
airflow/providers/amazon/provider.yaml:
##########
@@ -828,6 +828,19 @@ config:
         type: string
         example: "ecs_executor_cluster"
         default: ~
+      capacity_provider_strategy:
+        description: |
+          The capacity provider strategy to use for the task.
+
+          If a capacityProviderStrategy is specified, the launchType parameter 
must be omitted. If
+          no capacityProviderStrategy or launchType is specified, the 
defaultCapacityProviderStrategy
+          for the cluster is used, if present.
+
+          When you use cluster auto scaling, you must specify 
capacityProviderStrategy and not launchType.
+        version_added: "8.13"

Review Comment:
   next release is 8.17



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to