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

[NONE] Support CAN_MONITOR for SQL Warehouse Perms

Open uint0 opened this issue 8 months ago • 0 comments

Description There is no CAN_MONITOR permission in the SQL Warehouse Permissions (or specifically com.databricks.sdk.service.iam.PermissionLevel). (Sorry if this is the wrong issue kind)

Reproduction

PermissionLevel.CAN_MONITOR

Expected behavior The CAN_MONITOR permission is supported in the PermisisonLevel enum so it can be used to assign permissions to SQL warehouses

Is it a regression? No

Debug Logs N/A

Other Information N/A

Additional context IIUC this feature is in public preview.

It isn't documented in https://docs.databricks.com/api/workspace/warehouses/setpermissions#access_control_list An equivalent change has been accepted for the terraform provider

  • https://github.com/databricks/terraform-provider-databricks/pull/3681
  • https://github.com/databricks/terraform-provider-databricks/issues/3680

uint0 avatar Jun 27 '24 01:06 uint0