Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support: SAP05: Result sharing via Web Editor #89

Open
1 of 2 tasks
soxofaan opened this issue Jan 4, 2023 · 2 comments
Open
1 of 2 tasks

Support: SAP05: Result sharing via Web Editor #89

soxofaan opened this issue Jan 4, 2023 · 2 comments

Comments

@soxofaan
Copy link
Member

soxofaan commented Jan 4, 2023

from https://github.com/openEOPlatform/architecture-docs/issues/306:

Might already work as it likely only passes through results? Make sure it's passed through correctly...

  • Provide canonical link in STAC metadata for Batch Job result
  • Provide process in STAC metadata Batch Job result
@soxofaan
Copy link
Member Author

soxofaan commented Mar 1, 2023

note to self:

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 )

@soxofaan
Copy link
Member Author

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".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant