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: sql query to fetch distinct values in datasets API (#1304)
add escape characters to the stream names in the query call
query string -
`select DISTINCT(p_src_ip) from \"{stream-name}\"`
`\select DISTINCT(p_user_agent) from \"{stream-name}\"`
0 commit comments