This is an automated email from the ASF dual-hosted git repository.
ephraimanierobi pushed a commit to branch 270
in repository https://gitbox.apache.org/repos/asf/airflow-site.git
The following commit(s) were added to refs/heads/270 by this push:
new a64043a03b add pypi links for the executors
a64043a03b is described below
commit a64043a03bcb1705d4af4d33693ac1fe7b485fbd
Author: Ephraim Anierobi <[email protected]>
AuthorDate: Fri Aug 18 17:20:02 2023 +0100
add pypi links for the executors
---
landing-pages/site/content/en/blog/airflow-2.7.0/index.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/landing-pages/site/content/en/blog/airflow-2.7.0/index.md
b/landing-pages/site/content/en/blog/airflow-2.7.0/index.md
index 1dd2820dcb..f60068b173 100644
--- a/landing-pages/site/content/en/blog/airflow-2.7.0/index.md
+++ b/landing-pages/site/content/en/blog/airflow-2.7.0/index.md
@@ -62,9 +62,9 @@ With 2.7.0, OpenLineage changes from a plugin implementation
maintained in the O
Some of the executors that were shipped in core Airflow have moved into their
respective providers for Airflow 2.7.0. The great benefit of this is to allow
faster bug-fix releases as providers are released independently from core.
The following providers have been moved and require certain minimum providers
versions:
-* In order to use Celery executors, install the celery provider version 3.3.0+
-* In order to use the Kubernetes executor, install the kubernetes provider
version 7.4.0+
-* In order to use the Dask executor, install any version of the daskexecutor
provider
+* In order to use Celery executors, install the [celery provider version
3.3.0+](https://pypi.org/project/apache-airflow-providers-celery/)
+* In order to use the Kubernetes executor, install the [kubernetes provider
version
7.4.0+](https://pypi.org/project/apache-airflow-providers-cncf-kubernetes/)
+* In order to use the Dask executor, install any version of the [daskexecutor
provider](https://pypi.org/project/apache-airflow-providers-daskexecutor/)
If you use the official docker images, all of these providers come
preinstalled.