Skip to content

Commit cd6ecd7

Browse files
authored
Set urllib to >=1.26.18 (#2605)
* Update test values * Update test values; pause housing GX job * pin urllib3>=1.26.18
1 parent f805d68 commit cd6ecd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/etl/54-aws-glue-housing-nec-migration-apply-gx-dq-tests.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module "housing_nec_migration_apply_gx_dq_tests" {
2020
"--job-bookmark-option" = "job-bookmark-enable"
2121
"--enable-glue-datacatalog" = "true"
2222
"--enable-continuous-cloudwatch-log" = "true"
23-
"--additional-python-modules" = "great_expectations==1.5.8,PyAthena,numpy==1.26.1,awswrangler==3.10.0"
23+
"--additional-python-modules" = "great_expectations==1.5.8,PyAthena,numpy==1.26.1,awswrangler==3.10.0,urllib3>=1.26.18"
2424
"--region_name" = data.aws_region.current.name
2525
"--s3_endpoint" = "https://s3.${data.aws_region.current.name}.amazonaws.com"
2626
"--s3_target_location" = "s3://${module.raw_zone_data_source.bucket_id}/housing/nec-migration-data-quality-tests/"

0 commit comments

Comments
 (0)