You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 1, 2026. It is now read-only.
When the requirements for the beam samples are updated to support google-cloud-bigtable>=2.0.0, the tests fail with PicklingError. Please see build log here.
x = <google.cloud.bigtable.row.DirectRow object at 0x7fa0bc3ba4a8>
> lambda x: dumps(x, protocol), pickle.loads)
E _pickle.PicklingError: Can't pickle <class 'Mutation'>: attribute lookup Mutation on __main__ failed [while running 'ParDo(CreateRowFn)']
.nox/py-3-6/lib/python3.6/site-packages/apache_beam/coders/coders.py:800: PicklingError
When the requirements for the beam samples are updated to support google-cloud-bigtable>=2.0.0, the tests fail with
PicklingError. Please see build log here.