You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Theodore Siu (JIRA)" <ji...@apache.org> on 2018/03/23 19:46:00 UTC

[jira] [Created] (AIRFLOW-2249) Side-loading support for Zendesk Hook

Theodore Siu created AIRFLOW-2249:
-------------------------------------

             Summary: Side-loading support for Zendesk Hook
                 Key: AIRFLOW-2249
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-2249
             Project: Apache Airflow
          Issue Type: New Feature
            Reporter: Theodore Siu
            Assignee: Theodore Siu


The Zendesk API supports side-loading which allows for the retrieval of related records as part of a single request. See https://developer.zendesk.com/rest_api/docs/core/side_loading for correct usage of side-loading and valid side-loading parameters for various endpoints


Currently, the Zendesk hook only returns the data related to a primary key which is determined by parsing the url and grabbing the key term between the last '/' and 'json' (see line 67) while ignoring side-loaded keys. An improvement to the Zendesk Hook can be made to allow for side-loading from the API.



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