In this lab, you create SQL derived and native derived tables in LookML to define new tables that do not already exist in the underlying database.
Overview
Syllabus
- GSP858
- Overview
- Setup
- Task 1. Create a SQL derived table summarizing details for each order
- Task 2. Create a native derived table summarizing details for each order
- Task 3. Join a new view to an Explore
- Task 4. Persist a derived table
- Congratulations!