Table truncation not applied before insert (V2 SQL Node) - V2 SQL Nodes with the`@truncateBefore` annotation were silently ignoring it, causing rows to be appended on every run instead of replacing the table's contents. This is now fixed and `@truncateBefore` works as expected.
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.
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.
Job Scheduler Parameters: Define parameters directly in the Job Scheduler when creating or editing scheduled Jobs.
COA Init Command:coa init is an interactive setup flow for project configuration, Snowflake credentials, storage location mappings, and default V2 Node scaffolding. Runs coa doctor at the end.
COA Environment Management from the CLI: Create and delete environments with coa environments create and coa environments delete.
Git checkout progress: Branch checkout in version control now shows a progress modal.
Bug Fixes
Parameter errors during plan: Planning catches invalid parameter references before deploy or refresh.
Join tab performance: Join tab editing on Nodes with large source mappings is faster and more responsive.
Column lineage view focus: Column lineage keeps zoom and pan position when switching tabs.
Packages
Snowflake
Semantic View 1.0.0: Initial release of Semantic View and Semantic Query Node types for Snowflake semantic layer workflows.
Job Scheduler cron timezones: Scheduled Jobs accept a timezone so runs align with the clock you intend.
New UI navigation polish: We refined sidebar and Build workspace visuals and labels, including Workspace Settings and Build Settings tooltips, a higher-contrast graph background, updated secondary grey theme transparency, and a black logo mark in the build workspace.
Git validation for SQL Nodes: Validation during Git operations catches SQL Node and Node Type mismatches and duplicate Node IDs before they cause downstream errors.
CLI sources: CLI source handling improvements support local-first workflows.
Projects list search: You can search the Projects list to reach a Project faster in large organizations.
Packages
Snowflake
Base Node Types 1.6.1: Adds a delete option for Persistent Stage and includes bug fixes in base Nodes.
Base Node Types Advanced Deploy 2.5.3: Persistent Stage delete option, Metadata Stage handling for Jinja in text inputs across advanced deploy Node types, and other bug fixes.
Functional Node Types 4.3.3: Adds a ddlColumncasing macro and updates Pivot and UNPIVOT Node types to quote pivot columns consistently.
Bug Fixes
View deployment ordering: Views that depend on one another are dropped and re-created in the correct order, ensuring upstream views always exist before downstream views are updated,
Git checkout after browser refresh: If you refresh the browser while the app is syncing files with Git checkout, the Git UI can still write files.
Snowflake MODEL() parsing: Snowflake ML MODEL() invocation parses correctly in SQL Nodes.
Job-spec selector case sensitivity: Job-spec selector name matching is now case-sensitive.
coa doctor Snowflake key pair path: coa doctor now accepts snowflakeKeyPairKey .
Job Spec Selector Name Matching: We reverted case-insensitive name matching for job-spec selectors introduced in 7.33.0, restoring case-sensitive matching for Node names in selectors.