Said Mancouri
02/01/2023, 2:34 PMprha
02/01/2023, 5:47 PMMaterialize All
(see the selection string *asset_d
):Said Mancouri
02/01/2023, 6:07 PMmulti-Assets
to be wired together, when one is materialized everything is materialized.
I don’t want to get this issue when I try to materialize B.
When building job, the AssetsDefinition 'stage' contains asset keys [AssetKey(['B', 'B']), AssetKey(['C', 'C'])], but attempted to select only [AssetKey(['B', 'B'])]
I want it to automatically materialize C as well.
I don’t have the intention to do subsetting because one op will produce B and C.prha
02/01/2023, 6:24 PMSaid Mancouri
02/01/2023, 9:17 PMmulti-asset
outputs dataset_B
and dataset_C
. If I go to Assets and search for dataset_D
and go to its lineage and I click materialize all to materialize dataset_D
. I would get a failure.
My expectations that the op
stage_a
would run and materialize dataset_B
and dataset_C
.ops
that produce a subset or all assets.
In this use case, to materialize dataset_A, dataset_B, dataset_C, dataset_D when I go to Asset dataset_D
lineage and click materialize allsandy
02/03/2023, 12:53 AM