Skip to content

Commit a07831c

Browse files
committed
Add 'The Startree/Pinot null value support' to docs
1 parent 0d66050 commit a07831c

File tree

2 files changed

+18
-8
lines changed

2 files changed

+18
-8
lines changed

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

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff 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

docs/pages/reference/configuration/environment-variables.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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

745754
If `true`, enables SSL encryption for database connections from Cube.

0 commit comments

Comments
 (0)