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

feat: handle URL path prefix in InfluxDB

Open NguyenHoangSon96 opened this issue 1 week ago • 2 comments
trafficstars

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 for consistent results.
  • Add a test case for "write_port_overwrite" because Codecov complains.

Checklist

  • [x] CHANGELOG.md updated
  • [x] Rebased/mergeable
  • [x] A test has been added if appropriate
  • [x] Tests pass
  • [x] Commit messages are conventional
  • [x] Sign CLA (if not already signed)

NguyenHoangSon96 avatar Nov 12 '25 11:11 NguyenHoangSon96