You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2023/12/23 16:33:05 UTC

(airflow-site) branch providers-can-be-in-different-states created (now cb91ff1cd1)

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a change to branch providers-can-be-in-different-states
in repository https://gitbox.apache.org/repos/asf/airflow-site.git


      at cb91ff1cd1 Update provider state information to airflow site

This branch includes the following new commits:

     new cb91ff1cd1 Update provider state information to airflow site

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



(airflow-site) 01/01: Update provider state information to airflow site

Posted by po...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch providers-can-be-in-different-states
in repository https://gitbox.apache.org/repos/asf/airflow-site.git

commit cb91ff1cd17dcfdcde8b744a52b36d0fb125963c
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Sat Dec 23 17:31:39 2023 +0100

    Update provider state information to airflow site
---
 landing-pages/site/content/en/docs/_index.md | 40 ++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)

diff --git a/landing-pages/site/content/en/docs/_index.md b/landing-pages/site/content/en/docs/_index.md
index c1e022ea5f..684e2f8c3d 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">
@@ -203,6 +205,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