fn parse_auto_scaling_strategy(
row: &Row,
cluster_name: &str,
) -> Result<Option<AutoScalingStrategy>, ConnectionError>Expand description
The cluster’s configured autoscaling policy, read from the
auto_scaling_strategy column of a cluster query row. A NULL column means
“no policy”: the cluster has none, or the region predates the feature.