potiuk commented on issue #18705: URL: https://github.com/apache/airflow/issues/18705#issuecomment-933672104
Luckily we can trace quite easily WHEN things broke: Currently the real problem we have (and you can actually see that in #18684 that while Python 3.6 builds just fine with eager-upgrade, but 3.7, 3.8 and 3.9 are not (this is what I also noticed yesterday) and I am pretty sure this is some "3rd-party" dependency changed after this one: https://github.com/apache/airflow/commit/45e2970c0ac0f509d2ea56c6f08546d3d65d2935 At the time this commit was pushed automatically (7 days ago) the eager upgrade worked fine for all images (otherwise it would not have been pushed). SOMETHING broke after this commit was merged: https://github.com/apache/airflow/commit/fa1a088d2c02ac85a8e01f91ff2ae80ad0def212 It's either a 3rd-party change ... or https://github.com/apache/airflow/pull/17068 (the latter is most probable) -- 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]
