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: 
Data + AI Summit 2024 - Data Governance

Forum Posts

164079
by Contributor II
  • 5892 Views
  • 4 replies
  • 3 kudos

Error : No metastore assigned for the current workspace

Hi team, Is anyone encounter this error?AnalysisException: [RequestId=d065497e-b88c-4687-9687-d7180663e7ba ErrorClass=METASTORE_DOES_NOT_EXIST] No metastore assigned for the current workspaceWe are using Databricks on AWSThanks!

  • 5892 Views
  • 4 replies
  • 3 kudos
Latest Reply
grazie
Contributor
  • 3 kudos

I did test with different access modes and found that it indeed works with "data_security_mode": "LEGACY_SINGLE_USER_STANDARD". I also found clusters with no entry for "data_security_mode" which worked as expected.

  • 3 kudos
3 More Replies
bibek1
by New Contributor
  • 1673 Views
  • 0 replies
  • 0 kudos

Build an AI assistant for databricks

I have started on a text based AI assistant for databricks. The idea is to interface the chatbot with the API of databricks to build a complete chat based interaction. For example intents could be:- a) Open a new notebookb) Edit an existing notebookc...

  • 1673 Views
  • 0 replies
  • 0 kudos
Hubert-Dudek
by Esteemed Contributor III
  • 5742 Views
  • 4 replies
  • 19 kudos

Unity Catalog: create the first metastore The great benefit of the Unity catalog is that data is ours and stored in an open format on cloud storage in...

Unity Catalog: create the first metastoreThe great benefit of the Unity catalog is that data is ours and stored in an open format on cloud storage in our container. To install the unity catalog, we need to create storage and give databricks access to...

image.png image.png image.png image.png
  • 5742 Views
  • 4 replies
  • 19 kudos
Latest Reply
RDD1
New Contributor III
  • 19 kudos

This is very good. Can you explain on how it is providing Data governance across the Organization? With this we create a catalog and Organization can manage can create branches under this catalog, but still there should be governance rules need to be...

  • 19 kudos
3 More Replies
mohamad_atieh
by New Contributor III
  • 4375 Views
  • 6 replies
  • 5 kudos

CREATE TABLE SHALLOW CLONE is not supported in Unity Catalog

Hi,I would like to clone the structure (schema only) of delta table without the content using SHALLOW CLONE command, as recommended in databricks documentation, but it doesn't work. I get an error message that this command is not supported in Unity C...

  • 4375 Views
  • 6 replies
  • 5 kudos
Latest Reply
WAHID
New Contributor II
  • 5 kudos

You can shallow clone the table to an external location after sync the result of the shallow clone to unity catalog. Here is an example https://medium.com/@wahidatoui/sync-delta-tables-stored-in-dbfs-managed-or-external-to-unity-catalog-1fe29a3ae61b

  • 5 kudos
5 More Replies
DrK
by New Contributor III
  • 11202 Views
  • 2 replies
  • 1 kudos

Databricks Account in Azure

Hi,We have been piloting databricks using unity catalog in development in our azure development subscription. We are looking at plans for moving to production\live which is a completely different azure subscription. I created a workspace in product...

  • 11202 Views
  • 2 replies
  • 1 kudos
Latest Reply
karthik_p
Esteemed Contributor
  • 1 kudos

@Andy Skinner​ When you create your workspace that will be tied to your databricks account.your account will be tied to subscription and resource group .from E2 architecture you can create multiple workspaces (in different regions) in one databricks ...

  • 1 kudos
1 More Replies
Kayl669
by New Contributor III
  • 2516 Views
  • 5 replies
  • 3 kudos

Advice regarding retaining environment-specific access when applying Unity Catalog to workspaces split by environment

My org is considering a transition from hive metastore to unity catalog. We currently have a workspace for each of dev/uat/production and each of those provide access to their respective blob storage account data. Unity Catalog sits at the account-le...

  • 2516 Views
  • 5 replies
  • 3 kudos
Latest Reply
Kayl669
New Contributor III
  • 3 kudos

I did find this document which indicates that you can set the initial catalog on cluster start:: https://learn.microsoft.com/en-us/azure/databricks/data-governance/unity-catalog/hive-metastore#differences-from-table-access-control

  • 3 kudos
4 More Replies
Alex006
by Contributor
  • 9270 Views
  • 8 replies
  • 13 kudos

Publish data to Azure ADLS Gen2 from Delta Live Tables pipelines?

I would like to publish data from from delta live table (DLT) to an Azure ADLS Gen2 storage. Checked the documentation but cannot get it to work. Any insights on how to do so?I've tried to specify the "Storage location" with many combinations of abfs...

Invalid configuration value detected for fs.azure.account.key Storage location
  • 9270 Views
  • 8 replies
  • 13 kudos
Latest Reply
guostong
New Contributor III
  • 13 kudos

