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

MadelynM
by Databricks Employee
  • 1016 Views
  • 0 replies
  • 0 kudos

[Recap] Data + AI Summit 2024 - Data Governance | Navigate the explosion of AI, data and tools

Here's your Data + AI Summit 2024 - Data Governance recap as you navigate the explosion of AI, data and tools in efforts to build a flexible and scalable governance framework that spans your entire data and AI estate. Keynote: Evolving Data Governan...

Screenshot 2024-07-03 at 9.27.29 AM.png
  • 1016 Views
  • 0 replies
  • 0 kudos
deficiant_codge
by Contributor II
  • 3107 Views
  • 3 replies
  • 5 kudos

AWS Glue Catalog

Can we use existing AWS Glue catalog with Unity Catalog?

  • 3107 Views
  • 3 replies
  • 5 kudos
Latest Reply
Anonymous
Not applicable
  • 5 kudos

Hi @Rahul Mishra​ 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.Thank...

  • 5 kudos
2 More Replies
ossinova
by Contributor II
  • 1760 Views
  • 2 replies
  • 3 kudos

When adding new columns with overwriteSchema = True it does not add it to UC

I have discovered some strange behavior when adding new columns to a table associated with Unity Catalog. I overwrote the data specifying overwriteSchema = True and passing in the abfss path as it is an external table. When quering against it, it is ...

Screenshot 2022-10-14 120710
  • 1760 Views
  • 2 replies
  • 3 kudos
Latest Reply
Anonymous
Not applicable
  • 3 kudos

Hi @Oscar Dyremyhr​ 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.Tha...

  • 3 kudos
1 More Replies
LukaszJ
by Contributor III
  • 17955 Views
  • 12 replies
  • 4 kudos

Problems with Unity Catalog

Hello.I am using Azure Databricks since a few months and I want to add a Unity Catalog.Unfortunately, I have some problems:1. I am not able to create a Unity Catalog Cluster with settings:- Policy: Unrestricted- Multi Node with Single user access mod...

image
  • 17955 Views
  • 12 replies
  • 4 kudos
Latest Reply
Addi1
New Contributor II
  • 4 kudos

I'm facing the same issues as other customers listed above. I do not have the "Create Metastore" button available.

  • 4 kudos
11 More Replies
Shafi
by New Contributor III
  • 5941 Views
  • 4 replies
  • 6 kudos

Resolved! Cannot create a table having a column whose name contains commas in Hive metastore.

Hi Tried to create a delta table from spark data frame using below command:destination_path = "/dbfs/mnt/kidneycaredevstore/delta/df_corr_feats_spark_4"df_corr_feats_spark.write.format("delta").option("delta.columnMapping.mode", "name").option("path"...

  • 5941 Views
  • 4 replies
  • 6 kudos
Latest Reply
Pat
Honored Contributor III
  • 6 kudos

Hi @Shafiul Alam​ ,who gave those names to columns? you can rename you columns, replace spaces / special characters, for example:%python import re list_of_columns = df_corr_feats_spark.colums renamed_list_of_columns = [ re.sub(r'[^0-9a-zA-Z]+', "_", ...

  • 6 kudos
3 More Replies
J_M_W
by Contributor
  • 8408 Views
  • 3 replies
  • 6 kudos

Resolved! Upgrade tables to Unity Catalog error (Azure)

Hi all, I have set up a Unity Catalog (UC), and I am attempting to "upgrade my Delta tables" in the hive_metastore to my new catalog.I have followed the instructions here: https://learn.microsoft.com/en-us/azure/databricks/data-governance/unity-catal...

image
  • 8408 Views
  • 3 replies
  • 6 kudos
Latest Reply
J_M_W
Contributor
  • 6 kudos

FYI - this is now magically resolved. I'm guessing it was a temporary bug or something.​

  • 6 kudos
2 More Replies
Tram
by New Contributor III
  • 2228 Views
  • 2 replies
  • 7 kudos

Unity Catalog & Delta Lake

In setting up Databricks accounnt, we need to provide storage (s3 buckets) to store the final cleaned data or aggregated data. If the Unity Catalog is enabled at the beginning of account set up, we'd need to to provide S3 buckets again to store the m...

  • 2228 Views
  • 2 replies
  • 7 kudos
Latest Reply
karthik_p
Esteemed Contributor
  • 7 kudos

@Tram Nguyen​ above pat provided links will have clear information. but to provide overview account s3 bucket should be different unity catalog s3 bucket should be different (Meta store in technical terms)unity catalog bucket should be configured in ...

  • 7 kudos
1 More Replies
venkad
by Contributor
  • 2740 Views
  • 1 replies
  • 7 kudos

Resolved! Unity Catalog support for DLT

Hi,Does the Unity catalog support the Delta Live Tables? If yes, please help me with the documentation link. If not, any update on the feature readiness timeline would help. Thank you!

  • 2740 Views
  • 1 replies
  • 7 kudos
Latest Reply
Vivian_Wilfred
Databricks Employee
  • 7 kudos

Hi @Venkadeshwaran K​ ,No, UC does not support DLT as of today. We have this feature on the timeline. We will be having a private preview by end of this year for DLT and UC integration for SQL. There is no ETA yet for GA but you can definitely expect...

  • 7 kudos
Anonymous
by Not applicable
  • 2083 Views
  • 2 replies
  • 2 kudos
  • 2083 Views
  • 2 replies
  • 2 kudos
Latest Reply
gaurav_gupta
New Contributor II
  • 2 kudos

@Brinda Gupta​ I found this link: Unity Catalog - DatabricksHere it is mentioned you can use "ALTER TABLE <TABLENAME> ALTER COLUMN <COLUMNNAME> SET MASK <MASKNAME>I tried this but it says there is no keyword like MASK.Please help me to understand thi...

  • 2 kudos
1 More Replies
jcasanella
by New Contributor III
  • 2423 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...

  • 2423 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
Pat
by Honored Contributor III
  • 4511 Views
  • 1 replies
  • 14 kudos

Resolved! SHOW PARTITIONS not supported

Error in SQL statement: AnalysisException: SHOW PARTITIONS is not supported in Unity Catalog;What happened with the SHOW PARTITIONS command?Is this information available anywhere in the documentation?If I go to Databricks SQL documentation there is n...

  • 4511 Views
  • 1 replies
  • 14 kudos
Latest Reply
Pat
Honored Contributor III
  • 14 kudos

I got answer from the support that there is no 'SHOW PARTITIONS' in Unity Catalog as "UC doesn't manage the partitions for tables".They suggested for work around `LIST` command, this is what I was able to came up with.The problem I see here, is for t...

  • 14 kudos
yvuignie
by Contributor
  • 14310 Views
  • 18 replies
  • 8 kudos

Resolved! Unity catalog - Service Principal SCIM API account unauthorized

Hi,Is it possible to create groups at the account level in Unity Catalog as a Service Principal ?I can manage to create groups when authenticated as a user, but not as a Service Principal. I then get an error "user not authorized". The service princi...

  • 14310 Views
  • 18 replies
  • 8 kudos
Latest Reply
yvuignie
Contributor
  • 8 kudos

@Pearl Ubaru​ Thank you for your help

  • 8 kudos
17 More Replies
ossinova
by Contributor II
  • 6332 Views
  • 4 replies
  • 1 kudos

UnknownHostException in Unity Catalog

I have a few catalogs in databricks (using Unity Catalog). Each catalog (DEV, TEST, PROD) having its own external location (ADLSv2) and being tied to its own dbx workspace. Seeing how unity unifies the data, access policies and the metastore I would ...

  • 6332 Views
  • 4 replies
  • 1 kudos
Latest Reply
Debayan
Databricks Employee
  • 1 kudos

Hi @Oscar Dyremyhr​ , looking at the error it looks like it is not able to resolve the hostname, could you please try to nslookup the hostname and see if it is getting resolved? Also, what is used in your connection string? ("account" can be used)

  • 1 kudos
3 More Replies
xiaochong
by New Contributor III
  • 2694 Views
  • 5 replies
  • 3 kudos

Unity Catalog on GCP

Anyone knows when will Unity Catalog be available on GCP?

  • 2694 Views
  • 5 replies
  • 3 kudos
Latest Reply
karthik_p
Esteemed Contributor
  • 3 kudos

@Prabakar Ammeappin​ @Debayan Mukherjee​ Any update on Unity Catalog preview for GCP please

  • 3 kudos
4 More Replies
Ashley1
by Contributor
  • 9201 Views
  • 4 replies
  • 1 kudos

Resolved! How to lodge feature requests/enhancements?

Hi All, does anyone know the best way to provided feedback to the databricks team in regards to feature request or enhancements?This is a general question but I have immediate items I'm wishing to have improved: In the new data explorer for unity cat...

  • 9201 Views
  • 4 replies
  • 1 kudos
Latest Reply
User16752242622
Valued Contributor
  • 1 kudos

Hi @Ashley Betts​ You can open a feature request (Aha Idea) at https://databricks.aha.io/ Ideas registered here are reviewed by our product management team and will be picked up for implementation in the roadmap.The ideas here are generally listed fo...

  • 1 kudos
3 More Replies
113266
by New Contributor II
  • 1986 Views
  • 4 replies
  • 0 kudos

Change the default_catalog_name for a Unity Metastore assignment

Is there anyway to do this? From looking through the docs it seems like it can be set programmatically via CLI/Terraform but requires the assignment to removed first.The reason I need this is because the default is currently hive_metastore and when t...

  • 1986 Views
  • 4 replies
  • 0 kudos
Latest Reply
karthik_p
Esteemed Contributor
  • 0 kudos

@Rob Myers​ please login to SQL --> SQL Admin Console --> SQL Warehouse Settings (SQL Config parameters and try ) , if not use any warehouse and open sql editor and set below query %sqlSET spark.databricks.sql.initial.catalog.name = ...

  • 0 kudos
3 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