Trino
Trino
Supported trino version 352 and higher
The sqlalchemy-trino library is the recommended way to connect to Trino through SQLAlchemy.
The expected connection string is formatted as follows:
trino://{username}:{password}@{hostname}:{port}/{catalog}
If you are running trino with docker on local machine please use the following connection URL
trino://trino@host.docker.internal:8080
Reference: Trino-Feris-Podcast
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified November 13, 2023: init (cb2a58c)