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
  • 2380 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
  • 2380 Views
  • 0 replies
  • 0 kudos
vpismarev
by New Contributor
  • 2274 Views
  • 1 replies
  • 0 kudos

The issue with SQL-endpoint + external hive metastore

HiWe have faced an issue recently (everything worked well 1 week before)We are using exnernal hive metastore:"spark.hadoop.datanucleus.connectionPool.maxPoolSize" : "10"   "spark.sql.hive.metastore.jars" : "/dbfs/ivyjars/*"   "spark.sql.hive.metastor...

  • 2274 Views
  • 1 replies
  • 0 kudos
Latest Reply
Ajay-Pandey
Esteemed Contributor III
  • 0 kudos

Generally, this should not be a case. Please raise a support request to databricks

  • 0 kudos
WillBlock
by Contributor
  • 2073 Views
  • 1 replies
  • 2 kudos
  • 2073 Views
  • 1 replies
  • 2 kudos
Latest Reply
Aviral-Bhardwaj
Esteemed Contributor III
  • 2 kudos

I dont know what is TAClbut in the unity catalog you can have governance like catalog.database.table featurewhere you have to explicitly give access to the databricks data user so you have to give him access separately for catalog and database and ta...

  • 2 kudos
parthsalvi
by Contributor
  • 2513 Views
  • 1 replies
  • 2 kudos

getArgument() is not working in DBR 10.4 LTS (Shared Mode) with Unity Catalog

 We're trying to use Notebook widgets in DBR LTS 10.4 (Shared Mode) with Unity Catalogbut we're running into following error.Because of this our notebook dashboard are not working after migrating our data to Unity catalog.Following is the queryCREATE...

image image
  • 2513 Views
  • 1 replies
  • 2 kudos
Latest Reply
Aviral-Bhardwaj
Esteemed Contributor III
  • 2 kudos

unity catalog is different and Data science panel is different , in the above notebook you have to use formatted or this widget will work there and in the unity catalog you have to use get argument formatted in the query

  • 2 kudos
joggiri
by New Contributor II
  • 42267 Views
  • 6 replies
  • 3 kudos
  • 42267 Views
  • 6 replies
  • 3 kudos
Latest Reply
Chaitanya_Raju
Honored Contributor
  • 3 kudos

@Jog Giri​  I also recently encountered a similar scenario, the below code solved my purpose without any issues.import zipfile for i in dbutils.fs.ls('/mnt/zipfilespath/'): with zipfile.ZipFile(i.path.replace('dbfs:','/dbfs'), mode="r") as zip_ref:...

  • 3 kudos
5 More Replies
SanjayJanardhan
by New Contributor III
  • 4114 Views
  • 4 replies
  • 9 kudos

Unity Catalog - Metastore is it at account or workspace

I was trying to understand Unity Catalog, if metastore is at the account level or the each workspace in the account will have there own metastore? My understanding is the metastore cant be shared between two workspace.

  • 4114 Views
  • 4 replies
  • 9 kudos
Latest Reply
Aviral-Bhardwaj
Esteemed Contributor III
  • 9 kudos

@Sanjay Janardhan​ , no i have done this, you can share it in multiple workspaces

  • 9 kudos
3 More Replies
seberino
by New Contributor III
  • 2626 Views
  • 3 replies
  • 4 kudos

How prevent users from being able to create NEW databases? Possible without Unity Catalog?

How prevent users from being able to create NEW databases? Possible without Unity Catalog?I'm working on access control and I know how to remove select and modify privileges on schemas and tables but that's it.

  • 2626 Views
  • 3 replies
  • 4 kudos
Latest Reply
Vartika
Databricks Employee
  • 4 kudos

Hi @Christian Seberino​,Hope everything is going great.Thank you for reaching out to the community with your question. Would you be happy to mark an answer as best so that other members can find the solution more quickly?Cheers!

  • 4 kudos
2 More Replies
apingle
by Contributor
  • 8210 Views
  • 3 replies
  • 4 kudos

Resolved! DLT not working with Unity Catalog

