apache-airflow-providers-vertica
Provider package apache-airflow-providers-vertica for Apache Airflow
What it is and what it does
This is an Apache Airflow provider package that bridges Airflow workflows to Vertica databases. It supplies connection, hook, and operator abstractions so that Airflow DAG tasks can authenticate to Vertica instances, execute SQL queries, and manage data pipelines. The package depends on apache-airflow (>=2.11.0), vertica-python (>=1.3.0) for the actual database driver, and common Airflow provider utilities for SQL and compatibility layers.
It is designed for teams running Airflow orchestration who need Vertica as a data source or sink in their workflows. Installation is straightforward on top of an existing Airflow setup, and the package supports Python 3.10 through 3.14. An optional sqlalchemy extra is available for users who need ORM or advanced query construction.
Use it for:
- Schedule recurring SQL queries against Vertica and load results into downstream systems via Airflow DAGs.
- Build ETL pipelines that extract data from Vertica, transform it, and load into data lakes or warehouses.
- Monitor Vertica database health and performance by running diagnostic queries on a schedule within Airflow.
- Orchestrate multi-step data workflows where Vertica is one of several data sources or destinations.
- Automate data validation and reconciliation tasks that require direct Vertica database access from Airflow.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Integrates Vertica database connectivity into Apache Airflow, enabling DAG tasks to connect to, query, and manage Vertica instances.
Yes. This is a production-stable, actively maintained provider package with no known vulnerabilities, low install friction, and permissive licensing. Install it if you run Airflow and need to integrate Vertica databases into your orchestration workflows. Requires Apache Airflow >=2.11.0 and Python >=3.10.
Install
apache-airflow-providers-vertica on PyPI
pip
pip install apache-airflow-providers-verticauv
uv add apache-airflow-providers-verticapoetry
poetry add apache-airflow-providers-verticaInstalling apache-airflow-providers-vertica
Before you install
Low friction installation as a pure Python wheel. Actively maintained with recent releases; requires Apache Airflow >=2.11.0 and vertica-python >=1.3.0 as core dependencies.
License in practice
Licensed under Apache-2.0 (permissive), allowing use in commercial and open-source projects with minimal restrictions.
Quickstart
pip install apache-airflow-providers-vertica
from airflow.providers.vertica.operators.vertica import VerticaOperator
task = VerticaOperator(
task_id='query_vertica',
sql='SELECT * FROM my_table',
vertica_conn_id='vertica_default'
)
Requires an existing Apache Airflow installation (>=2.11.0) and a configured Vertica connection in Airflow's connection store.
Verify before relying
- Specific Vertica database versions supported by vertica-python >=1.3.0
- Whether optional sqlalchemy dependency unlocks additional query or ORM features
- Exact Airflow operator and hook classes available in this provider
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 4 — apache-airflow, apache-airflow-providers-common-compat, apache-airflow-providers-common-sql, vertica-python |
| Maintenance | actively maintained — 83 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 227,966/month — #9,161 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: apache_airflow_providers_vertica-4.4.0-py3-none-any.whl
Keywords: airflow-provider, vertica, airflow, integration
Tags
More Monitoring packages
Wraps any iterable to display a real-time…
copyleft · top 100 on PyPI
opentelemetry-semantic-conventionsProvides generated Python code for…
permissive · top 100 on PyPI
opentelemetry-sdkProvides the reference implementation of the…
permissive · top 100 on PyPI
opentelemetry-apiProvides the abstract API and interfaces for…
permissive · top 100 on PyPI
opentelemetry-exporter-otlp-proto-httpExports OpenTelemetry observability data to an…
permissive · top 1,000 on PyPI
opentelemetry-instrumentationProvides automatic instrumentation commands and…
permissive · top 1,000 on PyPI
apache-airflow-providers-apache-impalaIntegrates Apache Impala with Apache Airflow,…
permissive · top 5,000 on PyPI
apache-airflow-providers-mysqlIntegrates Apache Airflow with MySQL databases,…
permissive · top 5,000 on PyPI
apache-airflow-providers-teradataIntegrates Apache Airflow with Teradata…
permissive · top 15,000 on PyPI
apache-airflow-providers-vespaIntegrates Apache Airflow with Vespa, enabling…
permissive · top 15,000 on PyPI
apache-airflow-providers-ydbIntegrates YDB (a distributed SQL database)…
permissive · top 15,000 on PyPI
apache-airflow-providers-mongoIntegrates MongoDB with Apache Airflow as a…
permissive · top 5,000 on PyPI
apache-airflow-providers-exasolIntegrates Exasol database with Apache Airflow,…
permissive · top 15,000 on PyPI
apache-airflow-providers-sqliteIntegrates SQLite databases with Apache Airflow…
permissive · top 5,000 on PyPI
apache-airflow-providers-odbcProvides ODBC database connectivity operators…
permissive · top 5,000 on PyPI
apache-airflow-providers-apache-hiveIntegrates Apache Hive with Apache Airflow,…
permissive · top 15,000 on PyPI