【发布时间】:2022-11-15 12:21:47
【问题描述】:
currDBraw = table.scan(
FilterExpression=Attr('purebetId').gt(0) & "attribute_not_exists(ouline)",
ProjectionExpression="event,homeTeam,awayTeam,startDate,purebetId"
)
我是aws和boto3的新手,有了这个,我明白了
AND 操作不能直接应用于 <class 'str'> 类型的 value attribute_not_exists(ouline)
我不确定这意味着什么或我能做什么
【问题讨论】:
标签: python amazon-web-services amazon-dynamodb boto3