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 26d5c75 commit 1f9e413Copy full SHA for 1f9e413
snippet.py
@@ -1,7 +1,6 @@
1
-import pyarrow as pa
2
from pyarrow import flight
3
4
-client = pa.flight.connect('grpc+tls://flight.spiceai.io')
+client = flight.connect('grpc+tls://flight.spiceai.io')
5
6
headers = [client.authenticate_basic_token('', 'API_KEY')]
7
options = flight.FlightCallOptions(headers=headers)
0 commit comments