Release Notes - January 2026
Highlights
January 2026 brings major upgrades across Qry: a professional IDE experience for notebooks and Lakeflow, Git Folders for version control, and unified permission management.
New: Git Folders
Version control comes to Qry with Git Folders - unified Git integration for notebooks, pipelines, and jobs.
Key Features:
- Version History: Track every change with full commit history
- Remote Sync: Push/pull to GitHub, GitLab, Bitbucket, Azure DevOps
- Branch Management: Create branches for safe experimentation
- Conflict Resolution: Visual merge UI when teammates edit the same files
- CI/CD Integration: Automate deployments with webhooks and APIs
Git Folders use a hybrid architecture: your database remains the source of truth for fast access, while Git provides versioning and collaboration. Changes are always saved to the database first, then synced to Git.
New: Lakeflow IDE Experience
Lakeflow now features a professional IDE interface matching the Notebook experience:
- Multi-Tab Editing: Open multiple pipelines and jobs simultaneously
- Keyboard Shortcuts:
Cmd+Sto save,Cmd+Enterto validate,Cmd+Pfor quick open - Three-Panel Layout: File explorer, editor area, and contextual right panels
- Git Integration: Version control your pipelines and jobs directly from the editor
New: Unified Permission Management
Data access control is now integrated directly into User and Group management:
- Group Permissions: Manage data access from the Group Management page
- User Overrides: Grant individual permissions from User Accounts
- SAP Module Support: Modules appear in the resource picker for SAP datasources
- Permission Resolution: Clear view of inherited vs direct permissions
The separate "Data Access Control" page has been deprecated - all permissions are now managed from Users and Groups.
New: Notebook IDE Enhancements
The notebook editor now provides a full IDE experience for data analysis workflows:
Command Palette (Cmd+P)
- VS Code-style quick action menu
- Fuzzy search across all commands
- Recent commands tracking
- Categorized actions: Navigation, Cells, Run, View, File
Multi-Tab Editing
- Open multiple notebooks simultaneously
- Drag & drop tab reordering
- Tab preview on hover (cell count, last modified)
- Unsaved changes indicator
- Quick close with middle-click
Find & Replace (Cmd+F)
- Live search across all cells
- Match counter with navigation
- Cross-cell search (code, markdown, prompts)
- Auto-scroll to matches
Split View (Cmd+\)
- View two parts of your notebook simultaneously
- Resizable horizontal split
- Independent scrolling per pane
- Persistent split ratio
Cell Dependencies Graph
- Visualize data flow between cells
- Track SQL to Python data handoffs
- Understand notebook data lineage
- Access via right panel or
Cmd+Shift+D
Enhanced Navigation
- Outline Panel (
Cmd+Shift+O): Navigate notebook structure - Variables Panel (
Cmd+Shift+V): Inspect SQL results and Python variables - Active Cell Tracking: Visual indicators for current cell
- Cell Collapsing: Focus on specific sections
Keyboard Shortcuts
Full keyboard-driven workflow with shortcuts for:
- Cell navigation (
↑/↓) - Cell operations (
Cmd+Enter,Shift+Enter) - View controls (
Cmd+B,Cmd+\) - Cell management (
Alt+↑/↓to move cells)
Improvements
- Notebooks: Improved cell execution feedback with progress indicators
- Lakeflow: Consistent IDE experience across pipelines, jobs, and notebooks
- Admin Panel: Streamlined permission management workflow
- UI/UX: Polished dark mode support across all IDE panels
- Performance: Optimized rendering for notebooks with 50+ cells
Bug Fixes
- Fixed Command Palette hook ordering issue when toggling
- Fixed
handleSavereference in notebook editor - Fixed SAP module path resolution in permission picker
Published: January 22, 2026