Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2025 02:22 PM
I have all the prerequisites met as per the documentation but I don't have the option to create a serverless warehouse, which looks like is mandatory for delta share.
https://learn.microsoft.com/en-us/azure/databricks/admin/sql/serverless
- The workspace is premium plan
Attempting via API gives similar result. Reach out to your administrator is funny as I am the administrator.
{
"error_code": "INVALID_PARAMETER_VALUE",
"message": "Workspace 3389861741892891 is no longer eligible for Serverless Compute. Please reach out to your administrator.",
"details": [
{
"@type": "type.googleapis.com/google.rpc.RequestInfo",
"request_id": "8ee17709-eb73-4087-a0e6-3a0d67060718",
"serving_data": ""
}
]
}