Hi, we are trying to set a cursor for a sensor in ...
# deployment-kubernetes
n
Hi, we are trying to set a cursor for a sensor in kubernetes. From our understanding, we will run
dagster sensor cursor --set <value> <your cursor name>
to set it. Some questions: 1. Which pod should we run the command on? daemon, user code deployment, etc? 2. How do we reference repositories across pods, if that's needed?