Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: change public role like gamma procedure #10674

Merged
merged 10 commits into from
Aug 28, 2020
2 changes: 1 addition & 1 deletion superset/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ def _try_json_readsha( # pylint: disable=unused-argument
# Grant public role the same set of permissions as for a selected builtin role.
# This is useful if one wants to enable anonymous users to view
# dashboards. Explicit grant on specific datasets is still required.
PUBLIC_ROLE_LIKE = "Gamma"
PUBLIC_ROLE_LIKE = None
dpgaspar marked this conversation as resolved.
Show resolved Hide resolved

# ---------------------------------------------------
# Babel config for translations
Expand Down