This is an automated email from the ASF dual-hosted git repository.
vincbeck pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 9d01d0354b Move ECS executor to stable (#42483)
9d01d0354b is described below
commit 9d01d0354b4d6f5f46a9afc7e9a0e91ed8421b15
Author: Niko Oliveira <[email protected]>
AuthorDate: Thu Sep 26 07:37:30 2024 -0700
Move ECS executor to stable (#42483)
The AWS ECS executor has been released for just under one year. We have
made changes as users have found issues but it has remained stable for
quite a while now.
This PR proposes to remove the experimental warning for the executor and
move it to respecting semver (so no more breaking changes in minor
releases).
---
docs/apache-airflow-providers-amazon/executors/ecs-executor.rst | 3 ---
docs/apache-airflow-providers-amazon/executors/index.rst | 2 +-
2 files changed, 1 insertion(+), 4 deletions(-)
diff --git a/docs/apache-airflow-providers-amazon/executors/ecs-executor.rst
b/docs/apache-airflow-providers-amazon/executors/ecs-executor.rst
index d4289e629a..b00704dc86 100644
--- a/docs/apache-airflow-providers-amazon/executors/ecs-executor.rst
+++ b/docs/apache-airflow-providers-amazon/executors/ecs-executor.rst
@@ -16,9 +16,6 @@
under the License.
-.. warning::
- The ECS Executor is alpha/experimental at the moment and may be subject to
change without warning.
-
.. |executorName| replace:: ECS
.. |dockerfileLink| replace:: `here
<https://github.com/apache/airflow/blob/main/airflow/providers/amazon/aws/executors/Dockerfile>`__
.. |configKwargs| replace:: SUBMIT_JOB_KWARGS
diff --git a/docs/apache-airflow-providers-amazon/executors/index.rst
b/docs/apache-airflow-providers-amazon/executors/index.rst
index e100cd845d..117cd1facc 100644
--- a/docs/apache-airflow-providers-amazon/executors/index.rst
+++ b/docs/apache-airflow-providers-amazon/executors/index.rst
@@ -24,5 +24,5 @@ Amazon Executors
.. toctree::
:maxdepth: 1
- ECS Executor (experimental) <ecs-executor>
+ ECS Executor <ecs-executor>
Batch Executor (experimental) <batch-executor>