Demos

Vis Config Locking, More Smart Autocomplete, Model Speeds-Ups and Some Table Polish

October 25, 2024

  • The beta launch of locking the vis config. While evolving the vis config dynamically as you query can be helpful in normal circumstances, when configs have been highly adjusted, locking the configuration to prevent updates on query structure changes offers a new alternative.

  • More work on our intelligent autocomplete for both SQL and the IDE, allowing psuedo instant field compilation from even comments. Show a nice example from the SQL block of a comment that automatically generates a query on the fly.

  • Some significant improvements to search over massive database schemas.

  • Some mostly invisible tweaks to how SQL is compiled with templating, reducing rare errors and improving performance.

  • Some new improvements to column header renaming, avoiding accidental resorts and making the app more delightful.

Vis Config Locking

The beta launch of locking the vis config. While evolving the vis config dynamically as you query can be helpful in normal circumstances, when configs have been highly adjusted, locking the configuration to prevent updates on query structure changes offers a new alternative.

Nate AgrinNate AgrinVisualization, Workbook

Smart SQL and IDE Autocomplete

More work on our intelligent autocomplete for both SQL and the IDE, allowing psuedo instant field compilation from even comments. Show a nice example from the SQL block of a comment that automatically generates a query on the fly.

Richard CzechowskiRichard CzechowskiModeling, Sql

Better Table Search in All Views and Fields

Some significant improvements to search over massive database schemas.

Steven TalbotSteven Talbot

Better Templating Handling in SQL Compilation

Some mostly invisible tweaks to how SQL is compiled with templating, reducing rare errors and improving performance.

Steven TalbotSteven TalbotModeling, Workbook

Column Rename Polish

Some new improvements to column header renaming, avoiding accidental resorts and making the app more delightful.

Jared HardyJared HardyWorkbook, Table