COPY () TO WITH FORMAT OpenFileGDB #229
-
Hello ducklings I'm reading Overture Foundation parquet from S3, that works well. I'm attempting to use the spatial extension to write file geodatabase. This is using the Python API in a Notebook. If I show the desired relation, all looks well, I can see the expected schema and a geometry column. Geometry is made from ST_GeomFromWKB. ┌──────────────────┬─────────┬──────────────────────┬───┬────────────────────┬────────────────┬──────────────────────┐ My COPY command is: copy ({}) to 'Places.gdb' with (format GDAL, DRIVER 'OpenFileGDB', SRS 'EPSG:4326');".format(sql) NotImplementedException: Not implemented Error: GDAL Error (6): Unsupported geometry type Anyone had any success copying to file geodatabase? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
I replicated this using DuckDB Cli v0.9.2
|
Beta Was this translation helpful? Give feedback.
-
This should really be an issue, but will have a look regardless! |
Beta Was this translation helpful? Give feedback.
-
Resolved in a separate thread |
Beta Was this translation helpful? Give feedback.
Resolved in a separate thread