Hey guys,I am trying to create a delta live table in Unity Catalog as follows:CREATE OR REFRESH STREAMING LIVE TABLE <catalog>.<db>.<table_name> AS SELECT ... However, I get the error: org.apache.spark.sql.AnalysisException: Unsupported SQL statemen...

  • 8210 Views
  • 3 replies
  • 4 kudos
Latest Reply
Harun
Honored Contributor
  • 4 kudos

@Anant Pingle​  As of right now, DLT doesn't support Unity Catalog yet. We can expect this feature in upcomig days.

  • 4 kudos
2 More Replies
190809
by Contributor
  • 3303 Views
  • 2 replies
  • 2 kudos

Getting Access forbidden error to AWS when trying to follow the unity catalog quickstart notebook.

HiI have just created a metastore to allow unity catalog to be enabled for my workspace. However I am getting the following error when trying to create a table as per the unity catalog demo notbook:Error in SQL statement: UnauthorizedAccessException:...

  • 3303 Views
  • 2 replies
  • 2 kudos
Latest Reply
190809
Contributor
  • 2 kudos

Thanks for your answer to the second part of my question, super helpful! Can you confirm the first part of my question as well please?

  • 2 kudos
1 More Replies
bob1
by New Contributor III
  • 3212 Views
  • 4 replies
  • 5 kudos

Error with federation for Snowflake in Databricks SQL

Hello, I am trying to test the new federation for Snowflake feature in Databricks SQL, following the docs (https://docs.databricks.com/query-federation/snowflake.html).Environment:Subscription: PremiumCompute: DB SQL (serverless)Metastore: Unity Cata...

  • 3212 Views
  • 4 replies
  • 5 kudos
Latest Reply
bob1
New Contributor III
  • 5 kudos

Hi @Landan George​, thanks for the quick response. I get the following error if I try to run the SQL code from a Notebook:SQLException: No suitable driver found for jdbc:snowflake://app.snowflake.com/region/foo/Any suggestions?

  • 5 kudos
3 More Replies
rammy
by Contributor III
  • 7317 Views
  • 4 replies
  • 15 kudos

How would i upload file stream object to S3 bucket using pyspark?

I could able to save data using pyspark into S3 but not sure on how to save a file stream object into S3 bucket using pyspark. I could achieve this with help of python but when Unity catalog was enabled on Databrciks it always ends up with an access ...

  • 7317 Views
  • 4 replies
  • 15 kudos
Latest Reply
rammy
Contributor III
  • 15 kudos

I got to know that there is a change required at Unity-catalog to make it work with Python and got a recommendation to use pyspark to store file into S3.I do not see much information about storing a file stream object in an S3 bucket anywhere. Can an...

  • 15 kudos
3 More Replies
sandhyasr
by New Contributor III
  • 2842 Views
  • 3 replies
  • 20 kudos

Consume Delta table data using .net/python API's to present it on custom web application

How can we connect to unity catalog tables to create REST API's using Python/.NET?

  • 2842 Views
  • 3 replies
  • 20 kudos
Latest Reply
Anonymous
Not applicable
  • 20 kudos

Did you mean create Delta Live Table Job using REST API ?

  • 20 kudos
2 More Replies
nihar07
by New Contributor II
  • 1852 Views
  • 0 replies
  • 2 kudos

AWS VPC service endpoint for internal RDS Hive metastore

We are setting up Databricks on our AWS account using customer managed VPC and enabling private link. I could see the private endpoints for frontend and backend with which we could spin up our EC2 instances. But the problem we are facing is to connec...

  • 1852 Views
  • 0 replies
  • 2 kudos
flixlatino
by New Contributor
  • 2310 Views
  • 0 replies
  • 0 kudos

FgKtzOnWAAICHO4

Este triángulo amoroso se puso complicado... ¡Faltan solo días para el estreno de la segunda temporada de "Wildrose" en flixlatino!

  • 2310 Views
  • 0 replies
  • 0 kudos
deficiant_codge
by Contributor II
  • 3627 Views
  • 3 replies
  • 5 kudos

AWS Glue Catalog

Can we use existing AWS Glue catalog with Unity Catalog?

  • 3627 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
  • 2306 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
  • 2306 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

Join Us as a Local Community Builder!

Passionate about hosting events and connecting people? Help us grow a vibrant local community—sign up today to get started!

Sign Up Now
Labels