chore: Update presto.mdx (#13738)
This commit is contained in:
parent
6137a200a3
commit
3ea2311b87
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue