You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After some more thought and development: it's perhaps not that urgent/blocking to have this:
in the python client we didn't strictly adhere to the official return value of the original save_result anyway (Open-EO/openeo-python-client#402)
Just FYI, a related issue that starts popping up: because we still provide the 2.0.0-rc.1 spec of save_result (which returns boolean instead of stac resource object), but also provide an experimental version of export_workspace (which expects a stac resource object), users start seeing and worrying about these Incoming data type is not compatible for parameter "data" errors in the web editor
We want to expand our support of
export_workspace
save_results
: Returns the STAC resource instead of boolean true User-generated Collections openeo-api#376But these changes are still under "unreleased" at https://github.com/Open-EO/openeo-processes/blob/draft/CHANGELOG.md, which makes it a bit hard to properly handle/signal the changed behavior of
save_result
.Is there any chance on, e.g. a 2.0.0-rc.2 release?
The text was updated successfully, but these errors were encountered: