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
f"state_delegating_stream, full_refresh_stream name and incremental_stream must have equal names. Instead has {model.name}, {model.full_refresh_stream.name} and {model.incremental_stream.name}."
Falseifhas_parent_stateisNoneelsehas_parent_state, model
3485
+
)
3484
3486
3485
3487
returnself._create_component_from_model(stream_model, config=config, **kwargs) # type: ignore[no-any-return] # Will be created DeclarativeStream as stream_model is stream description
model.stream.incremental_sync# type: ignore # if we are there, it is because there is incremental_dependency and therefore there is an incremental_sync on the parent stream
0 commit comments