Skip to content

Commit fe34d19

Browse files
authored
quick fix to divisions query
1 parent f571219 commit fe34d19

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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';
51

62
COPY (
73
SELECT
84
*
95
FROM
10-
read_parquet('s3://overturemaps-us-west-2/release/__OVERTURE_RELEASE/theme=divisions/*/*')
6+
read_parquet('s3://overturemaps-us-west-2/release/__OVERTURE_RELEASE/theme=divisions/*/*', union_by_name=True)
117
) TO 'all_divisions.parquet';

0 commit comments

Comments
 (0)