Hello, I have a task to do for a number of "accoun...
# ask-community
p
Hello, I have a task to do for a number of "accounts". Let's say, retrieve data A, data B, merge them, and write to a DB. Now what would be the idiomatic way to do this? Would it be a "for" loop in the affected nodes (iterating over the accounts) or is there a better way, allowing me to track the assets and metrics of the accounts separately?
dagster bot responded by community 1
🤖 1
v
What about using partitioned assets where each partition corresponds to an account?
p
This is exactly what I need! I was looking more into the "dynamic graph" direction, but what you propose seems to be the best start for me. Thank you very much for the hint!
🌈 1