Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -298,9 +298,6 @@ def _emit_state_message(self, throttle: bool = True) -> None:
if current_time is None:
return
self._last_emission_time = current_time
# Skip state emit for global cursor if parent state is empty
if self._use_global_cursor and not self._parent_state:
return

self._connector_state_manager.update_state_for_stream(
self._stream_name,
Expand Down
Loading
Loading