:wave: had a question about dagster's `ScheduleDe...
# ask-community
j
👋 had a question about dagster's
ScheduleDefinition
and what gets kicked off for a job that has a
MultiPartitionsDefinition
each day. does the latest daily partition for each static partition get kicked off? i guess i could see what happens in prod, but ideally want to know before deploying. also is it possible for each daily incremental schedule to kick off a run using a partition key that is X days prior to the execution date? (e.g. today's scheduled run would yield a partition key of
today - 90 days ago
)
will try out
build_schedule_from_partitioned_job
first
yup nvm that seems to do the trick