[
https://issues.apache.org/jira/browse/AIRFLOW-2249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Fokko Driesprong resolved AIRFLOW-2249.
---------------------------------------
Resolution: Fixed
Fix Version/s: 2.0.0
Issue resolved by pull request #3153
[https://github.com/apache/incubator-airflow/pull/3153]
> 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
> Priority: Minor
> Fix For: 2.0.0
>
>
> 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)