[I] Airflow web doesn't work when set sql_alchemy_pool_enabled to false [airflow]

2023-10-15 Thread via GitHub
zhenghanyang opened a new issue, #34950: URL: https://github.com/apache/airflow/issues/34950 ### Apache Airflow version 2.7.2 ### What happened When I set sql_alchemy_pool_enabled to false https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html#c

Re: [I] Airflow web doesn't work when set sql_alchemy_pool_enabled to false [airflow]

2023-10-15 Thread via GitHub
boring-cyborg[bot] commented on issue #34950: URL: https://github.com/apache/airflow/issues/34950#issuecomment-1763344182 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

Re: [I] Airflow web doesn't work when set sql_alchemy_pool_enabled to false [airflow]

2023-10-16 Thread via GitHub
Taragolis commented on issue #34950: URL: https://github.com/apache/airflow/issues/34950#issuecomment-1765135617 > Already fixed at v3.0.0, can airflow upgrade the version of Flask-SQLAlchemy to 3.0.0 or higher? Until FAB (Flask-AppBuilder) won't support it we can't upgrade it.

Re: [I] Airflow web doesn't work when set sql_alchemy_pool_enabled to false [airflow]

2023-10-19 Thread via GitHub
Taragolis commented on issue #34950: URL: https://github.com/apache/airflow/issues/34950#issuecomment-1771831804 Check again on fresh installed airflow, and I've got an error ```console [2023-10-19 22:57:46 +] [52] [ERROR] Error handling request /favicon.ico Traceback (most r

Re: [I] Airflow web doesn't work when set sql_alchemy_pool_enabled to false [airflow]

2023-10-21 Thread via GitHub
zhenghanyang commented on issue #34950: URL: https://github.com/apache/airflow/issues/34950#issuecomment-1773978385 Yes, then just comment following three lines in "/home/airflow/.local/lib/python3.8/site-packages/flask_sqlalchemy/__init__.py", webserver can work normally. ```python #

Re: [I] Airflow web doesn't work when set sql_alchemy_pool_enabled to false [airflow]

2023-10-22 Thread via GitHub
Taragolis commented on issue #34950: URL: https://github.com/apache/airflow/issues/34950#issuecomment-1774072788 Until [FAB](https://github.com/dpgaspar/Flask-AppBuilder/blob/master/setup.py#L55-L58) won't upgrade dependency nothing we could do here, Flask-SQLAlchemy is not an [Airflow de

Re: [I] Airflow web doesn't work when set sql_alchemy_pool_enabled to false [airflow]

2023-10-22 Thread via GitHub
potiuk commented on issue #34950: URL: https://github.com/apache/airflow/issues/34950#issuecomment-1774182172 Yes @zhenghanyang -> I suggest to open an issue to FAB for that one. It is more efficient if the person who has an interest in it directly follows up with the root dependency and ex

Re: [I] Airflow web doesn't work when set sql_alchemy_pool_enabled to false [airflow]

2023-10-22 Thread via GitHub
potiuk commented on issue #34950: URL: https://github.com/apache/airflow/issues/34950#issuecomment-1774182345 Marking it as "upstream-dependency" -- 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 t