View source on GitHub |
BigtableClient is the entrypoint for interacting with Cloud Bigtable in TF.
tfio.bigtable.BigtableClient(
project_id: str,
instance_id: str
)
BigtableClient encapsulates a connection to Cloud Bigtable, and exposes the
readSession
method to initiate a Bigtable read session.
Methods
get_table
get_table(
table_id
)