google dataflow read from spanner

后端 未结 2 989
灰色年华
灰色年华 2020-12-22 08:01

I am trying to read a table from a Google spanner database, and write it to a text file to do a backup, using google dataflow with the python sdk. I have written the follow

2条回答
  •  天命终不由人
    2020-12-22 08:42

    Google currently added support of Backup Spanner with Dataflow, you can choose related template when creating DataFlow job.

    For more: https://cloud.google.com/blog/products/gcp/cloud-spanner-adds-import-export-functionality-to-ease-data-movement

提交回复
热议问题