Skip to content

Commit 387ab6f

Browse files
author
Kolea Plesco
committed
Merge branch 'feature/TED-607' into feature/TED-562
2 parents 2155732 + 9f7c659 commit 387ab6f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

dags/old_worker_single_notice_process_orchestrator.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
TechnicalEventMessage
2727
from ted_sws.event_manager.services.logger_from_context import get_logger_from_dag_context, \
2828
handle_event_message_metadata_dag_context, get_task_id_from_dag_context
29+
from ted_sws.notice_validator.services.xpath_coverage_runner import validate_xpath_coverage_notice_by_id
2930

3031
NOTICE_ID = "notice_id"
3132
MAPPING_SUITE_ID = "mapping_suite_id"
@@ -216,6 +217,9 @@ def _validate_transformed_rdf_manifestation(**context_args):
216217
notice_repository=notice_repository,
217218
mapping_suite_repository=mapping_suite_repository
218219
)
220+
validate_xpath_coverage_notice_by_id(notice_id=notice_id, mapping_suite_identifier=mapping_suite_id,
221+
mapping_suite_repository=mapping_suite_repository,
222+
mongodb_client=mongodb_client)
219223
push_dag_downstream(NOTICE_ID, notice_id)
220224
push_dag_downstream(MAPPING_SUITE_ID, mapping_suite_id)
221225

0 commit comments

Comments
 (0)