From 2531338216e3ea2ce9f57e59c2dc7540daebd6cf 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) --- 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 c7ad952f21d62..fb0a90e84f9aa 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*