acoustic-carpenter-78188
11/02/2023, 9:27 PMreturn FlyteFile["jpg"](path=out_path)
This causes my type checker (pylance/pyright) to complain because "jpg"
is not defined. And when a type parameter isn't supplied in a signature (ie: it's just FlyteFile) then the return type is partially unknown and inferred as FlyteFile[Unknown]
NB: The same applies to FlyteDirectory
.
flyteorg/flyteacoustic-carpenter-78188
11/02/2023, 9:27 PM