0

Here are the current options. I want to give the BI team only access to the S: SQL

Databricks lenses

Climbs_lika_Spyder
  • 6,004
  • 3
  • 39
  • 53

1 Answers1

0

Completely removing the other options is currently not available. However, you can lock them as shown in the picture.

  1. Remove databricks-sql-access entitlement from default users group.
  2. Create a new group called 'sql-users-only' and give them only this entitlement. (so they won't see workspace and they can't spin up endpoints)

what users see

Resources: Databricks provide a lot of control using ACLs. Access control overview You can restrict the dashboard viewing options as well. Dashboard permissions

Climbs_lika_Spyder
  • 6,004
  • 3
  • 39
  • 53