@@ -123,7 +123,7 @@ has to the database.
123
123
## ` CUBEJS_SCHEDULED_REFRESH_QUERIES_PER_APP_ID `
124
124
125
125
How many pre-aggregations the refresh worker will build in parallel for each
126
- application id as determined by the [ ` context_to_app_id ` ] ( #context_to_app_id )
126
+ application id as determined by the [ ` context_to_app_id ` ] [ ref-context-to-app-id ]
127
127
configuration option.
128
128
129
129
Note that this parameter doesn't override the overall refresh worker concurrency,
@@ -579,7 +579,7 @@ The mount path to use for a [Databricks DBFS mount][databricks-docs-dbfs].
579
579
## ` CUBEJS_DB_EXPORT_BUCKET_REDSHIFT_ARN `
580
580
581
581
An ARN of an AWS IAM role with permission to write to the configured bucket (see
582
- [ ` CUBEJS_DB_EXPORT_BUCKET ` ] ( #cubejs-db-export-bucket ) ).
582
+ ` CUBEJS_DB_EXPORT_BUCKET ` ).
583
583
584
584
<InfoBox >
585
585
@@ -895,7 +895,7 @@ If `true`, enables [development mode](/product/configuration#development-mode).
895
895
## ` CUBEJS_DROP_PRE_AGG_WITHOUT_TOUCH `
896
896
897
897
If ` true ` , it enables dropping pre-aggregations that Refresh Worker doesn't
898
- touch within [ ` CUBEJS_TOUCH_PRE_AGG_TIMEOUT ` ] ( #cubejs-touch-pre-agg-timeout ) .
898
+ touch within ` CUBEJS_TOUCH_PRE_AGG_TIMEOUT ` .
899
899
Pre-aggregations are touched whenever they are rebuilt or a Refresh Worker
900
900
checks its freshness. The first drop will be initiated when the Refresh Worker
901
901
is able to check freshness for every ` scheduledRefresh: true ` pre-aggregation.
@@ -1000,7 +1000,7 @@ option](/product/configuration/reference/config#jwt).
1000
1000
## ` CUBEJS_JWT_KEY `
1001
1001
1002
1002
The secret key used to sign and verify JWTs. Similar to
1003
- [ ` CUBEJS_API_SECRET ` ] ( #cubejs-api-secret ) .
1003
+ ` CUBEJS_API_SECRET ` .
1004
1004
1005
1005
| Possible Values | Default in Development | Default in Production |
1006
1006
| --------------- | ---------------------- | --------------------- |
@@ -1054,15 +1054,16 @@ connections on.
1054
1054
If ` true ` , this instance of Cube will build pre-aggregations, even if it is an
1055
1055
API instance.
1056
1056
1057
- | Possible Values | Default in Development | Default in Production |
1058
- | --------------- | ---------------------- | --------------------------------------------------------------- |
1059
- | ` true ` , ` false ` | ` true ` | ` false ` < sup > [ \* ] ( #cubejs-pre-aggregations-builder-notes ) </ sup > |
1057
+ | Possible Values | Default in Development | Default in Production |
1058
+ | --------------- | ---------------------- | --------------------- |
1059
+ | ` true ` , ` false ` | ` true ` | ` false ` |
1060
1060
1061
- ### Notes
1061
+ <InfoBox >
1062
+
1063
+ If Cube is configured to act as a refresh worker instance using ` CUBEJS_REFRESH_WORKER ` ,
1064
+ then ` CUBEJS_PRE_AGGREGATIONS_BUILDER ` will be ` true ` .
1062
1065
1063
- If Cube is configured to act as a refresh worker instance using
1064
- [ ` CUBEJS_REFRESH_WORKER ` ] ( #cubejs-refresh-worker ) , then
1065
- ` CUBEJS_PRE_AGGREGATIONS_BUILDER ` will be ` true ` .
1066
+ </InfoBox >
1066
1067
1067
1068
## ` CUBEJS_PRE_AGGREGATIONS_SCHEMA `
1068
1069
@@ -1354,7 +1355,7 @@ If the refresh worker’s throughput isn’t sufficient and the Cube Refresh Wor
1354
1355
1355
1356
The number of seconds without a touch before pre-aggregation is considered
1356
1357
orphaned and marked for removal. Please see
1357
- [ ` CUBEJS_DROP_PRE_AGG_WITHOUT_TOUCH ` ] ( #cubejs-drop-pre-agg-without-touch ) to
1358
+ ` CUBEJS_DROP_PRE_AGG_WITHOUT_TOUCH ` to
1358
1359
learn more.
1359
1360
1360
1361
| Possible Values | Default in Development | Default in Production |
@@ -1495,7 +1496,7 @@ The address/port pair for Cube Store's HTTP interface.
1495
1496
## ` CUBESTORE_HTTP_PORT `
1496
1497
1497
1498
The port for Cube Store to listen to HTTP connections on. Ignored when
1498
- [ ` CUBESTORE_HTTP_BIND_ADDR ` ] ( #cubestore-http-bind-addr ) is set.
1499
+ ` CUBESTORE_HTTP_BIND_ADDR ` is set.
1499
1500
1500
1501
| Possible Values | Default in Development | Default in Production |
1501
1502
| ------------------- | ---------------------- | --------------------- |
@@ -1797,4 +1798,5 @@ The port for a Cube deployment to listen to API connections on.
1797
1798
[ link-tesseract ] : https://cube.dev/blog/introducing-next-generation-data-modeling-engine
1798
1799
[ ref-multi-stage-calculations ] : /product/data-modeling/concepts/multi-stage-calculations
1799
1800
[ ref-folders ] : /product/data-modeling/reference/view#folders
1800
- [ ref-dataviz-tools ] : /product/configuration/visualization-tools
1801
+ [ ref-dataviz-tools ] : /product/configuration/visualization-tools
1802
+ [ ref-context-to-app-id ] : /product/configuration/reference/config#context_to_app_id
0 commit comments