We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
BROWSE
Catalog
Description There's the BROWSE value missing in databricks.sdk.service.catalog.Privilege enum.
databricks.sdk.service.catalog.Privilege
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
Ubuntu
0.27.0
Additional context
The text was updated successfully, but these errors were encountered:
BROWSER
fix: #731
Sorry, something went wrong.
No branches or pull requests
Description
There's the
BROWSE
value missing indatabricks.sdk.service.catalog.Privilege
enum.Reproduction
A minimal code sample demonstrating the bug.
Expected behavior
Prints
BROWSE
enum valueIs it a regression?
I haven't found any version of the SDK, where this works.
Debug Logs
n/a
Other Information
Ubuntu
0.27.0
Additional context
The text was updated successfully, but these errors were encountered: