This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-site.git
The following commit(s) were added to refs/heads/main by this push:
new 35c5253b23 Update provider state information to airflow site (#918)
35c5253b23 is described below
commit 35c5253b23f859693dd6dafe36889fc5264b22f4
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sat Dec 23 18:28:17 2023 +0100
Update provider state information to airflow site (#918)
---
landing-pages/site/content/en/docs/_index.md | 48 +++++++++++++++++++++++-----
1 file changed, 40 insertions(+), 8 deletions(-)
diff --git a/landing-pages/site/content/en/docs/_index.md
b/landing-pages/site/content/en/docs/_index.md
index c1e022ea5f..92b810b399 100644
--- a/landing-pages/site/content/en/docs/_index.md
+++ b/landing-pages/site/content/en/docs/_index.md
@@ -19,6 +19,8 @@ Apache Airflow Core, which includes webserver, scheduler, CLI
and other componen
Providers packages include integrations with third party projects. They are
versioned and released independently of the Apache Airflow core.
[Read the documentation >>](/docs/apache-airflow-providers/index.html)
+### Active providers
+
{{< rawhtml >}}
<ul class="list-providers">
@@ -55,8 +57,6 @@ Providers packages include integrations with third party
projects. They are vers
<li><a
href="/docs/apache-airflow-providers-apache-spark/stable/index.html"><code>Apache
Spark</code></a></li>
- <li><a
href="/docs/apache-airflow-providers-apache-sqoop/stable/index.html"><code>Apache
Sqoop</code></a></li>
-
<li><a
href="/docs/apache-airflow-providers-apprise/stable/index.html"><code>Apprise</code></a></li>
<li><a
href="/docs/apache-airflow-providers-arangodb/stable/index.html"><code>ArangoDB</code></a></li>
@@ -73,8 +73,6 @@ Providers packages include integrations with third party
projects. They are vers
<li><a
href="/docs/apache-airflow-providers-common-sql/stable/index.html"><code>Common
SQL</code></a></li>
- <li><a
href="/docs/apache-airflow-providers-daskexecutor/stable/index.html"><code>Dask
Executor</code></a></li>
-
<li><a
href="/docs/apache-airflow-providers-databricks/stable/index.html"><code>Databricks</code></a></li>
<li><a
href="/docs/apache-airflow-providers-datadog/stable/index.html"><code>Datadog</code></a></li>
@@ -147,8 +145,6 @@ Providers packages include integrations with third party
projects. They are vers
<li><a
href="/docs/apache-airflow-providers-papermill/stable/index.html"><code>Papermill</code></a></li>
- <li><a
href="/docs/apache-airflow-providers-plexus/stable/index.html"><code>Plexus</code></a></li>
-
<li><a
href="/docs/apache-airflow-providers-pgvector/stable/index.html"><code>PgVector</code></a></li>
<li><a
href="/docs/apache-airflow-providers-pinecone/stable/index.html"><code>Pinecone</code></a></li>
@@ -157,8 +153,6 @@ Providers packages include integrations with third party
projects. They are vers
<li><a
href="/docs/apache-airflow-providers-presto/stable/index.html"><code>Presto</code></a></li>
- <li><a
href="/docs/apache-airflow-providers-qubole/stable/index.html"><code>Qubole</code></a></li>
-
<li><a
href="/docs/apache-airflow-providers-redis/stable/index.html"><code>Redis</code></a></li>
<li><a
href="/docs/apache-airflow-providers-salesforce/stable/index.html"><code>Salesforce</code></a></li>
@@ -203,6 +197,44 @@ Providers packages include integrations with third party
projects. They are vers
{{< /rawhtml >}}
+
+### Suspended providers
+
+Those providers are currently suspended from releases and we are not actively
testing their compatibility with
+latest Airflow releases. You can still use released versions of those
providers if you need to and in case
+the reason for suspension is resolved, the provider might be resumed by a PR
of a community member who will
+resolve the suspention reason. It the provider is suspended for some time, the
community might make
+decision about removing it.
+
+More about the suspension/resuming process can be found in the
+[Community provider's lifecycle
documentation](https://github.com/apache/airflow/blob/main/PROVIDERS.rst#community-providers-lifecycle)
page.
+
+* No suspended providers at the moment
+
+### Removed providers
+
+Those providers are no longer supported and have been removed from the
codebase, you can however still
+use released versions of those providers if you need to.
+
+More about the removal process can be found in the
+[Community provider's lifecycle
documentation](https://github.com/apache/airflow/blob/main/PROVIDERS.rst#community-providers-lifecycle)
page.
+
+{{< rawhtml >}}
+
+<ul class="list-providers">
+
+ <li><a
href="/docs/apache-airflow-providers-apache-sqoop/stable/index.html"><code>Apache
Sqoop</code></a></li>
+
+ <li><a
href="/docs/apache-airflow-providers-daskexecutor/stable/index.html"><code>Dask
Executor</code></a></li>
+
+ <li><a
href="/docs/apache-airflow-providers-plexus/stable/index.html"><code>Plexus</code></a></li>
+
+ <li><a
href="/docs/apache-airflow-providers-qubole/stable/index.html"><code>Qubole</code></a></li>
+
+</ul>
+
+{{< /rawhtml >}}
+
## [Docker stack](/docs/docker-stack/index.html)
Airflow has an official Dockerfile and Docker image published in DockerHub as
a convenience package for