STACAPIJobDatabase.get_by_status()
does not always return pandas.DataFrame
with monotonic increasing index
#707
Labels
openeo-python-client/openeo/extra/job_management/stac_job_db.py
Line 181 in c1589a8
The order of the indices
pandas.DataFrame
inSTACAPIJobDatabase.get_by_status()
is the same as the order of indices in the STAC collection. This is not necessarily monotic increasing. However, theMultiBackendJobManager
requires monotonic increasing indices in the DataFrame, e.g.:openeo-python-client/openeo/extra/job_management/__init__.py
Line 539 in c1589a8
The text was updated successfully, but these errors were encountered: