New job_results system table

As per Dremio 4.0.2 release notes, I’ve tried to acess to job results system table.
I followed the documentation here https://docs.dremio.com/jobs/job-details.html,
but I always get Table ‘sys.job_results.dsdsdsdsd’ whatever Job id I try to access to.

I’m running Dremio Community Edition 4.0.2, did I miss something ?

Hi @dfleckinger

You need to run the query in the below format, “225bf54a-0a06-6991-7876-67a0ab9ff300” is the job id

select * from sys.job_results.“225bf54a-0a06-6991-7876-67a0ab9ff300”

Thanks
@balaji.ramaswamy