We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f3e722 commit 1107435Copy full SHA for 1107435
services/storage/src/simcore_service_storage/api/rpc/_data_export.py
@@ -52,7 +52,9 @@ async def start_data_export(
52
) from err
53
54
task_uuid = await get_celery_client(app).send_task(
55
- "export_data", task_context=job_id_data.model_dump()
+ "export_data",
56
+ task_context=job_id_data.model_dump(),
57
+ files=data_export_start.file_and_folder_ids, # ANE: adapt here your signature
58
)
59
60
return AsyncJobGet(
0 commit comments