GitHub user dataconsulhms added a comment to 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"
#AUTH_TYPE = 1 # AUTH_DB, mas não será usado
# Faz o python-oracledb se apresentar como se fosse o cx_Oracle (truque recomen>
# Versão "fake" pra compatibilidade com o driver antigo
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]