+1 (726) 227-2971

LookML

Sharing LookML Between Projects: manifest.lkml, Project Imports, and Constants

September 9, 2026 · Vistelio

One Looker project per business unit is fine until every project re-defines the same date logic, the same brand labels, and the same customer view. This tutorial shows how to use manifest.lkml, local and remote project imports, and LookML constants to build a shared core project that other projects consume like a library.

Read more

Making Your LookML Model AI-Ready: Labels, Descriptions, Synonyms, and Tags

September 9, 2026 · Vistelio

Gemini, Conversational Analytics and MCP agents all read your LookML. This tutorial covers the metadata work that decides whether they pick the right fields: pruning the exposed surface, labels, descriptions that carry the business rule, tags as synonyms, filter-value hygiene, agent context in Git, and how to measure whether any of it worked.

Read more

Incremental PDTs in Practice: increment_key, increment_offset, and Builds That Do Not Rescan History

September 9, 2026 · Vistelio

Rebuilding a three-year PDT every night to add one day of data is a warehouse bill you do not need to pay. This tutorial covers incremental PDTs end to end: choosing an increment_key, sizing increment_offset for late-arriving data, partitioning so the increment is actually cheap, verifying the build SQL, and the failure modes that quietly produce wrong numbers.

Read more