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
And my Trino DB is running locally on the same machine as the Quix Docker container. I added the
extra_hosts:
host.docker.internal: host-gateway
to the docker-compose.yml and I can see my DB and it's tables in the DB Explorer. However my queries don't run.
Connection failed after (10) retries, please rerun your query manually.
This is most likely a transient network error and not a problem with the Trino engine.
I can't see them being submitted in the Trino UI and I don't see anything happening when I docker attach quix-backend-1. When I use the TRINO CLI, queries run normally.
Any ideas where I've gone wrong?
The text was updated successfully, but these errors were encountered:
Actually, they don't seem to run for the example Preso server either. Querying the DB in the DB explorer seems to work but queries don't seem to actually submit.
Hi all,
I am running Quix successfully using docker compose with the following .env file:
And my Trino DB is running locally on the same machine as the Quix Docker container. I added the
to the docker-compose.yml and I can see my DB and it's tables in the DB Explorer. However my queries don't run.
I can't see them being submitted in the Trino UI and I don't see anything happening when I docker attach quix-backend-1. When I use the TRINO CLI, queries run normally.
Any ideas where I've gone wrong?
The text was updated successfully, but these errors were encountered: