Batching is using async behind the scenes already. Adding objects is non-blocking and it automatically sends multiple concurrent requests. We do not think it makes sense to call this async
If you want to do async batching yourself you can use data.insert_many(). The latest developement version (4.7.0-rc-2
) also contains an async client taht you could try out.