The GitHub Actions job "Tests" on airflow.git/main has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
0b6d2589df046535b284e032ea8fa5922fab3b6f / Ash Berlin-Taylor <[email protected]>
Fix an odd import of pendulum from sqlalchemy_utils instead of elsewhere. 
(#59258)

This was likely a case of auto-complete gone wrong. Most of the time this
doesn't matter (as SQLa etc is already loaded) but this was importing it in
Task SDK mistakenly which we don't want.


Interestingly mypy now "noticed" that `pendulum.parse` can return
Duration, Date, and Time objects too. I don't know why it didn't notice this
before.

Also generally this isn't the right import :)

Report URL: https://github.com/apache/airflow/actions/runs/20100603894

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to