Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
Hi All,
I want to fetch all batch id of dataflow that are created in each data insert in dataset.
As there is limit to see only last 30 days batch id.
If anyone now kindly reply ASAP.
Thank You,
Saurabh
Topics help categorize Community content and increase your ability to discover relevant content.
@Saurabh__G That reminded me of a similar situation where we used the following API call to fetch all successful BatchIDs within a specific timeframe:
GET https://platform.adobe.io/data/foundation/catalog/batches?dataSet={dataset_id}&status=success&tags=a...
Not sure if that helps, these are just notes and will have to be tested again
How to fetch the latest batches which were ingested for a particular day on a given dataset.Is there a query which can help us to get the latest ingested batch using _ACP_SYSTEM_METADATA ?
Views
Likes
Replies