-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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: Fix incremental sync state issues #49936
base: master
Are you sure you want to change the base?
Conversation
…ub.com/airbytehq/airbyte into btkcodedev/intercomMigrateManifestOnly
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
One update: I've tried to use older custom substream slicer, but the connection check is failing, so its a bummer |
I'll try different combinations and base versions |
…ub.com/airbytehq/airbyte into btkcodedev/intercomMigrateManifestOnly
@ChristoGrab Can you come again for those state messages? |
@btkcodedev State messages do get logged when running with docker, they'll show up at the end of each stream's record output in your terminal. Easy way to find it is by searching for
What's interesting here is that conversation_parts does use per-partition states (as in, a separate cursor value is tracked for every partition/parent slice). Haven't dug into the code, but I presume this was added here: #46658. However, the existing state object in on our sandbox connector looks closer to the format used in our
This is likely due to the custom component altering the way state is tracked, but where things get confusing for me is the interaction of per-partition state with the custom component, and why there was a regression in the live connection that I tested with progressive rollout that didn't match up with the success of the CAT tests... I'm running another round of tests on your latest changes, will let you know soon as I have more insights. |
What
Source Intercom: Migrate to manifest only format with components