https://dagster.io/ logo
#ask-community
Title
# ask-community
a

Artem Dobryy

12/02/2022, 1:06 PM
Hi. I would like to understand how i can configure run_failure_sensor if any of the assets falls and need to restart job with selection this asset
c

chris

12/02/2022, 6:35 PM
in your run request, you can select the particular asset(s) that failed using the asset_selection param
a

Artem Dobryy

12/03/2022, 2:13 PM
yep, it allows me to run a specific asset if the job fails, but it doesn't say which asset caused the job to fail
2 Views