We’ve resolved an internal bug that had no effect on the end user.
Preview Release 7.19.0
Private Preview Features
These features are currently in Private Preview. Please reach out to your Coalesce account manager to sign up.
Onboarding Wizard
The Onboarding Wizard is back—and better aligned with your needs. This step-by-step setup guides you through authentication and storage configuration so you can spend less time on setup and more time building pipelines.
Your Feedback in Action
Storage & Mapping Optional on Duplication: When you duplicate a Workspace, you can now skip Storage Location and Storage Mapping entirely—no need to fill them in unless you want to change them.
Existing Commits: If you’re branching off an existing Workspace with mappings already in your repo, the Onboarding Wizard will automatically pull in those Storage Locations and Storage Mappings for you.
Auto-Populate Existing Settings: If your original Workspace already had Storage Locations or Storage Mappings, we’ll carry those over automatically so you don’t have to reconfigure.
Why You’ll Love It
These tweaks remove unnecessary clicks when duplicating a Workspace and ensure your existing settings stick—giving you a seamless transition every time.
Deploy Wizard Improvements
We’ve refined the Deploy Wizard to give you clearer visibility into errors and warnings during the Review Plan step. Now, issues are organized into separate Errors and Warnings tabs—so you can quickly zero in on what needs fixing before you deploy.

Updates
We've improved the display of Projects and Environments with long names on the Deploy Page to make it easier to filter:
Syntax highlighting was added to the Parameter pages, making it easier to spot errors and understand the code structure at a glance.
The Problem Scanner now identifies duplicate Subgraph names and provides clickable links to navigate directly to the affected Subgraphs.
Empty Subgraphs now display an expandable arrow and show "Empty" in gray italics when expanded. This improves visual clarity by aligning elements and preventing empty Subgraphs from appearing to be parent Nodes.
A
next
parameter has been added to the List Runs endpoint response, making it easier to track your position while paginating through results.Improved support for
systemColumns
in Node endpoints:
Bug Fixes
Fixed incorrect error message when making change tracking configuration required in UDNs. The message now correctly states "Please select a change tracking column."
Previously, users were incorrectly prompted to upgrade already-upgraded repositories. Coalesce now properly verifies Git commits and provides clear error messages when Git account testing is needed.
Environments no longer get stuck in a "Refreshing" state when no jobs are actively running.
Long Azure DevOps PR descriptions now properly truncate before being included in commit messages, preventing SQL compilation errors during deployment.
Breaking Change in listRun Endpoint – Version 7.19
Breaking Change in List Run Endpoint – Version 7.19
Effective in version 7.19, there is a breaking change to the listRun endpoint:
- The
orderBy
parameter is now mandatory whenever thestartingFrom
parameter is included in a request. This change ensures consistent and predictable pagination behavior when using thestartingFrom
cursor.
What you need to do:
- If your integration uses
startingFrom
, make sure to include a validorderBy
value in the same request. Requests missing the requiredorderBy
parameter will now return an error.
Preview Release 7.18.1
Bug Fixes
Deployment will no longer display an erroneous authentication failure message during successful deployments.
Deploying will no longer fail with the error
Cannot read properties of null (reading 'compiledSQL')
.
Action Required: Upgrade to CLI v7.17.1
We are notifying all Coalesce customers using the command-line tools that an immediate upgrade to the Coalesce CLI version 7.17.1 or higher is required. Snowflake’s recent 2025_02 release includes changes that may cause service interruptions for users running older versions of the Coalesce CLI.
To prevent any disruption, please check your CLI version by running:
coa --version
If your version is lower than 7.17.1, upgrade your CLI by running:
npm upgrade -g @coalescesoftware/coa
For more information on the Snowflake bundle changes, please visit the Snowflake Release Notes.
Thank you for your immediate attention to this matter.
Preview Release 7.18.0
Updates
We have made several improvements to the Coalesce App's user experience.
Nodes in the Build Interface panel and source Node selector are now sorted alphabetically, making it easier to find the Node you need.
The Deployment page now features interconnected filters—selecting a value in one filter automatically updates the available options in other filters.
You can select View Column Lineage while in the Column Grid view so you can quickly access the lineage when working with a large grid.
When viewing the selected (blue) Node in Column Lineage, you can quickly edit the Node without using having to find and select the Node.
Selecting a Node in the DAG or Graph View now highlights the corresponding Node in the sidebar. This ensures your view stays consistent and eliminates the need to manually update selections in multiple places.
Bug Fixes
Deployments now succeed when a Node's source changes while its name remains the same.
The Node editor now displays accurate row counts.
Version 7.17
New
Create Node Endpoint
You can now create Nodes using the Create Workspace Node endpoint. Create Workspace Nodes supports creating all Node types. Combined with the Set Node endpoint, create and update Nodes programmatically.
Updates
We’ve made multiple API updates including:
Added pagination to List Environments. In addition to existing fields, we have added:
total - Number of results
startingFrom - The id the request starts from.
limit - The request page size. 100 is the default.
next - The value where the next page of results starts after.
Added type to List Run Results. Type indicates if it is a sql or sqlTest run.
When using ref functions, an error message will return if there is a cyclical dependency.
We’ve made some user interface improvements including:
Added tooltips for all statuses in the Activity Feed.
The Fetch button in the Git Modal has moved to be in-line with commit and branches.
Improved Column Lineage so it's easier to see the Node lineage.
Packages
New - View-Qualify Advanced Deploy Node
We’ve released a new package Node, View-Qualify Advanced Deploy UDN. This is a versatile Node that allows you to create and deploy views in Snowflake using the QUALIFY filter. It gives you a streamlined way to filter records within a View using window functions such as, RANK or ROW_NUMBER. It supports common use cases like deduplicating data, selecting top and bottom records, and applying customer filters.
Bug Fixes
Clicking on a Node in the Docs no longer results in an error screen.
7.17.1
New Display Node and Column Test Failure
We’ve introduced a new feature that lets you know when a Node or Column Test has failed during a refresh.

On the Deploy page, statuses are now color coded for easy review.
Green - It was successful with no errors.
Yellow - The Refresh was successful, but had Column or Node test failures.
Red - The Deploy or Refresh failed.

Take a look at Troubleshooting Deploys and Refreshes.
Preview Release 7.17.0
Updates
We’ve made multiple API updates including:
Added pagination to List Environments. In addition to existing fields, we have added:
total
- Number of resultsstartingFrom
- The id the request starts from.limit
- The request page size. 100 is the default.next
- The value where the next page of results starts after.
Added type to List Run Results. Type indicates if it is a
sql
orsqlTest
run.When using ref functions, an error message will return if there is a cyclical dependency.
We’ve made some user interface improvements including:
Added tooltips for all statuses in the Activity Feed.
The Fetch button in the Git Modal has moved to be in-line with commit and branches.
Improved Column Lineage so it's easier to see the Node lineage.
Bug Fixes
Clicking on a Node in the Docs no longer results in an error screen.
Column lineage now renders correctly.
Fixed an issue where the plan step during deployments would take a long time.