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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@ Rather than use Docker, you can run Presto with Postgres with the following step
87
87
connection-user=<mb-postgresql-test-user>
88
88
connection-password=<mb-postgresql-test-password>
89
89
```
90
-
-Create a database `test_data` on the postgres server that <mb-postgresql-test-user> has all privileges to
90
+
-To run the presto-jdbc driver tests, you'll need to create a database `test_data` on the postgres server that <mb-postgresql-test-user> has all privileges to, and create a schema in the database "default".
91
91
- Start the presto server with `/usr/local/opt/prestodb/bin/presto-server run`
92
92
93
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