Skip to content

Commit

Permalink
Update method docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Charl1996 committed Nov 18, 2024
1 parent 5236671 commit 13d513c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hq_superset/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def sync_domain_role(self, domain):
The user gets assigned at least 3 roles in order to function on any domain:
1. hq_user_role: gives access to superset platform
2. domain_schema_role: restricts user access to specific domain schema
3. Either the Gamma role for "edit" users or the READ_ONLY_ROLE_NAME for "view only" user
3. Gamma role for users with write access or READ_ONLY_ROLE_NAME for users with read access only
"""
hq_user_role = self._ensure_hq_user_role()
domain_schema_role = self._create_domain_role(domain)
Expand Down

0 comments on commit 13d513c

Please sign in to comment.