Skip to main content

How to set a Cluster address in Python

To use a custom Cluster address, set the target_url parameter of the Client class.

client = await Client.connect(
"foo.bar.tmprl.cloud",
# ...
)