You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update SDK for v2 APIs (#101)
* Update SDK for v2 APIs
* Update readme
* Fix pause/resume test timing issue
* Fix pause/resume test to handle empty batch behavior
* Apply black formatting to test file
* Update Version
Make project name optional (#92)
* Update __init__.py
made project_name optional
* Update _version.py
new release tag
* Update test_client.py
tests first draft
* updated comment
* either project name or batch name must be provided
* updated tests
* black formatted
* removed the explicit project_name=None parameter
* removed test_process_tasks_endpoint_args_with_batch_name
* formatted with black
* updated logic
* formatted with black
---------
Co-authored-by: Alejandro Gonzalez Barriga <46691497+Alejandro-Gonzalez-Barriga@users.noreply.github.com>