I'm trying queries with ANY(), SOME() and ALL(), as per https://docs.aws.amazon.com/timestream/latest/developerguide/comparison-functions.all-any-some.html
along the lines of
SELECT * FROM "mytable"."temperature" WHERE device_name <> ANY('Foo', 'Bar')
and I'm always getting this error:
Problems with function : ANY. Either the function does not exist, or there is a problem with a dependent function