GitHub user jenergm created a discussion: schedule_interval do not work the cron expression for week days with day of month interval
### Apache Airflow version 2.10.3 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? 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. ### What you think should happen instead? Must execute the first monday at 10am for each month. ### How to reproduce Try set the cron expression "0 10 1-7 * 1" in schedule_interval in a dag definition. ### Operating System Oracle Linux Server 7.9 ### Versions of Apache Airflow Providers apache-airflow-providers-amazon==9.0.0 apache-airflow-providers-celery==3.8.3 apache-airflow-providers-cncf-kubernetes==9.0.1 apache-airflow-providers-common-compat==1.2.1 apache-airflow-providers-common-io==1.4.2 apache-airflow-providers-common-sql==1.19.0 apache-airflow-providers-docker==3.14.0 apache-airflow-providers-elasticsearch==5.5.2 apache-airflow-providers-fab==1.5.0 apache-airflow-providers-ftp==3.11.1 apache-airflow-providers-google==10.25.0 apache-airflow-providers-grpc==3.6.0 apache-airflow-providers-hashicorp==3.8.0 apache-airflow-providers-http==4.13.2 apache-airflow-providers-imap==3.7.0 apache-airflow-providers-microsoft-azure==11.0.0 apache-airflow-providers-mysql==5.7.3 apache-airflow-providers-odbc==4.8.0 apache-airflow-providers-openlineage==1.13.0 apache-airflow-providers-postgres==5.13.1 apache-airflow-providers-redis==3.8.0 apache-airflow-providers-sendgrid==3.6.0 apache-airflow-providers-sftp==4.11.1 apache-airflow-providers-slack==8.9.1 apache-airflow-providers-smtp==1.8.0 apache-airflow-providers-snowflake==5.8.0 apache-airflow-providers-sqlite==3.9.0 apache-airflow-providers-ssh==3.14.0 ### Deployment Docker-Compose ### Deployment details Docker Compose version v2.18.1 Docker version 24.0.2, build cb74dfc ### 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) GitHub link: https://github.com/apache/airflow/discussions/45555 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
