-
Notifications
You must be signed in to change notification settings - Fork 1
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
Disable preflight validation by default #130
Comments
openeo package 0.24.0 (which will contain auto-validation feature) is not released yet atm, but aggregator build still seems to pick it up (from VITO artifactory I guess). |
figured it out: latest version of openeo-python-driver depends on dev snapshot of openeo package at the moment |
quickfixed already by constraining openeo client version (cfab5ee ). Next step: explicitly disabling auto-validation depends on a release of python client lib |
python client 0.24.0 was released today could now explicitly disable auto_validation feature |
Open-EO/openeo-python-client#404 added auto-validation or process graphs before sync/batch execute, which will show a warning to user when there is an issue.
In context of aggregator that is not very useful I think, as warnings will not reach user.
We best disable auto-validation I think
The text was updated successfully, but these errors were encountered: