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

Disable preflight validation by default #130

Closed
soxofaan opened this issue Oct 25, 2023 · 4 comments
Closed

Disable preflight validation by default #130

soxofaan opened this issue Oct 25, 2023 · 4 comments
Assignees

Comments

@soxofaan
Copy link
Member

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

@soxofaan
Copy link
Member Author

soxofaan commented Oct 25, 2023

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).
I'll pin it down for now

soxofaan added a commit that referenced this issue Oct 25, 2023
@soxofaan
Copy link
Member Author

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
e.g. see Open-EO/openeo-python-driver@1bc83b6#diff-60f61ab7a8d1910d86d9fda2261620314edcae5894d5aaa236b821c7256badd7 and Open-EO/openeo-python-driver@4d26f64#diff-60f61ab7a8d1910d86d9fda2261620314edcae5894d5aaa236b821c7256badd7

@soxofaan
Copy link
Member Author

quickfixed already by constraining openeo client version (cfab5ee ).

Next step: explicitly disabling auto-validation depends on a release of python client lib

@soxofaan soxofaan self-assigned this Oct 25, 2023
@soxofaan
Copy link
Member Author

python client 0.24.0 was released today

could now explicitly disable auto_validation feature

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

No branches or pull requests

1 participant