Artur-at-work commented on issue #7763:
URL: https://github.com/apache/superset/issues/7763#issuecomment-2562881251

   Last step that made it work for me was to "Publish" the Dashboard (by 
default: Draft)
   
![image](https://github.com/user-attachments/assets/f71e7f1f-fbed-4009-8c22-993c9ff799f3)
   
   To summarize the steps I followed from previous comments:
   1. in superset_config.py added both (maybe overlap, but fine):
   `PUBLIC_ROLE_LIKE = 'Gamma'`
   `PUBLIC_ROLE_LIKE_GAMMA = True`
   2. in Superset UI make all Dashboards Public by adding permissions:
   
https://dev.joget.org/community/display/marketplace/Apache+Superset+Userview+Menu+Plugin#ApacheSupersetUserviewMenuPlugin-ConfigureAllDashboardtobePublic
   3. Run init inside superset container:
   `docker compose exec superset bash`
   `superset init`
   
   4. Publish Dashboard
   At this point it was listed on Dashboards tab, while previously only Charts 
and Datasets were listed.
   
   Note: while testing I've added "all datasource", "all database" type of 
permissions in addition to those in Step 2. In case if you still don't see 
Dashboard, keep adding 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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to