List all batch ids of a dataset based on Source Data flow run id
Hello Community,
I am working with a dataset in AEP and need to trace all the batch IDs that were generated during a particular ingestion. I can see the source Dataflow Run ID has ingested some records in the dataset and took 1.3 hours run but I see during this time multiple batch have been created in dataset.
I tried with APIs with the following ways:
- Flow services run id the payload do not provide the dataset details
- Catalogue services batches with bath id, here as well the Data flow run details are not available
My requirement is:
Given a source Dataflow Run ID, I want to list all the batch IDs created in AEP.
What is the correct way (via API or Query Service) to fetch all batch IDs of a dataset based on a given Source Dataflow Run ID?