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

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

Tobias Kaymak created AIRFLOW-3657:
--------------------------------------

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


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)