Resolves an issue impacting Coalesce’s package services that was preventing the installation of new packages into workspaces.
Git Commit Functionality Restored
Issue Resolved: We have successfully identified and resolved an issue that was preventing some users from committing changes to their GitHub repositories. This fix is included in release version 7.18.2.
To receive real-time updates about service incidents, maintenance windows, and resolutions, we recommend subscribing to our Status Page notifications.
Version 7.18.1
Action Required: Upgrade to CLI v7.17.1
We are notifying all Coalesce customers using 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.
Updates
We’ve made several improvements to the Coalesce user experience:
Nodes in the Build Interface panel and source Node selector are now alphabetically sorted for easier navigation.
The Deployment page features interconnected filters—selecting a value in one filter automatically updates options in related filters.
You can now view Column Lineage while in Column Grid view, enabling quick lineage access when working with large graphs.
When viewing a selected (blue) Node in Column Lineage, you can edit it directly without having to locate and select it again.
Selecting a Node in the DAG or Graph View now highlights its counterpart in the sidebar, maintaining view consistency and eliminating redundant selections.
Bug Fixes
Deployments now succeed when a Node's source changes while its name remains unchanged.
The Node editor now shows an accurate number of Columns that are in a Node.
Packages
Find the right building blocks for your data pipelines and accelerate initial development by using ready-made Packages from Coalesce Marketplace.
New
Delta Stream Merge Node
Delta Stream Merge Node uses a Delta Stream and handles DELETE operations alongside INSERT and UPDATE.
View-Qualify Advanced Deploy
View-Qualify advanced deploy UDN is a versatile Node that lets you develop and deploy a Snowflake View with an added QUALIFY filter.
Updates
Geospatial datatypes are now supported for Dimension Nodes.
Data quality tests in views now supported in both the Base Nodes package and Base Nodes Advanced Deploy package.
We've enhanced the InferSchema functionality in Copy Into and Snowpipe Nodes. CSV processing now needs just one file format, not two. The system creates a temporary file format to infer the schema and removes it when the session ends.
Bug Fixes
A bug in Dimension Zero Key Node related to handling certain edge cases around null value handling has been fixed.
Persistent Stages change has been made to fix an error caused when all column are chosen as change tracking for Type-2.
Version 7.17.3
Fixed an issue where users were shown an incorrect authentication error message during deployment:Unable to authenticate, please check your network connection and ensure your token is valid: ASSERTION FAILED: LDCLIFeatureFlagsService is not initialized.
This was a display-only issue and did not impact the success of the deployment.
Version 7.17.2
We’ve fixed the 404 errors some users saw when authenticating to Snowflake using OAuth in the Coalesce UI, and authentication should now work as expected.
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.
Version 7.16.2
We've resolved an issue in the deployment process that caused some operations to experience poor performance.