I am trying to load from ADLS with DLT, after add the spark configurations I got below errors:org.apache.spark.sql.streaming.StreamingQueryException: [STREAM_FAILED] Query [id = 818323fc-80d5-4833-9f46-7d1afc9c5bf7, runId = 722e9aac-0fdd-4206-9d49-68...

  • 13 kudos
7 More Replies
Rishabh-Pandey
by Esteemed Contributor
  • 5464 Views
  • 6 replies
  • 19 kudos

Resolved! Unity catalog with delta live tables

hey i want to know how we can create my delta tables in unity catalog by the use of delta live tables pipelines or any other method by which we can create delta live tables to the unity catalog???

  • 5464 Views
  • 6 replies
  • 19 kudos
Latest Reply
Sulfikkar
Contributor
  • 19 kudos

How long should we wait to use DLT on top of the unity catalog?

  • 19 kudos
5 More Replies
AlberTad
by New Contributor
  • 1846 Views
  • 3 replies
  • 0 kudos
  • 1846 Views
  • 3 replies
  • 0 kudos
Latest Reply
Anonymous
Not applicable
  • 0 kudos

Hi @AlberTad​ Hope everything is going great.Just wanted to check in if you were able to resolve your issue. If yes, would you be happy to mark an answer as best so that other members can find the solution more quickly? If not, please tell us so we c...

  • 0 kudos
2 More Replies
Phani1
by Valued Contributor II
  • 2877 Views
  • 2 replies
  • 2 kudos

Delta Live tables publish to Unity Catalog

How to enable DLT pipelines for the tables which are in UC. Could you please suggest us the approach or if there is any workaround?

  • 2877 Views
  • 2 replies
  • 2 kudos
Latest Reply
Anonymous
Not applicable
  • 2 kudos

Hi @Janga Reddy​ Thank you for posting your question in our community! We are happy to assist you.To help us provide you with the most accurate information, could you please take a moment to review the responses and select the one that best answers y...

  • 2 kudos
1 More Replies
Mado
by Valued Contributor II
  • 2994 Views
  • 2 replies
  • 2 kudos

Resolved! Can I get cluster logs in an external storage account?

Hi,I have two questions about cluster logs.Q1) It seems that I can only store logs on DBFS. But, is there any way I can send the cluster logs to an Azure storage account?Note that workspace is not enabled for the Unity Catalog (and is not aimed to be...

image
  • 2994 Views
  • 2 replies
  • 2 kudos
Latest Reply
Anonymous
Not applicable
  • 2 kudos

Hi @Mohammad Saber​ Hope everything is going great.Just wanted to check in if you were able to resolve your issue. If yes, would you be happy to mark an answer as best so that other members can find the solution more quickly? If not, please tell us s...

  • 2 kudos
1 More Replies
knawara
by Contributor
  • 3799 Views
  • 4 replies
  • 1 kudos

Mutliple Hive catalogs

Hello,Is it possible to use multiple Hive catalogs with Databricks? I know it can be done with Unity Catalog, but we're the only workspace admins in our organization. As far as I understand, we'd need account-level access to set up Unity Catalog.Best...

  • 3799 Views
  • 4 replies
  • 1 kudos
Latest Reply
Anonymous
Not applicable
  • 1 kudos

Hi @Chris Nawara​ Hope everything is going great.Just wanted to check in if you were able to resolve your issue. If yes, would you be happy to mark an answer as best so that other members can find the solution more quickly? If not, please tell us so ...

  • 1 kudos
3 More Replies
mimoliho
by New Contributor II
  • 7913 Views
  • 3 replies
  • 2 kudos

Query information schema under Catalogs from Tableau Desktop - what are the permissions?

Hi there,We have Unity Catalogs enabled in Azure Databricks.I would like to connect to system.information_schema.* or any other *.information_schema.*. Querying in UI or other IDEs works as expected - select * from system.information_schema.tables.No...

no_system_catalog system_catalog syste_catalog_inf system_catalog_table
  • 7913 Views
  • 3 replies
  • 2 kudos
Latest Reply
Anonymous
Not applicable
  • 2 kudos

Hi @Egor Larin​ Hope all is well! Just wanted to check in if you were able to resolve your issue and would you be happy to share the solution or mark an answer as best? Else please let us know if you need more help. We'd love to hear from you.Thanks!

  • 2 kudos
2 More Replies
190809
by Contributor
  • 1594 Views
  • 2 replies
  • 0 kudos

Understanding the effects of upgrading to Unity Catalog.

Hello, I have been trying to solidify my understanding of what changes occur after I upgrade my data to Unity Catalog. Our current ingestion process incrementally loads new data to tables in the hive metastore which are mounted to an s3 bucket. If I ...

  • 1594 Views
  • 2 replies
  • 0 kudos
Latest Reply
Anonymous
Not applicable
  • 0 kudos

Hi @Rachel Cunningham​ Hope all is well! Just wanted to check in if you were able to resolve your issue and would you be happy to share the solution or mark an answer as best? Else please let us know if you need more help. We'd love to hear from you....

  • 0 kudos
1 More Replies

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
Labels