steven_wang
01/09/2024, 1:10 AMEdgar Ramírez (Arch.dev)
01/09/2024, 6:25 AMignore_parent_replication_key = true
on the child stream.steven_wang
01/09/2024, 5:53 PMsteven_wang
01/09/2024, 5:54 PMid
of all updated/incremental records to the child stream in this case and the child stream would only grab those idsEdgar Ramírez (Arch.dev)
01/09/2024, 6:28 PMis it possible for the child stream to also be incremental in this case? I just want the child stream to return results that are incremental in the parent streamYes, the child stream would behave almost incrementally in that case. You'd still get all the child records for each updated parent, but you won't get any child records for non-updated parents.
the parent stream would pass anis that the parent or the child record ID?of all updated/incremental records to the child stream in this case and the child stream would only grab those ids (edited)id
steven_wang
01/09/2024, 6:42 PMis that the parent or the child record ID?they share the same id in this case
Edgar Ramírez (Arch.dev)
01/09/2024, 7:59 PM