We've come across a potential issue while testing "DP-750 Lab 09 - Implement and manage data quality constraints with Unity Catalog".
When running the Lab 09 setup notebook from top to bottom as instructed, the insurance_lab catalog is created successfully. However, the following cell then fails when attempting to create the bronze, silver, and gold schemas:
PERMISSION_DENIED: User does not have USE CATALOG on Catalog 'insurance_lab'.
The failure occurs when running:
CREATE SCHEMA IF NOT EXISTS insurance_lab.bronze;CREATE SCHEMA IF NOT EXISTS insurance_lab.silver;CREATE SCHEMA IF NOT EXISTS insurance_lab.gold;
From reviewing the Lab 09 instructions, this appears to be intended as a self-contained setup and doesn't seem to depend on completing Lab 08 or another previous lab, other than the initial workspace provisioning.
Could you confirm whether there are any additional Unity Catalog permissions that should be assigned to the student before starting Lab 09, or whether the setup notebook needs updating to grant the required permissions after creating the catalog?
We've come across a potential issue while testing "DP-750 Lab 09 - Implement and manage data quality constraints with Unity Catalog".
When running the Lab 09 setup notebook from top to bottom as instructed, the
insurance_labcatalog is created successfully. However, the following cell then fails when attempting to create thebronze,silver, andgoldschemas:PERMISSION_DENIED: User does not have USE CATALOG on Catalog 'insurance_lab'.The failure occurs when running:
CREATE SCHEMA IF NOT EXISTS insurance_lab.bronze;CREATE SCHEMA IF NOT EXISTS insurance_lab.silver;CREATE SCHEMA IF NOT EXISTS insurance_lab.gold;From reviewing the Lab 09 instructions, this appears to be intended as a self-contained setup and doesn't seem to depend on completing Lab 08 or another previous lab, other than the initial workspace provisioning.
Could you confirm whether there are any additional Unity Catalog permissions that should be assigned to the student before starting Lab 09, or whether the setup notebook needs updating to grant the required permissions after creating the catalog?