GitHub user potiuk added a comment to the discussion: "docker compose run airflow-cli airflow config list" with Python 3.13 and FAB 5 fails with "cannot import name 'SQLA' from 'flask_appbuilder'"
The #50960 adds support for FAB 5 in fab provider. The fab provider (3.*) that is going to support FAB 5 is not yet released. If you look at fab apache-airflow-providers-fab==2.4.4 deps, it explicitly depends of lower version of flask appbuilder. The mere fact of merging support when no release has been done since does not make released versions of software to "work" - the software needs to be relased first. Just watch announcement at the devlist and issue opened when we ask people to test it and when RC candidate is released (should be soon) you should test it and report back if you find any issues - this way you will be able to help us testing it. Please test and report any issues in the appropriate "status of testing" issue. We are counting on your help and engagement there as apparently you are eager to test it. GitHub link: https://github.com/apache/airflow/discussions/56279#discussioncomment-14559236 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
