This is an automated email from the ASF dual-hosted git repository. eladkal pushed a commit to branch info in repository https://gitbox.apache.org/repos/asf/airflow-site.git
commit 30d4a576721a45752c06ea8b799f4e1b8207c743 Author: Elad Kalif <[email protected]> AuthorDate: Tue Mar 10 20:57:11 2026 +0200 Add informatica provider to index.md --- 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 fdd77c40eb..29d059d0ba 100644 --- a/landing-pages/site/content/en/docs/_index.md +++ b/landing-pages/site/content/en/docs/_index.md @@ -157,6 +157,8 @@ Providers packages include integrations with third party projects. They are vers <li><a href="/docs/apache-airflow-providers-influxdb/stable/index.html"><code>Influx DB</code></a></li> + <li><a href="/docs/apache-airflow-providers-informatica/stable/index.html"><code>Informatica</code></a></li> + <li><a href="/docs/apache-airflow-providers-imap/stable/index.html"><code>Internet Message Access Protocol (IMAP)</code></a></li> <li><a href="/docs/apache-airflow-providers-jdbc/stable/index.html"><code>Java Database Connectivity (JDBC)</code></a></li>
