Based on the documentation, you can set the scheduler preset to None
(Don’t schedule, use for exclusively “externally triggered” DAGs). Also, you can set it to @once
if schedule once and only once.
Based on the documentation, you can set the scheduler preset to None
(Don’t schedule, use for exclusively “externally triggered” DAGs). Also, you can set it to @once
if schedule once and only once.