Unity catalog metastore and databricks workspace provisioning
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2024 03:51 PM
Hi,
I am using terraform to create a databricks metastore using this.
Now the issue is that I want to use this metastore reference in another terraform project where...
data "databricks_metastore" "metastore" {
name = "metastore-name"
}
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2024 05:21 AM
Hi @Retired_mod
Thank you for the prompt response, not sure why my post didn't show fully
What I hope to achieve is to access the UC metastore ID programmatically instead of embedding it to another repo manually using local variable.
Thank you for your time! 🙂