flo icon indicating copy to clipboard operation
flo copied to clipboard

TaskBuilder doesn't catch TaskContext returning unserializable types

Open kanterov opened this issue 6 years ago • 0 comments

For instance, in BigQueryLookupOperator, BigQueryLookup should be serializable.

I see two alternatives:

  • check type signatures, I don't know if there is a good way to fix it due to type erasure
  • check that ProcessFnArg#get return serializable type, but it might require a further extension of the code around to give good error messages

kanterov avatar Dec 07 '18 14:12 kanterov