Commit 4e7f136
committed
fix(dreamer): use correct filter syntax for surprisal level query
The surprisal observation fetch passed a list directly as the filter
value ({"level": [...]}), which generated invalid SQL (level = ARRAY)
instead of level IN (...). Use the {"in": [...]} operator syntax.1 parent a5423b5 commit 4e7f136
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
239 | | - | |
| 239 | + | |
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
| |||
0 commit comments