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
- **client-core:** Fix for the issue with Generated SQL tab in playground ([#9675](https://github.com/cube-js/cube/issues/9675)) ([17570d4](https://github.com/cube-js/cube/commit/17570d42a70292a58baba963fd3f8106816a2824))
- **cubeorchestrator:** Fix serialization of link type format for dimension ([#9649](https://github.com/cube-js/cube/issues/9649)) ([267ce43](https://github.com/cube-js/cube/commit/267ce4374a549b970cef399743a0009f3deb4a35))
13
+
- **questdb-driver:** Fix invalid QuestDB timestamp floor year unit ([#9678](https://github.com/cube-js/cube/issues/9678)) ([33012b1](https://github.com/cube-js/cube/commit/33012b1d20a54d63c24f20f7538d2bf504fd24ef))
14
+
- **schema-compiler:** Case insensitive filter for ClickHouse ([#9373](https://github.com/cube-js/cube/issues/9373)) ([273d277](https://github.com/cube-js/cube/commit/273d277e1058feff36796c48cf0fb315a8211ced))
- **tesseract:** Fix rolling window external pre-aggregation ([#9625](https://github.com/cube-js/cube/issues/9625)) ([aae3b05](https://github.com/cube-js/cube/commit/aae3b05f49222009f57e407c52d7288bb33b9b8a))
17
+
- **tesseract:** Fix rolling window with few time dimensions, filter_group in segments and member expressions ([#9673](https://github.com/cube-js/cube/issues/9673)) ([98d334b](https://github.com/cube-js/cube/commit/98d334bb8ee4debe49b428c92581f63596f3f56c))
18
+
- **tesseract:** Fix typo in interval ([#9680](https://github.com/cube-js/cube/issues/9680)) ([9b75d99](https://github.com/cube-js/cube/commit/9b75d99a08abfd54a075e61a3040e14c034a5169))
19
+
- **tesseract:** Handle JS exceptions in Rust with safe call ([#9677](https://github.com/cube-js/cube/issues/9677)) ([bb6d655](https://github.com/cube-js/cube/commit/bb6d6557b7c39267660dd3ae59ff341881c41a4b))
20
+
21
+
### Features
22
+
23
+
- **duckdb-driver:** Add support for using default credential provider chain for duckdb s3 access ([#9679](https://github.com/cube-js/cube/issues/9679)) ([89f54e9](https://github.com/cube-js/cube/commit/89f54e91af72e5d671268472d3ff04ebb841d1ed))
24
+
- **prestodb-driver, trino-driver:** Support dbUseSelectTestConnection flag ([#9663](https://github.com/cube-js/cube/issues/9663)) ([97b6bb4](https://github.com/cube-js/cube/commit/97b6bb43b9f3dd7209a8aa164680be76dcfc9f45))
25
+
- **schema-compiler:** Add support for time dimensions with granularities in multi-stage measures add_group_by ([#9657](https://github.com/cube-js/cube/issues/9657)) ([6700b43](https://github.com/cube-js/cube/commit/6700b432cc22d71b4b8ef650e835ba0cb33cf91c))
|`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 | ❌ | ✅ |
65
-
|`CUBEJS_DB_DUCKDB_SCHEMA`| The [default search schema][link-duckdb-configuration-ref]| A valid schema name | ❌ | ✅ |
66
-
|`CUBEJS_DB_DUCKDB_MOTHERDUCK_TOKEN`| The service token to use for connections to MotherDuck | A valid [MotherDuck service token][motherduck-docs-svc-token]| ❌ | ✅ |
67
-
|`CUBEJS_DB_DUCKDB_DATABASE_PATH`| The database filepath to use for connection to a local database. | A valid duckdb database file path | ❌ | ✅ |
68
-
|`CUBEJS_DB_DUCKDB_S3_ACCESS_KEY_ID`| The Access Key ID to use for database connections | A valid Access Key ID | ❌ | ✅ |
69
-
|`CUBEJS_DB_DUCKDB_S3_SECRET_ACCESS_KEY`| The Secret Access Key to use for database connections | A valid Secret Access Key | ❌ | ✅ |
70
-
|`CUBEJS_DB_DUCKDB_S3_ENDPOINT`| The S3 endpoint | A valid [S3 endpoint][duckdb-docs-s3-import]| ❌ | ✅ |
71
-
|`CUBEJS_DB_DUCKDB_S3_REGION`| The [region of the bucket][duckdb-docs-s3-import]| A valid AWS region | ❌ | ✅ |
72
-
|`CUBEJS_DB_DUCKDB_S3_USE_SSL`| Use SSL for connection | A boolean | ❌ | ❌ |
73
-
|`CUBEJS_DB_DUCKDB_S3_URL_STYLE`| To choose the S3 URL style(vhost or path) | 'vhost' or 'path' | ❌ | ❌ |
74
-
|`CUBEJS_DB_DUCKDB_S3_SESSION_TOKEN`| The token for the S3 session | A valid Session Token | ❌ | ✅ |
75
-
|`CUBEJS_DB_DUCKDB_EXTENSIONS`| A comma-separated list of DuckDB extensions to install and load | A comma-separated list of DuckDB extensions | ❌ | ✅ |
76
-
|`CUBEJS_DB_DUCKDB_COMMUNITY_EXTENSIONS`| A comma-separated list of DuckDB community extensions to install and load | A comma-separated list of DuckDB community extensions | ❌ | ✅ |
77
-
|`CUBEJS_CONCURRENCY`| The number of [concurrent queries][ref-data-source-concurrency] to the data source | A valid number | ❌ |
|`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 | ❌ |
65
+
|`CUBEJS_DB_DUCKDB_SCHEMA`| The [default search schema][link-duckdb-configuration-ref]| A valid schema name | ❌ |
66
+
|`CUBEJS_DB_DUCKDB_MOTHERDUCK_TOKEN`| The service token to use for connections to MotherDuck | A valid [MotherDuck service token][motherduck-docs-svc-token]| ❌ |
67
+
|`CUBEJS_DB_DUCKDB_DATABASE_PATH`| The database filepath to use for connection to a local database. | A valid duckdb database file path | ❌ |
68
+
|`CUBEJS_DB_DUCKDB_S3_ACCESS_KEY_ID`| The Access Key ID to use for database connections | A valid Access Key ID | ❌ |
69
+
|`CUBEJS_DB_DUCKDB_S3_SECRET_ACCESS_KEY`| The Secret Access Key to use for database connections | A valid Secret Access Key | ❌ |
70
+
|`CUBEJS_DB_DUCKDB_S3_ENDPOINT`| The S3 endpoint | A valid [S3 endpoint][duckdb-docs-s3-import]| ❌ |
71
+
|`CUBEJS_DB_DUCKDB_S3_REGION`| The [region of the bucket][duckdb-docs-s3-import]| A valid AWS region | ❌ |
72
+
|`CUBEJS_DB_DUCKDB_S3_USE_SSL`| Use SSL for connection | A boolean | ❌ |
73
+
|`CUBEJS_DB_DUCKDB_S3_URL_STYLE`| To choose the S3 URL style(vhost or path) |`vhost` or `path`| ❌ |
74
+
|`CUBEJS_DB_DUCKDB_S3_SESSION_TOKEN`| The token for the S3 session | A valid Session Token | ❌ |
75
+
|`CUBEJS_DB_DUCKDB_EXTENSIONS`| A comma-separated list of DuckDB extensions to install and load | A comma-separated list of DuckDB extensions | ❌ |
76
+
|`CUBEJS_DB_DUCKDB_COMMUNITY_EXTENSIONS`| A comma-separated list of DuckDB community extensions to install and load | A comma-separated list of DuckDB community extensions | ❌ |
77
+
|`CUBEJS_DB_DUCKDB_S3_USE_CREDENTIAL_CHAIN`| A flag to use credentials chain for secrets for S3 connections |`true`, `false`. Defaults to `false`| ❌ |
78
+
|`CUBEJS_CONCURRENCY`| The number of [concurrent queries][ref-data-source-concurrency] to the data source | A valid number | ❌ |
-**questdb-driver:** Fix invalid QuestDB timestamp floor year unit ([#9678](https://github.com/cube-js/cube/issues/9678)) ([33012b1](https://github.com/cube-js/cube/commit/33012b1d20a54d63c24f20f7538d2bf504fd24ef))
0 commit comments