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

title with `execute_batch` is lost #652

Closed soxofaan closed 3 weeks ago

soxofaan commented 3 weeks ago

setting the title with cube.execute_batch(title="FooBar") does not work (anymore?): "title" property is not properly set in the POST request (it seems to end up as a job option)

soxofaan commented 3 weeks ago

related to

this bug is also annoying roadblock when working on https://github.com/Open-EO/openeo-geopyspark-driver/issues/845

soxofaan commented 3 weeks ago

seems to be a regression introduced with https://github.com/Open-EO/openeo-python-client/commit/6eaa2d8fd9fdde97584d6b348d6a8e466b5cb1ed#diff-143f8fbe3b350ef7040f14f3faa32235c2711bdf011b1f1e857cc1e124af4bf7R2277

soxofaan commented 3 weeks ago

issue is present in versions 0.32.0 and 0.33.0 at the moment, so quickfix would be to pin below version 0.32.0

soxofaan commented 3 weeks ago

CC @bossie