From bd959919e3b1e4b8d2c7cc2fbfac9a0bdbb22d48 Mon Sep 17 00:00:00 2001 From: tooptoop4 <33283496+tooptoop4@users.noreply.github.com> Date: Sun, 24 May 2020 01:36:51 +0100 Subject: [PATCH] Fix missing line break in Database 'extra' instructions (#9895) --- superset/views/database/mixins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset/views/database/mixins.py b/superset/views/database/mixins.py index dae7228c8..452860a00 100644 --- a/superset/views/database/mixins.py +++ b/superset/views/database/mixins.py @@ -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
" "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,