galmeida-hedgepoint opened a new issue, #41270:
URL: https://github.com/apache/airflow/issues/41270

   ### Apache Airflow version
   
   Other Airflow 2 version (please specify below)
   
   ### If "Other Airflow 2 version" selected, which one?
   
   2.9.2
   
   ### What happened?
   
   DAGs scheduled with cron expression that contains specifc day of week 
defined are not running at the scheduled time.
   
   DAGs scheduled with the cron expression examples below don't work:
   `0 17 * * 1`
   `0 17 * * 1-2`
   `0 17 * * 1-6`
   `0 17 * * mon`
   `0 17 * * MON`
   
   DAGs scheduled with the cron expression example below work fine:
   `0 17 * * *`
   
   ### What you think should happen instead?
   
   _No response_
   
   ### How to reproduce
   
   Create a DAG with `schedule` or `schedule_interval` with specifc day of week 
defined in cron expression, example: `schedule="0 17 * * 1"`
   
   ### Operating System
   
   Amazon Linux / Amazon MWAA
   
   ### Versions of Apache Airflow Providers
   
   apache-airflow-providers-amazon==8.24.0
   apache-airflow-providers-slack==8.7.1
   apache-airflow-providers-pagerduty==3.7.1
   
   
   ### Deployment
   
   Amazon (AWS) MWAA
   
   ### Deployment details
   
   _No response_
   
   ### Anything else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


-- 
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]

Reply via email to