eladkal opened a new issue #21683: URL: https://github.com/apache/airflow/issues/21683
### Body `days_ago` is deprecated https://github.com/apache/airflow/pull/21653 We have several references to the function in test suite / example dags. Task: there should be no imports of `airflow.utils.dates import days_ago` in the code. In most cases we can simple replace with `datetime(2022, 1, 1)` ### Committer - [X] I acknowledge that I am a maintainer/committer of the Apache Airflow project. -- 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]
