We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77ae28e commit 3695aeeCopy full SHA for 3695aee
src/prism/logstream/mod.rs
@@ -336,7 +336,7 @@ impl PrismDatasetRequest {
336
field: &str,
337
) -> Result<Vec<String>, QueryError> {
338
let query = Query {
339
- query: format!("SELECT DISTINCT({field}) FOR {stream_name}"),
+ query: format!("SELECT DISTINCT({field}) FROM {stream_name}"),
340
start_time: "1h".to_owned(),
341
end_time: "now".to_owned(),
342
send_null: false,
0 commit comments