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
@ddl-alexpanin, I have not been able to trace that. The error happens when I try to round trip the computeCluster value of a domino.job_status return as an argument compute_cluster_properties.
BUG!!!
This method is being passed a dict in the parameter hardware_tier_id, but the equality test expects a string!
1152 if hardware_tier_id == hardware_tier["hardwareTier"]["id"]:
1153 return True
-> 1154 raise exceptions.HardwareTierNotFoundException(
1155 f"{hardware_tier_id} hardware tier Id not found"
1156 )
HardwareTierNotFoundException: {'value': 'small-k8s'} hardware tier Id not found
The text was updated successfully, but these errors were encountered: