You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Allow custom headers and other arguments supported by FlightCallOptions
- Allow passing FlightCallOptions as keyword args in query().
- Merges default args with custom args set by the user, and then passes them into the FlightCallOptions constructor.
- Only supports headers for now.
- Successfully tested with `iox-debug` header.
- TODO: verify that the server is receiving the specified `trace-id` header.
- TODO: test InfluxDB support for other FlightCallOptions (e.g. timeout).
0 commit comments