Skip to content

Commit b7f94fb

Browse files
authored
fix the version of geopands and numpy for parking geospatial
1 parent ec87c2a commit b7f94fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/etl/24-aws-glue-spatial.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ module "parking_geospatial_enrichment" {
113113
job_parameters = {
114114
"--job-bookmark-option" = "job-bookmark-enable"
115115
"--enable-glue-datacatalog" = "true"
116-
"--additional-python-modules" = "rtree,geopandas"
116+
"--additional-python-modules" = "numpy==1.26.4,geopandas==1.0.1,rtree"
117117
"--geography_tables_dict_path" = "s3://${module.glue_scripts_data_source.bucket_id}/${aws_s3_object.geography_tables_dictionary.key}"
118118
"--tables_to_enrich_dict_path" = "s3://${module.glue_scripts_data_source.bucket_id}/${aws_s3_object.parking_spatial_enrichment_dictionary.key}"
119119
"--target_location" = "s3://${module.refined_zone_data_source.bucket_id}/parking/spatially-enriched/"

0 commit comments

Comments
 (0)