Tejas
12/23/2022, 9:41 AMmulti_asset
to define the asset outs and My asset defination is [AssetKey(['dbname', 'TABLE1']), AssetKey(['dbname', 'TABLE2']), AssetKey(['dbname', 'TABLE3']), AssetKey(['dbname', 'TABLE4'])]
But I want to select only AssetKey(['dbname', 'TABLE2'])
. When I try to do so, getting an error AssetsDefinition does not support subsetting
sandy
12/27/2022, 5:48 PMcan_subset=True
on the multi-assetTejas
12/29/2022, 2:16 PMcan_subset=True
to multiasset. I am getting an error that my OP did not fire outputs for rest of the assets.op 'extract_load' did not fire outputs
owen
12/29/2022, 3:03 PMTejas
12/29/2022, 3:46 PM