[
https://issues.apache.org/jira/browse/AIRFLOW-1966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16393743#comment-16393743
]
Bruno Bonagura commented on AIRFLOW-1966:
-----------------------------------------
I think it's been solved by this commit that's already on master branch.
https://github.com/apache/incubator-airflow/commit/5e4d7d8d7da250cacc15d8a2247098f0b42a3def
> Password authentication setup broken by SqlAlchemy version 1.2
> ---------------------------------------------------------------
>
> Key: AIRFLOW-1966
> URL: https://issues.apache.org/jira/browse/AIRFLOW-1966
> Project: Apache Airflow
> Issue Type: Bug
> Components: authentication
> Affects Versions: 1.8.1, 1.8.0, 1.9.0, 1.9.1
> Reporter: Daniel Thomas
> Priority: Major
>
> An update of SqlAlchemy to version 1.2 broke the authentication setup as
> described in the [docs | https://airflow.apache.org/security.html].
> Setting the password failed with an exception "AttributeError: can't set
> attribute".
> This is was due to Airflow not settings a specific version requirement on
> SqlAlchemy. This is fixed in master. But this is not sufficient, as this
> breaks every new deployment of older version for user using Airflow in Docker
> for example. Took me hours to debug this.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)