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

Avvar2022
by Contributor
  • 9343 Views
  • 4 replies
  • 1 kudos

Resolved! I am new to Data bricks. Setting up Data bricks Unity Catalog, in terms of best practice i have few questions.

Is it best practice to separate unity catalog meta store ADLS Gen2 separate from ADLS Gen 2 to store data ?Since per region only one meta store can be created, will there be a separate meta store for PROD, and NON-PROD(QA and DEV)? If yes they need t...

  • 9343 Views
  • 4 replies
  • 1 kudos
Latest Reply
karthik_p
Esteemed Contributor
  • 1 kudos

@Ashok Zubrewar​  coming to your 3 rd question, if you are using any external tables then non uc ADLS GEN 2 is mandatory, you can not use UC ADLS GEN2. as it hosts metadata and managed table data. there is no restriction in terms of your external buc...

  • 1 kudos
3 More Replies
aladda
by Databricks Employee
  • 1383 Views
  • 1 replies
  • 2 kudos
  • 1383 Views
  • 1 replies
  • 2 kudos
Latest Reply
zpappa
Databricks Employee
  • 2 kudos

Privileges are additive by design.Let's say I as a user belong to 2 groups, foo1, foo2.The admin has run the following SQL:GRANT SELECT on table bar to `foo1`This means that I'll be able to select from the table bar because there's a grant.Let's say ...

  • 2 kudos
Labels