'How to connect to Presto JDBC in python?
I am trying to connect to Presto server in python using JDBC, but cannot find any guidance on how to do that. There are ways just to connect to Presto in python (e.g., standard approach in SQLAlchemy) or to connects to Presto JDBC in Java or R, but I could not find how to adopt those for the combo of Presto + JDBC + Python.
Solution 1:[1]
I know it is possible, but I do not have example. However, more native way would be to use: https://github.com/trinodb/trino-python-client
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Max |
