Hey! New to dagster and had a question about senso...
# ask-community
t
Hey! New to dagster and had a question about sensors for detecting failures. I’ve set up some metadata for a job that contains a team name and on failure, I’d like to have the sensor ping some alerting api but have this vary depend on the team metadata. I pass a RunStatusSensorContext into the function run for the sensor. I was wondering if the RunStatusSensorContext had access to the job metadata so it can figure out what team to send the alert to
c
Hi Tyrone. How are you specifying variable metadata on the job?
t
Solved! Ignore this 🙂 Thanks!