Skip to content

Support Processing parameter extension in build_process_dict #731

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

Closed
soxofaan opened this issue Feb 14, 2025 · 1 comment
Closed

Support Processing parameter extension in build_process_dict #731

soxofaan opened this issue Feb 14, 2025 · 1 comment
Assignees

Comments

@soxofaan
Copy link
Member

soxofaan commented Feb 14, 2025

def build_process_dict(
process_graph: Union[dict, FlatGraphableMixin, Path, List[FlatGraphableMixin]],
process_id: Optional[str] = None,
summary: Optional[str] = None,
description: Optional[str] = None,
parameters: Optional[List[Union[Parameter, dict]]] = None,
returns: Optional[dict] = None,
categories: Optional[List[str]] = None,
examples: Optional[List[dict]] = None,
links: Optional[List[dict]] = None,
) -> dict:

add support for default_job_options, default_synchronous_options, ... from https://github.com/Open-EO/openeo-api/tree/draft/extensions/processing-parameters

related to Open-EO/openeo-python-driver#366

@soxofaan
Copy link
Member Author

will be available in 0.39.0

@soxofaan soxofaan self-assigned this Feb 14, 2025
soxofaan added a commit that referenced this issue Feb 25, 2025
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