openskills.info
Looker and LookML logoCourse Preview

Looker and LookML

Looker is a business intelligence platform that queries data where it already lives. LookML is its modeling language: developers define reusable dimensions, measures, joins, and access rules, then analysts explore that governed model without writing each SQL query from scratch.

itData engineering and analytics

Looker and LookML

Looker is a business intelligence platform built around a semantic model. LookML, short for Looker Modeling Language, describes that model as version-controlled text. A developer defines database relationships and business calculations once. Analysts then select fields in an Explore, and Looker generates SQL for the connected database.

This design separates three concerns. The database stores and computes over the data. LookML defines how people may query it. Looker supplies the development environment, query interface, dashboards, delivery, and administration. Looker normally leaves source data in the database instead of importing it into a separate analytical store.

From a question to a result

The query path begins in an Explore. An Explore is a curated starting point built from one base view and any joined views. The field picker exposes dimensions, measures, filters, and pivots allowed by the model.

When an analyst runs a query, Looker resolves the selected fields through the LookML project. It chooses the needed views and joins, generates SQL in the connection's dialect, and sends that SQL to the database. The database executes the query. Looker then formats the returned rows for a table, visualization, Look, dashboard tile, download, or embedded application.

LookML is therefore not a data transformation engine in the same sense as an upstream pipeline. It can express SQL fragments and derived tables, but the connected database performs the query work. Warehouse performance, concurrency, permissions, and cost remain part of Looker operation.

Continue the course

This section is part of the paid course.

See pricing to subscribe, or log in if you already have access.

Where this skill leads

Relevant careers

See how this topic contributes to broader role-level skill maps.

Sources