-
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 Intercom: Update with latest CDK features, remove custom incremental sync components #53187
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
/bump-version type="minor" changelog="Update with latest CDK features, remove custom incremental sync components"
|
/format-fix
|
Removed |
Removed the incremental custom components |
Tested with builder |
@brianjlai is OOO, @natikgadzhi could you please take a look on the question above? |
Resolved conflicts |
Have you tried testing in Builder both with and without input state? When running without state, it seems that That together with regression tests not showing records in Suspiciously, I don't see anything else that would stood out to me as different between segments and other streams that work as expected. |
I am also seeing no difference between segments and other streams |
Stream |
/format-fix
|
/format-fix
|
Progressive Rollout failed. Rolled back, will investigate deeper. |
Many sync failures with new connector version. Need to investigate deeper what caused these failures. |
Can i get access for that or a screenshot in slack would do, currently can't sign in with metabaseapp with my email |
…mental sync components (#53187) Co-authored-by: Octavia Squidington III <[email protected]> Co-authored-by: Danylo Jablonski <[email protected]>
@btkcodedev, hi! All failed connections had the same error for different affected streams:
|
This is actually pretty interesting @DanyloGL this error message seems to be running on the outdated code. The stack trace you link refers to code from Here's the reference to line 131 which was since removed here: https://github.com/airbytehq/airbyte/pull/53187/files#diff-2f2cb95021afd772814a6f90bd568f9f840017b5c473c7b9959316cd8d526397L131 So I'm not sure how this would get triggered during the progressive rollout. Where did you find this stack trace because I suspect this was not running on @btkcodedev 's new intercom version because that code shouldn't exist anymore |
What
Closes https://github.com/airbytehq/airbyte-internal-issues/issues/11532
How
source-intercom
is running on the latest version of CDK v6 (6.33.0
+)companies
stream does not use theIncrementalSingleSliceCursor
contacts
stream does not use theIncrementalSingleSliceCursor
conversations
stream does not use theIncrementalSingleSliceCursor
segments
stream does not use theIncrementalSingleSliceCursor
company_segments
stream does not use theIncrementalSubstreamSlicerCursor
conversation_parts
stream does not use theIncrementalSubstreamSlicerCursor
IncrementalSingleSliceCursor
andIncrementalSubstreamSlicerCursor
is deleted fromcomponents.py
/unit_tests
pass.