Skip to content

[ISSUE] Missing privilege EXTERNAL_USE_SCHEMA #946

Description

@jijosg

Description
When trying to assign the grant EXTERNAL USE SCHEMA to a schema , it doesn't pick up from the existing list of grants.

Reproduction
w = WorkspaceClient()
w.grants.update(securable_type=SecurableType.SCHEMA, full_name=schema_name, changes=[PermissionsChange(add=[Privilege.EXTERNAL_USE_SCHEMA], principal="")])

Expected behavior
Add EXTERNAL_USE_SCHEMA privilege on the schema to the principal.

Other Information

  • OS: macOS
  • Version: 0.49.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions