Automatic cell layout
The automatic layout feature, which arranges cells accordingly to their DAG, is now available in the right sidebar. Previously only accessible via keyboard shortcut (Option-Command-L on macOS, Alt-Ctrl-L on Windows), you can now easily organize your cells with a single click.
DuckDB on the server
You can now choose whether each DuckDB cell runs on the client, on the server, or let the system decide automatically (which remains the default behavior).
Improved cell connections
We've enhanced how cell connectors are laid out to better represent your data flow. When a connector exits from the bottom of a parent cell, it will now preferentially connect to the top of the child cell, creating a clearer and more intuitive visualization of your DAG.
dbt 1.10.13 support
We've added support for dbt version 1.10.13.
Fixes
- Copy link button now works correctly when viewing reports
- Empty frame names are now hidden unless the frame itself is hidden
- Catalog dataset selector now includes helpful labels when sharing catalogs
- Improved error detection for DuckDB queries with multiple parents