Skip to content

Added missing privilege EXTERNAL USE SCHEMA #945

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

jijosg
Copy link

@jijosg jijosg commented Apr 7, 2025

What changes are proposed in this pull request?

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

Specifically, try to answer the two following questions:

  • WHAT Added a new privilege EXTERNAL USE SCHEMA in the Privilege class in databricks/sdk/service/catalog.py
  • WHY are these changes needed? This should provide the context that the
    reader might be missing. For example, were there any decisions behind the
    change that are not reflected in the code itself?

The EXTERNAL USE SCHEMA is a new feature that was introduced to be able to access data registered in Unity Catalog from clients external to Databricks. This is currently missing in the code.

How is this tested?

Not tested

NO_CHANGELOG=true

jijosg and others added 5 commits April 18, 2025 18:23
Copy link

If integration tests don't run automatically, an authorized user can run them manually by following the instructions below:

Trigger:
go/deco-tests-run/sdk-py

Inputs:

  • PR number: 945
  • Commit SHA: 062b9f5bc538c3000a4c74b575704c4fea5a0c4a

Checks will be approved automatically on success.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant