Open-EO / Open-EO/openeo-python-client

Support custom job manager classes in initialize_from_df

Open
#667 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

feature request job manager
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

https://github.com/Open-EO/openeo-python-client/blob/37ba26039a93e0849727dae1ee4980642eb49392/openeo/extra/job_management.py#L799-L808

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.