Where humans and AI
build data products

Turntable is a collaborative workspace to develop, deploy, and monitor your reporting stack in half the time

TRUSTED BY HUNDREDS OF LEADING DATA TEAMS

GrabSpotifyLouis VuittonThe AtlanticgopuffBrazeWayfairXeroHubspotPave

A powerful data IDE

Purpose built code editor

Run queries, document tables, and transform data using dbt Core, SQLMesh, or plain SQL.

Column-level lineage

Trace columns from upstream sources, to transforms and downstream dashboards.

Multiplayer projects

Work on projects together and get teammates caught up to speed.

SELECT 
  users.name, 
  orders.order_date, 
  SUM(order_items.quantity * products.price) AS total_amount
FROM 
  users
  JOIN orders ON users.id = orders.user_id
  JOIN order_items ON orders.id = order_items.order_id
  JOIN products ON order_items.product_id = products.id
WHERE 
  orders.order_date >= '2023-01-01'
GROUP BY 
  users.name, orders.order_date
ORDER BY 
  total_amount DESC
LIMIT 10;
Alex
Jen

Automated catalog

Sync sources, metrics and dashboards with up-to-date metadata and documentation.

Virtual data branches

Modify, preview, and deploy transform and BI changes instantly. Avoid data duplication.

Models, metrics, and dashboards in minutes

A native AI assistant helps you spend less time managing your DAG, building models, and changing downstream BI tools and reports.

  • Context across your data stack
  • Auto EDA and profiling
  • Auto-generate documentation
  • Generate and edit models
  • Leverage warehouse design
  • Interpret data lineage
stg_customers.sql
current file
x
3
models from lineage
x
Data Profile
56.1k rows
x
Compiled SQL
stg_customers.sql
x
Claude-3.5-sonnet

Find problems before your stakeholders do

Full end-to-end visibility into your data stack. Discover breaking changes and data quality issues in your pipelines and dashboards before they go to production.

  • Orchestrate transforms and jobs
  • Detect breaking changes
  • Set up alerts and monitoring
  • Run data diffs across environments
dbt
looker
snowflake
sheets
postgres
power_bi

Works with your data stack

Setup takes 5 minutes. Turntable supports all the tools you already love and use.

Snowflake Logo

Get started for free

14 day trial. No credit card required.