cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results for 
Search instead for 
Did you mean: 

Getting error "Serverless Generic Compute Cluster Not Supported For External Creators."

tonyd
New Contributor II

Getting the above mentioned error while creating serverless compute. 
this is the request 

--header 'Content-Type: application/json' \
--header 'Authorization: ••••••' \
--data '{
"cluster_name":"server-less-cluster-postman",
"spark_version":"11.3.x-scala2.12",
"node_type_id":"i3.large",
"enable_serverless_compute":true,
"autoscale":{
"min_workers":0,
"max_workers":2
}
}'

Response - 


{
"error_code": "INVALID_PARAMETER_VALUE",
"message": "Serverless Generic Compute Cluster Not Supported For External Creators.",
"details": [
{
"@type": "type.googleapis.com/google.rpc.ErrorInfo",
"reason": "CM_API_ERROR_SOURCE_CALLER_ERROR",
"domain": ""
}
]
}
0 REPLIES 0

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you won’t want to miss the chance to attend and share knowledge.

If there isn’t a group near you, start one and help create a community that brings people together.

Request a New Group