In compute module, one can expose a python function with some parameters.
Those parameters can be “nullable” but it seems they are still required for the execution of the function. Does this means they can only be filled with nulls but the key needs to always be present in the payload ?
1 Like