Enable DuckDB Extensions for connector #2357
Replies: 3 comments
-
It would also be good to enable https://duckdb.org/docs/guides/import/excel_import.html for users. |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
-
See #644
HTTPFS is allows you to query CSV / parquet files that are stored in S3 using DuckDB
Implementation ideas
s3_region
ands3_access_key_id
, ands3_secret_key_id
.Beta Was this translation helpful? Give feedback.
All reactions