Skip to content

Commit 3f71bfb

Browse files
Merge pull request #221 from OP-TED/fix-airflow-branches
Update worker_single_notice_process_orchestrator.py
2 parents e776933 + fe29c9c commit 3f71bfb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dags/worker_single_notice_process_orchestrator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,7 @@ def _check_notice_state_before_notice_successfully_processed():
441441
state_skip_table = {
442442
NoticeStatus.RAW: "index_notice_xml_content",
443443
NoticeStatus.INDEXED: "index_notice_xml_content",
444+
NoticeStatus.ELIGIBLE_FOR_TRANSFORMATION: "check_eligibility_for_transformation",
444445
NoticeStatus.NORMALISED_METADATA: "check_eligibility_for_transformation",
445446
NoticeStatus.ELIGIBLE_FOR_PACKAGING: "check_notice_state_before_generate_mets_package",
446447
NoticeStatus.ELIGIBLE_FOR_PUBLISHING: "check_notice_state_before_publish_notice_in_cellar",

0 commit comments

Comments
 (0)