Preview Release 7.27.0

This release focuses on improving clarity in notifications, error messages, and onboarding, making it easier to understand what's happening in your Projects.

Updates

UI Changes

  • Project ID Visible in Settings — You can now see the Project ID directly in the Project Settings modal. This makes it easier to find and reference without checking URLs or using the API.

Onboarding

  • Clearer Onboarding Message — When creating a new Workspace, the confirmation message after step 1 now reads "Workspace creation initialized". This more accurately reflects the setup process.

Deployments

  • Readable Node Names in Plan Errors — Deployment plan validation errors now show the human-readable Node name instead of just the Node ID. This makes it much faster to find and fix the Node causing the error.

Jobs & Notifications

  • Job Notifications Show Test Failures — Job Scheduler notification emails now distinguish between a successful run and a successful run with failed tests. This gives you a clearer status on data quality without having to check the UI.

API

  • Set Workspace Node API Database and Schema — The Set Workspace Node API no longer allows database and schema to be set. These fields are derived from your Storage Mappings, and this change prevents them from being accidentally overwritten.

Bug Fixes

  • Retry from Failure Uses Environment Parameters — Fixed an issue where using the Retry from Failure button on a job in the UI would not apply the Environment's configured parameters. Retries from the UI now correctly use the same Environment Parameters as a normal job run.

Packages

External Data Package

  • Version 2.0.3 - Added support for conditional STORAGE_INTEGRATION in the Copy Into Node type, offering flexible staging logic.

Base Node Types

  • Version 1.3.6 - Resolved an issue with toggles in the Base Node Types UI config that caused inconsistent behavior.

Iceberg Tables

  • Version 3.0.1 - Iceberg's Copy Into Node now supports conditional logic for STORAGE_INTEGRATION.

  • Version 3.0.2 - All optional dropdown selectors now include a blank option, reducing forced selections and improving usability.

Data Security Package

  • Version 1.0.1 - Improved runtime processing reliability of masking view templates to enhance sensitive data protection.