Hi all. For a partitioned job, I found out that t...
# ask-community
j
Hi all. For a partitioned job, I found out that the
start_date
I set in the
montly_partitioned_config
annotation was too late, and I now set it a few months earlier. When going into the dagster UI and reloading my definitions, I cannot launch a backfill earlier than the previously set
start_date
. Any ideas how to solve this issue? My idea is that somehow due to previous (failed) runs, something in the dagster database is now blocking any partitions before the previous start date. Thanks in advance!
for anyone looking at this post later, upgrading from 1.1.6 to 1.1.14 solved this issue