-
Notifications
You must be signed in to change notification settings - Fork 6
Drop "public" UDP feature? #379
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
Comments
on CDSE I still see related requests happen, for example :
|
I added warning log on usage of these non-standard urls to better track this |
The EOPlaza docs and samples point towards this: So that requires a proper update and retraining the trainers on the preferential way to publish UDP. |
@Pratichhya also mentioned that this feature is still in use can not just be dropped yet. |
But also to consider here is this related, more general problem: We're planning to push users more towards federated openEO backends, but in that context we at most have hacky/partial support for UDPs (in the |
This is a question that came up while working on a supporting refactor for Open-EO/openeo-aggregator#125. I was slowed down quite a bit with this non-standard "public" UDP feature:
johndoe
saves a UDP withpublic=True
GET /processes/u:johndoe
u:johndoe
also described in python client docs at https://open-eo.github.io/openeo-python-client/cookbook/udp_sharing.html
I think we nowadays settled on UDP sharing through URLs (e.g. with the official remote process definition extension) instead of this non-standard "public" flag.
Is it still useful/necessary to keep this non-standard "public" UDP feature alive?
Or can we clean that up to simplify the related code paths?
The text was updated successfully, but these errors were encountered: