Skip to content
This repository has been archived by the owner on Aug 31, 2022. It is now read-only.

TaskBuilder doesn't catch TaskContext returning unserializable types #197

Open
kanterov opened this issue Dec 7, 2018 · 0 comments
Open

Comments

@kanterov
Copy link

kanterov commented Dec 7, 2018

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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant