arpitrathore opened a new issue, #58610:
URL: https://github.com/apache/airflow/issues/58610

   ### Description
   
   We would like native/support for InfluxDB 3 (Core/Enterprise/Cloud 
Dedicated) in the apache-airflow-providers-influxdb provider.
   
   Background:
   - Current provider depends on the influxdb-client (v2) and examples/docs 
target InfluxDB v2 APIs. (Please see provider docs / PyPI).
   - InfluxDB 3 has new/changed surfaces (API endpoints, auth/compatibility 
modes). We need the provider/operator/hook to be explicitly compatible or offer 
an option to use an InfluxDB 3 client/compat layer.
   
   Use case:
   - Our organization wants to write/read time-series metrics from Airflow DAGs 
to InfluxDB 3 for observability and downstream analytics.
   
   Environment:
   - Airflow version: 2.10.3 (AWS MWAA)
   - apache-airflow-providers-influxdb: We are using influxdb3 native python 
client inside PythonOperator for now.
   - InfluxDB 3 edition: Cloud and version: influxqlbridged-development
   
   ### Use case/motivation
   
   - Investigate whether the existing `influxdb-client` can be used against 
InfluxDB 3 (compat mode) and document the configuration, **or**
   - Add optional support for an official InfluxDB 3 client (if different) in 
the provider (e.g., new hook/parameter or conditional client selection).
   - Add tests and documentation for example DAGs targeting InfluxDB 3.
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [x] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [x] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to