Hi there! No matter what I pass to `context.update...
# ask-community
m
Hi there! No matter what I pass to
context.update_cursor("1")
it gets reset to
None
. I tried multiple scenarios (redeploying, setting the cursor manually before running the sensor, etc), but after that function is call, it gets reset to None, then next sensor run does not have any value on the cursor property. Im following the documentation here. Anything that I could be doing wrong?
o
hm definitely odd, mind sharing your sensor code? and it probably wouldn't hurt to run a
dagster instance migrate
, but I don't think that's super likely to solve the issue
m
I ended up rewritting the code and then it worked. Seemed like a problem on my end!