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
feat(duckdb-driver): Add support for installing and loading DuckDB Community Extensions (#9169)
* feat(duckdb-driver): Add support for installing and loading DuckDB Community Extensions
* remarks on PR
---------
Co-authored-by: Konstantin Burkalev <[email protected]>
Copy file name to clipboardExpand all lines: docs/pages/product/configuration/data-sources/duckdb.mdx
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,6 +73,7 @@ deployment][ref-demo-deployment] in Cube Cloud.
73
73
|`CUBEJS_DB_DUCKDB_S3_URL_STYLE`| To choose the S3 URL style(vhost or path) | 'vhost' or 'path' | ❌ | ❌ |
74
74
|`CUBEJS_DB_DUCKDB_S3_SESSION_TOKEN`| The token for the S3 session | A valid Session Token | ❌ | ✅ |
75
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 | ❌ | ✅ |
76
77
|`CUBEJS_CONCURRENCY`| The number of [concurrent queries][ref-data-source-concurrency] to the data source | A valid number | ❌ |
0 commit comments