You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2021/12/08 04:03:32 UTC

[GitHub] [beam] Laurelin commented on pull request #16152: Upgrading Spanner and BigTable client library versions

Laurelin commented on pull request #16152:
URL: https://github.com/apache/beam/pull/16152#issuecomment-988478498


   To fix the Mutation NameError, replace 
   
   `from google.cloud.spanner_v1.proto.mutation_pb2 import Mutation`
   
   with
   
   `from google.cloud.spanner_v1.types import Mutation
   `


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org