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

[ISSUE] Missing Clean Room Privilege

Open arothian opened this issue 8 months ago • 1 comments

Description The SDK Privilege enum that is used with the Grants client is missing all of the permissions related to Clean Rooms.

For example, MODIFY CLEAN ROOM from https://docs.databricks.com/aws/en/data-governance/unity-catalog/manage-privileges/privileges#modify-clean-room is not available.

https://databricks-sdk-py.readthedocs.io/en/latest/dbdataclasses/catalog.html#databricks.sdk.service.catalog.Privilege https://github.com/databricks/databricks-sdk-py/blob/main/databricks/sdk/service/catalog.py#L6670

Reproduction NA Expected behavior All available privileges are listed in the SDK for use with the Grants client methods.

Is it a regression? No

Debug Logs NA

Additional context

arothian avatar Apr 24 '25 17:04 arothian

Hi @arothian, thanks for reaching out. The work to add this is in progress, we will update once it's available.

tanmay-db avatar Apr 29 '25 13:04 tanmay-db

Looks resolved with #958

arothian avatar May 13 '25 14:05 arothian