Vinnie
01/20/2023, 12:41 PMmulti_asset
is required? For a current use case, I have a multi_asset
generating roughly 8 assets, of which either all 8 or only a specific subset of them would be expected. I would know at runtime which case (all assets or subset) the run falls under.Combiz Khozoie
01/20/2023, 5:49 PMchris
01/21/2023, 1:30 AMowen
01/23/2023, 5:34 PMAssetOut(is_required=True)
, with the others as AssetOut(is_required=False)
, which would at the very least error (at runtime) if you tried to materialize a subset that didn't contain all of the required onesVinnie
01/24/2023, 12:33 PM