heya, I'm running a sensor in prod but it keeps fa...
# ask-community
j
heya, I'm running a sensor in prod but it keeps failing with this error msg -
Copy code
dagster._core.errors.DagsterUnknownPartitionError: Could not find a partition with key `2023-02-09`
it looks like there's some sort of limit on available partitions with the max being the previous day? is this something we can change?
🤖 1
will try adding
end_offset=1
and re-try
s
Hi Joy, did you solve your problem?
j
yup that did the trick
thanks!