Skip to content

Commit 0eb9d01

Browse files
committed
Use the Trino client instead of inheriting from Presto
1 parent 5593a2a commit 0eb9d01

File tree

10 files changed

+398
-109
lines changed

10 files changed

+398
-109
lines changed

docs/pages/product/configuration/data-sources/trino.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ CUBEJS_DB_TYPE=trino
2222
CUBEJS_DB_HOST=my.trino.host
2323
CUBEJS_DB_USER=trino_user
2424
CUBEJS_DB_PASS=**********
25-
CUBEJS_DB_PRESTO_CATALOG=my_trino_catalog
25+
CUBEJS_DB_TRINO_CATALOG=my_trino_catalog
2626
CUBEJS_DB_SCHEMA=my_trino_schema
2727
```
2828

@@ -34,9 +34,8 @@ CUBEJS_DB_SCHEMA=my_trino_schema
3434
| `CUBEJS_DB_PORT` | The port for the database connection | A valid port number ||
3535
| `CUBEJS_DB_USER` | The username used to connect to the database | A valid database username ||
3636
| `CUBEJS_DB_PASS` | The password used to connect to the database | A valid database password ||
37-
| `CUBEJS_DB_PRESTO_CATALOG` | The catalog within Presto to connect to | A valid catalog name within a Presto database ||
37+
| `CUBEJS_DB_TRINO_CATALOG` | The catalog within Presto to connect to | A valid catalog name within a Presto database ||
3838
| `CUBEJS_DB_SCHEMA` | The schema within the database to connect to | A valid schema name within a Presto database ||
39-
| `CUBEJS_DB_SSL` | If `true`, enables SSL encryption for database connections from Cube | `true`, `false` ||
4039
| `CUBEJS_CONCURRENCY` | The number of concurrent connections each queue has to the database. Default is `2` | A valid number ||
4140
| `CUBEJS_DB_MAX_POOL` | The maximum number of concurrent database connections to pool. Default is `8` | A valid number ||
4241

0 commit comments

Comments
 (0)