Chris Chow created AIRFLOW-2711:
-----------------------------------
Summary: zendesk hook doesn't handle search endpoint properly
Key: AIRFLOW-2711
URL: https://issues.apache.org/jira/browse/AIRFLOW-2711
Project: Apache Airflow
Issue Type: Bug
Affects Versions: 1.9.0
Reporter: Chris Chow
the zendesk hook assumes that the api's response includes the expected result
in the key with the same name as the api endpoint, e.g. that the results of a
query to /api/v2/users.json includes the key 'users'. /api/v2/search.json
actually includes results under the key 'results'
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)