Enable DuckDB Extensions for connector #2357
Unanswered
archiewood
asked this question in
Data Source Request
Replies: 3 comments
|
It would also be good to enable https://duckdb.org/docs/guides/import/excel_import.html for users. |
0 replies
|
JSON support would make it easier to handle JSON columns in queries: https://duckdb.org/docs/extensions/json.html#installing-and-loading. For now, this can be handled in the sources query if the source database supports it. |
0 replies
|
Support for DuckDB extension autoloading shipped with DuckDB 1.0, so any of the default library of extensions should work in DuckDB source queries. Other extension not yet supported |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
See #644
HTTPFS is allows you to query CSV / parquet files that are stored in S3 using DuckDB
Implementation ideas
s3_regionands3_access_key_id, ands3_secret_key_id.All reactions