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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Implemented a clone_project method
Deserialization should not fail on unknown enum values or unexpected value types anymore
Some functions that used to return an Operation object now wait for operations to end and return a more usefull output. For example, clone_pool now returns an instance of Pool representing a newly created pool. If you want the old behaviour please use *_async versions of the methods. The list of affected methods:
archive_pool
archive_project
archive_training
clone_pool
clone_training
close_pool
close_pool_for_update
close_training
open_pool
open_training
create_tasks and create_task_suites methods now use their async versions under the hood. This significantly reduces cases when TimeoutError is raised but the data is actually uploaded