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
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 <[email protected]>