This is an automated email from the ASF dual-hosted git repository.

uranusjr 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 895cf893847 Mark Batch Executor as stable (#54924)
895cf893847 is described below

commit 895cf89384782fcd9f88465ddad35a3f1c6e557b
Author: Niko Oliveira <[email protected]>
AuthorDate: Mon Aug 25 19:59:37 2025 -0700

    Mark Batch Executor as stable (#54924)
---
 providers/amazon/docs/executors/batch-executor.rst | 2 --
 providers/amazon/docs/executors/index.rst          | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/providers/amazon/docs/executors/batch-executor.rst 
b/providers/amazon/docs/executors/batch-executor.rst
index 3bc55a45d32..ebd13d45ac1 100644
--- a/providers/amazon/docs/executors/batch-executor.rst
+++ b/providers/amazon/docs/executors/batch-executor.rst
@@ -16,8 +16,6 @@
     under the License.
 
 
-.. warning::
-   The Batch Executor is alpha/experimental at the moment and may be subject 
to change without warning.
 .. |executorName| replace:: Batch
 .. |dockerfileLink| replace:: `here 
<https://github.com/apache/airflow/blob/main/providers/amazon/src/airflow/providers/amazon/aws/executors/Dockerfile>`__
 .. |configKwargs| replace:: SUBMIT_JOB_KWARGS
diff --git a/providers/amazon/docs/executors/index.rst 
b/providers/amazon/docs/executors/index.rst
index 8117d4d969f..466b830d70e 100644
--- a/providers/amazon/docs/executors/index.rst
+++ b/providers/amazon/docs/executors/index.rst
@@ -25,5 +25,5 @@ Amazon Executors
     :maxdepth: 1
 
     ECS Executor <ecs-executor>
-    Batch Executor (experimental) <batch-executor>
+    Batch Executor <batch-executor>
     Lambda Executor (experimental) <lambda-executor>

Reply via email to