ClusterContext#

class polars_cloud.ClusterContext(
compute_address: str,
*,
insecure: bool = False,
tls_cert_domain: str | None = None,
public_server_crt: bytes | None = None,
tls_certificate: bytes | None = None,
tls_private_key: bytes | None = None,
)

Cluster context in which queries are executed.

The cluster context is an abstraction of some remote cluster that is routable from the client. This will bypass any calls to the Polars Cloud control plane and talk to the cluster’s scheduler directly.