databricks-sdk-py icon indicating copy to clipboard operation
databricks-sdk-py copied to clipboard

[ISSUE] Missing `BROWSE` Privilege on a `Catalog` object

Open green2k opened this issue 1 year ago • 1 comments

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 avatar May 08 '24 11:05 green2k

fix: https://github.com/databricks/databricks-sdk-py/pull/731

ilyakisleika avatar Sep 17 '24 09:09 ilyakisleika