Details
-
Bug
-
Status: Resolved
-
P2
-
Resolution: Fixed
-
2.29.0
Description
This happens because it use to_pcollection(yield='schemas', include_indexes=False) (the default values for those arguments). To fix this we should avoid converting to beam schemas and collect the raw dataframes with to_pcollectiion(yield='pandas').
See https://github.com/apache/beam/pull/14356#discussion_r620647659
Attachments
Issue Links
- relates to
-
BEAM-11855 ib.collect should accept DeferredDataFrame instances
- Triage Needed
- links to