-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement job_result_download for experiment service (#632)
* change job_result_download to experiment service * orm get jobs by experiment * add experiment methods * add service deps * fix service deps * fix dataset input * remove comment * fix schemas * Update lumigator/python/mzai/backend/backend/services/jobs.py Co-authored-by: Davide Eynard <[email protected]> Signed-off-by: Vicki Boykis <[email protected]> * Update lumigator/python/mzai/backend/backend/services/jobs.py Co-authored-by: Davide Eynard <[email protected]> Signed-off-by: Vicki Boykis <[email protected]> * fix experiment query * fetch jobs by experiment from experiment repo * remove schema change * add imports after rebase * clean up imports * refactor jobs call * add dataset service * change test and experiment response * testing * change types for routes * fix failing int tests * cleanup make * remove extra get by id method since covered in jobs * hotfix broken links --------- Signed-off-by: Vicki Boykis <[email protected]> Co-authored-by: Davide Eynard <[email protected]>
- Loading branch information
Showing
10 changed files
with
262 additions
and
203 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
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.