From 3ea2311b87f011b335d7a9c0c6b7b9ab955edcde Mon Sep 17 00:00:00 2001 From: "Hugh A. Miles II" Date: Wed, 24 Mar 2021 13:13:22 -0400 Subject: [PATCH] chore: Update presto.mdx (#13738) --- docs/src/pages/docs/Connecting to Databases/presto.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/src/pages/docs/Connecting to Databases/presto.mdx b/docs/src/pages/docs/Connecting to Databases/presto.mdx index 4766adaec..e40ed2267 100644 --- a/docs/src/pages/docs/Connecting to Databases/presto.mdx +++ b/docs/src/pages/docs/Connecting to Databases/presto.mdx @@ -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: ``` -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