Closed przell closed 2 years ago
This is related to (parts) of the error message in #123, too.
1.2.0 seems to break peoples workflows when they have save_result and use the format parameter in compute_result. We should fix this and issue a 1.2.1 asap, I think.
Discussed in chat:
I would suggest to stop updating the code if save_result already exists and just issue a warning instead. For example: "Warning: The process already contains save_result. The format parameter is ignored in this case."
Usually the save_result process node is created anew if there is parameter format
in compute_result specified. There was a problem when passing the prior steps of the old save_result node to the new on.
Hi, it seems that with the new release and dev version (1.2.0.900) specifying a format in compute_result after save_result produces an error. See below. Tested on openeo.cloud.
Specifying Format -> Error
Not specifying Format -> Works:
here's the pg for testing (in case you need one):