Connect to Looker Studio

This article describes how to use Looker Studio with a Databricks cluster or Databricks SQL warehouse (formerly Databricks SQL endpoint).

Requirements

Before you connect to Looker Studio manually, you need the following:

Connect to Looker Studio manually

To connect to Looker Studio manually, do the following:

  1. Go to https://lookerstudio.google.com/data and search for the Databricks connector.

  2. Click Authorize, and sign in to your Google account.

    Note

    Databricks Connector for Data Studio use and transfer to any other app of information received from Google APIs will adhere to Google API Services User Data Policy, including the Limited Use requirements.

  3. Enter your Databricks credentials. Enter token in the username field, and enter your personal access token in the password field.

    Authorize
  4. For Server Hostname, enter the Databricks server hostname.

    Connection parameters
  5. For SQL Warehouse, select a SQL warehouse from the drop-down list. You can filter by keyword to search.

  6. For SQL Query, write your SQL query. Your query must include the complete path with the catalog, the schema, and the table specified and enclosed in backticks.

    For example:

    select * from `catalog`.`schema`.`table` limit 100
    

    Note

    The maximum result size you can retrieve is 16MB.

Reset your access

To revoke your authorization from a connector:

  1. Find the Databricks data source card on the Looker Studio home page.

  2. Click the kebab menu in the top right, and then click Revoke Access.

    Revoke access

Allowlist Connector IP address

The Looker Studio Connector use UrlFetchApp class by Google App Scripts to make API calls. UrlFetchApp use ip address from IP ranges that Google makes available to users on the internet, which is listed here.