data = table.query(KeyConditionExpression = Key('id').eq('fasfas'),
FilterExpression=Attr(u'Absolute humidity[g/kg].3').eq(1))
Error:
ClientError: An error occurred (ValidationException) when calling the Query operation: Invalid FilterExpression: Syntax error; token: "humidity", near: "Absolute humidity ["
How can I make it work using boto3 as it works fine on website?
P.S. it also doens't work with underscores.