[DB Engine] Support old and new Presto syntax (#7977)

This commit is contained in:
Erik Ritter
2019-08-05 11:56:56 -07:00
committed by John Bodley
parent f7af50c399
commit d58dbad076
4 changed files with 38 additions and 7 deletions
+12
View File
@@ -647,6 +647,18 @@ Note that you can run the ``superset refresh_druid`` command to refresh the
metadata from your Druid cluster(s)
Presto
------
By default Superset assumes the most recent version of Presto is being used when
querying the datasource. If you're using an older version of presto, you can configure
it in the ``extra`` parameter::
{
"version": "0.123"
}
CORS
----