Airflow Providers (RCs relased on 2021-05-01) released today

2021-05-06 Thread Jarek Potiuk
Dear Airflow community, I'm happy to announce that new versions of Airflow Providers packages were just released. The source release, as well as the binary releases, are available here: https://dist.apache.org/repos/dist/release/airflow/providers/ We also made those versions available on PyPi

Successful LDAP query still reporting Invalid login. Please try again...

2021-05-06 Thread Lewis John McGibbney
Hi users@, Running Airflow 2.0.2 locally attempting to debug this issue. We have configured webserver_config.py as follows from flask_appbuilder.security.manager import AUTH_LDAP import os WTF_CSRF_ENABLED = True AUTH_TYPE = AUTH_LDAP AUTH_ROLE_ADMIN = "Admin" AUTH_USER_REGISTRATION = False