Skip to content
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

allow provider to get the job by id #1493

Merged
merged 2 commits into from
Sep 19, 2024
Merged

Conversation

akihikokuroda
Copy link
Collaborator

Summary

fix #1470

Details and comments

This PR changes allow the provider to retrieve the job in addition to the job author in this method https://github.com/Qiskit/qiskit-ibm-catalog/blob/de2aaab8538e95942d1b7d98337c2c18093ec6f4/qiskit_ibm_catalog/catalog.py#L103

gateway/api/views.py Show resolved Hide resolved
gateway/api/views.py Show resolved Hide resolved
gateway/api/views.py Outdated Show resolved Hide resolved
Copy link
Member

@Tansito Tansito left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM @akihikokuroda , thank you!

@akihikokuroda akihikokuroda merged commit 23c44b6 into Qiskit:main Sep 19, 2024
10 checks passed
@akihikokuroda akihikokuroda deleted the jobid branch September 19, 2024 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Provider can retrieve a job from its function
3 participants