Skip to content

Commit

Permalink
chore: Update presto.mdx (apache#13738)
Browse files Browse the repository at this point in the history
  • Loading branch information
hughhhh authored Mar 24, 2021
1 parent 6137a20 commit 3ea2311
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/src/pages/docs/Connecting to Databases/presto.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3ea2311

Please sign in to comment.