Re: [I] Airflow 2.8.1 contains migration requiring SQLAlchemy 2+ [airflow]

2024-01-20 Thread via GitHub
potiuk commented on issue #36912: URL: https://github.com/apache/airflow/issues/36912#issuecomment-1902038189 BTW. yes. I agree, likely adding alembic min version in this case is a good idea as well. Alembic has very little dependencies on its own so this error is a good reason to add min-v

Re: [I] Airflow 2.8.1 contains migration requiring SQLAlchemy 2+ [airflow]

2024-01-20 Thread via GitHub
potiuk commented on issue #36912: URL: https://github.com/apache/airflow/issues/36912#issuecomment-1902037155 > What a bizarre setup. I guess I'll have to see if I can somehow get that shoehorned into how we manage dependencies. Thank you for the pointer,. It's not bizarre, it's just.

Re: [I] Airflow 2.8.1 contains migration requiring SQLAlchemy 2+ [airflow]

2024-01-19 Thread via GitHub
Tenzer commented on issue #36912: URL: https://github.com/apache/airflow/issues/36912#issuecomment-1900780574 What a bizarre setup. I guess I'll have to see if I can somehow get that shoehorned into how we manage dependencies. Thank you for the pointer. -- This is an automated message fro

Re: [I] Airflow 2.8.1 contains migration requiring SQLAlchemy 2+ [airflow]

2024-01-19 Thread via GitHub
Taragolis closed issue #36912: Airflow 2.8.1 contains migration requiring SQLAlchemy 2+ URL: https://github.com/apache/airflow/issues/36912 -- 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 specif

Re: [I] Airflow 2.8.1 contains migration requiring SQLAlchemy 2+ [airflow]

2024-01-19 Thread via GitHub
Taragolis commented on issue #36912: URL: https://github.com/apache/airflow/issues/36912#issuecomment-1900772724 You need to install Airflow by provide constraints for specific Airflow and Python versions, for example in your case ```console pip install "apache-airflow==2.8.1” --co

Re: [I] Airflow 2.8.1 contains migration requiring SQLAlchemy 2+ [airflow]

2024-01-19 Thread via GitHub
Tenzer commented on issue #36912: URL: https://github.com/apache/airflow/issues/36912#issuecomment-1900734293 I took a look at the [Alembic changelog](https://alembic.sqlalchemy.org/en/latest/changelog.html) and realised 1.13.0 fixes a bug where some operations by mistake were marked as re

Re: [I] Airflow 2.8.1 contains migration requiring SQLAlchemy 2+ [airflow]

2024-01-19 Thread via GitHub
boring-cyborg[bot] commented on issue #36912: URL: https://github.com/apache/airflow/issues/36912#issuecomment-1900709515 Thanks for opening your first issue here! Be sure to follow the issue template! If you are willing to raise PR to address this issue please do so, no need to wait for ap

[I] Airflow 2.8.1 contains migration requiring SQLAlchemy 2+ [airflow]

2024-01-19 Thread via GitHub
Tenzer opened a new issue, #36912: URL: https://github.com/apache/airflow/issues/36912 ### Apache Airflow version Other Airflow 2 version (please specify below) ### If "Other Airflow 2 version" selected, which one? 2.8.1 ### What happened? I've upgraded our