cancel
Showing results for 
Search instead for 
Did you mean: 
Data Governance
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

vpismarev
by New Contributor
  • 798 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...

  • 798 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
User16868770416
by Contributor
  • 759 Views
  • 1 replies
  • 2 kudos
  • 759 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
  • 848 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
  • 848 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
Jitu
by New Contributor II
  • 19079 Views
  • 6 replies
  • 3 kudos
  • 19079 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
  • 1130 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.

  • 1130 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
  • 840 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.

  • 840 Views
  • 3 replies
  • 4 kudos
Latest Reply
Vartika
Moderator
  • 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
  • 3238 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...

  • 3238 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
  • 1102 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:...

  • 1102 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
  • 1121 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...

  • 1121 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
  • 3406 Views
  • 5 replies
  • 18 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 ...

  • 3406 Views
  • 5 replies
  • 18 kudos
Latest Reply
rammy
Contributor III
  • 18 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...

  • 18 kudos
4 More Replies
sandhyasr
by New Contributor III
  • 1083 Views
  • 4 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?

  • 1083 Views
  • 4 replies
  • 20 kudos
Latest Reply
Kaniz
Community Manager
  • 20 kudos

Hi @Sandhya SR​, We haven’t heard from you since the last response from @Jensen Ackles​ and I was checking to see if their suggestions helped you.Or else, If you have any solution, please share it with the community, as it can be helpful to others.Al...

  • 20 kudos
3 More Replies
quakenbush
by Contributor
  • 3438 Views
  • 4 replies
  • 5 kudos

Creating a persistent view that references both Unity Catalog and Hive Metastore objects is not supported in Unity Catalog

I tried to create a view in hive_metastore.default which would access a table from a different catalog. Is there any chance to do so?eg.create view myTest as select * from someCatalog.someSchema.someTable

  • 3438 Views
  • 4 replies
  • 5 kudos
Latest Reply
Senthil1
Contributor
  • 5 kudos

I will suggest the below links will help you, For exposing your Hive_metastore multiple catalogs, 1) Create 3 catalogs for each environment under single metastore by using Unity Catalog2) Now expose the Unity Catalog using DELTA SHARING to your BI ap...

  • 5 kudos
3 More Replies
nihar07
by New Contributor II
  • 574 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...

  • 574 Views
  • 0 replies
  • 2 kudos
flixlatino
by New Contributor
  • 370 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!

  • 370 Views
  • 0 replies
  • 0 kudos
deficiant_codge
by Contributor II
  • 1043 Views
  • 3 replies
  • 5 kudos

AWS Glue Catalog

Can we use existing AWS Glue catalog with Unity Catalog?

  • 1043 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
Labels