databricks / run-notebook

Apache License 2.0
49 stars 19 forks source link

[question] how to give access to an user without a group #43

Closed codebydant closed 1 year ago

codebydant commented 1 year ago

Hi there,

I was wondering if the following section could uses "user_name" instead "group_name"

# Grant all users view permission on the notebook results, so that they can
          # see the result of our CI notebook 
          access-control-list-json: >
            [
              {
                "group_name": ",
                "permission_level": "CAN_MANAGE"
              }
            ]
codebydant commented 1 year ago

yes it does Screenshot from 2023-06-30 11-32-28