u/Wide_Importance_8559

Rosetta DBT Studio v1.5.7: SQL, lineage, AI, and Git in one desktop app
▲ 4 r/DataBuildTool+1 crossposts

Rosetta DBT Studio v1.5.7: SQL, lineage, AI, and Git in one desktop app

Rosetta DBT Studio is the local-first, open-source desktop workspace for dbt teams - build models, explore SQL, trace lineage, manage Git, preview cloud data, and work with AI agents from one app.

v1.5.7 is all about giving analytics engineers one place to build, understand, and ship dbt work without bouncing between terminals, browsers, and disconnected tools.

AI Agent for dbt - ask the agent to explain models, generate SQL, update YAML, run dbt commands, inspect project context, and help reason through lineage and grain before you make a change.

Project-aware SQL editor - write queries with Monaco autocomplete, schema browsing, saved queries, result previews, and export workflows across DuckDB and supported warehouses.

End-to-end dbt lineage - trace models, sources, and downstream impact so you can understand what a change touches before it reaches production.

SQL Notebooks with AI - work in a cell-based notebook that combines SQL, markdown, results, and AI-assisted iteration in one analysis flow.

Cloud Explorer with DuckDB-powered preview - browse and preview files from S3, Azure Blob, GCS, and compatible object storage without leaving the Studio.

DuckLake and lakehouse tooling - explore schemas, tables, snapshots, and metadata from one workspace, then query them directly in the SQL editor and notebooks.

Built-in Git workflows - review local changes, manage branches, and keep project version control close to the editor instead of split across tools.

Multi-provider AI - use OpenAI, Anthropic, Gemini, Ollama, LM Studio, and OpenAI-compatible providers with project context.

Plus secure credential storage, multi-database connections, Rosetta CLI integration, cloud profile sync, and a full desktop workflow for local dbt development.

100% open source, local-first, and yours.

GitHub - https://github.com/rosettadb/dbt-studio

u/Wide_Importance_8559 — 5 days ago
▲ 1 r/DuckDB

-Your AI Analyst, Inside the SQL Editor

(DuckDB · DuckLake · PostgreSQL · Snowflake · BigQuery · Databricks · Redshift · Kinetica)

The AI Agent in Rosetta DBT Studio's SQL Editor is schema-aware, query-aware, and result-aware. It lives right next to your editor — no tab switching, no copy-pasting into a chat window.

🧠 What the Agent can do:
• Explore your schema and answer data questions (Ask Mode)
• Generate SQL from natural language descriptions (Code Mode)
• Execute queries and inspect results in a single loop
• Handle multi-step tasks end-to-end without stopping
• Pause before any INSERT/UPDATE/DELETE/DDL — you approve every write

🗄️ DuckLake Open Table Format:
• Query DuckLake instances directly from the SQL Editor
• Full schema browsing, Monaco autocomplete, and server-side pagination
• Export full datasets via COPY (Parquet, CSV, JSON) — data never hits the renderer

📥 Download Rosetta DBT Studio (macOS, Windows, Linux):
https://rosettadb.io/download-dbtstudio

⭐ Star us on GitHub:
https://github.com/rosettadb/dbt-studio

📺 More tutorials: u/rosettadb

#AIAgent #SQL #DataEngineering #AnalyticsEngineering #DuckLake #OpenTableFormat #OpenSource #RosettaDBT #DuckDB #PostgreSQL #DataPlatform

youtube.com
u/Wide_Importance_8559 — 1 month ago
▲ 7 r/DuckDB

Browse & Preview S3, Parquet, and Cloud Files with DuckDB — Rosetta DBT Studio Cloud Explorer

Your cloud credentials never touch a config file. Rosetta DBT Studio uses Keytar to store all credentials directly in your operating system's secure storage — Keychain on macOS, Windows Credential Manager on Windows, and libsecret on Linux. Your secrets stay yours.

Cloud Explorer connects S3, Azure Blob, GCS, MinIO, Cloudflare R2, Backblaze B2, and rustfs into one unified desktop workspace — so you can browse, manage, and preview your cloud data without leaving your IDE.

🔍 Topics covered in this video:
• Connecting all 7 major cloud providers from a single interface — configure once, use everywhere
• Navigating buckets and files with card/list views, breadcrumbs, and in-directory search
• Full file management: create buckets, upload files, rename, and delete — no cloud console needed
• Recent Items view: jump back to the last 50 locations with a single click
• DuckDB-powered data preview: query CSV, Parquet, JSON, JSONL, AVRO, and Excel files directly in the cloud — no download required
• True server-side pagination: preview files with hundreds of millions of rows without exhausting memory
• Schema tab: inspect column names, types, and nullability straight from file metadata
• Statistics tab: null count, distinct values, min, max, and mean — computed with a DuckDB sample
• Visual Filter Builder: construct WHERE clause conditions without writing a single line of SQL

📥 Download Rosetta DBT Studio (macOS, Windows, Linux):
https://rosettadb.io/download-dbtstudio

⭐ Star us on GitHub:
https://github.com/rosettadb/dbt-studio

📺 More tutorials and walkthroughs:
u/rosettadb

---

