-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
🐛 Source Zendesk Support: fix missing ticket_id in ticket_comments stream #7679
Conversation
a49a4e4
to
3c72c51
Compare
3c72c51
to
ef40c5d
Compare
unit test results
|
thanks @asyarif93 ! we'll review shortly |
Tested and published in #7980 |
…ream (airbytehq#7679) * fix(zendesk): add ticket_id to ticket_comments * test(zendesk): set ticket cursor_field far in future * bump connector version * doc * run seed file Co-authored-by: Marcos Marx <marcosmarxm@gmail.com>
What
close #7631
How
Ticket ID not included in Ticket Comments response, manually add
ticket_id
toticket_comments
dict using side effects.Recommended reading order
streams.py
Pre-merge Checklist
Community member or Airbyter
airbyte_secret
./gradlew :airbyte-integrations:connectors:<name>:integrationTest
.README.md
bootstrap.md
. See description and examplesdocs/integrations/<source or destination>/<name>.md
including changelog. See changelog exampleAirbyter
If this is a community PR, the Airbyte engineer reviewing this PR is responsible for the below items.
/test connector=connectors/<name>
command is passing./publish
command described here