Open-EO / openeo-python-client

Python client API for OpenEO
https://open-eo.github.io/openeo-python-client/
Apache License 2.0
156 stars 42 forks source link

Job Manager: status histograms #655

Closed DeRooBert closed 1 week ago

DeRooBert commented 3 weeks ago

@soxofaan It seems that the histograms of the statusses in a csv files were removed in version 0.32.0. This was a very usefull feature to follow-up large scale processing, as such can this be reimplemented or was there a good reason to remove it?

soxofaan commented 3 weeks ago

Can you give an example snippet of what used to work for you and now doesn't?

soxofaan commented 3 weeks ago

I'm not even sure we had some status histogram functionality before 0.32.0

DeRooBert commented 2 weeks ago

https://github.com/Open-EO/openeo-python-client/blob/v0.31.0/openeo/extra/job_management.py#L344 and L345. This has been removed in version v0.32.0. and created a histrogram like this: image which makes it easier to follow-up the processing progress.

soxofaan commented 2 weeks ago

ah ok, you mean the logging of that histogram, that was indeed removed by the refactor of https://github.com/Open-EO/openeo-python-client/pull/607

but it indeed makes sense to add this functionality back

soxofaan commented 1 week ago

restored with aa3e653