Hi, if I filter one asset out of a job to run only...
# dagster-feedback
f
Hi, if I filter one asset out of a job to run only that and go to the launchpad, all the assets of the pertaining job are listed making it very confusing. Also, when launching a backfill on a subset of assets, all the configurations are needed, even for assets that won't be executed. I wonder if this is on purpose 🤔 In the errors panel you can see that only one configuration is being requested, but in the Assets section of the right panel all of them are listed.
🤖 2
s
Hi Fabio, Thanks for the feedback-- cc @Ben Gotow.
Also, when launching a backfill on a subset of assets, all the configurations are needed, even for assets that won’t be executed.
They aren’t all actually needed-- you can delete the scaffolding for the unselected ops. But it is certainly a bug that the scaffolding for the unselected ops appears. I’ve filed an issue: https://github.com/dagster-io/dagster/issues/15050