chore: Update presto.mdx (#13738)

This commit is contained in:
Hugh A. Miles II 2021-03-24 13:13:22 -04:00 committed by GitHub
parent 6137a200a3
commit 3ea2311b87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -13,7 +13,9 @@ The [pyhive](https://pypi.org/project/PyHive/) library is the recommended way to
The expected connection string is formatted as follows: The expected connection string is formatted as follows:
``` ```
hive://hive@{hostname}:{port}/{database} presto://{hostname}:{port}/{database}
e.g.
presto://presto.example.com:8080/hive
``` ```
By default Superset assumes the most recent version of Presto is being used when querying the By default Superset assumes the most recent version of Presto is being used when querying the