Actions
Bug #4696
open[SDKs] one_task_per_input_stream fails due to unsupported APIs. Remove it from docs, examples, and SDK.
Status:
New
Priority:
Normal
Assigned To:
-
Category:
SDKs
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Story points:
0.5
Description
Problems include
arvados.StreamReader(...).tokens()
API disappeared, so it crashes (see 4696-streamreader-tokens branch for fix).- It probably should be using
.manifest_text()
instead of.tokens()
anyway, since task input should be a manifest rather than an array of tokens. get_task_param_task_mount(manifest_text)
surely doesn't work (perhaps just document this for now -- reading the stream with the Python library should work).
Actions