GitHub user umair7228 added a comment to the discussion: Connection UI Error
Run this command 'pip show wtforms' it will shows the version of wtforms 3 or above then uninstall wtforms using 'pip uninstall wtforms' and reinstall 2.3.3 version using command 'pip install wtforms==2.3.3', it will resolve the issue. GitHub link: https://github.com/apache/airflow/discussions/43422#discussioncomment-12333997 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
