You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
classParentStream:
# Custom tap implementationdefget_child_context(self, record, context):
ifnotrecord["has_children_records"]:
# Part of the SDKdef_sync_children(self, child_context):
ifnotchild_context:
logger.warning(
"Context for child streams of '%s' is empty, skipping sync of any child streams",
self.name,
)
returnforchild_streaminself.child_streams:
ifchild_stream.selectedorchild_stream.has_selected_descendents:
child_stream.sync(context=child_context)
The text was updated successfully, but these errors were encountered:
Feature scope
Taps (catalog, state, stream maps, etc.)
Description
Some pseudocodish approach would be:
The text was updated successfully, but these errors were encountered: