You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2018/09/02 18:06:03 UTC

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

    [ https://issues.apache.org/jira/browse/AIRFLOW-1966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16601551#comment-16601551 ] 

Apache Spark commented on AIRFLOW-1966:
---------------------------------------

User 'jgysland' has created a pull request for this issue:
https://github.com/apache/incubator-airflow/pull/2955

> 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
>             Fix For: 1.10.0, 1.9.1
>
>
> 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)