-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
trino 351 no longer works with metabase #6666
Comments
Metabase has replied on the discourse link above and it looks like a new Trino API driver might be the best way to move forward in the short term and maybe eventually a JDBC implementation that would allow for the users to bring in the latest JDBC release themselves. This is of great importance to our company as we look towards Starburst compatibility as well. |
You may need to use
until metabase code is updated for Trino. let me know if it works. |
We will try this next. We would still like to see the Trino option added and kept up to date as Trino iterates so quickly. |
I'm all for it. Would you consider opening relevant issue with Metabase for this? |
@findepi workaround works. What are the plans in the future to have a "dedicated" Trino driver in Metabase? |
@zifeo that would be up to Metabase project, but there is a PR for this already -- metabase/metabase#15160 |
where should I add this line of code in order to work? which file? |
Please place it in |
Thank you sir. But when I place this line in config file when I run trino 351 I get the following error between many lines that are being printed on terminal:
and at the end of terminal it appears that trino cannot start showing this:
|
Hello guys, Do you have any solution on this? I created an issue, please vote! |
@rubenssoto & @wccropper does this problem could be solved temporarily with downgrade the trino version to 350 ? before prestosql change into trino. Because it is start to use trino-jdbc and also for the metabase version, it cannot be upgraded to metabase 0.41 because metabase 0.41 also apply presto-jdbc within the connection. |
To the one who's looking how to connect AWS EMR's Trino to AWS QuickSight workaround above works. |
Hi, check https://github.com/paoliniluis/metabase-trino, as Metabase and Trino works with the Starburst driver |
upgraded prestoql 347 to trino 351 and metabase can no longer connect. The error message is
Catalog must be specified when session catalog is not set
This is the same message we received when using the older 347 cli to connect to the 351 db.
Opened a metabase discourse topic here
The text was updated successfully, but these errors were encountered: