Changelog

Week of March 15, 2026

March 15, 2026

March 20, 2026 #

  • Added support for dynamic user attribute references in three model properties: fiscal_month_offset week_start_day, and default_numeric_locale. Using Mustache references (``), you can reference user attributes and the values will be resolved at query time using the user's metadata.

  • You can now apply data formatting when downloading Excel files. The Apply data formatting option in the download dialog now works for XLSX exports, matching the existing behavior for CSV and JSON files. Number and formatting will be preserved in your exported files.

March 19, 2026 #

  • Added undo and redo controls for advanced layout dashboards. You can now undo and redo layout changes using the Undo and Redo options in the Edit menu, toolbar buttons, or keyboard shortcuts (⌘Z / Ctrl+Z for undo, ⇧⌘Z / ⇧Ctrl+Z for redo). The undo/redo history clears automatically when you make non-layout changes like renaming or editing filters, preventing you from undoing past those changes.

  • Added a Go to connection option to the Model menu in the model IDE.

  • Added an API for creating dbt environments on connections, allowing you to programmatically manage dbt environments.

  • Added an API that allows you to programmatically set the active dbt environment on a branch, allowing you to automate dbt environment configuration in CI/CD pipelines before triggering schema refreshes.

March 17, 2026 #

Removed the redundant AI chat toggle from the Edit dashboard toolbar. You can now manage AI chat settings exclusively through the Document Settings dialog in published dashboards.

March 16, 2026 #

Added a tags topic parameter, allowing you to categorize and organize topics similar to how you can tag fields and views.