-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor client and fix tests (#1513)
* refactor client and fix tests * remove client/arguments.serverless * remove unused TIMEOUTs * functions deprecation warnings * added get_job_by_id with deprecation warning * added __init__.py * deprecated list function correction * replace deleted _token with token * **kwargs * add duplicate code exception * fixed run function * fixed code quality * fix linter * delete file management from client. Use it only in serverless * fix docs * skip file download and manage data directory tests * change docker build * change docker build * fix from_dict * move _upload_with_artifact changes * rename get_XXXX methods as XXXX * rename get_XXXX methods as XXXX on local client * fix upload return on serverless * fix upload return on local client
- Loading branch information
Showing
17 changed files
with
1,159 additions
and
1,364 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.