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
fix: allow primitive values in EventQL query results
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
0 commit comments