No permissions to access default examples after install
See original GitHub issueMake sure these boxes are checked before submitting your issue - thank you!
- [Y] I have checked the superset logs for python stacktraces and included it here as text if any
- [Y] I have reproduced the issue with at least the latest released version of superset
- [Y] I have checked the issue tracker for the same issue and I haven’t found one similar
Superset version
superset-0.15.1
Expected results
Should have been granted permissions to access the example dashboards.
Actual results
Permissions were denied
Steps to reproduce
Just follow instructions on http://airbnb.io/superset/installation.html and install on a Ubuntu 16.04 machine. Note that my preference is for using Conda instead of Virtualenv, so I created a python 3.5 conda environment, and did the pip install superset in that conda environment.
The problem I’m facing is after finishing the installation and running the app server, visiting the dashboards for all of the 3 examples, I get permission denied. For example, accessing the second dataset “Births”, I get the error: This endpoint requires the datasource birth_names, database or
all_datasource_access permission
. I’m not sure why this is the case. It appears that issue #1799 was asking about a similar problem, but nothing from that post is helping me so that’s why I am posting here.
Thank you.
Issue Analytics
- State:
- Created 7 years ago
- Comments:16 (5 by maintainers)
Top GitHub Comments
@snehilp thx!
superset init
solved my problem. thank you @snehilp