-
TL;DR: I am trying to build an asset that collects and returns the outputs of multiple other assets, which may vary in number given some parameters, but are all defined at build time. I tried using the repo.load_asset_value, but I got Example of stand alone code reproducing the issue.
I am trying it this way because, since I have also added this question to stackoverflow |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
To build an asset that collects and returns the outputs of multiple other assets, which may vary in number given some parameters, but are all defined at build time, I would use
|
Beta Was this translation helpful? Give feedback.
To build an asset that collects and returns the outputs of multiple other assets, which may vary in number given some parameters, but are all defined at build time, I would use
kwargs
withAssetIns
: