This is a Python-only quickstart that shows how to use the SDK's async API.
I've included two examples, one as the "simplest possible" case that assumes the files are available locally and a more complex example that schedules in parallel and includes a download step using a shared HTTP session.
This is a Python-only quickstart that shows how to use the SDK's
async
API.I've included two examples, one as the "simplest possible" case that assumes the files are available locally and a more complex example that schedules in parallel and includes a download step using a shared HTTP session.