Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no-panic mode for client-side metadata handling/validation #694

Open
soxofaan opened this issue Dec 20, 2024 · 0 comments
Open

no-panic mode for client-side metadata handling/validation #694

soxofaan opened this issue Dec 20, 2024 · 0 comments

Comments

@soxofaan
Copy link
Member

The openeo python client does (client-side) validation of some things (e.g. when filtering bands, are the specified bands valid?), in the spirit of catching errors as soon as possible (e.g. before submitting a job) to have a quick feedback loop.

However, in practice we have situations where the client sometimes fails too panicky about things that will be handled by the backend anyway. For example: client side detection of bands in STAC resources is not as complete (or different) from back-end side handling.

There should be some escape hatch to disable this kind of validation when necessary

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant