https://dagster.io/ logo
#dagster-support
Title
# dagster-support
r

Ryan Riopelle

01/19/2023, 7:17 PM
Copy code
Hello. I am passing an input to graph decorated function and then using graph.tojob(... inputs = {"input_name": "input_value}), I am getting this error.  "Missing required config entry "inputs" at the root. Sample config for missing entry: {'inputs': {'trial_suffix': '...'}}" . What should the config look like for graph inputs to solve this problem, is there a reason it needs to be defined twice, in the config as well as passed via input_values? Thanks
c

chris

01/19/2023, 7:49 PM
you shouldn’t need to define it twice… mind sending a code snippet?
3 Views