influxdb3-python icon indicating copy to clipboard operation
influxdb3-python copied to clipboard

Python module that provides a simple and convenient way to interact with InfluxDB 3.0.

Results 25 influxdb3-python issues
Sort by recently updated
recently updated
newest added
trafficstars

# Proposed Changes Propose testing for IPv6 addresses in host and using square brackets to distinguish. The associated test fails without this fix and passes with. # Checklist - [x]...

# Proposed Changes This is a proposed change to `README.md` correcting wrong usage of "manor" instead of "manner" and removing redundant "also" which is already suggested by trailing "as well"....

Closes [Issue](https://github.com/InfluxCommunity/influxdb3-python/issues/124) ## Proposed Changes - Support creates InfluxDB client with environment variables with the same name as the Go client ## Checklist - [x] CHANGELOG.md updated - [x] Rebased/mergeable...

We need thorough documentation of APIs embedded in source code so modern IDEs can display it, saving developers a trip to the web browser. In the mean time, I'd like...

### Specifications * Client Version: 0.10.0 * InfluxDB Version: 3 * Platform: Cloud ### Code sample to reproduce problem Assume this snipped to create a downsampling query and write the...

bug

The InfluxDB v3 Python client does not provide the same environment variable configuration options as the GO v3 client. This inconsistency complicates setting up multiple clients in the same environment...

Closes #172 ## Proposed Changes - Support URL with a path prefix, currently we only support the root URL. - Some test cases with timeout will now use ConstantFlightServerDelayed class...

### Use Case I'd like to connect to a database that is accessible on a URL matching this: `my.domain.org/influxdb`. Currently it seems the database API has to be accessible on...

### Please direct all support questions to slack or the forums. Thank you. _No response_

### Use Case `select * from my_model where a > 1` `select(MyModel).where(MyModel.a>1)` ### Expected behavior `select(MyModel).where(MyModel.a>1)` ### Actual behavior `select * from my_model where a > 1` ### Additional info...