joshzana commented on issue #15354:
URL: https://github.com/apache/airflow/issues/15354#issuecomment-987388275
@harvetech - As of #16630 from @uranusjr , which is in Airflow 2.2.0 and
higher, the Sqlalchemy dependency has been loosened to allow 1.4 again:
```
sqlalchemy>=1.3.18
```
Can this issue be reopened and get addressed? We are trying to update some
code that runs in workers to SqlAlchemy 1.4 and this is blocking us, since we
use a common docker image for both webserver and workers. Airflow should
either require < 1.4 or fix this issue.
It looks like the root cause here is Airflow using an internal Sqlalchemy
field that has been removed. See
https://github.com/sqlalchemy/sqlalchemy/issues/6080 for context and
workarounds.
--
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]