Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello All,
I would like to know what metadata tables are involved for tasks reloads in qliksense. I would like to build a query to get the status of task'sreload by date along with the error message info if any.
Please share if any such queries were already made. I can customize it as per my requirements and continue on it
Best Regards
Vamsi
Hi @VamsiBhagavathula1 ,
sure, you can create Postgre SQL connection in data load editor to your Postgre DB and then query reload task metadata.
br
m
@mato32188 ,yes i do have the postgres sql connection but i want to know table names where we could find this task reload execution details & its status??
"public"."ExecutionResults" and "public"."ReloadTasks"
Hi, I made a test and it seems there are only the last 4 run of the tasks in ExecutionResults.
I can't find anything about that in documentation, do you know about that?
@nmartini This is also my observation. I was looking for more info and found your question about this. I'm also curious about the documentation on this.