Skip to content

Permissions error #32

Description

@LKirkbyGD

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions