QuestionQ64
Secure and govern Unity Catalog objectsAn Azure Databricks workspace is enabled for Unity Catalog and contains two catalogs: Catalog1 and Catalog2.
An external application uses a service principal named SP1 to connect to a SQL warehouse.
You need to ensure that SP1 can query data in Catalog1 and Catalog2 while following the principle of least privilege.
Which catalog permissions should you grant to SP1?
- A USE SCHEMA and SELECT
- B USE CATALOG and SELECT
- C USE CATALOG, USE SCHEMA, and SELECT
- D USE CATALOG and USE SCHEMA
Community Discussion