duckdb / duckdb/duckdb-spatial
Uploading table to s3 fails
Open
- Dominant language
- C
- Stars
- 708
- Forks
- 96
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 5
Description
`COPY (select * from boundary1) TO 's3:///folder1/test.gpkg' WITH (FORMAT 'GDAL', DRIVER 'GPKG', SRS 'EPSG:4326');`
fails with `failed: unable to open database file`
I am able to read files from s3, and save tables to gpkg to local disk.
For shp files, I get `Undefined error: 0`
For parquet files, I get a corrupted file which I am not able to open through QGIS.
I am however able to export the file to disk and view the file from QGIS.
Version: `v1.1.3 19864453f7`, `cli`
OS: MacOS
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.