When executing a job via `dagster job execute ...`...
# ask-community
a
When executing a job via
dagster job execute ...
and passing a config file, if the config file contains more op entries than the job requires an exceptions is raised:
Error 1: Received unexpected config entries
. e.g. config.yaml defines params for 3 ops but job uses only 2 of the ops. Is there a way to tell dagster to just ignore the extra op entries - or do you have to create a separate config for each job that only contains the relevant ops?