Skip to content

Commit

Permalink
Issue #604/#644 add process_id to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Oct 14, 2024
1 parent d29d3ee commit a92e47f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/cookbook/job_manager.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ Multi Backend Job Manager
.. autoclass:: openeo.extra.job_management.CsvJobDatabase

.. autoclass:: openeo.extra.job_management.ParquetJobDatabase

.. autoclass:: openeo.extra.job_management.UDPJobFactory
9 changes: 9 additions & 0 deletions openeo/extra/job_management.py
Original file line number Diff line number Diff line change
Expand Up @@ -969,6 +969,15 @@ class UDPJobFactory:
job_manager = MultiBackendJobManager(...)
job_manager.run_jobs(job_db=job_db, start_job=job_starter)
:param process_id: (optional) openEO process identifier.
Can be omitted when working with a remote process definition
given as URL in the ``namespace`` parameter.
:param namespace: (optional) openEO process namespace.
Typically used to provide a URL to a remote process definition.
:param parameter_defaults: Default values for process parameters,
to be used when not provided from the dataframe row in
:py:meth:`MultiBackendJobManager.run_jobs`.
.. versionadded:: 0.33.0
"""

Expand Down

0 comments on commit a92e47f

Please sign in to comment.