Skip to content

Update export_workspace docs on openeo.cloud #758

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

Open
soxofaan opened this issue Apr 3, 2025 · 1 comment
Open

Update export_workspace docs on openeo.cloud #758

soxofaan opened this issue Apr 3, 2025 · 1 comment

Comments

@soxofaan
Copy link
Member

soxofaan commented Apr 3, 2025

https://docs.openeo.cloud/workspaces/#workspace-providers suggests to use this ugly workaround for export_workspaces

result = collection.save_result().process(
    "export_workspace", arguments={"workspace": WORKSPACE_NAME, "merge": None}, data=THIS
)

But that doesn't work anymore in client 0.39.0, where it should be (more user friendly):

result = collection.save_result().export_workspace(workspace=WORKSPACE_NAME)
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