Create the connection

Stay organized with collections Save and categorize content based on your preferences.

Create the connection to Cloud Bigtable.

Explore further

For detailed documentation that includes this code sample, see the following:

Code sample

Python

To learn how to install and use the client library for Bigtable, see Bigtable client libraries.

# The client must be created with admin=True because it will create a
# table.
client = bigtable.Client(project=project_id, admin=True)
instance = client.instance(instance_id)
connection = happybase.Connection(instance=instance)

What's next

To search and filter code samples for other Google Cloud products, see the Google Cloud sample browser.