Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Airflow: schedule_interval = '@once'

What is the semantic difference between setting airflow's schedule_interval to "@once" vs. None?

If I understand correctly, they both will require manual triggering of the dag in order to run. Is this correct?

like image 576
Michael Sadler Avatar asked Oct 19 '25 11:10

Michael Sadler


1 Answers

Only if set to None you have to trigger it manually - it won't be scheduled at all. If you set it to @Once it will run exactly one time (and only one time) - see the airflow docs.

like image 64
sudo Avatar answered Oct 22 '25 03:10

sudo



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!