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

Zendesk Support: Unpin CDK #36403

Merged
merged 8 commits into from
Mar 29, 2024
Merged

Zendesk Support: Unpin CDK #36403

merged 8 commits into from
Mar 29, 2024

Conversation

ChristoGrab
Copy link
Contributor

@ChristoGrab ChristoGrab commented Mar 22, 2024

What

  • Unpinned the CDK version for source Zendesk Support
  • Updated failing test assertions
  • Increased timeout for incremental tests due to failing test_sequential_read test.

Note: Incremental Substream Bug 🐛🚨

I encountered a bug in the connector that I believe is due to incremental substreams using the same logic for handling stream state as top-level incremental streams (ie, a single cursor value as opposed to per-partition keys). This logic can lead to records being dropped during incremental syncs, as is the case with one of the expected records for the article_comment_votes stream. This stream has two records in our sandbox. Comparing the two existing article_comment_votes timestamps:

{"updated_at": "2023-06-22T00:33:42Z"} -> This record gets read and updates state
{"updated_at": "2023-06-22T00:33:40Z"} -> This record is skipped despite having never been read

Although this is the only stream that threw an expected_records failure, all incremental substreams use this same logic, and as such are affected. However, given that:

  1. The fix will constitute a breaking change
  2. This connector is slated to be migrated to low-code in the next round of migrations, and the switch to per-partition state is a natural outcome of that migration

I think the best plan of action is to ship the CDK update, and allow the fix to be included in the upcoming migration. I've created an issue to track this for visibility.

Copy link

vercel bot commented Mar 22, 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 Mar 29, 2024 4:31pm

@octavia-squidington-iii octavia-squidington-iii added the area/documentation Improvements or additions to documentation label Mar 22, 2024
@ChristoGrab ChristoGrab marked this pull request as ready for review March 22, 2024 21:37
@octavia-squidington-iv octavia-squidington-iv requested review from a team March 22, 2024 21:39
Copy link
Contributor

@brianjlai brianjlai left a comment

Choose a reason for hiding this comment

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

lgtm and I agree with your assessment. Thanks for meticulously researching this and for the follow up ticket. great work!

@ChristoGrab ChristoGrab merged commit 0446c4a into master Mar 29, 2024
30 checks passed
@ChristoGrab ChristoGrab deleted the christo/zendesk-support-cdk branch March 29, 2024 18:32
nurikk pushed a commit to nurikk/airbyte that referenced this pull request Apr 4, 2024
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 connectors/source/zendesk-support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants