Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uploading table to s3 fails #486

Open
brpy opened this issue Jan 21, 2025 · 0 comments
Open

Uploading table to s3 fails #486

brpy opened this issue Jan 21, 2025 · 0 comments

Comments

@brpy
Copy link

brpy commented Jan 21, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant