Skip to main content
Skip table of contents

Admin: Google Bigtable Configuration

Obtaining a Bigtable instance ID

  1. In a web browser, navigate to https://console.cloud.google.com to log into the Google Cloud console.

  2. Once you have successfully logged on, you will be redirected to the portal’s main page:

    image-20250917-183859.png
  3. In the dashboard navigation menu, click Bigtable.

  4. Once the Bigtable interface is displayed, take note of the Bigtable Instance ID, as this will be used to configure Google BigQuery.

    image-20250917-183917.png

Obtaining a Google Cloud project ID

  1. While in the Google Cloud console, click the project selector to the right side of the Google Cloud Platform interface.

    image-20250917-183929.png
  2. Once the project selector is displayed, take note of the currently-selected project ID,  as this will be used to configure Google BigQuery.

    image-20250917-183942.png

Creating a Google BigQuery Dataset

  1. While in the Google Cloud console, click BigQuery. You will be redirected to the Google BigQuery portal.

  2. Click the small down arrow icon to the lower right corner.

    image-20250917-183957.png
  3. Click Create new dataset.

    image-20250917-184012.png
  4. Enter your desired dataset name, and also set your preferred data location.  Click OK.

    image-20250917-184023.png

Creating a Google BigQuery Table

  1. While in the Google BigQuery portal, hover over the target dataset where you want to create a table. Click the (+) icon to the right side of the dataset name to create a new table.

    image-20250917-184040.png
  2. Configure your table as shown below.

    image-20250917-184056.png
  3. Select the location “Google Cloud Bigtable”.

  4. Specify the Google Cloud Bigtable location source in the following URL format: https://googleapis.com/bigtable/projects/[YOUR-PROJECT-ID]/instances/[YOUR-BIGTABLE-INSTACEID]/tables/YOUR-BIGTABLE-TABLE-NAME

  5. Configure your table name under Destination Table.

  6. Configure your columns under Column Families.

  7. Click Create Table.

Installing Google BigQuery ODBC driver for Bigtable

  1. In a web browser, navigate to https://cloud.google.com/bigquery/partners/simbadrivers.  Install the Windows 64-bit msi, and follow the instructions provided as the installation progresses.

  2. Open the ODBC Data Source Administrator, which can be found in Control Panel > Administrative Tools. Select the System DSN tab and click Add.

    image-20250917-184122.png
  3. Find the Simba BigQuery ODBC driver and click Finish

  4. Provide all mandatory connection details for Bigtable.

  5. Make sure to set the ODBC language dialect to Legacy SQL. This is to make sure to get the complete schema for tables in the context of Bigtable.

    image-20250917-184137.png
  6. Once all set, you may want to test the connection by clicking Test. Otherwise, click OK to save your settings.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.