Is there a way to have child streams be incrementa...
# help-connector-development
e
Is there a way to have child streams be incremental based off of the parent? I have an Items API
/items
and for each
item
there are
approvals
(
/items/<id>/approvals
),
archives
, and
members
. Each of those sub resources are not incremental by itself, but rather I can leverage the parent’s incremental sync and only call those sub resources. How can I do that?
k
A message from kapa.ai
Hmm, I don't know enough to give you a confident answer yet. However, you can refer to the Airbyte documentation on [incremental syncs](https://docs.airbyte.com/connector-development/config-based/understanding-the-yaml-file/incremental-syncs) for more information on how to configure incremental syncs for your streams.
l
This is now supported in the Connector Builder