I have been using this line to add machine-assisted labels to Labelbox. Until this week or so it was working:
project.create_batch(‘’.join([“Initial_batch_”,get_datetime()]),
[data_row.uid],
2)
But now I am getting this error and cannot find any documentation as to what has changed:
Cannot query field “createBatch” on type “MutationProject”. Did you mean “createBatchV2”, “updateBatch”, “deleteBatch”, or “createEmptyBatch”?(‘Cannot query field “createBatch” on type “MutationProject”. Did you mean “createBatchV2”, “updateBatch”, “deleteBatch”, or “createEmptyBatch”?’, None)