apache-airflow-providers-vespa
Provider package apache-airflow-providers-vespa for Apache Airflow
What it is and what it does
This is an Apache Airflow provider package that adds Vespa integration capabilities to Airflow workflows. It allows you to orchestrate tasks that interact with Vespa clusters—a search and machine learning engine—directly from Airflow DAGs. The package provides operators and hooks built on top of pyvespa, the official Python client for Vespa, enabling you to define, schedule, and monitor Vespa operations as part of larger data pipelines.
The package is production-ready (Development Status 5) and actively maintained by the Apache Airflow project. It supports Python 3.10 through 3.14 and requires Airflow >=2.11.0. Installation is straightforward via pip, with low friction since it's a pure-Python wheel with no compiled dependencies.
Use it for:
- Schedule regular data feeds to Vespa search clusters as part of an Airflow pipeline.
- Orchestrate machine learning model deployments and updates to Vespa clusters on a fixed schedule.
- Build multi-step workflows that query Vespa, process results, and feed refined data back.
- Monitor and manage Vespa cluster operations (indexing, redeployment) alongside other Airflow tasks.
- Integrate Vespa search operations into larger ETL or data processing DAGs.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Integrates Apache Airflow with Vespa, enabling workflow orchestration for search and machine learning operations on Vespa clusters.
Yes. This is an official Apache Airflow provider for Vespa integration, actively maintained with no known vulnerabilities. Install friction is low, the license is permissive, and it's production-ready. Install it if you run Airflow and need to orchestrate Vespa operations; otherwise, it has no value.
Install
apache-airflow-providers-vespa on PyPI
pip
pip install apache-airflow-providers-vespauv
uv add apache-airflow-providers-vespapoetry
poetry add apache-airflow-providers-vespaInstalling apache-airflow-providers-vespa
Before you install
Low install friction with a pure-Python wheel. Actively maintained by Apache; last commit 2026-08-14. Requires Apache Airflow >=2.11.0 and pyvespa >=1.1.2.
License in practice
Licensed under Apache-2.0 (permissive), allowing commercial and private use with minimal restrictions.
Quickstart
pip install apache-airflow-providers-vespa
from airflow.providers.vespa.operators import VespaOperator
from airflow import DAG
with DAG('vespa_dag') as dag:
task = VespaOperator(task_id='vespa_task')
Requires Apache Airflow >=2.11.0 and Python >=3.10; Vespa cluster must be accessible from Airflow environment.
Verify before relying
- What specific Vespa operations (feed, query, deploy) are supported by the available operators and hooks.
- Whether authentication mechanisms (API keys, certificates) are documented for Vespa cluster connections.
- Performance characteristics when handling large-scale data pipelines to Vespa.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 3 — apache-airflow, apache-airflow-providers-common-compat, pyvespa |
| Maintenance | actively maintained — 68 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 124,202/month — #11,879 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: apache_airflow_providers_vespa-0.1.1-py3-none-any.whl
Keywords: airflow-provider, vespa, 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-openfaasIntegrates OpenFaaS serverless functions into…
permissive · top 15,000 on PyPI
pyvespapyvespa provides a Python API to create,…
permissive · top 5,000 on PyPI
apache-airflow-providers-zendeskProvides operators and hooks to integrate…
permissive · top 15,000 on PyPI
apache-airflow-providers-asanaIntegrates Apache Airflow with Asana, enabling…
permissive · top 15,000 on PyPI
apache-airflow-providers-verticaIntegrates Vertica database connectivity into…
permissive · top 15,000 on PyPI
apache-airflow-providers-segmentIntegrates Apache Airflow with Segment for…
permissive · top 15,000 on PyPI
apache-airflow-providers-apache-flinkProvides Apache Airflow integration for Apache…
permissive · top 15,000 on PyPI
apache-airflow-providers-informaticaProvides Apache Airflow integration operators…
permissive · top 15,000 on PyPI
apache-airflow-providers-jenkinsIntegrates Jenkins CI/CD systems into Apache…
permissive · top 15,000 on PyPI
apache-airflow-providers-jiraIntegrates Apache Airflow with Atlassian Jira,…
permissive · top 15,000 on PyPI