Skip to content

Commit

Permalink
Added message to set expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
dnmll committed Oct 17, 2023
1 parent a905d10 commit bc1867e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cid/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -825,6 +825,7 @@ def _share(self, dashboard_id, **kwargs):
template_filename = 'data/permissions/dashboard_permissions_namespace.json'
elif share_method == 'user':
template_filename = 'data/permissions/dashboard_permissions.json'
print('Fetching QuickSight users. Duration will scale with the number of users.')
user = self.qs.select_user()
while not user:
user_name = get_parameter(
Expand Down

0 comments on commit bc1867e

Please sign in to comment.