Commit ab73e73
authored
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}\"`1 parent 83bc666 commit ab73e73
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
392 | 392 | | |
393 | 393 | | |
394 | 394 | | |
395 | | - | |
| 395 | + | |
396 | 396 | | |
397 | 397 | | |
398 | 398 | | |
| |||
0 commit comments