Expand my Community achievements bar.

Join our product experts for a live Ask Me Anything on November 12th at 8 AM PT about Experiences & Efficiency with AEP Agent Orchestrator & How Agentic AI is Fueling Smarter Testing and Growth!
SOLVED

Need to retreive all data flow from source

Avatar

Level 1

hi team i need to get the batch data flow name of all the dataflows pointing to specific dataset from amzon s3 

1 Accepted Solution

Avatar

Correct answer by
Level 4

Hi @nijilma ,

You could perhaps use the API to list all the dataflows and then process that result. I would do it using postman and write post-script to filter results based on specific S3 destination or dataset.

 

I hope it helps. Thanks!

View solution in original post

1 Reply

Avatar

Correct answer by
Level 4

Hi @nijilma ,

You could perhaps use the API to list all the dataflows and then process that result. I would do it using postman and write post-script to filter results based on specific S3 destination or dataset.

 

I hope it helps. Thanks!