cancel
Showing results for 
Search instead for 
Did you mean: 
Data Governance
Join discussions on data governance practices, compliance, and security within the Databricks Community. Exchange strategies and insights to ensure data integrity and regulatory compliance.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

fuselessmatt
by Contributor
  • 4767 Views
  • 2 replies
  • 1 kudos

Resolved! Is it possible to manage access for legacy catalogs (hive_metastore) in Terraform?

We have been successfully managing access for our unity catalogs using the databricks_grant resources in Terraform. Now we want to enable the Rudderstack integration for Databricks, but that does not support unity catalog and instead put files inside...

  • 4767 Views
  • 2 replies
  • 1 kudos
Latest Reply
Anonymous
Not applicable
  • 1 kudos

@Mattias P​ :Unfortunately, it is not currently possible to manage access to the Hive Metastore catalog (or other external metastores) using the databricks_grant resource in Terraform. This is because the databricks_grant resource is specifically des...

  • 1 kudos
1 More Replies
Awakz
by New Contributor II
  • 4621 Views
  • 4 replies
  • 3 kudos

Having an issue assigning databricks_metastore with terraform provider

I am trying to assign my databricks_metastore on terraform and I get the following error back as an output `Error: cannot create metastore assignment: Workspace is not in the same region as metastore. Workspace region: Unknown, Metastore region: us-e...

  • 4621 Views
  • 4 replies
  • 3 kudos
Latest Reply
youssefmrini
Databricks Employee
  • 3 kudos

The error message you received indicates that the Databricks workspace region is different from the region where the metastore is located. The message shows that the workspace region is "Unknown", which means that Databricks is unable to determine th...

  • 3 kudos
3 More Replies
Pat
by Honored Contributor III
  • 10015 Views
  • 4 replies
  • 17 kudos

Error: cannot create metastore data access: No metastore assigned for the current workspace.

and situation?I am currently trying to came up with the way how to deploy Databricks with Terraform in multi-region, multi-tenant environment. I am not talking about simple cases like this (https://docs.databricks.com/data-governance/unity-catalo...

  • 10015 Views
  • 4 replies
  • 17 kudos
Latest Reply
pwc-aiq
New Contributor II
  • 17 kudos

Hi, I'm experiencing a similar issue. I filed an Issue on Github here. 

  • 17 kudos
3 More Replies
DBedrenko
by New Contributor III
  • 6742 Views
  • 4 replies
  • 2 kudos

Resolved! How to create Unity Catalog tables/views via Terraform?

Hello, there are a bunch of pages in the documentation that mention tables and views can be created via Terraform:> You can also create a managed table by using the Databricks Terraform provider and databricks_table. But those links to `databricks_ta...

  • 6742 Views
  • 4 replies
  • 2 kudos
Latest Reply
DBedrenko
New Contributor III
  • 2 kudos

Hmm it seems that Databricks developers say that creating tables/views in Unity Catalog from TerraForm is discouraged:> so there are quite a few gaps/edge cases with the tables API, hence customers should not use the API or Terraform to create/manage...

  • 2 kudos
3 More Replies
jcasanella
by New Contributor III
  • 2289 Views
  • 3 replies
  • 7 kudos

Resolved! Terraform - Create SVC Principal under account and assign some objects to the SVC Principal

Hi, We have some problems to create some resources using terraform, after the Unity catalog migration. We have created a group and SVC Principal under account as in the doc using terraform. (AWS infrastructure) (https://registry.terraform.io/provider...

  • 2289 Views
  • 3 replies
  • 7 kudos
Latest Reply
Pat
Honored Contributor III
  • 7 kudos

Hi @Jordi Casanella​ ,I have been working with terraform for databricks lately and I would say that I had to switch my approach couple of times due to issues like you have right now (account vs workspace level API).I assume that with this part you di...

  • 7 kudos
2 More Replies
Labels