Hey folks! I'm experiencing a strange sensor error...
# ask-community
h
Hey folks! I'm experiencing a strange sensor error: I have a multi-asset sensor that's working as expected locally, but showing this error (first screenshot) in our production deployment. The main difference between my local situation and our prod deployment is that I'm only running one code location locally, whereas there are two code locations in prod, so I suspect that might be at play in some way here. The sensor itself monitors a group of assets and yields a run request if a) there are any new materializations AND b) there are no runs of a specific job currently in progress. The latter condition is checked using a
RunsFilter
(second screenshot), and I wonder if this is causing problems that I can't see locally because of the code location issue mentioned above. If anyone has thoughts, I'd greatly appreciate the help, thank you!