mirror of
https://github.com/apache/superset.git
synced 2026-04-20 16:44:46 +00:00
fix: change example comment to match type (#21772)
This commit is contained in:
committed by
GitHub
parent
db201804ae
commit
af34e454be
@@ -1210,7 +1210,7 @@ EXCLUDE_USERS_FROM_LISTS: Optional[List[str]] = None
|
||||
# list/dropdown if you do not want these dbs to show as available.
|
||||
# The available list is generated by driver installed, and some engines have multiple
|
||||
# drivers.
|
||||
# e.g., DBS_AVAILABLE_DENYLIST: Dict[str, Set[str]] = {"databricks": ("pyhive", "pyodbc")}
|
||||
# e.g., DBS_AVAILABLE_DENYLIST: Dict[str, Set[str]] = {"databricks": {"pyhive", "pyodbc"}}
|
||||
DBS_AVAILABLE_DENYLIST: Dict[str, Set[str]] = {}
|
||||
|
||||
# This auth provider is used by background (offline) tasks that need to access
|
||||
|
||||
Reference in New Issue
Block a user