Original post: https://teams.microsoft.com/l/message/19:2941a270bf8e48a2a8e8a23975051c11@thread.skype/1782980659906?tenantId=9e2777ed-8237-4ab9-9278-2c144d6f6da3&groupId=8c9c739d-2544-4def-8cd4-b65970551b70&parentMessageId=1782980659906&teamName=Unit%20TAP&channelName=openEO-users&createdTime=1782980659906 The cause is probably because the `output_dir` is not in the assets here: https://github.com/Open-EO/openeo-python-driver/blob/ce77ac84bfffdca3feb7aba450c6a7f1609c07a5/openeo_driver/views.py#L1253-L1259 The `output_dir` should be set here: https://github.com/Open-EO/openeo-geopyspark-driver/blob/3d8e0e5b18e08977c673eb01d874aef04bcbe985/openeogeotrellis/backend.py#L2555 , but isn't because it starts with s3
Original post: https://teams.microsoft.com/l/message/19:2941a270bf8e48a2a8e8a23975051c11@thread.skype/1782980659906?tenantId=9e2777ed-8237-4ab9-9278-2c144d6f6da3&groupId=8c9c739d-2544-4def-8cd4-b65970551b70&parentMessageId=1782980659906&teamName=Unit%20TAP&channelName=openEO-users&createdTime=1782980659906
The cause is probably because the
output_diris not in the assets here:https://github.com/Open-EO/openeo-python-driver/blob/ce77ac84bfffdca3feb7aba450c6a7f1609c07a5/openeo_driver/views.py#L1253-L1259
The
output_dirshould be set here:openeo-geopyspark-driver/openeogeotrellis/backend.py
Line 2555 in 3d8e0e5