I couldn't figure out how to successfully associate a job runrequest with a run status sensor, where a run gets requested and is picked up by the daemon to run.
➕ 1
the decorator doesn't have a “job” kwarg
I yielded a RunRequest but the daemon didn't actually run the job. The status remained blue in dagit. I'm not sure how to do run status sensors in a way that their actions get logged. I guess materializations?
s
Stephen Bailey
06/07/2022, 7:39 PM
This is an issue I've had as well, and I think the docs are quite confusing here. There's a discussion here about how to handle this.