Skip to content

Commit

Permalink
docs: fix wrong type in PREFERRED_DATABASES example (apache#25200)
Browse files Browse the repository at this point in the history
Signed-off-by: cmontemuino <1761056+cmontemuino@users.noreply.github.com>
  • Loading branch information
cmontemuino authored Sep 6, 2023
1 parent cf890d5 commit aecd15e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/databases/db-connection-ui.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ We added a new configuration option where the admin can define their preferred d
# displayed prominently in the "Add Database" dialog. You should
# use the "engine_name" attribute of the corresponding DB engine spec
# in `superset/db_engine_specs/`.
PREFERRED_DATABASES: List[str] = [
PREFERRED_DATABASES: list[str] = [
"PostgreSQL",
"Presto",
"MySQL",
Expand Down

0 comments on commit aecd15e

Please sign in to comment.