skillfed

apache-airflow-providers-apache-cassandra

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

apache-airflow-providers-apache-cassandra v3.9.5 213.0K downloads/30d#9,443 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 DAGs and Apache Cassandra clusters. It supplies operators and hooks—the core building blocks for Airflow tasks—that let you execute CQL queries, read and write data, and manage Cassandra operations as part of your data pipeline orchestration. The package depends on apache-airflow (2.11.0 or later), cassandra-driver, and apache-airflow-providers-common-compat, and is maintained as part of the official Apache Airflow project.

You install it on top of an existing Airflow environment to add Cassandra connectivity. It supports Python 3.10 through 3.13, with cassandra-driver version pinned per Python release. The package is actively maintained, with no known security vulnerabilities, and carries a permissive Apache 2.0 license suitable for commercial use.

Use it for:

  • Schedule and execute CQL queries against a Cassandra cluster on a recurring basis as part of an Airflow DAG.
  • Load data from Cassandra into downstream systems (data warehouses, lakes) as an ETL step in a larger pipeline.
  • Insert or update records in Cassandra as the final step of a multi-stage data transformation workflow.
  • Monitor Cassandra table health or row counts by querying the cluster on a schedule and alerting on anomalies.
  • Coordinate complex multi-step workflows that involve both Cassandra and other data sources or services via Airflow orchestration.

Worth the install?

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

Integrates Apache Cassandra with Apache Airflow, providing operators and hooks to query, insert, and manage data in Cassandra clusters from Airflow DAGs.

Yes. This is an official Apache Airflow provider maintained by the Apache project, actively released, with no security vulnerabilities, low install friction, and a permissive license. Install it if you run Airflow and need to orchestrate Cassandra workloads; it is the standard integration for that use case. Ensure your Airflow version is 2.11.0 or later and your Python version is 3.10–3.13.

Install

apache-airflow-providers-apache-cassandra on PyPI

pip

pip install apache-airflow-providers-apache-cassandra

uv

uv add apache-airflow-providers-apache-cassandra

poetry

poetry add apache-airflow-providers-apache-cassandra

Installing apache-airflow-providers-apache-cassandra

Before you install

Low friction installation as a pure-Python wheel. Actively maintained with recent releases; requires Airflow 2.11.0 or later and cassandra-driver with version constraints tied to Python version.

License in practice

Apache License 2.0 (permissive) allows commercial use, modification, and distribution with minimal restrictions.

Quickstart

pip install apache-airflow-providers-apache-cassandra

from airflow.providers.apache.cassandra.operators.cassandra import CassandraOperator
from airflow import DAG

with DAG('cassandra_dag') as dag:
    task = CassandraOperator(task_id='query', cql='SELECT * FROM table')

Requires Apache Airflow 2.11.0 or later; Python 3.10–3.13 only; cassandra-driver version depends on Python version (3.29.3 for Python 3.13, 3.29.2 for 3.12, 3.29.1 for earlier versions).

Verify before relying

  • Whether the package includes connection types, sensors, or transfer operators beyond basic operators and hooks.
  • Whether Cassandra cluster authentication (username/password, SSL/TLS) is handled by the provider or delegated to cassandra-driver.
  • Performance characteristics or limitations when working with large result sets or high-throughput workloads.

Package facts

License Apache-2.0 (permissive)
Python support supports the current Python release (!=3.14.*,>=3.10)
Install friction low — pure-Python wheel
Runtime dependencies 3 — apache-airflow, apache-airflow-providers-common-compat, cassandra-driver
Maintenance actively maintained — 68 days since the last release
Last repo commit
First released
Downloads 213,010/month — #9,443 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: apache_airflow_providers_apache_cassandra-3.9.5-py3-none-any.whl

Keywords: airflow-provider, apache.cassandra, 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.13Topic :: System :: Monitoring

Tags

airflow cassandra integrationcassandra operator airflowairflow cassandra providercassandra dag tasksairflow database connector cassandracassandra airflow hookscassandra data pipeline
airflow-providercassandra-integrationdata-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-influxdb

Integrates InfluxDB time-series database with…

permissive · top 15,000 on PyPI

apache-airflow-providers-arangodb

Integrates ArangoDB 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-zendesk

Provides operators and hooks to integrate…

permissive · top 15,000 on PyPI

apache-airflow-providers-asana

Integrates Apache Airflow with Asana, enabling…

permissive · top 15,000 on PyPI

apache-airflow-providers-cloudant

Provides Apache Airflow operators and hooks to…

permissive · top 15,000 on PyPI

apache-airflow-providers-google

Integrates Apache Airflow with Google Cloud…

permissive · top 1,000 on PyPI

cqlsh

cqlsh is a command-line client for executing…

permissive · top 15,000 on PyPI

airflow-provider-hightouch

Provides Airflow operators and hooks to trigger…

permissive · top 15,000 on PyPI

cassio

cassIO integrates Apache Cassandra with machine…

permissive · top 15,000 on PyPI