-
|
I am trying to use partitions with a dynamic graph/job, the dynamic job works fine but when I introduce the partition config as described in the the docs my dag starts throwing a config not provided error for the values for each of my ops, are there any docs/examples of how to make this combination work? The question was originally asked in Dagster Slack. |
Beta Was this translation helpful? Give feedback.
Answered by
sryza
Nov 29, 2023
Replies: 1 comment 3 replies
-
|
Are you able to provide a minimal code example we can run that reproduces the problem? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It looks like your code example is including config for an op called
process_data_for_date, but your job doesn't have an op with that name.