R Lucas
05/05/2023, 9:21 AMView in Dagit
button is in the format {dagit_base_url}/instance/runs/{run_id}
which redirects to {dagit_base_url}/overview/timeline
due to the /instance
component. The correct link is {dagit_base_url}/runs/{run_id}
.
Is it a known bug or a potential misconfiguration on my end of the sensor ?make_teams_on_run_failure_sensor
monitored_jobs parameter does not cover CodeLocationSelector
like slack sensor does ?
The default configuration seems to catch errors from other code location instead of the current.
ob __ASSET_JOB_0 failed!
Run ID: XXXXXXXX
Error: This run has been marked as failed from outside the execution context
We are wondering if it's due to monitored_jobs not being set.yuhan
05/05/2023, 6:32 PMR Lucas
05/05/2023, 6:58 PM