MANISH ZOPE
MANISH ZOPE

Reputation: 1201

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. 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

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?

Upvotes: 1

Views: 3955

Answers (1)

Xiaoxia Lin
Xiaoxia Lin

Reputation: 746

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.

Upvotes: 1

Related Questions