-
Notifications
You must be signed in to change notification settings - Fork 33
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
Migrate run end-point and use function.run instead of client.run #1320
Conversation
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.
Ah, so much better!
Now we have one UX flow to upload and run. Simplify handling of request and infrastructure a lot!
Thank you @Tansito !
This is less about the changes and more just a nit on the PR text (which will become the commit message): can we also capture that we're moving from |
How about this @psschwei ? |
that works |
LGTM pending resolution of Aki's comment |
Summary
Close #1321, #1323
This PR covers two issues:
run_existing
torun
as standard way to run Qiskit FunctionsDetails and comments
run
references and promotedrun_existing
torun
end-point.run_existing
and updatedrun
methodslist:get_programs
methodLocalClient
to supportlist
method