Skip to content

Commit 7ac5f76

Browse files
committed
Update test values; pause housing GX job
1 parent 5f15632 commit 7ac5f76

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

scripts/jobs/housing/housing_nec_migration_properties_data_load_gx_suite.py

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -17,28 +17,6 @@ class PropertiesExpectPropRefColumnValuesToNotBeNull(gxe.ExpectColumnValuesToNot
1717
description: str = "Expect LPRO_PROPREF (prop ref) values to not be Null"
1818

1919

20-
class PropertiesExpectPropTypeCodeToBeInSet(gxe.ExpectColumnValuesToBeInSet):
21-
column: str = "LPRO_HOU_PTV_CODE"
22-
value_set: list = [
23-
"BUN",
24-
"CMC",
25-
"CMF",
26-
"COM",
27-
"CYC",
28-
"DUP",
29-
"FLT",
30-
"GAR",
31-
"HOU",
32-
"MAI",
33-
"PRA",
34-
"PSP",
35-
"ROM",
36-
"STD",
37-
"TRV",
38-
]
39-
description: str = "Expect property type codes to contain one of the set"
40-
41-
4220
class PropertiesExpectOccStatusCodeToBeInSet(gxe.ExpectColumnValuesToBeInSet):
4321
column: str = "LPRO_SCO_CODE"
4422
value_set: list = ["OCC", "VOI", "CLO"]
@@ -160,7 +138,6 @@ class PropertiesExpectPropColumnsToMatchOrderedList(gxe.ExpectTableColumnsToMatc
160138
suite = gx.ExpectationSuite(name="properties_data_load_suite")
161139

162140
suite.add_expectation(PropertiesExpectPropRefColumnValuesToBeUnique())
163-
suite.add_expectation(PropertiesExpectPropTypeCodeToBeInSet())
164141
suite.add_expectation(PropertiesExpectOccStatusCodeToBeInSet())
165142
suite.add_expectation(PropertiesExpectOrgIndicatorToBeInSet())
166143
suite.add_expectation(PropertiesExpectOwnTypeToBeInSet())

0 commit comments

Comments
 (0)