0 votes
in Looker by
What does LookML stand for?

1 Answer

0 votes
by

Looker ML is Looker's language to describe aggregates, dimensions, calculations, and data relationships in a SQL database. Looker ML constructs a model, which Looker then utilizes to create SQL queries to retrieve the precise data you need for your business research.

A Look ML project consists of a model, view, and dashboard files managed using a Git repository. The model includes files that detail which tables to use and how they should be connected. In each table, the view offers instructions on calculating specific parameters. Dashboard files provide data with a visual appeal that makes it easier to understand.

...