See #644
HTTPFS is allows you to query CSV / parquet files that are stored in S3 using DuckDB
Implementation ideas
- Checkbox in the settings UI where you connect to DuckDB ("Use HTTPFS" or similar), which then shows fields to enter of
s3_region and s3_access_key_id, and s3_secret_key_id.
- Use the duckdb connector to conditionally run the required SQL statements, if HTTPFS is selected?
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.