Skip to content

Commit 8bd80c0

Browse files
authored
Update rentsense_former_tenants_to_refined.py
1 parent 112010d commit 8bd80c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/jobs/rentsense_former_tenants_to_refined.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -995,7 +995,7 @@ def export_dynamic_frame_as_xml_gzip(
995995
"'Hackney' as Region",
996996
"case when Deceased=1 then 'Y' else 'N' end as Deceased"
997997
)
998-
)
998+
)
999999
accounts7 = accounts6.filter("AccountReference is not null")
10001000

10011001
accounts8 = accounts7.distinct()

0 commit comments

Comments
 (0)