Closed rohan-r-kulkarni closed 1 year ago
I'd rather not tie in the autoformatter with the scheduling goals work. @rohan-r-kulkarni you should be able to edit this commit with git add --patch
to pull out your just work, and then make sure you delete the pre-commit hook (rm -rf .git/hooks
) so the formatter doesn't run again.
Maybe I'll do a big PR of just running the formatter later...
(or you can just manually pull out the changes)
Implemented some methods that are useful for handling scheduling goals (bulk uploading, deleting, getting).
Included functionality from upload_scheduling.py from clipper-aerie into Aerie CLI native.
Methods are needed for clipper-aerie scheduling goal deployment script clipper-aerie/scripts/upload_scheduling.py
Closes #19 Closes #28