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:ย 

Unable to access data from catalog.

Aman_Pundhir
New Contributor II

I have all the necessary permissions like USE CATALOG on Catalog, USE SCHEMA on Schema and SELECT,TABLE on Table. But still when I try to access the table from catalog I get the error : Insufficient privileges: User does not have USE CATALOG on Catalog <Catalog_Name>. SQLSTATE: 42501. Also I am able to access the Table when I am using a SQL serverless compute but want to perform some ML functions using the 15.4 ML LTS compute. 

3 REPLIES 3

Pawan_1
New Contributor II

Could you please specify which cluster access modes you are using?

Pawan chodhary

SP_6721
Contributor III

Hi @Aman_Pundhir ,

Could you please confirm if you are using a cluster with dedicated access mode and whether you are the owner of the table/streaming table you are trying to access?
Also, please review: https://docs.databricks.com/aws/en/dlt/dbsql/streaming#requirements

Aman_Pundhir
New Contributor II

Hi, @SP_6721 and @Pawan_1 ,

Thanks for your concerns. I was able to find the problem. So the problem was the cluster was assigned to groups and for the permissions were given to individual users. When the permissions were given to the group, we were able to access the data. Not sure why it was happening as even in the groups, individual users were there so according to me this shouldn't have happened. But anyways the issue is solved. If any of you guys know why did it not work even when individual user had the permissions but still it shows permission error please enlighten me as even in the databricks documentations, was not able to find anything.