duckdb_spatial
duckdb_spatial copied to clipboard
Uploading table to s3 fails
COPY (select * from boundary1) TO 's3://<bucket_name>/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