Skip to content
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

[ISSUE] Missing BROWSE Privilege on a Catalog object #639

Open
green2k opened this issue May 8, 2024 · 0 comments
Open

[ISSUE] Missing BROWSE Privilege on a Catalog object #639

green2k opened this issue May 8, 2024 · 0 comments

Comments

@green2k
Copy link

green2k commented May 8, 2024

Description
There's the BROWSE value missing in databricks.sdk.service.catalog.Privilege enum.

Reproduction
A minimal code sample demonstrating the bug.

from databricks.sdk.service.catalog import Privilege
print(Privilege.BROWSE)

Expected behavior
Prints BROWSE enum value

Is it a regression?
I haven't found any version of the SDK, where this works.

Debug Logs
n/a

Other Information

  • OS: Ubuntu
  • Version: 0.27.0

Additional context

image

@green2k green2k changed the title [ISSUE] Missing BROWSER Privilege on a Catalog object [ISSUE] Missing BROWSE Privilege on a Catalog object May 8, 2024
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

No branches or pull requests

1 participant