Skip to content

Conversation

@goloroden
Copy link
Member

The isStreamRow function was incorrectly requiring payload to be a Record (object). This caused runEventQlQuery to fail with "Failed to run EventQL query" when the query returned primitive values (boolean, number, string) instead of objects.

Fixes #304

The isStreamRow function was incorrectly requiring payload to be a
Record (object). This caused runEventQlQuery to fail with "Failed to
run EventQL query" when the query returned primitive values (boolean,
number, string) instead of objects.

Fixes #304
@goloroden goloroden requested a review from a team as a code owner December 21, 2025 21:29
@goloroden goloroden merged commit 4c46605 into main Dec 21, 2025
2 checks passed
@goloroden goloroden deleted the claude/investigate-issue-304-71ewb branch December 21, 2025 21:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

How do I use runEventQlQuery correctly?

3 participants