You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've configure trino + metabase environment using docker-compose.
I can connect to trinovia dbeaver and can run sql on my data, perfectly.
But when I try to connect to trino from metabase, I got an error.
Database connection succeded, but when I navigate the table in metabase UI I got an error:
No fields found for table "f__trades__entry_exit_info_kis".
Below is my configuration information
Dockerfile.metabase
FROM openjdk:19-buster
ADD https://downloads.metabase.com/v0.52.2.1/metabase.jar /home
CMD ["java", "-jar", "/home/metabase.jar"]
docker-compose.yml: I only represent the part of the configuration that is relevant to the problem.
I've configure trino + metabase environment using docker-compose.
I can connect to trinovia dbeaver and can run sql on my data, perfectly.
But when I try to connect to trino from metabase, I got an error.
Database connection succeded, but when I navigate the table in metabase UI I got an error:
Below is my configuration information
save
, it said success)with above configs, schema and table are all list up in metabase, but When I click the table, it showed
No fields found for table
errorThe text was updated successfully, but these errors were encountered: