This is an automated email from the ASF dual-hosted git repository. vincbeck pushed a commit to branch vincbeck/arrow in repository https://gitbox.apache.org/repos/asf/airflow-site.git
commit 50f055f3c37547157a59fe6abcaa9eb14263fc90 Author: vincbeck <[email protected]> AuthorDate: Mon Sep 14 12:09:02 2026 -0400 Add Apache Arrow provider to index --- 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 2a35cb5614..ac861c7da7 100644 --- a/landing-pages/site/content/en/docs/_index.md +++ b/landing-pages/site/content/en/docs/_index.md @@ -71,6 +71,8 @@ Providers packages include integrations with third party projects. They are vers <li><a href="/docs/apache-airflow-providers-anthropic/stable/index.html"><code>Anthropic</code></a></li> + <li><a href="/docs/apache-airflow-providers-apache-arrow/stable/index.html"><code>Apache Arrow</code></a></li> + <li><a href="/docs/apache-airflow-providers-apache-beam/stable/index.html"><code>Apache Beam</code></a></li> <li><a href="/docs/apache-airflow-providers-apache-cassandra/stable/index.html"><code>Apache Cassandra</code></a></li>
