Skip to content

Commit

Permalink
#905 all_done -> all_success trigger rule
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielwol authored Oct 4, 2024
1 parent c1d5def commit f699ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/miovision_open_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def miovision_open_data_dag():

@task(
retries=0,
trigger_rule='all_done',
trigger_rule='all_success',
doc_md="""A status message to report DAG success."""
)
def status_message(ds = None, **context):
Expand Down

0 comments on commit f699ea6

Please sign in to comment.