GitHub user dataconsulhms edited a comment on the discussion: Direct dashboards 
without requiring a username and password from the superset.

here is superset_config:

import sys
import oracledb

FEATURE_FLAGS = {
    "DASHBOARD_RBAC": True,
}
PUBLIC_ROLE_LIKE = "Gamma"

oracledb.version = "8.3.0"
sys.modules["cx_Oracle"] = oracledb
import cx_Oracle  # noqa: F401


Can you tell me which rules I need to add to the Public section within the 
dash? There are many of them.


GitHub link: 
https://github.com/apache/superset/discussions/36009#discussioncomment-14885198

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: 
[email protected]


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

Reply via email to