Qwame
03/23/2023, 6:34 PMjamie
03/23/2023, 6:49 PMname
parameter of @asset
and likely some different values in the asset function itself). That would give you 300 assets that you could add to your Definitions object. If you were to materialize all of those assets at once, you’d be able to take advantage of parallel executionQwame
03/23/2023, 6:50 PMjamie
03/23/2023, 6:51 PMQwame
03/23/2023, 6:55 PMjamie
03/23/2023, 7:02 PMins
parameter programmatically https://docs.dagster.io/concepts/assets/software-defined-assets#defining-explicit-dependencies
you might end up needing to have three loops, one for A, one for B, one for C if specifying the ins
for each is significantly differentQwame
03/23/2023, 7:06 PM