Skip to content

Commit

Permalink
Retrieve image info when decoding V2 jobs (#1900)
Browse files Browse the repository at this point in the history
  • Loading branch information
mberna authored Aug 30, 2024
1 parent 72c1655 commit 8f60ac1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qiskit_ibm_runtime/qiskit_runtime_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -1170,6 +1170,7 @@ def _decode_job(self, raw_data: Dict) -> Union[RuntimeJob, RuntimeJobV2]:
job_id=raw_data["id"],
program_id=raw_data.get("program", {}).get("id", ""),
creation_date=raw_data.get("created", None),
image=raw_data.get("runtime"),
session_id=raw_data.get("session_id"),
tags=raw_data.get("tags"),
)
Expand Down

0 comments on commit 8f60ac1

Please sign in to comment.