| [ Web Proxy ] |
| Viewing: https://arrow.apache.org/docs/python/generated/pyarrow.flight.connect.html | [Back] [Original] |
Section Navigation
Connect to a Flight server.
str, tuple, or LocationLocation to connect to. Either a URI like grpc://localhost:port, a tuple of (host, port), or a Location instance.
bytes or NonePEM-encoded.
If provided, enables TLS mutual authentication.
If provided, enables TLS mutual authentication.
str or NoneOverride the hostname checked by TLS. Insecure, use with caution.
list or NoneA list of ClientMiddlewareFactory instances to apply.
int or NoneA soft limit on the size of a data payload sent to the server. Enabled if positive. If enabled, writing a record batch that (when serialized) exceeds this limit will raise an exception; the client can retry the write with a smaller batch.
NoneDisable verifying the server when using TLS. Insecure, use with caution.
list or NoneA list of generic (string, int or string) options to pass to the underlying transport.
FlightClient
Copyright 2016-2026 Apache Software Foundation.
Apache Arrow, Arrow, Apache, the Apache logo, and the Apache Arrow project logo are either registered trademarks or trademarks of The Apache Software Foundation in the United States and other countries.
Created using Sphinx 9.1.0.
Built with the PyData Sphinx Theme 0.20.0.
| Web Proxy Viewer | New URL | Original Page |