[ISSUE] Missing Clean Room Privilege
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
Hi @arothian, thanks for reaching out. The work to add this is in progress, we will update once it's available.
Looks resolved with #958