RNHTTR commented on PR #34809:
URL: https://github.com/apache/airflow/pull/34809#issuecomment-1751738799
Yeah, I see lots of references from `apache-airflow` to
`apache-airflow-providers`, but when I try to do
``:doc:`apache-airflow-providers-celery:celery_executor` ``, I get the
following error during the build:
```
------------------------------ Error 5 --------------------
WARNING: unknown document: 'CeleryExecutor
apache-airflow-providers-celery:celery_executor'
File path: apache-airflow/core-concepts/executor/index.rst (70)
65 | The DebugExecutor also exists but has been deprecated in favor of
using the ``dag.test()`` command for :doc:`debugging <../debug>`.
66 |
67 |
68 | **Remote Executors**
69 |
> 70 | * :doc:`CeleryExecutor
apache-airflow-providers-celery:celery_executor`
71 | * :doc:`CeleryKubernetesExecutor
apache-airflow-providers-celery:celery_kubernetes_executor`
72 | * :doc:`DaskExecutor
apache-airflow-providers-daskexecutor:dask_executor`
73 | * :doc:`KubernetesExecutor
<apache-airflow-providers-cncf-kubernetes:kubernetes_executor>`
74 | * :doc:`KubernetesLocalExecutor
<apache-airflow-providers-cncf-kubernetes:local_kubernetes_executor>`
75 |
```
`celery_executor.rst` now lives at
`docs/apache-airflow-providers-celery/celery_executor.rst`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]