Open-EO / Open-EO/openeo-python-client
Support custom job manager classes in initialize_from_df
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 217
- Forks
- 56
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 2
Description
@mbuchhorn asked for feature to properly support custom job manager classes in initialize_from_df. Which is currently hard-linked to MultiBackendJobManager
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in openeo/extra/job_management.py around lines 799-808 and inspect initialize_from_df, especially its hard link to MultiBackendJobManager. Trace how job manager classes are selected and determine what interface custom classes must provide; done means initialize_from_df supports a caller-supplied custom job manager without forcing MultiBackendJobManager.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100