Skip to content

Commit b3ffa26

Browse files
committed
add imports for GX DQ suites (people and contacts)
1 parent 526a856 commit b3ffa26

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/jobs/housing/housing_nec_migration_apply_gx_dq_tests.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
)
1818
import scripts.jobs.housing.housing_nec_migration_properties_data_load_gx_suite
1919
import scripts.jobs.housing.housing_nec_migration_tenancies_data_load_gx_suite
20-
20+
import scripts.jobs.housing.housing_nec_migration_people_data_load_gx_suite
21+
import scripts.jobs.housing.housing_nec_migration_contacts_data_load_gx_suite
2122

2223
logging.basicConfig(level=logging.INFO)
2324
logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)