Connect to Looker

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

Important

When persistent derived tables (PDTs) are enabled, by default Looker regenerates PDTs every 5 minutes by connecting to the associated database. Databricks recommends that you change the default frequency to avoid incurring excess compute costs. For more information, see Enable and manage persistent derived tables (PDTs).

Requirements

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

  • A cluster or SQL warehouse in your Databricks workspace.

  • The connection details for your cluster or SQL warehouse, specifically the Server Hostname, Port, and HTTP Path values.

  • A Databricks personal access token. To create a personal access token, do the following:

    1. In your Databricks workspace, click your Databricks username in the top bar, and then select User Settings from the drop down.

    2. Click Developer.

    3. Next to Access tokens, click Manage.

    4. Click Generate new token.

    5. (Optional) Enter a comment that helps you to identify this token in the future, and change the token’s default lifetime of 90 days. To create a token with no lifetime (not recommended), leave the Lifetime (days) box empty (blank).

    6. Click Generate.

    7. Copy the displayed token to a secure location, and then click Done.

    Note

    Be sure to save the copied token in a secure location. Do not share your copied token with others. If you lose the copied token, you cannot regenerate that exact same token. Instead, you must repeat this procedure to create a new token. If you lose the copied token, or you believe that the token has been compromised, Databricks strongly recommends that you immediately delete that token from your workspace by clicking the trash can (Revoke) icon next to the token on the Access tokens page.

    If you are not able to create or use tokens in your workspace, this might be because your workspace administrator has disabled tokens or has not given you permission to create or use tokens. See your workspace administrator or the following:

    Note

    As a security best practice when you authenticate with automated tools, systems, scripts, and apps, Databricks recommends that you use OAuth tokens.

    If you use personal access token authentication, Databricks recommends using personal access tokens belonging to service principals instead of workspace users. To create tokens for service principals, see Manage tokens for a service principal.

Connect to Looker manually

To connect to Looker manually, do the following:

  1. In Looker, click Admin > Connections > Add Connection.

    Connection parameters
  2. Enter a unique Name for the connection.

    Tip

    Connection names should contain only lowercase letters, numbers, and underscores. Other characters might be accepted but could cause unexpected results later.

  3. For Dialect, select Databricks.

  4. For Remote Host, enter the Server Hostname from the requirements.

  5. For Port, enter the Port from the requirements.

  6. For Database, enter the name of the database in the workspace that you want to access through the connection (for example, default).

  7. For Username, enter the word token.

  8. For Password, enter your personal access token from the requirements.

  9. For Additional Params, enter transportMode=http;ssl=1;httpPath=<http-path>, replacing <http-path> with the HTTP Path value from the requirements.

    If Unity Catalog is enabled for your workspace, additionally set a default catalog. Enter ConnCatalog=<catalog-name>, replacing <catalog-name> with the name of a catalog.

  10. For PDT And Datagroup Maintenance Schedule, enter a valid cron expression to change the default frequency for regenerating PDTs. The default frequency is every five minutes.

  11. If you want to translate queries into other time zones, adjust Query Time Zone.

  12. For the remaining fields, keep the defaults, in particular:

    • Keep the Max Connections and Connection Pool Timeout defaults.

    • Leave Database Time Zone blank (assuming that you are storing everything in UTC).

  13. Click Test These Settings.

  14. If the test succeeds, click Add Connection.

Model your database in Looker

This section creates a project and runs the generator. The following steps assume that there are permanent tables stored in the database for your connection.

  1. On the Develop menu, turn on Development Mode.

  2. Click Develop > Manage LookML Projects.

  3. Click New LookML Project.

  4. Enter a unique Project Name.

    Tip

    Project names should contain only lowercase letters, numbers, and underscores. Other characters might be accepted but could produce unexpected results later.

  5. For Connection, select the name of the connection from Step 2.

  6. For Schemas, enter default, unless you have other databases to model through the connection.

  7. For the remaining fields, keep the defaults, in particular:

    • Leave Starting Point set to Generate Model from Database Schema.

    • Leave Build Views From set to All Tables.

  8. Click Create Project.

After you create the project and the generator runs, Looker displays a user interface with one .model file and multiple .view files. The .model file shows the tables in the schema and any discovered join relations between them, and the .view files list each dimension (column) available for each table in the schema.

Next steps

To begin working with your project, see the following resources on the Looker website:

Enable and manage persistent derived tables (PDTs)

Looker can reduce query times and database loads by creating persistent derived tables (PDTs). A PDT is a derived table that Looker writes into a scratch schema in your database. Looker then regenerates the PDT on the schedule that you specify. For more information, see Persistent derived tables (PDTs) in the Looker documentation.

To enable PDTs for a database connection, select Persistent Derived Tables for that connection and complete the on-screen instructions. For more information, see Persistent Derived Tables and Configuring Separate Login Credentials for PDT Processes in the Looker documentation.

When PDTs are enabled, by default Looker regenerates PDTs every 5 minutes by connecting to the associated database. Looker restarts the associated Databricks resource if it is stopped. Databricks recommends that you change the default frequency by setting the PDT And Datagroup Maintenance Schedule field for your database connection to a valid cron expression. For more information, see PDT and Datagroup Maintenance Schedule in the Looker documentation.

To enable PDTs or to change the PDT regeneration frequency for an existing database connection, click Admin > Database Connections, click Edit next to your database connection, and follow the preceding instructions.

Additional resources

Looker support