rikirolly opened a new issue, #28329: URL: https://github.com/apache/airflow/issues/28329
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened The DAG start 1 hour before the data_interval_end. The schedule is set to be triggered every 2 hours: `schedule='0 */2 * * *'` This is the screen shot showing the DAG started at 2022-12-12, 12:00:01 UTC when the Data interval end is 2022-12-12, 13:00:00 UTC.  ### What you think should happen instead The DAG should wait till data_interval_end datetime. ### How to reproduce _No response_ ### Operating System PRETTY_NAME="Debian GNU/Linux 11 (bullseye)" ### Versions of Apache Airflow Providers apache-airflow-providers-amazon==6.0.0 apache-airflow-providers-celery==3.0.0 apache-airflow-providers-cncf-kubernetes==4.4.0 apache-airflow-providers-common-sql==1.3.0 apache-airflow-providers-docker==3.2.0 apache-airflow-providers-elasticsearch==4.2.1 apache-airflow-providers-ftp==3.1.0 apache-airflow-providers-google==8.4.0 apache-airflow-providers-grpc==3.0.0 apache-airflow-providers-hashicorp==3.1.0 apache-airflow-providers-http==4.0.0 apache-airflow-providers-imap==3.0.0 apache-airflow-providers-microsoft-azure==4.3.0 apache-airflow-providers-microsoft-mssql==3.3.0 apache-airflow-providers-mysql==3.2.1 apache-airflow-providers-odbc==3.1.2 apache-airflow-providers-postgres==5.2.2 apache-airflow-providers-redis==3.0.0 apache-airflow-providers-samba==4.1.0 apache-airflow-providers-sendgrid==3.0.0 apache-airflow-providers-sftp==4.1.0 apache-airflow-providers-slack==6.0.0 apache-airflow-providers-sqlite==3.2.1 apache-airflow-providers-ssh==3.2.0 ### Deployment Official Apache Airflow Helm Chart ### Deployment details Deployed with Official Helm chart on Kubernetes v1.25.0. ### Anything else Running on VirtualBox nodes deployed via Vagrant. The timezone on the nodes is UTC even if the server is Europe/Rome timezone. Anyway on the nodes the Time is correcly set to the corresponding UTC time. ### 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]
