mirror of
https://github.com/apache/superset.git
synced 2026-08-12 11:11:01 +00:00
[DB Engine] Support old and new Presto syntax (#7977)
This commit is contained in:
@@ -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
|
||||
----
|
||||
|
||||
|
||||
Reference in New Issue
Block a user