Influxdb

apache-airflow-providers-influxdb

InfluxDB

Works with Airflow 2.11+
Install:
pip install apache-airflow-providers-influxdb==2.11.0

Airflow

2.11+

Python

>=3.10

Dependencies (5)

Show all Hide apache-airflow>=2.11.0 apache-airflow-providers-common-compat>=1.8.0 influxdb-client>=1.19.0 influxdb3-python>=0.7.0 requests>=2.32.0,<3

Connections (2)

Modules

O

InfluxDBOperator

Executes sql code in a specific InfluxDB database.

airflow.providers.influxdb.operators.influxdb.InfluxDBOperator
O

InfluxDB3Operator

Execute SQL query in InfluxDB 3.x database.

airflow.providers.influxdb.operators.influxdb3.InfluxDB3Operator
H

InfluxDBHook

Interact with InfluxDB.

airflow.providers.influxdb.hooks.influxdb.InfluxDBHook
H

InfluxDB3Hook

Interact with InfluxDB 3.x (Core/Enterprise/Cloud Dedicated).

airflow.providers.influxdb.hooks.influxdb3.InfluxDB3Hook