Using Console
Using CLI
PROJECT_ID
with the ID of the project where your Bigtable Cluster is located.CLUSTER_NAME
, CLUSTER_ID
, and INSTANCE_NAME
with the respective names of your Bigtable Cluster, Cluster ID, and Instance.Using Python
google-cloud-bigtable
library using pip:bigtable.Client
object and a bigtable.Table
object: