fritzwijaya opened a new issue, #42302: URL: https://github.com/apache/airflow/issues/42302
### Apache Airflow version 2.10.1 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? Due to changed default behaviour on Pendulum v3.x.x, the default print behaviour for template is getting affected. Its breaking dags that rely on template that using Pendulum type like `data_interval_start` and `data_interval_end`. The current work around is to using Airflow Jinja filter `ts`. ### What you think should happen instead? _No response_ ### How to reproduce In Pendulum 2: ``` >>> import pendulum >>> str(pendulum.now()) '2024-01-29T16:00:38.678167-06:00' ``` In Pendulum 3: ``` >>> import pendulum >>> str(pendulum.now()) '2024-01-29 16:00:23.305698-06:00' >>> ``` ### Operating System Docker/Debian ### Versions of Apache Airflow Providers _No response_ ### Deployment Docker-Compose ### 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]
