wix-incubator / quix

Quix Notebook Manager
https://wix-incubator.github.io/quix/
MIT License
267 stars 37 forks source link

.env for Trino #472

Open Va1-ha11a opened 2 years ago

Va1-ha11a commented 2 years ago

The example-env file in still refers to presto:

MODULES=presto,athena,prod,bq

MODULES=presto

MODULES_PRESTO_ENGINE=presto MODULES_PRESTO_API=http://presto:8080/v1 MODULES_PRESTO_CATALOG=system MODULES_PRESTO_SCHEMA=runtime MODULES_PRESTO_SOURCE=quix MODULES_PRESTO_DB_EMPTY_TIMEOUT=60000 MODULES_PRESTO_DB_REQUEST_TIMEOUT=10000 `MODULES_PRESTO_HTTP_HEADERS_PREFIX=X-PRESTO-

I have both Trino and Quix installed in docker containers and want to set up the connection. How can I update the code since Presto had been rebranded to Trino?

antonpodolsky commented 2 years ago
antonpodolsky commented 2 years ago

This doesn't really change anything in terms of actual Trino setup, it's just how we manage module naming and configuration.