On Demand Pool Configuration & Policy definition
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2025 09:02 PM - edited 03-08-2025 09:03 PM
I'm using Job cluster and created compute policies for library management and now I'm trying to use pools in databricks. I'm getting error like this :
Cluster validation error: Validation failed for azure_attributes.spot_bid_max_price from pool, the value must be present
here is the policy definition in cluster policy
"azure_attributes.spot_bid_max_price": {
"type": "unlimited",
"defaultValue": 100,
"hidden": false
},
This definition is already inherited in the policy definition, I'm unable to remove them