You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: