cancel
Showing results for 
Search instead for 
Did you mean: 

Extracting diagnostic information such as Start Time from Data Intelligence/ Data Hub

0 Kudos

Hi,

We would like to extract the start time, end time and submitted time from the graph execution in Data Intelligence Modeler and log these timestamps every time the graph ran. Is there a way to obtain this data through an operator and export it to a HANA table? We have considered the Python operator to generate something similar like a timestamp as well as Run Hana SQL but did not manage yet. Any help would be appreciated!

Edit: through the monitoring section you can download the diagnostics information. In essence we would like to extract the data within the "execution.json" file, along with every graph run. It looks like there is a container inside that is referred to, would it be possible to call this container in HANA somehow?

View Entire Topic
Vitaliy-R
Developer Advocate
Developer Advocate
0 Kudos

Have you looked at the REST API for Pipeline Operations (https://launchpad.support.sap.com/#/notes/2934389) if it helps to get the data you need?