In this section
Part of Celiq's semantic layer platform. Connect your warehouse, model your data once, query it everywhere.
v0.12 โ June 2026
New features
- Goal Tracking โ set a goal in plain English ("$1M revenue by Q3"). Celiq tracks velocity, projects whether you'll hit the target, and fires a predictive alert before you miss โ not after. Progress badges appear on mosaic tiles for linked metrics. (docs)
- Weekly Brief โ every Monday at 8 AM, Orion delivers a role-personalized brief summarizing what moved, what it means, and what to watch. CEO sees P&L implications; Marketing sees CAC and channel performance. Also sent by email. (docs)
- Memory Export โ export everything Orion knows about your business as a structured document (Markdown or JSON). Useful for board prep, investor meetings, and onboarding new team members. (docs)
- Scenario Planner โ "what happens to CAC if we increase paid spend by $20K?" Adjust input sliders, downstream metrics recompute using historical correlations. Confidence scores based on data quality and correlation strength. Requires 8 weeks of data. (docs)
- Metric Contracts โ formal, versioned, signed definitions for what each metric means. Every Orion answer cites the active contract: "Source: orders_analysis ยท Contract: Revenue v2 ยท Aisha (CFO)." Full version history. (docs)
- Investor Data Room โ a password-protected, shareable URL with your certified metrics. VCs view live data and ask Orion questions โ answered only from certified reveals. Optional expiry and view tracking. (docs)
- Collaborative Orion โ multiple team members in the same Orion session simultaneously. CEO asks, CFO adds context, Orion synthesizes both. Share the session URL to add teammates. (docs)
- Celiq for Slack โ ask @celiq in any channel; Orion answers with governed data. Also posts proactive anomaly alerts and weekly briefs to configured channels. Available on Team plan. (docs)
- AI Analyst Team โ five specialized autonomous agents (Revenue, Marketing, Inventory, Finance, Growth) each generate a daily domain brief every morning at 7 AM. Customizable KPI focus per analyst. Plan limits: 1 analyst on Free, 5 on Pro/Team. (docs)
- Business Knowledge Graph โ connect people, experiments, and OKRs to your metrics. Orion answers like a colleague who knows the full context: "CAC dropped after the email campaign launched (Jun 3, owner: Ravi)." (docs)
- Decision Intelligence โ when a metric drops or a goal falls behind, Celiq generates ranked action recommendations with expected impact and confidence scores. Record outcomes to improve future recommendations. (docs)
- Connection Wizard โ a conversational warehouse setup flow that generates the exact setup script you need. Supports BigQuery, Snowflake, PostgreSQL, Redshift, MySQL. Most teams connect in under 5 minutes. (docs)
- Auto-Provisioning โ after connecting, Celiq scans your schema, detects business type, creates a domain with reveals, builds 3 starter dashboards, and delivers a first insight โ all in about 60 seconds. (docs)
- Billing & Plans โ usage limits now enforced in real time. Free: 50 queries/mo, 10 reveals, 2 connections, 3 users. Pro ($49/mo): 500 queries, 100 reveals, 10 connections. Team ($149/mo): 2000 queries, 500 reveals, 50 connections. (docs)
- Sudo Mode โ Luminary admins can impersonate any non-admin team member to debug issues or verify permissions. Red banner always visible. All sudo sessions logged in Audit Log. 30-minute auto-expiry. (docs)
v0.11 โ June 2026
New features
- Reveal Marketplace โ install certified metric packs for your industry. Connect your warehouse, install a pack, and get 10+ governed metrics in under a minute. Browse at
/marketplace - Workspace intelligence score โ a single 0โ100 number on your homepage that shows how much Orion has learned about your business, built from your metrics, corrections, certified reveals, and monitoring coverage
- Decision Trails โ log the decisions you make from your data, link them to the metrics that drove them, and track how they turned out. An audit trail of why, not just what
- Orion API โ query your governed metrics from anywhere via a single REST endpoint. Send a natural language question, get a governed answer as prose plus structured JSON.
celiq_sk_bearer auth, 100 requests/hour - Alerts in plain English โ type "notify me when CAC exceeds $50" and Celiq turns it into a governed, scheduled check. Three conditions (exceeds / drops below / changes by X%), checked daily on governed reveals
- Benchmarks โ see your live data alongside an industry benchmark in the same answer. Your CAC isn't just a number, it's a percentile against comparable ecommerce and SaaS companies
- Celiq for Sheets โ query your governed metrics from inside Google Sheets with the
=CELIQ()function - Import from Looker or dbt โ bring your existing LookML explores, dbt models, or SQL DDL into Celiq as governed reveals and nodes
- AI query autocomplete โ starter suggestions and as-you-type routing badges in Orion, with keyboard shortcuts (
Cmd/Ctrl+K,Tab,Enter,Esc) - Narrative dashboards โ AI-written summaries on Mosaics, toggleable per dashboard and regenerable on demand
- Metric conflict detection โ Forge now flags conflicting metric definitions at save time, with a Catalog badge and a Lumen Metric Conflicts panel. New endpoints
GET /api/conflicts,POST /api/conflicts/:id/resolve,POST /api/conflicts/scan
Improvements
- Semantic layer routing โ Orion now routes reveal-first with a raw SQL fallback and shows a provenance footer on every answer
- Data quality checks โ fresh / stale / very stale freshness thresholds surface a โ ๏ธ indicator on tiles and feed answer confidence levels, with per-warehouse behaviour across all 9 supported warehouses
- Passive monitoring & silent-failure KPI checks โ coverage tracking, fallback-reason reporting, blessed-KPI health panel, and 20% / 50% anomaly thresholds with a Corrections panel
- Getting started overview โ a new landing page with the fastest ways to start: one-click demo workspace or connect your own warehouse
v0.10 โ June 2026
New features
- Cross-node reveals โ Mosaics and Discover now support reveals that join multiple nodes. Define joins inside reveals in your domain CML and pull metrics from different tables side by side
- Orion Mosaic builder โ Generate an entire dashboard from a plain-English prompt. Orion picks the best reveals from your semantic layer, names the dashboard, and creates tiles in a grid layout
- Forge URL deep-linking โ Opening a node or domain in Forge now updates the URL. Share
/forge/nodes/ordersto link a colleague directly to a specific node
Fixes
- Fixed SSL connection errors when scanning schemas on cloud PostgreSQL databases
- Fixed credential decryption for system demo connections
- Fixed demo reveals not rendering correctly in mosaic tiles (query_state format mismatch)
June 2026 โ v0.9 Beta
New features
- Orion dashboard builder โ describe a dashboard in plain English, Orion creates the mosaic with tiles automatically
- Auto-generated context.celiq โ Orion analyses your schema and query history to write a context document. Injected into every Orion prompt for dramatically better answers.
- Public REST API โ query your semantic layer from any tool via
/api/v1. Available on Team plan. Create API keys in Lumen โ API Keys. - Version history โ every node save creates a restore point. Click History in Forge to browse and restore previous versions.
- Health scores โ workspace health tracked automatically (0-100) based on query activity, warehouse connections, and feature adoption.
- NPS emails โ automated day-7 satisfaction survey. Clickable score buttons, responses stored and shown in admin.
Fixes
- BigQuery schema browser now correctly passes service account JSON from credentials table
- Onboarding wizard shows only once (onboarded_at + localStorage flag)
- Demo Store nodes and domain auto-created on signup
May 2026 โ v0.8 Connections
New features
- BigQuery support โ connect via service account JSON. Full schema browser.
- Snowflake support โ username/password and key pair auth
- Redshift + MySQL โ full connection support
- Schema browser โ browse tables and columns before building nodes
- Edit connections โ modify credentials without deleting and re-adding
- Connection health โ connection status and last error shown in UI
Fixes
- SSL mode options for cloud databases (Neon, Supabase, RDS)
- BigQuery data location selector (US, EU, regional)
April 2026 โ v0.7 Trial system
New features
- 15-day free trial โ fully automated lifecycle with no credit card required
- Trial emails โ welcome, day 12 warning, day 14 last day, day 15 expired, day 45 final warning
- Trial banner โ shows days remaining in app, yellow โ red as deadline approaches
- Admin panel โ Trials tab with extend controls (+7d / +30d)
- Signup leads โ every signup attempt tracked with UTM params
March 2026 โ v0.6 Core platform
Features shipped
- Forge โ CML semantic layer editor with syntax highlighting, validation, Draft/Live modes
- Discover โ query builder with 20+ chart types, grain selector, period-over-period comparison
- Orion โ AI insights, chart recommendations, natural language queries
- Mosaic โ dashboard builder with pinned scenes and tile layout
- Signals โ anomaly detection and threshold alerts with Slack notifications
- Vaults โ secure credential and secret storage with row-level security
- Multi-tenant โ RLS on all 12 tables, workspace isolation enforced at DB level
- Roles โ Luminary, Weaver, Tracer, Lens with granular permissions