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 ![image](https://github.com/influxdata/influxdb-client-python/assets/455137/75982ef8-f743-4d75-b808-5aea27978db3) ![image](https://github.com/influxdata/influxdb-client-python/assets/455137/26771d81-1139-4c2f-86dc-20f4f57828af) ## Checklist - [x] CHANGELOG.md updated - [x] Rebased/mergeable - [x] Tests pass - [x] Commit messages are [conventional](https://www.conventionalcommits.org/en/v1.0.0/) - [x] Sign [CLA](https://www.influxdata.com/legal/cla/) (if not...

Installing this library on raspberry pi is unfortunately very hard because installation of pyarrow on raspberry pi is hard. I'm warning you of this because I assume a sizeable amount...

### Use Case Examples should be organized to guide new and experienced users in how best to start with and then use the library with more advanced features. Examples, or...

Check whether it is currently possible to create an Aysnc version of the client based on the underlining Arrow library. 1. ~~Write API currently supports Aysnc through parent library inheritance~~...

enhancement

### Specifications * Client Version: v0.7.0 * InfluxDB Version: Cloud Dedicated * Platform: MacOS ### Code sample to reproduce problem Using the example in the README, I now need to...

bug

Closes [Issue](https://github.com/InfluxCommunity/influxdb3-python/issues/128) ## Proposed Changes - Remove org parameters from examples and Readme because It is not mandatory in Influxdb3 ## Checklist - [x] CHANGELOG.md updated - [x] Rebased/mergeable -...

### Specifications * Client Version: `0.12.0, 0.13.0-dev0, 0.13.0-dev0-with-patch-132` * InfluxDB Version: `influxdb3 3.0.1, revision e684fc1a249d5dd8564462b85e0a49f49de6b109` * Platform: OSX (darwin) IPv6 host strings do not work. Working, with host using IPv4...

bug

Right now I am finding (the hard way) that my calls, such as `query_async`, may result in an exception from pyarrow such as "pyarrow._flight.FlightInternalError". These exceptions are really hard to...

### Specifications In [1] `org` was added to initialization (in README.md). The official docs ([2]) say `org` isn't a thing in InfluxDB 3. Should `org` be removed from the docs...

bug

# Proposed Changes Add a basic "contributing" section to help community developers get tests running more readily. # Checklist - [x] Rebased/mergeable - [x] Commit messages are [conventional](https://www.conventionalcommits.org/en/v1.0.0/) - [x]...