Transform Your Looker Models
Into Production-Ready SQL

Seamlessly migrate your LookML models to SQL with support for multiple dialects, dbt integration, and Sigma Computing data models.

orders.view.lkml orders.sql
-- Generated from LookML
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

Convert LookML to SQL

Upload your LookML files or connect directly to your Looker instance

Upload Files

Upload .lkml files or a zip archive

Connect to Looker

Import directly from your Looker instance

Paste LookML

Paste LookML code for quick conversion

Project Structure

Select a resource to view

Select a file from the tree to view its contents

Impact Analysis

Understand the downstream effects of your changes

0 Affected Objects
0 Breaking Changes

Lookout to dbt Recommendations

Optimize your data transformations by moving logic to dbt

Metrics Catalog