Apache Presto

The pyhive library is the recommended way to connect to Presto through SQLAlchemy.

You can pass in a username and password as well:

presto://{username}:{password}@{hostname}:{port}/{database}

Last updated