FEATUREDHacker News Frontpage· rssEN21:22 · 09·14
→dbt Labs open-sources dbt Charts, a declarative YAML language for dashboards
dbt Labs unbundles charts from BI tools with dbt Charts, an open-source declarative YAML language. One file defines a full dashboard—variables, SQL queries, and 16 chart types with over 1,100 config options. The CLI renders to SVG, HTML, PNG, PDF, or terminal. It integrates deeply with dbt projects: a charts/ directory sits next to models/ in the same repo, so model and chart changes ship on one branch through one CI run, and ref() catches renamed models or missing columns at PR time. The team designed it for chat agents—strict YAML and SQL validation gives agents a tight feedback loop, flagging problems before anyone sees the board. The post does not disclose a release timeline; it points to the GitHub repo and docs.
#Code#dbt Labs#Tristan Handy#Dave Fowler
why featured
Featured · importance 72 · hook + knowledge
editor take
dbt Charts turns dashboards into YAML files agents can write, diff, and audit—no BI tool UI required.
sharp
The reason this is worth a click: it solves a real friction when AI agents generate charts. Instead of spitting out a pile of HTML, CSS, and JS that's painful to audit, dbt Charts gives the agent a single YAML file—variables, SQL queries, 16 chart types, all in one place. The CLI renders it to SVG, HTML, or PNG, and because it lives in the same repo as dbt models, ref() catches renamed models or missing columns at PR time.
The team designed this explicitly for chat agents. Strict YAML and SQL validation creates a tight feedback loop, flagging problems before anyone sees the board. Over 1,100 config options suggests they're aiming for real dashboard needs, not a toy.
No release timeline yet—just a GitHub repo and docs. I'd treat this as beta. The language design is clean, but the agent experience and ecosystem aren't proven. If you're already on dbt, this direction is worth tracking. If you're just curious about "AI writes charts," wait for someone to post real-world war stories.
HKR breakdown
hook ✓knowledge ✓resonance —