New
We’ve enhanced the API so you can now create and manage your Projects using the /projects
endpoint.
Benefits:
Ensure consistency: Apply naming conventions and configuration standards across all Projects.
Automate onboarding: Spin up new Projects for teams quickly.
Integrate with CI/CD: Seamlessly include project creation as part of deployment pipelines and infrastructure-as-code.
Get Started
Updates
We added alphabetical sorting to:
Documentation
Node type selector
Add new Node
This means locating items faster and reducing scan time for large lists.
Bug Fixes
Environment Reader roles have read access to the following API endpoints:
LIST Environments
GET Environments
Get Nodes
LIST Nodes
GET Job Status
GET Runs
LIST Runs
Ref functions now validate inputs during plan rendering. Empty strings or undefined values now throw clear errors identifying problematic Nodes when using the Coalesce App.
We fixed an error where users would get “Error installing package: failed to validate request body” when installing Nodes.
The Problem Scanner now returns the alert "Configure key pair in User Credentials tab” for missing Snowflake Key Pair credentials.
Fixed issue where data type changes to columns in Coalesce would not deploy when the target table contained unexpected columns in the data warehouse. Changes now deploy correctly.
Packages
External Data Package
Removed deploy phase, enhanced external table handling, and added Copy Unload metadata table creation.
Materialized View
Added deploy phase for Create/Cluster stages and removed it from Alter steps.
Incremental Loading
Refined deploy phase usage by adding it where needed and removing it from inappropriate stages.