QuestionQ6
Secure and govern Unity Catalog objectsYou have an Azure Databricks workspace named Workspace1 that contains a lakehouse and is enabled for Unity Catalog.
You have a connection to a Microsoft SQL Server database named DB1.
You need to expose the schemas and tables of DB1 to satisfy the following requirements:
- The schemas and tables can be queried in Databricks.
- The schemas and tables appear alongside other Unity Catalog objects.
- The data is NOT copied into Databricks-managed storage.
Solution: Create a new native catalog in Unity Catalog.
Does this meet the goal?
- A Yes
- B No
Community Discussion