From 1c1c4f3a71bfdb4f3360a3f8c18f736904050968 Mon Sep 17 00:00:00 2001 From: Kaxil Naik Date: Fri, 18 Oct 2024 01:30:34 +0100 Subject: [PATCH] Add cross reference for Edge Executor in Airflow docs Follow-up of https://github.com/apache/airflow/pull/42051 . After merging to main, I built docs for edge executor and pushed the inventory file to s3, so it is Airflow docs and can understand where the cross-ref is coming from since it downloads the inventory file. --- docs/apache-airflow/cli-and-env-variables-ref.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/apache-airflow/cli-and-env-variables-ref.rst b/docs/apache-airflow/cli-and-env-variables-ref.rst index 29db4bb6a5464..5de76b8d02969 100644 --- a/docs/apache-airflow/cli-and-env-variables-ref.rst +++ b/docs/apache-airflow/cli-and-env-variables-ref.rst @@ -39,6 +39,7 @@ contributed by the community providers: * Celery Executor and related CLI commands: :doc:`apache-airflow-providers-celery:cli-ref` * Kubernetes Executor and related CLI commands: :doc:`apache-airflow-providers-cncf-kubernetes:cli-ref` +* Edge Executor and related CLI commands: :doc:`apache-airflow-providers-edge:cli-ref` * AWS and related CLI commands: :doc:`apache-airflow-providers-amazon:cli-ref` * The ``users`` and ``roles`` CLI commands are described in FAB provider documentation :doc:`apache-airflow-providers-fab:cli-ref`