databricks-sdk-py
databricks-sdk-py copied to clipboard
[ISSUE] Missing `BROWSE` Privilege on a `Catalog` object
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
fix: https://github.com/databricks/databricks-sdk-py/pull/731