We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f571219 commit fe34d19Copy full SHA for fe34d19
src/queries/duckdb/divisions_to_parquet.sql
@@ -1,11 +1,7 @@
1
-LOAD spatial; -- noqa
2
-LOAD httpfs; -- noqa
3
--- Access the data on AWS in this example
4
-SET s3_region='us-west-2';
5
6
COPY (
7
SELECT
8
*
9
FROM
10
- read_parquet('s3://overturemaps-us-west-2/release/__OVERTURE_RELEASE/theme=divisions/*/*')
+ read_parquet('s3://overturemaps-us-west-2/release/__OVERTURE_RELEASE/theme=divisions/*/*', union_by_name=True)
11
) TO 'all_divisions.parquet';
0 commit comments