From 85b51d4af02a550daf617983df8c015e18edc58c Mon Sep 17 00:00:00 2001 From: Jens Scheffler <95105677+jscheffl@users.noreply.github.com> Date: Fri, 18 Oct 2024 07:29:59 +0200 Subject: [PATCH] Airflow Core/Docs adjustments for introduction of AIP-69 Edge Executor (#41730) (cherry picked from commit 2531338216e3ea2ce9f57e59c2dc7540daebd6cf) --- docs/apache-airflow/core-concepts/executor/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/apache-airflow/core-concepts/executor/index.rst b/docs/apache-airflow/core-concepts/executor/index.rst index 1bb11f2335ab6..528dd9931e585 100644 --- a/docs/apache-airflow/core-concepts/executor/index.rst +++ b/docs/apache-airflow/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 ` * :doc:`BatchExecutor ` - +* :doc:`EdgeExecutor ` (Experimental Pre-Release) *Containerized Executors*