-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Function and jobs refactor - resolve circular dependencies (#1517)
* 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 * refactor function and job and resolve circular dependency * 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 * fix lint * revert tox file * fix functions return * JobClient -> JobService * jobService variable camelCase to snake_case
- Loading branch information
Showing
6 changed files
with
173 additions
and
132 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.