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

broken pre-flight validation in con.save_user_defined_process #526

Closed
soxofaan opened this issue Jan 12, 2024 · 2 comments
Closed

broken pre-flight validation in con.save_user_defined_process #526

soxofaan opened this issue Jan 12, 2024 · 2 comments
Assignees
Labels

Comments

@soxofaan
Copy link
Member

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():

Preflight process graph validation failed: 'process'

Luckily, the actual UDP storing is not blocked

@soxofaan soxofaan added the bug label Jan 12, 2024
@soxofaan
Copy link
Member Author

(reported here https://discuss.eodc.eu/t/udp-creation/669 )

@soxofaan
Copy link
Member Author

fixed by 2dc9c44

@soxofaan soxofaan self-assigned this Jan 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant