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
:HTTPDriver for http://clickhouse:8123 returned response code 500)
Code: 43. DB::Exception: Invalid types for IN function: String and Tuple(Tuple(String, String)).: While processing (verb_id = 'https://w3id.org/xapi/video/verbs/played') AND (org IN tuple(('edX', 'UMONTREAL'))). (ILLEGAL_TYPE_OF_ARGUMENT) (
This may be triggered by:
Issue 1002 - The database returned an unexpected error.
The text was updated successfully, but these errors were encountered:
This fixesopenedx#258. The `where_in` jinja filter will add parens
automatically. The extra parens don't cause an issue with just one
filter value, but it does as soon as there's more than one value.
Looks like a datatype / extra parens issue:
The text was updated successfully, but these errors were encountered: