File tree Expand file tree Collapse file tree 2 files changed +18
-8
lines changed
product/configuration/data-sources Expand file tree Collapse file tree 2 files changed +18
-8
lines changed Original file line number Diff line number Diff line change @@ -42,14 +42,15 @@ CUBEJS_DB_PASS=**********
4242
4343## Environment Variables
4444
45- | Environment Variable | Description | Possible Values | Required |
46- | ----------------------| --------------------------------------------| ---------------------| :--------:|
47- | ` CUBEJS_DB_HOST ` | The host URL for your Pinot broker | A valid host URL | ✅ |
48- | ` CUBEJS_DB_PORT ` | The port for the database connection | A valid port number | ✅ |
49- | ` CUBEJS_DB_USER ` | The username used to connect to the broker | A valid username | ❌ |
50- | ` CUBEJS_DB_PASS ` | The password used to connect to the broker | A valid password | ❌ |
51- | ` CUBEJS_DB_NAME ` | The database name for StarTree | A valid name | ❌ |
52- | ` CUBEJS_DB_PINOT_AUTH_TOKEN ` | The authentication token for StarTree | A valid token | ❌ |
45+ | Environment Variable | Description | Possible Values | Required |
46+ | -------------------------------| -------------------------------------------------------| ---------------------| :--------:|
47+ | ` CUBEJS_DB_HOST ` | The host URL for your Pinot broker | A valid host URL | ✅ |
48+ | ` CUBEJS_DB_PORT ` | The port for the database connection | A valid port number | ✅ |
49+ | ` CUBEJS_DB_USER ` | The username used to connect to the broker | A valid username | ❌ |
50+ | ` CUBEJS_DB_PASS ` | The password used to connect to the broker | A valid password | ❌ |
51+ | ` CUBEJS_DB_NAME ` | The database name for StarTree | A valid name | ❌ |
52+ | ` CUBEJS_DB_NULL_HANDLING ` | If ` true ` , enables null handling. Default is ` false ` | ` true ` , ` false ` | ❌ |
53+ | ` CUBEJS_DB_PINOT_AUTH_TOKEN ` | The authentication token for StarTree | A valid token | ❌ |
5354
5455## Pre-Aggregation Feature Support
5556
Original file line number Diff line number Diff line change @@ -740,6 +740,15 @@ The Snowflake warehouse to use when connecting to the database.
740740| ---------------------------------------------------------------------- | ---------------------- | --------------------- |
741741| [ A valid Snowflake warehouse] [ snowflake-docs-warehouse ] in the account | N/A | N/A |
742742
743+ ## ` CUBEJS_DB_NULL_HANDLING `
744+
745+ The Startree/Pinot null value support. If ` true ` , enables null handling.
746+
747+ | Possible Values | Default in Development | Default in Production |
748+ | --------------- | ---------------------- | --------------------- |
749+ | ` true ` , ` false ` | ` false ` | ` false ` |
750+
751+
743752## ` CUBEJS_DB_SSL `
744753
745754If ` true ` , enables SSL encryption for database connections from Cube.
You can’t perform that action at this time.
0 commit comments