skillfed

apache-airflow-providers-weaviate

Provider package apache-airflow-providers-weaviate for Apache Airflow

apache-airflow-providers-weaviate v3.4.1 287.8K downloads/30d#8,025 on PyPI46,490
Permissive license Apache-2.0 Active released

What it is and what it does

This is an Apache Airflow provider package that bridges Airflow's workflow orchestration with Weaviate, a vector database platform. It supplies operators, hooks, and connection types that allow you to define Weaviate tasks within Airflow DAGs—such as ingesting data, querying vectors, or managing collections. The package depends on apache-airflow (>=2.11.0), weaviate-client (>=4.16.0, excluding 4.16.7), httpx, pandas, and apache-airflow-providers-common-compat, and runs on Python 3.10 through 3.14.

You install it on top of an existing Airflow setup and use it to compose Weaviate operations into larger data pipelines. It is actively maintained by the Apache Airflow project, with a recent release and no known security vulnerabilities. The permissive Apache-2.0 license places no restrictions on commercial use.

Use it for:

  • Orchestrate periodic ingestion of document embeddings into Weaviate from external data sources within an Airflow DAG.
  • Build multi-step pipelines that extract, transform, and load vector data into Weaviate as part of a larger workflow.
  • Query Weaviate collections on a schedule and feed results into downstream Airflow tasks for further processing.
  • Manage Weaviate schema and collection lifecycle operations as scheduled Airflow tasks.
  • Integrate Weaviate operations with other Airflow providers to create end-to-end ML or search infrastructure workflows.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Integrates Weaviate vector database operations into Apache Airflow workflows, providing operators and hooks to orchestrate data ingestion, querying, and management tasks.

Yes. This is a production-stable Apache-backed provider with low install friction, active maintenance, no security vulnerabilities, and a permissive license. Install it if you are already running Airflow and need to orchestrate Weaviate tasks; skip it if you do not use Airflow or do not need vector database integration.

Install

apache-airflow-providers-weaviate on PyPI

pip

pip install apache-airflow-providers-weaviate

uv

uv add apache-airflow-providers-weaviate

poetry

poetry add apache-airflow-providers-weaviate

Installing apache-airflow-providers-weaviate

Before you install

Low friction installation as a pure-Python wheel. Actively maintained with a release 6 days old and backed by the Apache Airflow project's infrastructure. Requires Apache Airflow >=2.11.0 and weaviate-client >=4.16.0 (excluding 4.16.7).

License in practice

Apache-2.0 license permits commercial and private use with permissive terms. Derivative works must retain the license notice and copyright attribution.

Quickstart

pip install apache-airflow-providers-weaviate

from airflow.providers.weaviate.operators.weaviate import WeaviateIngestOperator
from airflow import DAG

with DAG('weaviate_example') as dag:
    ingest = WeaviateIngestOperator(task_id='ingest_data')

Requires an existing Apache Airflow installation (>=2.11.0) and a running Weaviate instance to connect to.

Verify before relying

  • What specific operators and hooks are available beyond the ingest functionality mentioned in the snippet.
  • Whether the provider supports all Weaviate client features or a subset of the weaviate-client API.
  • Performance characteristics or scaling limits for large-scale data ingestion workflows.

Package facts

License Apache-2.0 (permissive)
Python support supports the current Python release (>=3.10)
Install friction low — pure-Python wheel
Runtime dependencies 5 — apache-airflow, apache-airflow-providers-common-compat, httpx, weaviate-client, pandas
Maintenance actively maintained — 6 days since the last release
Last repo commit
First released
Downloads 287,798/month — #8,025 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: apache_airflow_providers_weaviate-3.4.1-py3-none-any.whl

Keywords: airflow-provider, weaviate, airflow, integration

Development Status :: 5 - Production/StableEnvironment :: ConsoleEnvironment :: Web EnvironmentFramework :: Apache AirflowFramework :: Apache Airflow :: ProviderIntended Audience :: DevelopersIntended Audience :: System AdministratorsProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Topic :: System :: Monitoring

Tags

airflow weaviate integrationvector database airflow providerweaviate dag operatorsairflow weaviate hooksorchestrate weaviate workflowsairflow vector search tasks
airflow-providervector-databaseworkflow-orchestration

More Monitoring packages

tqdm

Wraps any iterable to display a real-time…

copyleft · top 100 on PyPI

opentelemetry-semantic-conventions

Provides generated Python code for…

permissive · top 100 on PyPI

opentelemetry-sdk

Provides the reference implementation of the…

permissive · top 100 on PyPI

opentelemetry-api

Provides the abstract API and interfaces for…

permissive · top 100 on PyPI

opentelemetry-exporter-otlp-proto-http

Exports OpenTelemetry observability data to an…

permissive · top 1,000 on PyPI

opentelemetry-instrumentation

Provides automatic instrumentation commands and…

permissive · top 1,000 on PyPI

apache-airflow-providers-salesforce

Integrates Salesforce data operations into…

permissive · top 5,000 on PyPI

apache-airflow-providers-neo4j

Integrates Neo4j graph database operations into…

permissive · top 15,000 on PyPI

weaviate-client

A Python client library for connecting to and…

permissive · top 1,000 on PyPI

apache-airflow-providers-arangodb

Integrates ArangoDB with Apache Airflow,…

permissive · top 15,000 on PyPI

apache-airflow-providers-exasol

Integrates Exasol database with Apache Airflow,…

permissive · top 15,000 on PyPI

apache-airflow-providers-opensearch

Integrates OpenSearch with Apache Airflow,…

permissive · top 15,000 on PyPI

apache-airflow-providers-github

Provides GitHub integration operators and hooks…

permissive · top 15,000 on PyPI

apache-airflow-providers-oracle

Integrates Apache Airflow with Oracle…

permissive · top 5,000 on PyPI

apache-airflow-providers-standard

Provides standard operators, hooks, and sensors…

permissive · top 5,000 on PyPI

apache-airflow-providers-postgres

Integrates PostgreSQL databases with Apache…

permissive · top 5,000 on PyPI