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

# Snowflake Row-Level Security, Enhanced Workflow UI, and IDE Improvements

> Comprehensive row-level security support for Snowflake databases:

<Icon icon="calendar" iconType="regular" size={16} /> **November 14, 2025**

### New Features

#### Snowflake Row-Level Security

Comprehensive row-level security support for Snowflake databases:

* **Session Filters** - Define row-level security filter schemas in `config.yml` and apply them via API requests
* **Dynamic Connection Overrides** - Pass warehouse or database overrides at runtime through API connections parameter
* **Filter Validation** - Automatic validation against defined schemas with support for Snowflake's 256-byte session variable limit
* **Feature Parity** - Brings Snowflake row-level security capabilities in line with existing ClickHouse implementation
  Users can now control data access at the row level by passing `filters` in API requests, enabling secure multi-tenant architectures and fine-grained access control.

#### Workflow Experience Improvements

Enhanced visibility and navigation for workflow execution:

* **Auto-Expand Latest Log** - The most recent workflow run step now automatically expands for immediate visibility of results
* **Improved Auto-Scrolling** - Added "scroll to latest" button for better message navigation
* **Smart Focus Management** - New chat messages automatically receive focus even when scrolling elsewhere in the interface
  <img src="https://mintcdn.com/oxy-internal/qygWo0nXJD2A89_J/changelog/images/2025-11-14/39091.png?fit=max&auto=format&n=qygWo0nXJD2A89_J&q=85&s=5ae0f49463f7c9f677d633d334fc6d7a" alt="Image" width="2148" height="1886" data-path="changelog/images/2025-11-14/39091.png" />

<img src="https://mintcdn.com/oxy-internal/qygWo0nXJD2A89_J/changelog/images/2025-11-14/81029.png?fit=max&auto=format&n=qygWo0nXJD2A89_J&q=85&s=f3bb1cad1b2f9bf97d64406353dbcccd" alt="Image" width="2068" height="1240" data-path="changelog/images/2025-11-14/81029.png" />

### Platform Improvements

* **IDE File Save Fix** - Resolved critical issue where filenames could be mistaken during save operations
* **DuckDB Schema Enhancement** - File extensions now included in DuckDB schema SQL for better compatibility with `oxy build` command
* **Sidebar Alignment** - Fixed spacing issues to ensure consistent indentation for all sidebar items
