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 b5acf35bd3 Add airflow-postgres-csv to ecosystem page (#1426)
b5acf35bd3 is described below
commit b5acf35bd36062c2985cbfcab8d716292ccbd262
Author: Qing Wan <[email protected]>
AuthorDate: Sun Mar 1 22:51:07 2026 +1100
Add airflow-postgres-csv to ecosystem page (#1426)
Adding airflow-postgres-csv to the Third Party Airflow Plugins and
Providers section.
- **Package:**
[airflow-postgres-csv](https://github.com/Redevil10/airflow-postgres-csv)
- **PyPI:** https://pypi.org/project/airflow-postgres-csv/
- **What it does:** Provides two Airflow operators (`PostgresToCsvOperator`
and `CsvToPostgresOperator`) for bulk PostgreSQL ↔ CSV transfers using
PostgreSQL's native COPY command
- **Requirements:** Apache Airflow >= 2.9,
apache-airflow-providers-postgres >= 5.0
- **License:** MIT
---
landing-pages/site/content/en/ecosystem/_index.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/landing-pages/site/content/en/ecosystem/_index.md
b/landing-pages/site/content/en/ecosystem/_index.md
index 1b5984995d..4614657853 100644
--- a/landing-pages/site/content/en/ecosystem/_index.md
+++ b/landing-pages/site/content/en/ecosystem/_index.md
@@ -103,6 +103,8 @@ If you would you like to be included on this page, please
reach out to the [Apac
[Airflow SAP HANA
Provider](https://github.com/j6takish/airflow-provider-sap-hana) - Provides
Hook to interact with SAP HANA. Allows the use of the Airflow SQL Operators and
database hook methods, including methods which interact with sqlalchemy.
+[Airflow Postgres CSV](https://github.com/Redevil10/airflow-postgres-csv) -
Airflow operators for bulk PostgreSQL ↔ CSV transfers using PostgreSQL's native
`COPY` command. Provides `PostgresToCsvOperator` and `CsvToPostgresOperator`
with support for gzip compression, parameterised queries, and SQL file loading.
Available on [PyPI](https://pypi.org/project/airflow-postgres-csv/).
+
[Airflow LDAP Auth
Manager](https://github.com/emredjan/airflow-ldap-auth-manager) - An Auth
Manager for Apache Airflow 3.x that authenticates users against LDAP/Active
Directory and maps LDAP groups to Airflow roles (admin / editor / viewer).
[Airflow Watcher](https://github.com/ram07eng/airflow-watcher) - An Airflow UI
plugin for monitoring DAG failures, SLA misses, task health, scheduling lag,
and cross-DAG dependencies. Includes dashboard views, REST API, and
multi-channel alerting (Slack, PagerDuty, Email) with StatsD and Prometheus
metrics export. Available on [PyPI](https://pypi.org/project/airflow-watcher/).