-
Notifications
You must be signed in to change notification settings - Fork 14.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
change from zdesk to zenpy in ZendeskHook #8937
Comments
Looking at the zenpy code it looks like that every endpoint is wrapped in a class, see https://github.com/facetoe/zenpy/blob/master/zenpy/__init__.py#L97. Can't see a sane way to map the plain path to a class to keep backwards compatibility. Said that we can leverage the |
@xrmx Since the old package isn't maintained and can't have new functionality I think this change is required even if breaking change. Also Airflow soon change major version which is great because it will be able to introduce breaking changes. |
Yes I agree, let's use zenpy since zdesk seems to be abandoned. |
@xrmx do you want to work on this task? |
@eladkal nope |
I'll give this a shot! |
I assigned you to this ticket. |
Hi, I can work on this one :) |
Go ahead |
@pierrejeambrun are you still working on this issue? |
Description
zdesk hasn't been updated in two years.
there is a better maintained package zenpy
The ZendeskHook needs to be refactored to work with the new package.
The text was updated successfully, but these errors were encountered: