This is an automated email from the ASF dual-hosted git repository.
ephraimanierobi pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 1edb2976e6927db2037bac18e7391151d9b1d0de
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 13 22:40:49 2026 +0100
[v3-1-test] Remove experimental note from EdgeExecutor (#60446) (#60489)
(cherry picked from commit ae987468425ee3b550e7c9a30c5b2f37532ea0c5)
Co-authored-by: Elad Kalif <[email protected]>
---
airflow-core/docs/core-concepts/executor/index.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/airflow-core/docs/core-concepts/executor/index.rst
b/airflow-core/docs/core-concepts/executor/index.rst
index 7a4b5e88fe3..469bbf0847e 100644
--- a/airflow-core/docs/core-concepts/executor/index.rst
+++ b/airflow-core/docs/core-concepts/executor/index.rst
@@ -92,7 +92,7 @@ Airflow tasks are sent to a central queue where remote
workers pull tasks to exe
* :doc:`CeleryExecutor <apache-airflow-providers-celery:celery_executor>`
* :doc:`BatchExecutor
<apache-airflow-providers-amazon:executors/batch-executor>`
-* :doc:`EdgeExecutor <apache-airflow-providers-edge3:edge_executor>`
(Experimental Pre-Release)
+* :doc:`EdgeExecutor <apache-airflow-providers-edge3:edge_executor>`
*Containerized Executors*