Skip to main content
Is it possible to capture at what time the delta load started or ends in a table? If yes please help with the approach

Hi,

 

1) Easier method: try to enable custom monitoring here, monitoring data pool will appear in few day, then you can install EMS market place related, and change transformation code to get what you want.

https://<team_Name>.celonis.cloud/integration/ui/monitoring

 

2) You can use ML workbench to send GET request to:

https://<team_name>.celonis.cloud/integration/api/pools/monitoring/?limit=200&page=0

 

Second approach gives a lot of options but it's harder as you need to combine knowledge from various domains. Additionaly when log has more then 200 entries you need to include page looping in that python code, and combining data pieces into single data frame pushed back later to Celonis, as a data pool table.

 

Best Regards,

Mateusz Dudek


Reply