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
Provide canonical link in STAC metadata for Batch Job result
canonical links are implemented in openeo-python-driver, but require configs SIGNED_URL/SIGNED_URL_SECRET/SIGNED_URL_EXPIRATION, which are not set in aggregator app
(requires non-public config system, which we don't have yet -> #94 )
What is already done under #98 is to just pass through the canonical link from the upstream job metadata.
This should already cover 99% of the need for canonical links. However, one minor issue is that the upstream job metadata contains a different job id:
e.g. aggregator job "vito-j-123" will have id "vito-j-123" in the normal job metadata (served by aggregator), while the upstream job metadata at the canonical link will have "j-123".
from https://github.com/openEOPlatform/architecture-docs/issues/306:
The text was updated successfully, but these errors were encountered: