Re: [I] Fix all deprecations for SQLAlchemy 2.0 [airflow]

2024-09-11 Thread via GitHub
hamidelmaazouz commented on issue #28723: URL: https://github.com/apache/airflow/issues/28723#issuecomment-2344312151 Any update on this ? ``` Because no versions of apache-airflow match >2.10.0,<2.10.1 || >2.10.1,<3.0.0 and apache-airflow[celery] (2.10.0) depends on sqlalchemy

Re: [I] Fix all deprecations for SQLAlchemy 2.0 [airflow]

2024-07-20 Thread via GitHub
veinkr commented on issue #28723: URL: https://github.com/apache/airflow/issues/28723#issuecomment-2241469969 Hi, @Taragolis , just curious if we can disable the usage of [FAB](https://airflow.apache.org/docs/apache-airflow-providers-fab/stable/index.html), and then update the sqlalchemy-2.

Re: [I] Fix all deprecations for SQLAlchemy 2.0 [airflow]

2024-05-05 Thread via GitHub
Taragolis commented on issue #28723: URL: https://github.com/apache/airflow/issues/28723#issuecomment-2094752721 The strategic, maybe even since Airflow 2.0, is get rid of FAB in Airflow at all. It moved into the separate provider since 2.9, however all Authorisation still happen go thro

Re: [I] Fix all deprecations for SQLAlchemy 2.0 [airflow]

2024-05-05 Thread via GitHub
veinkr commented on issue #28723: URL: https://github.com/apache/airflow/issues/28723#issuecomment-2094746444 @Taragolis , sorry to bother, I jsut checked the [Flask-AppBuilder](https://pypi.org/project/Flask-AppBuilder/) repo, it haven't updated since two months ago, and it seems that it b

Re: [I] Fix all deprecations for SQLAlchemy 2.0 [airflow]

2024-05-05 Thread via GitHub
veinkr commented on issue #28723: URL: https://github.com/apache/airflow/issues/28723#issuecomment-2094701420 Hi, @dondaum , I saw you said that all `RemovedIn20Warning `should be fixed in PR [https://github.com/apache/airflow/pull/39299](https://github.com/apache/airflow/pull/39299) , doe

Re: [I] Fix all deprecations for SQLAlchemy 2.0 [airflow]

2024-04-20 Thread via GitHub
dondaum commented on issue #28723: URL: https://github.com/apache/airflow/issues/28723#issuecomment-2067633235 Hi. I would like to support. To clarify is it correct that all warnings can be found in this issue detail section from potiuk? -- This is an automated message from the Apache Git

Re: [I] Fix all deprecations for SQLAlchemy 2.0 [airflow]

2024-04-19 Thread via GitHub
Taragolis commented on issue #28723: URL: https://github.com/apache/airflow/issues/28723#issuecomment-2066283481 I've add collect this warning during the CI step, however our warning collection system collect warnings only during run tests, and errors might happen during initial configurati

Re: [I] Fix all deprecations for SQLAlchemy 2.0 [airflow]

2024-04-16 Thread via GitHub
moiseenkov commented on issue #28723: URL: https://github.com/apache/airflow/issues/28723#issuecomment-2058451579 Excluding providers (FAB and openlineage) I managed to catch two warnings in the core: ``` airflow/www/views.py:845: [W0513(warning), ] The "columns" argument to Select.wi

Re: [I] Fix all deprecations for SQLAlchemy 2.0 [airflow]

2024-04-12 Thread via GitHub
VladaZakharova commented on issue #28723: URL: https://github.com/apache/airflow/issues/28723#issuecomment-2051458814 Hi Team! How is the progress going in this one? :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

Re: [I] Fix all deprecations for SQLAlchemy 2.0 [airflow]

2024-02-18 Thread via GitHub
Dev-iL commented on issue #28723: URL: https://github.com/apache/airflow/issues/28723#issuecomment-1951460606 @potiuk Sure thing, will ping when ready for review. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [I] Fix all deprecations for SQLAlchemy 2.0 [airflow]

2024-02-18 Thread via GitHub
potiuk commented on issue #28723: URL: https://github.com/apache/airflow/issues/28723#issuecomment-1951454071 Why don you make a PR for that @Dev-iL ? -- 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

Re: [I] Fix all deprecations for SQLAlchemy 2.0 [airflow]

2024-02-18 Thread via GitHub
Dev-iL commented on issue #28723: URL: https://github.com/apache/airflow/issues/28723#issuecomment-1951118883 Not a deprecation but probably related to this effort: `DagBag` cannot be imported with SQLA 2: ```python >>> from airflow.models import DagBag Traceback (most recent ca

Re: [I] Fix all deprecations for SQLAlchemy 2.0 [airflow]

2023-12-15 Thread via GitHub
infohash commented on issue #28723: URL: https://github.com/apache/airflow/issues/28723#issuecomment-1857972226 This is why I forked SQLAlchemy 2.0 and put it in my project's source directory instead of installing it as a project dependency. Once airflow ecosystem completely moves to SQLA 2

Re: [I] Fix all deprecations for SQLAlchemy 2.0 [airflow]

2023-12-14 Thread via GitHub
Taragolis commented on issue #28723: URL: https://github.com/apache/airflow/issues/28723#issuecomment-1855694165 Just for the record, fix all stuff do not automatically granted ability to run Airflow with SQLAlchemy 2.0, due to upper bound limitation of Airflow and Providers dependencies:

Re: [I] Fix all deprecations for SQLAlchemy 2.0 [airflow]

2023-12-14 Thread via GitHub
VladaZakharova commented on issue #28723: URL: https://github.com/apache/airflow/issues/28723#issuecomment-1855569830 Hi Team! Is there some progress on this one? Are we actually close to close it? :) -- This is an automated message from the Apache Git Service. To respond to the message

Re: [I] Fix all deprecations for SQLAlchemy 2.0 [airflow]

2023-10-18 Thread via GitHub
moiseenkov commented on issue #28723: URL: https://github.com/apache/airflow/issues/28723#issuecomment-1768132556 > Not yet @moiseenkov , we are close but still have couple of files which we are working on. I will keep you posted when all the codebase has been refactored ! Thanks!

Re: [I] Fix all deprecations for SQLAlchemy 2.0 [airflow]

2023-10-18 Thread via GitHub
phanikumv commented on issue #28723: URL: https://github.com/apache/airflow/issues/28723#issuecomment-1768102141 Not yet @moiseenkov , we are close but still have couple of files which we are working on. I will keep you posted when all the codebase has been refactored ! -- This i