mirror of
https://github.com/apache/superset.git
synced 2026-04-17 07:05:04 +00:00
Fix missing line break in Database 'extra' instructions (#9895)
This commit is contained in:
@@ -139,7 +139,7 @@ class DatabaseMixin:
|
||||
'Specify it as **"schemas_allowed_for_csv_upload": '
|
||||
'["public", "csv_upload"]**. '
|
||||
"If database flavor does not support schema or any schema is allowed "
|
||||
"to be accessed, just leave the list empty"
|
||||
"to be accessed, just leave the list empty<br/>"
|
||||
"4. the ``version`` field is a string specifying the this db's version. "
|
||||
"This should be used with Presto DBs so that the syntax is correct",
|
||||
True,
|
||||
|
||||
Reference in New Issue
Block a user