Update results of a job query with results from another query.
- Parameters:
- job_info
dict
[str
, dict
[str
, Any
]] Results of the job query that needs to be updated.
- other_info
dict
[str
, dict
[str
, Any
]] Results of the other job query.
- Returns:
- job_info
dict
[str
, dict
[str
, Any
]] The updated results.