Hoping we can add the python package that will allow us to query trino in jupyter notebooks/pandas data frames:
https://github.com/trinodb/trino-python-client
Description
Description
| Status | Subtype | Assigned | Task | ||
|---|---|---|---|---|---|
| In Progress | greg | T377362 EPIC: Trino/MinIO/Hive-Standalone-Metaserver/Dagster/Metabase/Superset Implementation | |||
| Resolved | Jgreen | T386269 [Trino] Trino Python Client |
Event Timeline
Comment Actions
I think the cleanest way to do this is to switch from using Debian packages for jupyter* to a pip virtualenv with all the jupyter components including trino-python-client. This ensures we get recent and roughly concurrent versions of everything rather than a mix of software from "different eras".
Comment Actions
New virtualbox venv with jupyter notebooks and trino client prototyped in virtualbox, starts up normally with systemd. Next step is to attempt an install on fran2001 to confirm everything works as desired.