jlazarevicm commented on issue #8507: URL: https://github.com/apache/airflow/issues/8507#issuecomment-623627672
@jeffolsi I think you are not right. Event though if we set `get_all_pages=False` it doesn't change the fact that this line (prior than checking if `get_all_pages` is set to `False`): https://github.com/apache/airflow/blob/caa60b1141ac02cdde1c33464be9adca114c2ed5/airflow/providers/zendesk/hooks/zendesk.py#L81 expects result to have `next_page`. You should probably change it to: `results.get('next_page')` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
