> ## Documentation Index
> Fetch the complete documentation index at: https://docs.omni.co/llms.txt
> Use this file to discover all available pages before exploring further.

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://docs.omni.co/feedback

```json
{
  "path": "/demos/2024/20241025",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# October 25, 2024

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

<Note>
  **Stay in the loop!** Subscribe to the [demo RSS feed](/demos/rss.xml) to be notified when we post new demos.

  Demos highlight what we are working on or experimenting with, but are not a guarantee of release. Let us know your thoughts at [support@omni.co](mailto:support@omni.co).
</Note>

## Vis config locking

*Nate Agrin · `Visualization` `Workbook`*

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.

<Frame>
  <iframe src="https://www.youtube.com/embed/d4CdLTxB8ws" width="100%" height="400" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />
</Frame>

## Smart SQL and IDE autocomplete

*Richard Czechowski · `Modeling` `Sql`*

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.

<Frame>
  <iframe src="https://www.youtube.com/embed/qhVICybh4GU" width="100%" height="400" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />
</Frame>

## Better table search in all views and fields

*Steven Talbot*

Some significant improvements to search over massive database schemas.

<Frame>
  <iframe src="https://www.youtube.com/embed/CGG7sc0XwHg" width="100%" height="400" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />
</Frame>

## Better templating handling in SQL compilation

*Steven Talbot · `Modeling` `Workbook`*

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

<Frame>
  <iframe src="https://www.youtube.com/embed/0E5aD-U5umc" width="100%" height="400" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />
</Frame>

## Column rename polish

*Jared Hardy · `Workbook` `Table`*

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

<Frame>
  <iframe src="https://www.youtube.com/embed/okVzrS5RABw" width="100%" height="400" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />
</Frame>
