Skip to content

Commit ef1e3df

Browse files
Merge branch 'main' into maven-assembly-plugin
2 parents 0d2daae + 24bb0b6 commit ef1e3df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/jobs/parking/parking_defect_met_fail.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def sparkSqlQuery(glueContext, query, mapping, transformation_ctx) -> DynamicFra
8383
8484
FROM parking_parking_ops_db_defects_mgt
8585
WHERE import_date = (Select MAX(import_date) from parking_parking_ops_db_defects_mgt)
86-
AND length(ltrim(rtrim(reported_date))) > 0
86+
AND length(ltrim(rtrim(reported_date))) > 5 AND length(ltrim(rtrim(repair_date))) > 5
8787
AND met_not_met not IN ('#VALUE!','#N/A') /*('N/A','#N/A','#VALUE!')*/)
8888
8989
SELECT

0 commit comments

Comments
 (0)