Airflow Summit 2026 is coming August 31 - September 2 in Austin, TX. Register now to secure your spot!

InfluxDB Connection

The InfluxDB connection type provides connection to a InfluxDB database.

Configuring the Connection

Host (required)

The host to connect to.

Extra (required)

Specify the extra parameters (as json dictionary) that can be used in InfluxDB connection.

Example “extras” field:

{
  "token": "343434343423234234234343434",
  "org": "Test",
  "timeout": 10000
}

Was this entry helpful?