Skip to main content

live_cluster

Function live_cluster 

Source
async fn live_cluster(
    client: &Client,
    name: &str,
) -> Result<Option<CreateClusterStatement<Raw>>, CliError>
Expand description

The live cluster’s configuration, as the canonical CREATE CLUSTER statement the server renders from the catalog. None when the cluster does not exist.

Errors on an unmanaged cluster, which has no SHOW CREATE CLUSTER form.