This repository was archived by the owner on Aug 31, 2022. It is now read-only.

Description
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