Skip to content
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

New source: airbyte-native Zendesk Support #4422

Closed
sherifnada opened this issue Jun 29, 2021 · 0 comments · Fixed by #4861
Closed

New source: airbyte-native Zendesk Support #4422

sherifnada opened this issue Jun 29, 2021 · 0 comments · Fixed by #4861

Comments

@sherifnada
Copy link
Contributor

sherifnada commented Jun 29, 2021

As part of the migration away from Singer based connectors in #3582 we want to rewrite this connector using the Airbyte CDK. The new connector should take the following config options:

  • start_date
  • subdomain
  • auth method (oneOf)
    • if the auth method is "API Token":
      • api_token
      • email
    • in the future we will support "oauth" as an auth method, so for now the "oneOf" will have just one branch. See the file source for an example of a oneOf configuration in spec.json.

It should also support the same streams supported by the Zendesk Support (Singer) tap, but we should do a scoping of the available streams to understand how the implementation should proceed.

Also the new source should cover the issue outlined in #4373 .

Once this issue is resolved we should prioritize #4373

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants