Rahul Mehta
08/29/2022, 7:31 PMTypeTransformer
w/ the TypeEngine
, does the module need to be explicitly imported by one of the files containing workflows or tasks in order for it to be picked up? Based on the example of the NumpyArrayTransformer
it seemed like it, but not sure where that needs to be declaredcollections.abc.Sequence[T]
as a valid type, and was previously hitting this error:
ValueError: Generic Type <class 'collections.abc.Sequence'> not supported currently in Flytekit.
Yee
import flytekit
would trigger it as well.Rahul Mehta
08/29/2022, 8:01 PMEduardo Apolinario (eapolinario)
08/30/2022, 3:31 AM