Metadata
- Author: google.com
- Full Title:: Introduction to LookML
- Category:: 🗞️Articles
- Document Tags:: Looker,
- URL:: https://cloud.google.com/looker/docs/what-is-lookml
- Finished date:: 2023-06-27
Highlights
A LookML project is a collection of files including at least model and view files, and optionally other types of files (View Highlight)
LookML separates structure from content, so the query structure (how tables are joined) is independent of the query content (the columns to access, derived fields, aggregate functions to compute, and filtering expressions to apply). (View Highlight)