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

TaskBuilder doesn't catch TaskContext returning unserializable types #197

@kanterov

Description

@kanterov

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions