简体   繁体   中英

Bigquery to Bigtable data transfer using google dataflow in python

We are using the dataflow pipeline written in JAVA for transfering data from bigquery to bigtable. eg https://github.com/GoogleCloudPlatform/cloud-bigtable-examples/blob/master/java/dataflow-connector-examples/src/main/java/com/google/cloud/bigtable/dataflow/example/BigQueryBigtableTransfer.java

I am trying to write same code in python. But I am not able to get the bigtable dataflow connector for python. Any clue how it can be done?

Just not to leave the question unanswered, as Graham Polley commented: "The Python SDK doesn't have support for Bigtable yet." . I see that engineer from Bigtable is already involved, but if you want, you can also create a feature request in Public Issue Tracker .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM