We are using the dataflow pipeline written in JAVA for transfering data from bigquery to bigtable. e.g. https://github.com/GoogleCloudPlatform/cloud-bigtable-examples/blob/master/java/dataflow-connector-examples/src/main/java/com/google/cloud/bigtable/dataflow/example/BigQueryBigtableTransfer.java
我们使用JAVA编写的数据流管道将数据从bigquery传输到bigtable。例如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?
我试图在python中编写相同的代码。但我无法获得python的bigtable数据流连接器。有什么线索可以做到吗?
1 个解决方案
#1
0
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.
不要回答这个问题,正如Graham Polley所评论的那样:“Python SDK还没有对Bigtable的支持。”我看到Bigtable的工程师已经参与其中,但如果您愿意,您还可以在公共问题跟踪器中创建功能请求。
#1
0
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.
不要回答这个问题,正如Graham Polley所评论的那样:“Python SDK还没有对Bigtable的支持。”我看到Bigtable的工程师已经参与其中,但如果您愿意,您还可以在公共问题跟踪器中创建功能请求。