How Flyte Workflow can check the output of 1 node task is match to input of another node task
👍 1
t
tall-lock-23197
01/10/2024, 8:43 AM
you mean the type?
f
full-evening-87657
01/10/2024, 8:52 AM
@tall-lock-23197 I Want to read and understand in-depth about Flyte's data type checking mechanism, that is, if we have 2 tasks, task1 and task2. Where input task2 is output task1. So how can FLyte confirm that the data type of Input task2 matches the data type of output task1. I wonder about this problem.
@tall-lock-23197 I have heard that all task and workflow will transform and storage in protobuf. So that mean the logic maping task and checking dataype is in Flytekit, And the workflow which have true logic could storage in protobuf in Flyte admin right