vavavr00m / boto

Automatically exported from code.google.com/p/boto
1 stars 0 forks source link

no 'annotation' field in HIT or assignment objects #571

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Running any get_assignment or get_reviewable_hits method.

What is the expected output? What do you see instead?

I would expect an 'annotation' option on at least each of the HIT objects from 
get_reviewable_hits().

What version of the product are you using? On what operating system?

boto 2.0

Please provide any additional information below.

It is perhaps the case that I am missing something, but it seems that options 
which would be available in data.results from AMT's CMT are not available on 
the Python objects created by boto. For instance, I would really like to have 
the 'annotation' field, which is how I keep track of my HIT results.

Original issue reported on code.google.com by josephki...@gmail.com on 16 Dec 2011 at 6:38

GoogleCodeExporter commented 9 years ago
Ran into this before. Had to do an explicit 'get_hit( hitId )' in order to 
retrieve the full HIT data, containing among other things, the annotation. The 
HIT returned from 'get_reviewable_hits()' doesn't seem to give the full skinny. 
It's apparently an AWS thing, not a boto thing.

Original comment by ahbro...@gmail.com on 28 May 2012 at 2:20