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

fix(source-zendesk-support): Stream Tags: use cursor based pagination #44096

Merged
merged 10 commits into from
Aug 20, 2024

Conversation

artem1205
Copy link
Contributor

@artem1205 artem1205 commented Aug 15, 2024

What

Resolving https://github.com/airbytehq/oncall/issues/6105

change pagination strategy for stream Tags.
Reason: Zendesk Support API force everyone to use cursor based pagination

How

use cursor based pagination for stream tags

Review guide

  1. airbyte-integrations/connectors/source-zendesk-support/source_zendesk_support/manifest.yaml

User Impact

Caution

Breaking change for stream Tags. State format has been changed, and, since it is a RFR stream we have to reset state.

Can this PR be safely reverted and rolled back?

  • YES 💚
  • NO ❌

@artem1205 artem1205 self-assigned this Aug 15, 2024
Copy link

vercel bot commented Aug 15, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
airbyte-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 20, 2024 9:10am

@artem1205 artem1205 changed the title Artem1205/source zendesk support 6105 fix(source-zendesk-support): Stream Tags: use cursor based pagination Aug 15, 2024
Signed-off-by: Artem Inzhyyants <[email protected]>
@octavia-squidington-iii octavia-squidington-iii added the area/documentation Improvements or additions to documentation label Aug 15, 2024
@artem1205 artem1205 marked this pull request as ready for review August 15, 2024 12:27
@artem1205 artem1205 requested a review from a team August 15, 2024 12:53
@bazarnov
Copy link
Collaborator

Please add the breaking-change label to this change.

@artem1205 artem1205 added the breaking-change Don't merge me unless you are ready. label Aug 15, 2024
@@ -44,6 +44,13 @@ data:
- scopeType: stream
impactedScopes:
- "ticket_metrics"
4.0.0:
message: "This version includes breaking changes to the `Tags` stream. The pagination strategy has been changed from `Offset` to `Cursor-Based`. It is necessary to reset the stream. Please see the migration guide for additional details."
upgradeDeadline: "2024-09-12"
Copy link
Contributor

@pnilan pnilan Aug 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we align this deadline with the 3.0.0 deadline since they are just a few days off and the refresh process is similar?

(cc: @katmarkham )

…ndesk-support-6105

# Conflicts:
#	airbyte-integrations/connectors/source-zendesk-support/metadata.yaml
#	airbyte-integrations/connectors/source-zendesk-support/pyproject.toml
#	docs/integrations/sources/zendesk-support.md
@artem1205 artem1205 merged commit 9eccb24 into master Aug 20, 2024
37 checks passed
@artem1205 artem1205 deleted the artem1205/source-zendesk-support-6105 branch August 20, 2024 09:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/connectors Connector related issues area/documentation Improvements or additions to documentation breaking-change Don't merge me unless you are ready. connectors/source/zendesk-support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants