-
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 |
All regression runs were not successful. Some were cut off due to time out, some failed with error: |
Yes @DanyloGL, I've experienced that too during test, 3 records were not fetched from segments stream and thus I explicitly removed it from expected_records.jsonl |
Hi @btkcodedev, I was doing a quick review of the code and I actually noticed one more change that will be required. This is not on you, but I missed this when I wrote the original issue for you up. Specifically for the the
The same needs to also be done for Let me know if you have any questions, but otherwise this should be the last thing before final validations |
@brianjlai @btkcodedev it looks like |
@brianjlai I've done the query change as you suggested. |
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.