mapchete icon indicating copy to clipboard operation
mapchete copied to clipboard

config: collect process function arguments into a separate parameter

Open ungarj opened this issue 3 years ago • 0 comments

currently, all unused (i.e. non-default) configuration parameters are considered as parameters to be passed on to the process function. this is a bit messy and leads to model validation issues (once we want to use pydantic).

we should specify all the process function arguments in a separate configuration option, e.g. a dict named process_args.

ungarj avatar Sep 13 '21 08:09 ungarj