Open NeroCube opened 3 years ago
from croniter import croniter from datetime import datetime cron = croniter("30 7 * * 1#2") for i in range(10): print(cron.get_next(datetime))
https://stackoverflow.com/questions/52203452/airflow-schedule-a-task-to-run-on-the-monday-before-the-15th-of-the-month/52320828
Example
Reference
https://stackoverflow.com/questions/52203452/airflow-schedule-a-task-to-run-on-the-monday-before-the-15th-of-the-month/52320828