Closed matteosdocsity closed 2 weeks ago
Duplicate of #43356 . You have not used constraints https://airflow.apache.org/docs/apache-airflow/stable/installation/installing-from-pypi.html when installing Airflow (please do as we recommend), this is not an airflow issue - this is FAB issue that is already fixed and 2.10.3 will be using the fixed version.
I understand this is a consequence of the version of apache-airflow-providers-fab , but indeed it's related on wrong and NOT tested constraint for WTForms==3.2.0|3.2.1..btw taking attention on logs it was quite easy to fix, but maybe something in the process of releases and testing was not a complete E2E testing, I'm guessing. I don't want to be polemical, but to highlight the issue
No. You are entirely wrong @matteosdocsity . the constraints you linked to show WTForms 3.1.2 and the broken ones are 3.2.0 and 3.2.1 . You mixed numbers.
So it's you who made a mistake by looking up the numbers wrong, not testing.
Next time be a little more diligent please - being not polemical makes sense when you do double checking.
Oh ok sorry @potiuk you're right I have not tested forcing the installation of WTForms 3.1.2...the mistake was the release not tested of the fab provider, got it!
Apache Airflow version
2.10.2
If "Other Airflow 2 version" selected, which one?
No response
What happened?
After re-creating the containers of both Airflow 2.10.2, Postgres 15.4, and Python 3.12, without any changes from previous configurations, I encountered an error when trying to access the Variables UI Panel.
What you think should happen instead?
Accessing correctly to any airflow panel
How to reproduce
Re-create containers for Airflow 2.10.2, Postgres 15.4, and Python 3.12. Attempt to access the Variables UI Panel. Observe the error.
Operating System
PRETTY_NAME="Debian GNU/Linux 11 (bullseye)" NAME="Debian GNU/Linux" VERSION_ID="11" VERSION="11 (bullseye)" VERSION_CODENAME=bullseye ID=debian HOME_URL="https://www.debian.org/" SUPPORT_URL="https://www.debian.org/support" BUG_REPORT_URL="https://bugs.debian.org/"
Versions of Apache Airflow Providers
apache-airflow-providers-amazon==9.0.0 apache-airflow-providers-common-compat==1.2.1 apache-airflow-providers-common-io==1.4.2 apache-airflow-providers-common-sql==1.18.0 apache-airflow-providers-fab==1.4.1 apache-airflow-providers-facebook==3.6.0 apache-airflow-providers-ftp==3.11.1 apache-airflow-providers-google==10.23.0 apache-airflow-providers-http==4.13.1 apache-airflow-providers-imap==3.7.0
Deployment
Docker-Compose
Deployment details
Here is the docker-compose.yml
Anything else?
Here the entire pip freeze
Are you willing to submit PR?
Code of Conduct