Closed easel closed 2 years ago
@easel did you contact your Databricks representative, like Solutions Architect, Customer Success Engineer, or Account Executive?
@nfx we are a Databricks partner and I've tried that channel unsuccessfully so far.
@easel yes, your Partner SA should be able to set a prefix for you. currently deployment prefix is not self-service. Need to mention that in the docs more explicitly.
what'll work for now to unblock you - making a workspace without a deployment_name
and you'll get a default one dbc-XXXXXX.cloud.databricks.com
URL.
@nfx perfect, thanks for the explainer and unblock!
Commenting out the deployment name worked great. I've commented it out of the "worked example" I was following with an explanatory note in #1315.
Attempting to create a Databricks workspace using
databricks_mws_workspaces
results in the following unexpected response from the Databricks api:Deployment name cannot be used until a deployment name prefix is defined. Please contact your Databricks representative
Configuration
Expected Behavior
A Databricks workspace is provisioned.
Actual Behavior
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
Terraform and provider versions
Debug Output
Important Factoids
It's not clear to me that this is a provider problem, but if it's truly some sort of a "negotiate this with your Databricks rep" issue, it would be great to call it out in the documentation.