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
|`CUBEJS_DB_DUCKDB_MEMORY_LIMIT`| The maximum memory limit for DuckDB. Equivalent to `SET memory_limit=<MEMORY_LIMIT>`. Default is 75% of available RAM | A valid memory limit | ❌ | ✅ |
55
-
|`CUBEJS_DB_DUCKDB_MOTHER_DUCK_TOKEN`| The service token to use for connections to MotherDuck | A valid [MotherDuck service token][motherduck-docs-svc-token]| ❌ | ✅ |
56
-
|`CUBEJS_DB_DUCKDB_S3_ACCESS_KEY_ID`| The Access Key ID to use for database connections | A valid Access Key ID | ❌ | ✅ |
57
-
|`CUBEJS_DB_DUCKDB_S3_SECRET_ACCESS_KEY`| The Secret Access Key to use for database connections | A valid Secret Access Key | ❌ | ✅ |
58
-
|`CUBEJS_DB_DUCKDB_S3_ENDPOINT`| The S3 endpoint | A valid [S3 endpoint][duckdb-docs-s3-import]| ✅ | ✅ |
59
-
|`CUBEJS_DB_DUCKDB_S3_REGION`| The [region of the bucket][duckdb-docs-s3-import]| A valid AWS region | ✅ | ✅ |
60
-
|`CUBEJS_CONCURRENCY`| The number of concurrent connections each queue has to the database. Default is `2`| A valid number | ❌ | ❌ |
52
+
| Environment Variable | Description | Possible Values | Required |[Supports multiple data sources?][ref-config-multiple-ds-decorating-env]|
|`CUBEJS_DB_DUCKDB_MEMORY_LIMIT`| The maximum memory limit for DuckDB. Equivalent to `SET memory_limit=<MEMORY_LIMIT>`. Default is 75% of available RAM | A valid memory limit | ❌ | ✅ |
55
+
|`CUBEJS_DB_DUCKDB_SCHEMA`| The [default search schema][link-duckdb-configuration-ref]| A valid schema name | ❌ | ✅ |
56
+
|`CUBEJS_DB_DUCKDB_MOTHERDUCK_TOKEN`| The service token to use for connections to MotherDuck | A valid [MotherDuck service token][motherduck-docs-svc-token]| ❌ | ✅ |
57
+
|`CUBEJS_DB_DUCKDB_S3_ACCESS_KEY_ID`| The Access Key ID to use for database connections | A valid Access Key ID | ❌ | ✅ |
58
+
|`CUBEJS_DB_DUCKDB_S3_SECRET_ACCESS_KEY`| The Secret Access Key to use for database connections | A valid Secret Access Key | ❌ | ✅ |
59
+
|`CUBEJS_DB_DUCKDB_S3_ENDPOINT`| The S3 endpoint | A valid [S3 endpoint][duckdb-docs-s3-import]| ✅ | ✅ |
60
+
|`CUBEJS_DB_DUCKDB_S3_REGION`| The [region of the bucket][duckdb-docs-s3-import]| A valid AWS region | ✅ | ✅ |
61
+
|`CUBEJS_CONCURRENCY`| The number of concurrent connections each queue has to the database. Default is `2`| A valid number | ❌ | ❌ |
61
62
62
63
## Pre-Aggregation Feature Support
63
64
@@ -110,6 +111,7 @@ connections are made over HTTPS.
0 commit comments