Skip to content

Commit

Permalink
Set trigger rule to none failed (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
keegansmith21 authored Oct 22, 2024
1 parent b46f06a commit e13be56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/oaebu_workflows/onix_workflow/onix_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ def create_crossref_events_table(release: dict, **context) -> None:
)
set_task_state(state, context["ti"].task_id, release=release)

@task(trigger_rule=TriggerRule.ALL_DONE)
@task(trigger_rule=TriggerRule.NONE_FAILED)
def create_book_table(release: dict, **context) -> None:
"""Create the oaebu book table using the crossref event and metadata tables"""

Expand Down

0 comments on commit e13be56

Please sign in to comment.