• Metadata Differences in Plan: When you generate a plan, the Deploy wizard includes a Changes tab on each altered Node. The tab shows property-level before and after values for DDL, metadata, source mapping, and other changes.

  • COA CLI and API Environment Management: coa environments update is available in the COA CLI and the API. It supports creating, updating, and deleting deployment environments.

  • Environment List Project Filter COA CLI and API adds a project filter for environments. coa environments list --project or ?project=.

Packages

Snowflake

Base Node Types 1.6.2: Removes the Treat NULL as Current Timestamp toggle from Persistent Stage, Dimension, and Fact Nodes, and includes Persistent Stage bug fixes.

Base Node Types - SQL 1.0.0 : Initial release with INSERT and MERGE support for SQL-first V2 Node authoring in Coalesce.

Base Node Types Advanced Deploy 2.5.4: Same Treat NULL as Current Timestamp toggle removal as Base Node Types 1.6.2, plus a validation stage when Last Modified is enabled that stops execution if NULL values exist in the selected timestamp column, and includes Persistent Stage Advanced Deploy bug fixes.

Cortex 4.1.0: Adds task enhancements to the AI EXTRACT Node Type: notifications, execute-as user, suspend after failures, auto-retry, overlapping execution, and expanded schedule units, and adds Node Type Switch support to CSS and AI EXTRACT Node Types.

Iceberg Tables 3.3.0: Adds the External Iceberg REST Table Node Type and fixes Iceberg Dynamic Tables validate-select behavior.

Fabric

Fabric - Base Node Types 1.0.0: Initial release with core Fabric Node Types and basic pipeline functionality.

Bug Fixes

  • Duplicate Column IDs on Git Pull: Coalesce blocks checkout when a commit introduces duplicate or empty column IDs in a Node.

  • COA Init Refresh Token Guidance: coa init now points you to the Deploy tab for refresh tokens instead of the Build tab.

  • Column Name Editor Console Errors: Editing column names in the Node grid no longer routes non-SQL fields through the SQL web worker, which removes spurious JSON.parse errors in the browser console.

  • COA Validate False Missing-Column References: Fixed an issue where coa validate reported missing column references on V2 SQL Nodes that select from V1 YAML sources when the column UUID counters were valid.

  • V2 SQL Deploy with Package Node Types: When you plan or deploy V2 SQL Nodes that use a Node Type from an installed Package, Coalesce now generates tables with the correct columns. Previously, deploy could produce empty table definitions that your warehouse rejected.