duckdb / duckdb/duckdb-spatial

Uploading table to s3 fails

Open
#486 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.