You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Daniel Thomas (JIRA)" <ji...@apache.org> on 2018/01/03 10:39:00 UTC

[jira] [Created] (AIRFLOW-1966) Password authentication setup broken by SqlAlchemy version 1.2

Daniel Thomas created AIRFLOW-1966:
--------------------------------------

             Summary: 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


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
(v6.4.14#64029)