Skip to content

Commit 0ed2051

Browse files
authored
Merge pull request #2214 from LBHackney-IT/di-621-fix-dict-conversion-bug
Upgrade Great Expectations package to latest version 1.4.0
2 parents 0079305 + 382e0f5 commit 0ed2051

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
@@ -55,7 +55,7 @@ module "housing_gx_dq_metadata" {
5555
"--job-bookmark-option" = "job-bookmark-enable"
5656
"--enable-glue-datacatalog" = "true"
5757
"--enable-continuous-cloudwatch-log" = "true"
58-
"--additional-python-modules" = "great_expectations==1.2.1,numpy==1.26.1,awswrangler==3.10.0"
58+
"--additional-python-modules" = "great_expectations==1.4.0,numpy==1.26.1,awswrangler==3.10.0"
5959
"--region_name" = data.aws_region.current.name
6060
"--s3_endpoint" = "https://s3.${data.aws_region.current.name}.amazonaws.com"
6161
"--s3_target_location" = "s3://${module.raw_zone_data_source.bucket_id}/housing/data-quality-test-metadata/"

0 commit comments

Comments
 (0)