Skip to content

Conversation

@karel-rehor
Copy link
Contributor

@karel-rehor karel-rehor commented Sep 4, 2025

Proposed Changes

  • Adds and exposes new property timeout in WriteOptions
  • Adds new kw handlers to InfluxDBClient3.__init__ for query_timeout and write_timeout
  • Adds and exposes new property timeout in QueryApiOptions
  • Ensures these values are updated and used.
  • Tests to cover these changes and some up-to-the-present areas not covered in previous tests.
  • Some minor refactoring with better type enforcement in a few places.

Checklist

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

@karel-rehor karel-rehor marked this pull request as ready for review September 11, 2025 09:36
Copy link
Contributor

@jansimonb jansimonb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, thanks! 👍 Special thanks for the code+docs improvements and the throughout testing.

@karel-rehor karel-rehor merged commit 51c9a37 into main Sep 19, 2025
12 checks passed
@karel-rehor karel-rehor deleted the feat/timeouts branch September 19, 2025 08:39
lebuni pushed a commit to lebuni/influxdb3-python that referenced this pull request Nov 30, 2025
PR InfluxCommunity#158 introduced a bug writing dataframes.
Filtering now the kwargs before forwarding them to lower levels
lebuni pushed a commit to lebuni/influxdb3-python that referenced this pull request Nov 30, 2025
PR InfluxCommunity#158 introduced a bug writing dataframes.
Filtering now the kwargs before forwarding them to lower levels
lebuni pushed a commit to lebuni/influxdb3-python that referenced this pull request Dec 2, 2025
PR InfluxCommunity#158 introduced a bug writing dataframes.
Filtering now the kwargs before forwarding them to lower levels
bednar pushed a commit that referenced this pull request Dec 2, 2025
* feat: add dedicated functions for dataframes

Dataframes were handled before by the general write command, but not documented and not typechecked.
Therefore implemented separate functions for writing and querying dataframes.

* fix: write_api TypeError in kwargs

PR #158 introduced a bug writing dataframes.
Filtering now the kwargs before forwarding them to lower levels

---------

Co-authored-by: Adrian Immer <a.immer@munichelectrification.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants