Getting error "Serverless Generic Compute Cluster Not Supported For External Creators."
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2024 03:10 AM
Getting the above mentioned error while creating serverless compute.
this is the request
Response -
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2024 12:47 AM
Hi @tonyd Thank you for reaching out to the Databricks Community.
You are trying to create a Serverless Generic Compute Cluster which is not supported. You cannot create a Serverless compute Cluster.
As per the below link, if you observe, there is no parameter like "enable_serverless_compute". you cannot use this in the Cluster create API
https://docs.databricks.com/api/workspace/clusters/create
But you can create a Serverless SQL Warehouse where you can also use the parameter "enable_serverless_compute". You can observe this param in the below link which is Warehouse create API,
https://docs.databricks.com/api/workspace/warehouses/create
Please leave a like if it is helpful. Follow-ups are appreciated.
Kudos,
Sai Kumar