Closed aaroncraig10e closed 7 years ago
If you're seeing these errors when using the botocore client, then it might be better to post this issue on the botocore repo. If it's a problem in botocore, no amount of changes in flywheel will help.
I don't know what would be different between those two queries, but shot in the dark: the scanned count is different. If they're being run on the same dataset then something might be applying a scan limit somewhere. You can enable DEBUG level logging and botocore should print out all the requests as it's sending them over the wire.
Cool, I'm new to this so wasn't sure which library to file this under.
I'll close this for now and raise it with boto.
Given a record with the following shape:
the following works with aws cli:
but this does not work in a python script:
The results are:
Not sure why the cli scan would return the expected results, but the scan through flywheel does not.