#CloudExplorer #dbt #DuckDB #DataEngineering #AnalyticsEngineering #OpenSource #RosettaDBT #S3 #Parquet #DataPlatform #CloudStorage #SQLEditor

youtu.be
u/Wide_Importance_8559 — 2 months ago

Build a Complete Jaffle Shop dbt Project with AI in Minutes

Watch the Rosetta DBT Studio AI Agent build the classic Jaffle Shop dbt project from scratch in under two minutes. From importing the repository to generating staging models, mart models, and tests, see how autonomous AI accelerates your data engineering workflow.

🔍 Topics covered in this video:
• One-click import: Cloning the Jaffle Shop repository directly from GitHub
• Connecting to your database (DuckDB, PostgreSQL, Snowflake, and more)
• Prompting the AI Agent to autonomously generate staging and mart models
• Watching the Agent write clean SQL, create YAML configs, and add descriptions/tests
• Real-time validation: The Agent automatically runs dbt compile to ensure your code works
• Exploring the final project structure and ready-to-run DAG

⚙️ Powered by the Vercel AI SDK with support for OpenAI, Anthropic, Gemini, and Ollama (local models).

📥 Download Rosetta DBT Studio (macOS, Windows, Linux):
https://rosettadb.io/download-dbtstudio
⭐ Star us on GitHub:
https://github.com/rosettadb/dbt-studio

📺 More tutorials and walkthroughs:
u/rosettadb
---
#AIAgent #dbt #DataEngineering #AnalyticsEngineering #JaffleShop #OpenSource #RosettaDBT #LLM #DuckDB #DataPlatform #DataStack #Ollama #Anthropic #OpenAI

u/Wide_Importance_8559 — 2 months ago

We built an AI Agent inside our dbt desktop app that actually writes, runs, and reviews your models

Hey everyone,

We just shipped a major update to Rosetta DBT Studio — an open-source desktop workspace for dbt teams — and wanted to share what we've been building.

The new AI Agent isn't a chatbot wrapper. It's a tool-loop engine that:

- 📂 Lists your project directories and reads your schema files for real context

- ✍️ Writes dbt model SQL and YAML directly into your project

- ▶️ Runs dbt commands (compile, run, test) and reads the logs

- 📑 Auto-opens every file it writes as an editor tab so you can review instantly

**Security first:** The Agent never runs a terminal command without showing you exactly what it wants to execute and waiting for your explicit Allow or Deny. No surprises.

**Extensibility:**

- Skills Library — import Markdown-based skills from GitHub to teach it your team's conventions

- MCP Servers — built-in support for Rosetta CLI, dbt Core, DuckDB, and DuckLake

**Model support:** OpenAI, Anthropic, Gemini, and Ollama (local models) — via the Vercel AI SDK.

🎬 Full walkthrough: https://www.youtube.com/watch?v=Pva94GLAN90

📥 Download (macOS, Windows, Linux): https://rosettadb.io/download-dbtstudio

⭐ GitHub: https://github.com/rosettadb/dbt-studio

Happy to answer any questions about how the tool-loop works, the MCP integration, or the security model. Would love feedback from the community!

u/Wide_Importance_8559 — 2 months ago
▲ 12 r/DuckDB

🎬 Watch: https://youtu.be/PU3-mqbnfuM

Rosetta DBT Studio is an open-source desktop workspace for modern data teams. This presentation walks through the full DuckLake workflow — from creating and importing lakehouse instances to exploring metadata, running SQL queries, and building reusable SQL Notebooks — all inside one focused interface.

🔍 Topics covered in this video: • Connecting databases and cloud storage (S3, Azure Blob, Google Cloud Storage) • Creating and importing DuckLake instances with the guided setup wizard • Browsing tables, views, schemas, statistics, Parquet files, partitions, and snapshot history • DuckLake operations: schema evolution, row updates, deletes, and data imports • SQL Editor with Monaco autocomplete, query execution, result p

u/Wide_Importance_8559 — 2 months ago
▲ 3 r/DuckDB

https://www.youtube.com/watch?v=twUizXBnfXs

Experience a unified desktop workspace built for modern data teams.

dbt Studio brings DuckLake management, SQL exploration, and repeatable analytics into one powerful interface. In this video, we walkthrough the complete DuckLake workflow—from connecting cloud storage and setting up new lakehouses to running advanced SQL queries and documenting analysis in SQL Notebooks.

Key Features: • Unified Connections: Manage databases and cloud object storage (S3, Azure Blob, GCS). • DuckLake Wizard: Guided setup for creating new or importing existing DuckLake instances. • Visual Control Center: Inspect schemas, table statistics, partitions, and snapshot history. • Monaco-Powered SQL Editor: Full autocomplete, pagination, and dataset exports. • SQL Notebooks: Combine SQL and Markdown for repeatable analysis.

🚀 DOWNLOAD DBT STUDIO: https://rosettadb.io/download-dbtstudio

⭐ STAR US ON GITHUB: https://github.com/rosettadb/dbt-studio

#dbtStudio #DuckLake #DuckDB #DataEngineering #Lakehouse #SQL #DataAnalytics

u/Wide_Importance_8559 — 2 months ago