Version 7.39
1784224839698
Updates
V2 SQL Syntax Highlighting: The V2 Node editor highlights SQL keywords, types, functions, comments, Coalesce annotations, and Jinja template delimiters so SQL is easier to read while you edit.
Copilot Graph Search and Explore: Copilot can search your Workspace graph by Node name, fully qualified name, or description, and can run a read-only Explore subagent that investigates with read-only tools and returns a short digest in chat.
Copilot Opus Model Option: Copilot now has Fast and Smart effort modes, adaptive thinking, and read-only-by-default steering for mutations.
Snowflake View GROUP BY ALL: Snowflake View Nodes include a GROUP BY ALL configuration toggle. The toggle is mutually exclusive with Select Distinct.
COA Dry-Run Preview Status:
`coa run --dry-run`distinguishes Nodes with no DML to preview (streams, dynamic tables, and views) from real failures, so managed objects no longer appear as red errors when the pipeline is healthy.Run Details Step Duration: Run details show step durations in seconds, minutes, or hours instead of raw milliseconds, and sorting by duration still works.
Snowflake Comments During Plan: During plan, Coalesce can load existing Snowflake table and column comments from the warehouse. This supports externally managed descriptions without changing how you edit descriptions in the UI.
Packages
Snowflake
Create or Alter package 1.6.2: Adds a delete option to the Create or Alter Persistent Stage Node Type.
Base Node Types Advanced Deploy 3.0.0: Adds the External Sync Node Type.
Bug Fixes
Business Key and Change Tracking Git Sync: Editing Business Keys or Change Tracking after the initial commit now updates the generated SQL so Git tracks the change and redeploy carries the new configuration to other Environments.
Copilot Storage Location Instructions: Copilot honors explicit storage location requests instead of substituting the dominant Workspace pattern, and rejects unknown
`ref()`locations with a clear suggestion when possible.Node Right-Click Menu Visibility: The graph Node context menu keeps a consistent width and shows all options, including Delete Node, without scrolling when the Node is selected.
SQL Parse Errors at Plan Time: When active SQL fails to parse, plan and deploy surface the parse error instead of compiling stale Node metadata.
Account URL Paste Handling: Pasting a full Snowflake account URL into Workspace or Environment Account URL fields strips the
`https://`prefix and`.snowflakecomputing.com`suffix as you paste or type, so the saved value is only the account identifier.Create Branch with Duplicate Column IDs: Creating a new branch from a commit that contains duplicate column IDs no longer partially checks out the branch.
