Is it possible to request two annotators at the same time?
I try something like this
L.query("objects.objectId, sherlock_classifications.*,alerce_lc.classification as alerce_class, NEEDLE.classification as needle_class",
"objects,sherlock_classifications,annotator:alerce_lc,NEEDLE",
"objects.objectId IN {s}".format(s=tuple(i)))
but it fails.
Thank you,
Lydia
Is it possible to request two annotators at the same time?
I try something like this
L.query("objects.objectId, sherlock_classifications.*,alerce_lc.classification as alerce_class, NEEDLE.classification as needle_class",
"objects,sherlock_classifications,annotator:alerce_lc,NEEDLE",
"objects.objectId IN {s}".format(s=tuple(i)))
but it fails.
Thank you,
Lydia