Skip to content

Commit 08b3f9e

Browse files
Update worker_single_notice_process_orchestrator.py
1 parent 7b39eac commit 08b3f9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dags/worker_single_notice_process_orchestrator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ def _check_notice_state_before_notice_successfully_processed():
453453
state_skip_table = {
454454
NoticeStatus.RAW: "index_notice_xml_content",
455455
NoticeStatus.INDEXED: "index_notice_xml_content",
456-
NoticeStatus.ELIGIBLE_FOR_TRANSFORMATION: "check_eligibility_for_transformation",
456+
NoticeStatus.NORMALISED_METADATA: "check_eligibility_for_transformation",
457457
NoticeStatus.ELIGIBLE_FOR_PACKAGING: "check_notice_state_before_generate_mets_package",
458458
NoticeStatus.ELIGIBLE_FOR_PUBLISHING: "check_notice_state_before_publish_notice_in_cellar",
459459
}

0 commit comments

Comments
 (0)