We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9826c1b commit fde3793Copy full SHA for fde3793
influxdb_client_3/query/query_api.py
@@ -6,6 +6,7 @@
6
from pyarrow.flight import FlightClient, Ticket, FlightCallOptions, FlightStreamReader
7
from influxdb_client_3.version import USER_AGENT
8
9
+
10
class QueryApiOptions(object):
11
tls_root_certs = None
12
tls_verify = True
0 commit comments