-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ComputeClient methods to submit & get tasks #1094
Conversation
94b6d2e
to
e7fc5ce
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me, but I want to confirm with the team that get_task_batch
looks good to us. Since we don't yet have consistency about always passing a payload object vs passing unpacked fields, I just want to confirm that we're comfortable adding more APIs of both styles (I am, as I think consistency of this sort is only valuable if we can get it library-wide, which will require a major effort with some clear direction).
e7fc5ce
to
e8487d9
Compare
7a3208e
to
2065429
Compare
- Added the `.get_task()`, `.get_task_batch()`, `.get_task_group()`, and `.submit()` methods to the `ComputeClientV2` class. - Added the `.submit()` method to the `ComputeClientV3` class.
2065429
to
11edfb8
Compare
.get_task()
,.get_task_batch()
,.get_task_group()
, and.submit()
methods to theComputeClientV2
class..submit()
method to theComputeClientV3
class.📚 Documentation preview 📚: https://globus-sdk-python--1094.org.readthedocs.build/en/1094/