We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49c4e58 commit ea2b2c5Copy full SHA for ea2b2c5
1 file changed
src/app/endpoints/streaming_query.py
@@ -150,7 +150,6 @@ def stream_build_event(chunk: Any, chunk_id: int, metadata_map: dict) -> Iterato
150
"""
151
if hasattr(chunk, "error"):
152
yield from _handle_error_event(chunk, chunk_id)
153
- return
154
155
event_type = chunk.event.payload.event_type
156
step_type = getattr(chunk.event.payload, "step_type", None)
0 commit comments