You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Kaxil Naik (JIRA)" <ji...@apache.org> on 2019/01/11 11:08:00 UTC

[jira] [Resolved] (AIRFLOW-3657) version 2.7.0 and above of zdesk breaks airflow - setup.py should specify zdesk pypy version

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

Kaxil Naik resolved AIRFLOW-3657.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 1.10.2

> version 2.7.0 and above of zdesk breaks airflow - setup.py should specify zdesk pypy version
> --------------------------------------------------------------------------------------------
>
>                 Key: AIRFLOW-3657
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-3657
>             Project: Apache Airflow
>          Issue Type: Bug
>    Affects Versions: 1.10.1
>            Reporter: Tobias Kaymak
>            Assignee: Tobias Kaymak
>            Priority: Major
>             Fix For: 1.10.2
>
>
> Currently, the zdesk package version is undefined, resulting in the newest available being installed when selecting zendesk during setup.
> The init method of the package has changed between version 2.6.0 and 2.7.0, therefore airflow will not work with the newer version, as it does use unnamed variable arguments.
> Quickfix is to bind the zdesk package version to 2.6.0 in setup.py - better is to use named arguments in the get_conn() method in the zendesk_hook.



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