https://dagster.io/ logo
Title
j

Joy Yu

02/09/2023, 10:01 PM
heya, I'm running a sensor in prod but it keeps failing with this error msg -
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?
:dagster-bot-resolve: 1
will try adding
end_offset=1
and re-try
s

sean

02/10/2023, 1:59 PM
Hi Joy, did you solve your problem?
j

Joy Yu

02/10/2023, 4:42 PM
yup that did the trick
thanks!