envicon commented on issue #8756: Cannot upgrade database
URL: 
https://github.com/apache/incubator-superset/issues/8756#issuecomment-561890358
 
 
   I found that when I changed 6666 to 8088 then I could open Apache Superset
   
   ```
   gunicorn \
         -w 10 \
         -k gevent \
         --timeout 120 \
         -b  0.0.0.0:8088 \
         --limit-request-line 0 \
         --limit-request-field_size 0 \
         --statsd-host localhost:8125 \
         superset:app
   
   ```
   
   But I had to add a field 'published' in the Table dashboards to open without 
error
   
   And I can't see my charts  - I get a yellow text saying I need to have 
permission
   
   This endpoint requires the datasource noegletal_on, database or 
`all_datasource_access` permission  
   
   Any one knows how to get these permissions?
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to