LipuFei opened a new pull request, #38524: URL: https://github.com/apache/airflow/pull/38524
Make it possible to use the alpha/experimental AWS ECS Executor with the Helm chart. (link: https://airflow.apache.org/docs/apache-airflow-providers-amazon/stable/executors/ecs-executor.html) The changes are: 1. Add `airflow.providers.amazon.aws.executors.ecs.ecs_executor.AwsEcsExecutor` as an allowed `executor` value. 2. Truncate the `executor` label value to a max of ~50~ 63 characters because Kubernetes doesn't allow a label value with more than ~50~ 63 characters. I've tested this setup and it works. These are the minimum changes I need in the Helm chart. -- 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]
