Good day everyone, and thank you for Dagster. I am very new to it, and would appreciate a bit of help, please. I'm working through the tutorial and the examples, but was wondering if there is a good reference DAG that can how me how to iterate through an arbitrary list APIs and download some data, either in serial, or better yet, concurrently. So it might be a case of calling the same API ,but with different parameters. That would then be encapsulated in a solid, right? And you would use something like
requets.io to make the calls? Thank you in advance for any advice. I am going to look at more examples to hopefully understand if this is the correct approach.