https://dagster.io/ logo
Title
g

Gary Kennedy

07/22/2021, 5:32 AM
Hi all. I’m experimenting with using an asset sensor to trigger a cross-repository pipeline and I’m wondering how I can send alerts (ie, slack) if the sensor itself fails exceptionally. Any ideas how/where to look further?
a

alex

07/22/2021, 2:43 PM
I don’t believe we yet have any special hooks for this . For now you could start with attempting to handle it in the body of your sensor
cc @prha
g

Gary Kennedy

07/22/2021, 11:48 PM
I was afraid of that 🙂
Thinking out loud, it might be good for sensors(/schedules?) to have access to logging (already 👍’d the open ticket), and, resources or config settings. Maybe a
$DAGSTER_HOME/user_repository.yaml
to provide the
resource:
config for resources specified by a sensors(/schedule?)
required_resource_keys=
...?