File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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/"
You can’t perform that action at this time.
0 commit comments