Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Automatic workspace assignment to metastore in the region via terraform #4540

Open
vvakadani opened this issue Feb 27, 2025 · 1 comment
Labels
Feature Request The issue is a request for enhancement or new functionality rather than a bug. feature New feature or request needs-api changes to Databricks Platform APIs are required Triaged The issue has been reviewed. Issues without a “Triaged” label require triage/review.

Comments

@vvakadani
Copy link

Use-cases

Enable Automatic workspace assignment to metastore in the region via terraform

Proposal

resource "databricks_metastore" "this" {
auto_workspace_assignment = true
name = "primary"
storage_root = "gs://${google_storage_bucket.unity_metastore.name}"
owner = "uc admins"
region = us-east1
force_destroy = true

}

@vvakadani vvakadani added the feature New feature or request label Feb 27, 2025
@alexott alexott added the needs-api changes to Databricks Platform APIs are required label Feb 28, 2025
@alexott alexott changed the title [FEATURE] New feature request [FEATURE] Automatic workspace assignment to metastore in the region via terraform Feb 28, 2025
@tanmay-db tanmay-db added Feature Request The issue is a request for enhancement or new functionality rather than a bug. Triaged The issue has been reviewed. Issues without a “Triaged” label require triage/review. labels Mar 3, 2025
@danielkwok72
Copy link

I'd like to know the ETA on this feature request as well. Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request The issue is a request for enhancement or new functionality rather than a bug. feature New feature or request needs-api changes to Databricks Platform APIs are required Triaged The issue has been reviewed. Issues without a “Triaged” label require triage/review.
Projects
None yet
Development

No branches or pull requests

4 participants