We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
con.save_user_defined_process
The pre-flight validation in con.save_user_defined_process isn't working.
import openeo import openeo.processes con = openeo.connect("openeo.vito.be") con.authenticate_oidc() con.save_user_defined_process( user_defined_process_id="add35", process_graph=openeo.processes.add(3, 5), )
gives logging.error():
logging.error()
Preflight process graph validation failed: 'process'
Luckily, the actual UDP storing is not blocked
The text was updated successfully, but these errors were encountered:
(reported here https://discuss.eodc.eu/t/udp-creation/669 )
Sorry, something went wrong.
fixed by 2dc9c44
soxofaan
No branches or pull requests
The pre-flight validation in
con.save_user_defined_process
isn't working.gives
logging.error()
:Luckily, the actual UDP storing is not blocked
The text was updated successfully, but these errors were encountered: