Product Updates

Version 7.35

by Coalesce
Updates
Bug Fix
[Internal] Auto Publish

Updates

  • 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.

  • Metadata Differences in Plan: Review metadata differences for altered Nodes alongside SQL stages before deploy.

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

Databricks

7.34.2

by Coalesce
Bug Fix

This release includes bug fixes and performance improvements.

Version 7.34.1

by Coalesce
Bug Fix
[Internal] Auto Publish

We fixed an issue that causes browsers to crash when building and testing subgraphs.

V2 Node Is Available

by Coalesce
New

Node Type V2 is available again in Coalesce.

Write a standard`SELECT` statement in the editor and Coalesce infers columns, data types, and upstream dependencies. Because V2 use SQL, use it with your AI agent to quickly create and convert Nodes. V2 nodes work alongside V1 nodes in the same workspace.

View the full documentation

Version 7.34

by Coalesce
Updates
Bug Fix

Updates

  • 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

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 .

Version 7.33.5

by Coalesce
[Internal] Auto Publish
Bug Fix

This release includes bug fixes and performance improvements.

Version 7.33.4

by Coalesce
Bug Fix

This release includes bug fixes and performance improvements.

Version 7.33

by Coalesce
Bug Fix

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.

Subscribe to Coalesce status alerts to get notifications of any service interruptions.

Version 7.33

by Coalesce
New
Updates
Bug Fix
[Internal] Auto Publish

V2 Node Types: SQL-First Authoring

You can now build transformations by writing SQL directly in Coalesce. Node Type V2 lets you paste existing queries, author CTE-heavy logic, or drop in AI-generated SQL and get everything Coalesce offers in return: automatic column extraction, full DAG and column-level lineage, template-driven deployment, and governance. Configuration moves into the file itself via inline annotations like @insertStrategy("MERGE") or @isBusinessKey, keeping your transformation and its metadata in one place. V2 nodes work alongside your existing V1 nodes in the same pipeline, so you can migrate at your own pace, one node type at a time.

Learn more about V2 Node Types.

COA CLI: Local-First Pipeline Development

You can now build and run Coalesce pipelines entirely from your terminal. The COA CLI brings local-first development to Coalesce, letting you author .sql transformation nodes in your editor of choice, run them directly against your warehouse, and deploy to your environment without touching the UI. Install it via npm, point it at your warehouse credentials, and you have the full pipeline workflow at your fingertips: coa create generates your DDL, coa run populates your tables, and coa plan and coa deploy push changes to your Coalesce environment. COA works with your existing Git workflow and supports the same V2 SQL nodes, node types, and ref() dependency graph you already know. Whether you prefer coding locally, integrating with CI/CD, or just want faster iteration cycles, the COA CLI is how you bring that workflow to Coalesce.

Get coa version 7.33.
Read the documentation.

Updates

  • Copilot Downstream Column Descriptions: Copilot now carries column descriptions into downstream columns it creates.

Packages

BigQuery

BigQuery Base Node Types 1.1.0: Added a Last Modified Comparison option to MERGE logic for Persistent Stage, Dimension, and Fact Nodes; UUID visibility moved into the Node definition for column visibility; package tags for marketplace visibility; documentation updates including a config matrix.

Databricks

Databricks Base Node Types 1.1.0: Zero-key Dimension support, a last-modified toggle on Dimension, Persistent Stage, and Fact, soft delete and hard delete on Dimension, documentation updates, and an updated get_clause() macro.

Snowflake

  • Streams and Tasks 2.6.1: Replaces ALLOW_OVERLAPPING_EXECUTION with OVERLAP_POLICY, small UI fixes, and Git documentation updates with impact analysis for task-enabled Node types.

  • Iceberg Tables 3.2.1: Error and success notification integrations, execute as user, suspend after failures, task auto-retry, overlapping task runs, expanded task configuration and schedule fields, serverless warehouse size limits for tasks, and related documentation for Iceberg external tables.

  • Functional Node Types 4.3.2: Node Type switch support and documentation updates.

  • Deferred Merge 2.0.3: Task notification integrations, execute as user, suspend after failures, auto-retry, overlapping runs, richer schedule and configuration fields, serverless task size bounds, and schedule unit expansion.

  • Create or Alter package 1.6.1: Same task-focused improvements as Deferred Merge 2.0.3 for supported Node types.

  • Cortex 4.0.0: Replaces deprecated !PREDICT with AI_EXTRACT, renames Document AI to AI EXTRACT, and updates configuration to match the new function.

Bug Fixes

  • Databricks Token Authentication: Databricks token authentication now shows clearer errors to help with troubleshooting.

  • setNode With Duplicate Table Names: setNode now resolves the correct table when two tables share a name but live in different storage locations.

  • Presync Errors: Presync deploy errors show clearer messaging to help with troubleshooting.

  • Workspace Wizard and Git Permissions: When Git credentials lack permission, the Workspace creation wizard keeps your entries and shows a specific error instead of a generic failure.

  • Re-sync Columns and Descriptions: Re-syncing columns now picks up description changes from your data platform so your Node metadata stays current.

  • Run Details Sorting: Sorting ascending or descending in run details works when some values are missing instead of mis-ordering rows.