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

JobManager: store joblist on http url as Parquet #571

Closed VincentVerelst closed 3 months ago

VincentVerelst commented 5 months ago

https://github.com/Open-EO/openeo-gfmap/issues/107

soxofaan commented 4 months ago

just merged #580

VincentVerelst commented 4 months ago

@soxofaan , I've made a gist on how I'd implement URL support in the MultiBackendJobManager: https://gist.github.com/VincentVerelst/aef96f03b5b45a3506d8945730af8221 It would require a user to always provide a url_read_write_helper if they provide a URL. We could foresee maybe some default helpers for CSV and Parquet on Artifactory?

Could you already have a look and leave your comments, before I start the full implementation?

soxofaan commented 4 months ago

As a next step I was more thinking like PR #595