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
- Add a properties file for postgresql in `/usr/local/Cellar/prestodb/<version>/libexec/etc/catalog`, called `postgresql.properties` with the following contents:
82
+
- Add a properties file for postgresql in `/usr/local/Cellar/prestodb/<version>/libexec/etc/catalog`, called
83
+
`test_data.properties` (`test_data` is the catalog name) with the following contents:
- Create a database `test_data` on the postgres server that <mb-postgresql-test-user> has all privileges to
89
91
- Start the presto server with `/usr/local/opt/prestodb/bin/presto-server run`
90
92
91
93
Alternatively, Luis has created a [Link](https://github.com/paoliniluis/metabase-presto-and-trino) for testing Presto and Trino with Docker that might work too.
0 commit comments