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

shahar1 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 749a7ffde1 Add ClickHouse provider to docs index (#1574)
749a7ffde1 is described below

commit 749a7ffde1abdf0c9d2cdf25d77fe68e225fd2f5
Author: Shahar Epstein <[email protected]>
AuthorDate: Tue Jun 23 22:50:10 2026 +0300

    Add ClickHouse provider to docs index (#1574)
    
    The apache-airflow-providers-clickhousedb provider has been released, so
    it should appear in the providers list on the documentation site.
---
 landing-pages/site/content/en/docs/_index.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/landing-pages/site/content/en/docs/_index.md 
b/landing-pages/site/content/en/docs/_index.md
index 9ff8a17494..f169a9391e 100644
--- a/landing-pages/site/content/en/docs/_index.md
+++ b/landing-pages/site/content/en/docs/_index.md
@@ -105,6 +105,8 @@ Providers packages include integrations with third party 
projects. They are vers
 
   <li><a 
href="/docs/apache-airflow-providers-celery/stable/index.html"><code>Celery</code></a></li>
 
+  <li><a 
href="/docs/apache-airflow-providers-clickhousedb/stable/index.html"><code>ClickHouse</code></a></li>
+
   <li><a 
href="/docs/apache-airflow-providers-cloudant/stable/index.html"><code>Cloudant</code></a></li>
 
   <li><a 
href="/docs/apache-airflow-providers-cncf-kubernetes/stable/index.html"><code>CNCF
 Kubernetes</code></a></li>

Reply via email to