I am sure I am missing some basic concept but I am looking for how to do a single operation that can fan out into many. Say like I grab an rss feed and there are 10 news articles. I want to apply some kind of DAG on each of those. Is there a way to specify that or should the DAG that is pulling the articles down simply trigger another DAG for each article.
Thank you in advance.
