You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
Expected behavior
The
CAN_MONITOR
permission is supported in thePermisisonLevel
enum so it can be used to assign permissions to SQL warehousesIs 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
CAN_MONITOR
permission to SQL warehouses indatabricks_permissions
terraform-provider-databricks#3681CAN_MONITOR
permission for SQL Endpoint terraform-provider-databricks#3680The text was updated successfully, but these errors were encountered: