Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Allow runtime program authors to retrieve program data#166

Closed
kt474 wants to merge 7 commits intoQiskit:runtime-release-q4from
kt474:program-data-retrieval
Closed

Allow runtime program authors to retrieve program data#166
kt474 wants to merge 7 commits intoQiskit:runtime-release-q4from
kt474:program-data-retrieval

Conversation

@kt474
Copy link
Copy Markdown
Contributor

@kt474 kt474 commented Oct 18, 2021

Summary

fixes #66

Details and comments

@rathishcholarajan rathishcholarajan added this to the 0.1 milestone Oct 19, 2021
@kt474
Copy link
Copy Markdown
Contributor Author

kt474 commented Oct 19, 2021

Should there be logic to ensure that only program authors can retrieve the program data? Or can the data be retrieved from all public programs

@kt474 kt474 changed the title [WIP] allow runtime program authors to retrieve program data Allow runtime program authors to retrieve program data Oct 19, 2021
@rathishcholarajan
Copy link
Copy Markdown
Member

Should there be logic to ensure that only program authors can retrieve the program data? Or can the data be retrieved from all public programs

Could you check how it's working today? We shouldn't have to add any logic, the API should handle that. We need to make sure we show the appropriate error messages though.

Comment thread releasenotes/notes/retrieve-program-data-a7532156ccc46fb2.yaml Outdated
Comment thread qiskit_ibm/runtime/runtime_program.py
kt474 and others added 2 commits October 19, 2021 13:28
Co-authored-by: Rathish Cholarajan <rathishc24@gmail.com>
Co-authored-by: Rathish Cholarajan <rathishc24@gmail.com>
@rathishcholarajan rathishcholarajan added the Changelog: New Feature Include in the Added section of the changelog label Oct 19, 2021
@rathishcholarajan rathishcholarajan changed the base branch from main to runtime-release-q4 October 20, 2021 18:13
@rathishcholarajan
Copy link
Copy Markdown
Member

@kt474 I want to merge this to runtime-release-q4 branch since that's where I am aggregating all the PRs that need the new runtime API changes. So I've changed the base of this PR. Could you rebase this PR with runtime-release-q4 branch and resolve merge conflicts.

@kt474 kt474 closed this Oct 21, 2021
@kt474 kt474 deleted the program-data-retrieval branch October 21, 2021 02:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Changelog: New Feature Include in the Added section of the changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow runtime program author to retrieve program data

2 participants