Skip to main content

Release Notes July 2026

Orchestrators

The below Orchestrators release notes provide information about new features and updates in the pre-release version 5-latest. These updates are set available as an opportunity to test and validate that things work as expected in your environment before we promote them to the official release 5-stable.

To test orchestrators with 5-latest, simply set DATAOPS_RUNNER_IMAGE_TAG to 5-latest in your project's variables.yml configuration file. See Orchestrators Pre-Release Versions for more information.

Feature release status badge: Bug Fix
Bug Fix
Security Hardening Across All Orchestrators

As part of our ongoing commitment to security, this release resolves a broad set of security findings identified through automated scanning across all orchestrator images. Highlights include:

  • Infrastructure as Code (IaC): Remediation of all outstanding IaC scan findings.
  • Static Application Security Testing (SAST): Resolution of all outstanding SAST findings.
  • Software Composition Analysis (SCA): Remediation of vulnerable and outdated dependencies flagged by SCA scanning.

These changes further strengthen the security posture of the DataOps platform with no impact on existing functionality.

Feature release status badge: Bug Fix
Bug Fix
Specified Users/Roles Functionality in SOLE Data Products

Fixed an issue where SOLE Data Products was creating non-interactive users with SYSADMIN grants. The specified users/roles functionality now correctly implements role assignments, preventing unintended privilege escalation.

Feature release status badge: Feature
Feature
ROW_TIMESTAMP Parameter Support in Tables

Added support for the ROW_TIMESTAMP parameter in table definitions managed by SOLE. This enables Snowflake's automatic row-level timestamp tracking for tables provisioned through SOLE and the Terraform Provider for Snowflake.

Feature release status badge: Feature
Feature
USE_VECTORIZED_SCANNER Parameter Support in File Formats

Added support for the USE_VECTORIZED_SCANNER parameter in file format definitions managed by SOLE. This parameter enables Snowflake's vectorized scanner for improved query performance when reading Parquet files.

Feature release status badge: Feature
Feature
Compute Pool Object Support

Added support for Snowflake Compute Pools in SOLE. You can now define and manage compute pools for Snowpark Container Services directly through your SOLE configurations, enabling better resource management for containerized workloads.

Feature release status badge: Feature
Feature
Snow CLI and Key Pair Authentication Support in Orchestrators

Enabled Snow CLI and key pair authentication support across multiple orchestrators, including SOLE, Reporting, Snowflake, and VaultSpeed orchestrators.

Feature release status badge: Bug Fix
Bug Fix
Key Pair Loading Issue in Secrets Manager Orchestrator

Fixed an issue in the Secrets Manager orchestrator where an inherited key pair loading script from the Python orchestrator could cause authentication failures.

Feature release status badge: Bug Fix
Bug Fix
Key Pair Authentication Support in Python Orchestrators

Fixed an issue where vault remapping was breaking in Python orchestrators when using key pair authentication. The orchestrators now properly support loading key pair scripts, ensuring secure authentication methods work reliably across all Python-based orchestrators.

Feature release status badge: Bug Fix
Bug Fix
dbt 1.11 Manifest Parsing in Compile Models Job

Fixed an issue where dbt-results-parser failed to parse the dbt manifest when using dbt 1.11, causing the Compile Models job in the MATE orchestrator to abort with a Pydantic validation error.

Feature release status badge: Bug Fix
Bug Fix
show_initial_rows Parameter for Streams

Fixed an issue with the handling of the show_initial_rows parameter in Stream definitions managed by SOLE.

Feature release status badge: Bug Fix
Bug Fix
Default Column Values Conflict in Hybrid Tables

Fixed an issue where default values on columns always caused a conflict in Hybrid Tables managed by SOLE.