Skip to main content
Pradeep-Jaiswal
Level 6
October 10, 2025
해결됨

how to find event attribute are ingested against which dataset ?

  • October 10, 2025
  • 2 답변들
  • 209 조회

Everything that’s present in prfile store is also present in dataLake.

Lets say there are 4 system sending event streaming data. From profile UI we can see all 4events. How can we back track it to find out which dataset they have the record entry in dataLake ?

이 주제는 답변이 닫혔습니다.
최고의 답변: itsMeTechy

when you lookup the profile and view events in json, you can find an attribute "sourceid" for each event record, which is the datasetid in which that event is ingested.

2 답변

itsMeTechy
Level 4
October 10, 2025

when you lookup the profile and view events in json, you can find an attribute "sourceid" for each event record, which is the datasetid in which that event is ingested.

Pradeep-Jaiswal
Level 6
October 11, 2025

awesome thank