gentle-tomato-480
03/18/2024, 4:04 PMFlyteDirectory
type inputs for `ContainerTask`s?gentle-tomato-480
03/18/2024, 4:08 PMCurrently only single part blobs are supported, we will force multipart to be 'path/00000'"
"Failed to download from ref [<gs://flyte-bucket/data/r5/apv2mgflkqlq9pp6rz2t-n1-0-n1-n0-0-n0-0/90aa7e15e7ec2c26f237238d38632a4a/000000>]"
"Failed to persist [input_dir], err incorrect blob reference, does not exist", "ts":"2024-03-18T16:01:45Z"
"Downloading failed, err failed to download input variable from remote store: variable [input_dir] download/store failed: incorrect blob reference, does not exist"
gentle-tomato-480
03/18/2024, 4:08 PMgentle-tomato-480
03/18/2024, 4:19 PMglamorous-carpet-83516
03/18/2024, 7:03 PMgentle-tomato-480
03/18/2024, 10:30 PMgentle-tomato-480
03/18/2024, 10:31 PMglamorous-carpet-83516
03/18/2024, 10:31 PMContainerTask
locally for nowgentle-tomato-480
03/18/2024, 10:31 PMglamorous-carpet-83516
03/18/2024, 10:32 PMgentle-tomato-480
03/18/2024, 10:38 PMList[FlyteFile]
and then just map a task over this list and recombine the outputs. Still, being able to use FlyteDirectory
directly and letting this mapping happen in the container (as the number of Files to be processed is small) would be more convenientdamp-lion-88352
03/19/2024, 12:16 AMList
and Dict
is not supported in Container task
even the code flytecopilot
seems implemented them welldamp-lion-88352
03/19/2024, 12:16 AMdamp-lion-88352
03/19/2024, 12:17 AMFlyteFile
and FlyteDirectory
's local executiongentle-tomato-480
03/19/2024, 10:38 AMI thinkandList
is not supported in Container taskDict
even the codeBut individual `FlyteFile`s should be fine, right? like when aseems implemented them wellflytecopilot
List
of FlyteFile
s is mapped using something like map_task
or array_node_map_task
right?damp-lion-88352
03/19/2024, 12:57 PMdamp-lion-88352
03/19/2024, 12:57 PMgentle-tomato-480
03/19/2024, 12:58 PMdamp-lion-88352
03/19/2024, 12:59 PMdamp-lion-88352
03/19/2024, 12:59 PMdamp-lion-88352
03/19/2024, 12:59 PMgentle-tomato-480
03/19/2024, 3:28 PMdamp-lion-88352
03/27/2024, 12:42 AM