how to find is this batch Ingestionand stream Ingestion | Community
Skip to main content
Level 2
July 2, 2025
Question

how to find is this batch Ingestionand stream Ingestion

  • July 2, 2025
  • 1 reply
  • 347 views

how to find is this batch Ingestionand stream Ingestion

 

 

if u ingest data how system understood that batch or stream,what background process to run that ?

and whre we see is this batch ingestion data and stream ingestion data like that ? if any one know can share the path or share the screen shot realted to that ?

 

1 reply

KumarRishii
Level 5
July 2, 2025

To identify whether data was ingested via batch or streaming in AEP :

1) AEP determines ingestion type based on the method used—batch via dataflows/API uploads, and streaming via HTTP API or WebSDK.

2) Batch data includes a batchId, while streaming data does not.

3) You can check ingestion type in:

Sources > Monitoring: Shows ingestion type (Batch or Streaming) per dataflow.

Datasets > [Dataset] > Activity: Displays batch IDs for batch ingestions or continuous event flow for streaming.

Query Service: Run SQL queries to check for _batchId—presence indicates batch ingestion.

System background processes like validation and routing vary based on the ingestion type, handled by AEP’s Data Ingestion and Lake services.

https://experienceleague.adobe.com/en/docs/experience-platform/ingestion/home