eladkal commented on issue #44614: URL: https://github.com/apache/airflow/issues/44614#issuecomment-2514901902
> When I try using the cron expression "0 10 1-7 * 1". Must execute the first monday at 10am for each month but it executes the first seven days of each month at 10am. > Must execute the first monday at 10am for each month. This cron expression doesn't say what you think it say. https://crontab.guru/#0_10_1-7_*_1  Either find a cron expresion that says what you wish or use [Timetable](https://airflow.apache.org/docs/apache-airflow/stable/authoring-and-scheduling/timetable.html#timetables) if you need customize behavior -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
