[
https://issues.apache.org/jira/browse/AIRFLOW-2249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16414406#comment-16414406
]
ASF subversion and git services commented on AIRFLOW-2249:
----------------------------------------------------------
Commit fb6229cac5828f0e694a6b6edd5a2cd0b2d803db in incubator-airflow's branch
refs/heads/master from [~tsiu]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=fb6229c ]
[AIRFLOW-2249] Add side-loading support for Zendesk Hook
Add side_loading parameter to ZendeskHook and pep8
Write additional test for Zendesk side-loading and
flake8
Closes #3153 from theodoresiu/zendesk_sideloading
> 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)