Hi team! I took a job that previously ran without ...
# ask-community
l
Hi team! I took a job that previously ran without errors and partitioned it statically as shown here: https://docs.dagster.io/concepts/partitions-schedules-sensors/partitions When I now click on the job, it shows the error that the config is missing (screenshot). When i then try to execute backfill runs, it starts the job, but gets hung up at startup (see second screenshot) I wonder if this a bug or if the documentation is incomplete. Is there any way I can run my scheduled partitioned jobs manually?
c
when you are attempting to run the job, are you specifying a partition key?
l
In the bakfill job I run them for all of the partition keys
and yes the code has the partition key 🙂
c
hmm weird. Any chance you can send a code snippet? Wondering if somehow the config isn't making it through to the job.
l