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
federation:missing can't be accessed through the corresponding functions for the following endpoints:
GET /jobs/:id/logs
GET /services/:id/logs
federation:backends can't be accessed through the corresponding functions for the following endpoints:
GET /udf_runtimes per version
GET /services/{id}
Some parts are generally not covered by the Vue Components (job listing, file listing, service listing, validation results) so these are naturally also not implementing the Federation extension.
The text was updated successfully, but these errors were encountered:
In the EOEPCA+ project, we made an evaluation of the federation-related functionality available through the openEO Vue Components.
The Federation Extension can be found here: https://github.com/Open-EO/openeo-api/blob/draft/extensions/federation/README.md
The following issues have been identified:
federation:missing
can't be accessed through the corresponding functions for the following endpoints:GET /jobs/:id/logs
GET /services/:id/logs
federation:backends
can't be accessed through the corresponding functions for the following endpoints:GET /udf_runtimes
per versionGET /services/{id}
Some parts are generally not covered by the Vue Components (job listing, file listing, service listing, validation results) so these are naturally also not implementing the Federation extension.
The text was updated successfully, but these errors were encountered: