apache-airflow-providers-sqlite
Provider package apache-airflow-providers-sqlite for Apache Airflow
What it is and what it does
This is an Apache Airflow provider package that adds SQLite database support to Airflow workflows. It enables users to define tasks that execute SQL queries against SQLite databases and manage SQLite connections within the Airflow DAG framework. The package is built on top of apache-airflow-providers-common-sql, which provides the shared SQL execution infrastructure.
As a provider package, it integrates with Airflow's plugin system to expose SQLite operators, hooks, and connection types. It is maintained as part of the Apache Airflow project and supports current Python versions (3.10 through 3.14). Installation is straightforward via pip on top of an existing Airflow installation meeting the minimum version requirement.
Use it for:
- Execute SQL queries on SQLite databases as part of scheduled Airflow DAGs.
- Manage SQLite connections and credentials through Airflow's connection UI.
- Build data pipelines that read from or write to SQLite tables.
- Integrate SQLite data operations with other Airflow provider tasks in a single workflow.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Integrates SQLite databases with Apache Airflow as a provider package, enabling SQLite connection management and SQL task execution within Airflow workflows.
Yes, if you run Apache Airflow and need to orchestrate SQLite database tasks. The package is actively maintained, has no known vulnerabilities, installs with low friction, and is part of the official Airflow ecosystem. Install only if you have an existing Airflow deployment meeting version >=2.11.0.
Install
apache-airflow-providers-sqlite on PyPI
pip
pip install apache-airflow-providers-sqliteuv
uv add apache-airflow-providers-sqlitepoetry
poetry add apache-airflow-providers-sqliteInstalling apache-airflow-providers-sqlite
Before you install
Low install friction with a pure-Python wheel. Active maintenance with recent release (68 days ago) and a large upstream repository. Requires apache-airflow >=2.11.0 and apache-airflow-providers-common-sql >=1.32.0.
License in practice
Apache-2.0 permissive license allows commercial and private use with minimal restrictions; standard for Apache Airflow ecosystem packages.
Quickstart
pip install apache-airflow-providers-sqlite
from airflow.providers.sqlite.operators.sqlite import SqliteOperator
task = SqliteOperator(
task_id='query_sqlite',
sql='SELECT * FROM table',
sqlite_conn_id='sqlite_default'
)
Requires apache-airflow >=2.11.0 and Python >=3.10; SQLite database file or connection must be configured in Airflow.
Verify before relying
- Whether this package includes hooks, sensors, or transfer operators beyond basic SQL execution.
- Support for SQLite-specific features like connection pooling or transaction management.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 2 — apache-airflow, apache-airflow-providers-common-sql |
| Maintenance | actively maintained — 68 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 14,237,017/month — #1,242 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: apache_airflow_providers_sqlite-4.3.3-py3-none-any.whl
Keywords: airflow-provider, sqlite, 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-drillProvides Apache Airflow integration for Apache…
permissive · top 15,000 on PyPI
apache-airflow-providers-common-sqlProvides common SQL operators, hooks, and…
permissive · top 1,000 on PyPI
apache-airflow-providers-odbcProvides ODBC database connectivity operators…
permissive · top 5,000 on PyPI
apache-airflow-providers-apache-impalaIntegrates Apache Impala with Apache Airflow,…
permissive · top 5,000 on PyPI
apache-airflow-providers-jdbcProvides Apache Airflow integration for…
permissive · top 5,000 on PyPI
apache-airflow-providers-verticaIntegrates Vertica database connectivity into…
permissive · top 15,000 on PyPI
apache-airflow-providers-microsoft-mssqlIntegrates Microsoft SQL Server (MSSQL) with…
permissive · top 5,000 on PyPI
apache-airflow-providers-oracleIntegrates Apache Airflow with Oracle…
permissive · top 5,000 on PyPI
apache-airflow-providers-mysqlIntegrates Apache Airflow with MySQL databases,…
permissive · top 5,000 on PyPI
apache-airflow-providers-exasolIntegrates Exasol database with Apache Airflow,…
permissive · top 15,000 on PyPI