You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Aizhamal Nurmamat kyzy (JIRA)" <ji...@apache.org> on 2019/05/17 20:04:01 UTC

[jira] [Updated] (AIRFLOW-3250) Fix for Redis Hook for not authorised connection calls.

     [ https://issues.apache.org/jira/browse/AIRFLOW-3250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aizhamal Nurmamat kyzy updated AIRFLOW-3250:
--------------------------------------------
    Component/s:     (was: db)
                 database

> Fix for Redis Hook for not authorised connection calls.
> -------------------------------------------------------
>
>                 Key: AIRFLOW-3250
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-3250
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: database
>    Affects Versions: 1.9.0, 1.10.0, 1.10.1
>            Reporter: Pawel Graczyk
>            Assignee: Pawel Graczyk
>            Priority: Minor
>             Fix For: 1.10.3
>
>
> Current implementation of AIRFLOW-999 needs fixes.
> 1. Password stays None and not 'None' (str) in case there is no password set, otherwise AUTH call will be send and that produces errors on connection to Redis that does not expect authorisation calls.
>  2. Reference to connection is set on get_conn hook object method rather than on __init__
>  3. Trivial method key_exists of hook object removed
>  4. Fixes for unit tests so it deal with hook code and not related dependencies such as Redis and DB connections. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)