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

Rename/deprecated `BatchJob.run_synchronous` #570

Open soxofaan opened 5 months ago

soxofaan commented 5 months ago

https://github.com/Open-EO/openeo-python-client/blob/db046f1339e23a4c470babfe21ecf1073ad37f7c/openeo/rest/job.py#L234-L238

The naming of method BatchJob.run_synchronous is quite confusing: this is not about running a batch job in synchronous mode (which is not a thing yet, but we've been thinking about doing something like that), but just about starting it and actively waiting. There is already start_and_wait, which is named more to the point.