Is there any query which can help get list of failed batches from a dataset. | Community
Skip to main content
New Participant
August 7, 2024
Solved

Is there any query which can help get list of failed batches from a dataset.

  • August 7, 2024
  • 4 replies
  • 1793 views

Hello All,

I want to fetch list of failed batches of a dataset in specific time window. Is there any  query which can help me with it for AEP.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by brekrut

I would recommend using the Catalog API to look for batches over a timeframe and see their status.  You can also filter on the dataSet using the Catalog API.

 

https://developer.adobe.com/experience-platform-apis/references/catalog/#tag/Batches

4 replies

kautuk_sahni
Employee
September 16, 2024

@shivanim Did you find the suggestions helpful? Please let us know if you require more information. Otherwise, please mark the answer as correct for posterity. If you've discovered a solution yourself, we would appreciate it if you could share it with the community. Thank you!

Kautuk Sahni
Employee
August 9, 2024

Remember failed batches of data are not mastered in the dataset in the data lake. They are quarantined and kept separately for inspection. The Catalog API is the best way to get those or better take a look at the monitoring dashboard.

itsme_ssj
New Participant
August 7, 2024

failed batches cannot be retrieved using query. As per the previous comment can be done using API.

 

--ssj

ShivaniMAuthor
New Participant
August 7, 2024

Hello, it would be great if I can get the error also against those batch IDs

brekrut
brekrutAccepted solution
Employee
August 7, 2024

I would recommend using the Catalog API to look for batches over a timeframe and see their status.  You can also filter on the dataSet using the Catalog API.

 

https://developer.adobe.com/experience-platform-apis/references/catalog/#tag/Batches