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_SSL`| If `true`, enables SSL encryption for database connections from Cube |`true`, `false`| ❌ |
35
35
|`CUBEJS_DB_MAX_POOL`| The maximum number of concurrent database connections to pool. Default is `8`| A valid number | ❌ |
36
36
|`CUBEJS_CONCURRENCY`| The number of [concurrent queries][ref-data-source-concurrency] to the data source | A valid number | ❌ |
37
+
|`CUBEJS_DB_EXPORT_BUCKET_TYPE`| The export bucket type for pre-aggregations |`s3`, `gcs`| ❌ |
38
+
|`CUBEJS_DB_EXPORT_BUCKET`| The export bucket to connect to | A valid bucket URL | ❌ |
39
+
|`CUBEJS_DB_EXPORT_BUCKET_AWS_KEY`| The AWS Access Key ID to use for export bucket writes | A valid AWS Access Key ID | ❌ |
40
+
|`CUBEJS_DB_EXPORT_BUCKET_AWS_SECRET`| The AWS Secret Access Key to use for export bucket writes | A valid AWS Secret Access Key | ❌ |
41
+
|`CUBEJS_DB_EXPORT_BUCKET_AWS_REGION`| The AWS region to use for export bucket writes | A valid AWS region | ❌ |
42
+
|`CUBEJS_DB_EXPORT_GCS_CREDENTIALS`| A Base64 encoded JSON key file for connecting to Google Cloud Storage | A valid Google Cloud JSON key file, encoded as a Base64 string | ❌ |
|`CUBEJS_DB_SSL`| If `true`, enables SSL encryption for database connections from Cube |`true`, `false`| ❌ |
35
35
|`CUBEJS_DB_MAX_POOL`| The maximum number of concurrent database connections to pool. Default is `8`| A valid number | ❌ |
36
36
|`CUBEJS_CONCURRENCY`| The number of [concurrent queries][ref-data-source-concurrency] to the data source | A valid number | ❌ |
37
+
|`CUBEJS_DB_EXPORT_BUCKET_TYPE`| The export bucket type for pre-aggregations |`s3`, `gcs`| ❌ |
38
+
|`CUBEJS_DB_EXPORT_BUCKET`| The export bucket to connect to | A valid bucket URL | ❌ |
39
+
|`CUBEJS_DB_EXPORT_BUCKET_AWS_KEY`| The AWS Access Key ID to use for export bucket writes | A valid AWS Access Key ID | ❌ |
40
+
|`CUBEJS_DB_EXPORT_BUCKET_AWS_SECRET`| The AWS Secret Access Key to use for export bucket writes | A valid AWS Secret Access Key | ❌ |
41
+
|`CUBEJS_DB_EXPORT_BUCKET_AWS_REGION`| The AWS region to use for export bucket writes | A valid AWS region | ❌ |
42
+
|`CUBEJS_DB_EXPORT_GCS_CREDENTIALS`| A Base64 encoded JSON key file for connecting to Google Cloud Storage | A valid Google Cloud JSON key file, encoded as a Base64 string | ❌ |
0 commit comments