-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
base: master
Are you sure you want to change the base?
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 |
@DanyloGL let's get a regression test of intercom going when you have a moment |
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.