Issue with Parent-Child Stream Setup in Low Code Connector Builder

Summary

User is experiencing an issue where the child stream does not execute for newly modified records in the parent stream during subsequent runs, despite the parent stream being set up as an incremental stream. The user is inquiring about potential limitations and requesting YAML configuration examples.


Question

Issue with parent child stream setup with Low code connector builder

So, I have a child stream setup that gets the record id from the parent stream to fetch details using a GET request.
All works file for the first request. The parent stream is setup as an increment stream. On subsequent runs, newly modified records for parent stream are pulled in, HOWEVER, the child stream is never run for these newly pulled parent record.

Is the a known limitation? If not, can someone share their yaml?

Here is my config for the relevant part - img attached



This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.

Join the conversation on Slack

['parent-child-stream', 'low-code-connector-builder', 'incremental-stream', 'yaml-configuration']

From tooltip when implementing Parent Stream in your child
> Incremental Parent
> Causes the parent stream’s records to be read incrementally, so only parent records that have been updated since the last sync will be retrieved for use in this stream.
> This only works if this child stream is Incremental.
> WARNING: If the parent stream records’ cursor fields are NOT updated whenever the relevant child records are updated, then those child records may be missed!
Can you confirm your child is incremental as well? If yes please open an issue and share all information you have I’m going to ask the builder team to take a look