在 python 中使用 google 数据流从 Bigquery 到 Bigtable 数据传输

Bigquery to Bigtable data transfer using google dataflow in python

我们正在使用 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

我正在尝试在 python 中编写相同的代码。但是我无法获得 python 的 bigtable 数据流连接器。知道怎么做吗?

只是不要让问题悬而未决,正如 Graham Polley 评论的那样:"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