Closed soxofaan closed 1 year ago
something like this works:
cube = s2_cube.apply(lambda x: x+ foo_param)
print(json.dumps(build_process_dict(cube, parameters=[foo_param]), indent=2))
so it has something to do with putting the param in the context of the UDF
(bug reported by @mbuchhorn ). Minimal reproduction example
Fails with