-
Notifications
You must be signed in to change notification settings - Fork 6
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 parsing of job options from UDP definition #366
Comments
… defaults from remote process definitions
PR #367 is ready I think. I'll give it a final look tomorrow and merge |
Open-EO/openeo-api#471 was just merged too (after some more review iterations) |
merged #367 now |
before closing (and as proof that it works), when feature is available on a public deployment (e.g. CDSE staging)
|
related to Open-EO/openeo-python-driver#366 And yes, this job option "logging-threshold" is actually deprecated (Open-EO/openeo-geopyspark-driver#909), but this is just proof-of-concept
Usage example in APEX: Here I added these default job options to the UDP JSON doc: "default_job_options": {
"logging-threshold": "info"
},
"default_synchronous_options": {
"logging-threshold": "warning"
} When this UDP is executed, these default job options will be used (unless explicitly overridden) |
the official spec/doc of the processing parameters extension also has an example by the way: https://github.com/Open-EO/openeo-api/tree/draft/extensions/processing-parameters |
Support functionality described here:
Open-EO/openeo-api#471
The goal is to allow UDP's to advertise job options, avoiding failures due to for instance not providing udf dependencies or sufficient python-memory.
The text was updated successfully, but these errors were encountered: