Updates
Pause and Resume for Scheduled Jobs: You can pause and resume scheduled jobs from the action menu instead of deleting them. When a Job is paused the next run shows Paused.
Create Job Schedules Without an Immediate Run: When you create or edit a schedule, you can turn off the automatic run on save so the first execution waits for the next scheduled run.
Faster Clones for Large Git Repositories: We’ve enhanced the Git cloning process during Workspace creation, significantly improving speed for large repositories.
Add Sources Modal and Data Preview: The Add Sources flow now updates the Data Preview layout to match the Build tab, with tighter header spacing, rounded borders, improved background color, and consistent padding across the Builder.
Copilot Data Quality Tests on Columns: When asked, Copilot can create data quality tests on single columns (for example, not null or unique checks) using the same test types you configure on Nodes.
Copilot Context for Large Graphs: Copilot can now handle large graphs improving Copilots context window.
SQL Node Support on Databricks: You can create, edit, validate, and deploy SQL Nodes in Databricks projects.
Packages
BigQuery
BigQuery Base Node Types - Advanced Deploy 1.1.0: UUID visibility is driven from Node definition. Deploy metadata handles SET NOT NULL on BigQuery. Cluster keys compare by internal ID on redeploy so matches stay stable. Join metadata resolves correctly when macros use
{% %}Jinja blocks.
Snowflake
Base Node Types 1.6.0 : Adds the SQL Stage Node type.
External Data Package 2.1.3: Copy Into, Snowpipe, and Inferschema parse input correctly when
ESCAPE_UNENCLOSED_FIELD = NONE.Streams and Tasks 2.6.0: Supports task notification integrations, execute as user, suspend after failures, auto-retry, overlapping task runs, richer schedule and config fields, task comments, and serverless warehouse size limits for tasks.
Bug Fixes
Consistent Graph Layout After Reload: Reloading the graph from the menu keeps the same layout as the initial load, with source Nodes aligned on the left as expected.
System Columns After Node Type Switch: When you switch Node types through re-initialization, the mapping grid drops the old type’s system columns and only shows columns for the new type.
SQL Node Columns Grid : Selected expressions, including aggregates, appear in the Columns grid even when you omit an
ASalias. The grid fills in default column names where the database would.SQL Editor When Switching Nodes: Fixed intermittent Model is disposed errors from Monaco when switching between Nodes in the SQL editor.
Presync Plan Scrolling: The presync deploy plan panel scrolls when the diff list is long, so rows at the bottom stay visible.
Copilot and Object Descriptions: Copilot can read table, view, and column descriptions from the environment, including descriptions that come from attachments or that propagate between Nodes.

