Skip to content
Merged
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
1 change: 0 additions & 1 deletion src/app/endpoints/streaming_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ def stream_build_event(chunk: Any, chunk_id: int, metadata_map: dict) -> Iterato
"""
if hasattr(chunk, "error"):
yield from _handle_error_event(chunk, chunk_id)
return

event_type = chunk.event.payload.event_type
step_type = getattr(chunk.event.payload, "step_type", None)
Expand Down