Exclusive to Sigma Computing customers

Migrate Your LookML to Sigma with Confidence

Enterprise-grade conversion from Looker to optimized SQL, dbt models, and Sigma data models across 5 dialects — with full impact analysis.

Snowflake BigQuery PostgreSQL Redshift MySQL
view: orders {
  sql_table_name: schema.orders ;
  dimension: id {
    primary_key: yes
    type: number
  }
  measure: count {
    type: count_distinct
    sql: ${id}
  }
}
-- Generated by Sigma Lookout
SELECT
  orders.id AS orders_id,
  orders.created_at AS orders_created_at,
  orders.status AS orders_status,
  COUNT(DISTINCT orders.id) AS orders_count
FROM schema.orders
GROUP BY 1, 2, 3
Platform

Everything you need to migrate

From simple view conversions to full project migrations with impact analysis and optimization recommendations.

LookML to SQL Converter

Upload .lkml files, paste code, or connect directly to your Looker instance. Get optimized SQL in seconds.

Resource Explorer

Browse your converted project structure with a file tree, search, and code/metadata/lineage views for every object.

Impact Analysis

Understand downstream effects before migrating. See affected objects, breaking changes, and dependency graphs.

Data Model Visualization

Interactive ERD, lineage, and architecture diagrams powered by Mermaid.js. Export or go fullscreen.

dbt Recommendations

Get intelligent suggestions for moving logic to dbt with categorized, prioritized optimization opportunities.

Metrics Catalog

Define and catalog your metrics with categories. Bridge the gap between Looker measures and Sigma metrics.

Workflow

Four steps to migration

01

Connect

Upload your LookML files, paste code directly, or connect to your Looker instance via API.

02

Convert

Choose your SQL dialect and output format. We handle views, explores, derived tables, and more.

03

Analyze

Review impact analysis, breaking changes, lineage graphs, and optimization recommendations.

04

Deploy

Download your SQL, dbt project, or Sigma data models. Ready for production.

5
SQL Dialects Supported
4
Output Formats
100%
LookML Coverage
SOC 2
Aligned Infrastructure

Ready to migrate from Looker?

Start converting your LookML models today with your Sigma Computing account.