You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Changes
<!-- Summary of your changes that are easy to understand -->
Calling `ws.clusters.select_node_type(local_disk=True,
min_memory_gb=16)` results in `AttributeError: NotAvailableInRegion`.
This happened because the enum for `CloudProviderNodeStatus` changed.
Updated the enum correctly
## Tests
<!--
How is this tested? Please see the checklist below and also describe any
other relevant tests
-->
- [x] `make test` run locally
- [x] `make fmt` applied
0 commit comments