We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d3fc50 commit 852fb6aCopy full SHA for 852fb6a
fiboa_cli/conversion/duckdb.py
@@ -101,7 +101,7 @@ def convert(
101
con.execute(
102
f"""
103
COPY (
104
- SELECT {selection} FROM read_parquet({sources})
+ SELECT {selection} FROM read_parquet({sources}, union_by_name=true)
105
{where}
106
ORDER BY ST_Hilbert({geom_column})
107
) TO ? (
0 commit comments