Skip to content

Commit 7972666

Browse files
authored
Merge pull request #2215 from LBHackney-IT/di-621-fix-dict-conversion-bug
Upgrade Great Expectations package to latest version in testing module
2 parents 0ed2051 + de1b8bc commit 7972666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/etl/54-aws-glue-housing-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_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.2.1,PyAthena,numpy==1.26.1,awswrangler==3.10.0"
23+
"--additional-python-modules" = "great_expectations==1.4.0,PyAthena,numpy==1.26.1,awswrangler==3.10.0"
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/data-quality-tests/"

0 commit comments

Comments
 (0)