Skip to main content

Release Notes March 2026

Platform

Feature release status badge: Improvement
Improvement
DataOps Runner latest Image Tag Now Compatible with All Docker Versions

The DataOps Runner latest image tag is now compatible with the newest versions of Docker, including Docker v29. This follows the February 2026 update where compatibility was first introduced via the latest-next tag.

Users who switched to latest-next to gain Docker v29 compatibility can now return to using the standard latest tag.

Image Tag Requirements:

  • All Docker versions (v29 and earlier): Use image tag latest

For installation instructions, see DataOps Docker Runner Installation.


Orchestrators

Feature release status badge: Feature
Feature
Data Product Publish Orchestrator

New orchestrator that publishes data products to Momentum.

Feature release status badge: Bug Fix
Bug Fix
Vault-to-Env Script Support for Keys Starting with Digits

Fixed the vault-to-env script to correctly handle DATAOPS_VAULT keys that begin with a digit. This fix applies to all orchestrators using the vault-to-env integration.

SOLE (Snowflake Object Lifecycle Engine)

Feature release status badge: Improvement
Improvement
New Parameters for Views

Added support for the following parameters in SOLE view definitions:

  • is_temporary
  • is_recursive
  • change_tracking
  • row_access_policy
  • column

Feature release status badge: Improvement
Improvement
TARGET_COMPLETION_INTERVAL Support in Tasks

Added support for the TARGET_COMPLETION_INTERVAL parameter in Snowflake task definitions managed by SOLE.

Feature release status badge: Bug Fix
Bug Fix
Warehouse Creation on Standard Accounts

Fixed an issue where warehouse creation would fail on Standard Snowflake accounts due to QUERY_ACCELERATION_MAX_SCALE_FACTOR being applied by default. This parameter is now omitted from the warehouse creation query when not explicitly set.

Feature release status badge: Bug Fix
Bug Fix
Replication Handling for Unmanaged Databases

Fixed an issue where the ReadDatabase function would detect drift for databases with replication configured outside of Terraform. Replication databases are now only queried when explicitly managed in Terraform, preventing false drift detection for unmanaged databases.

Feature release status badge: Bug Fix
Bug Fix
Function Creation from Staged Code

Fixed an issue where creating a Function from staged code would fail. Enhanced Function imports parsing now correctly handles the stage-based format.

Feature release status badge: Bug Fix
Bug Fix
Ignore SYSTEM$ Role Revoke

Fixed an issue where SOLE would attempt to revoke SYSTEM$ prefixed roles during role management operations. These system-managed roles are now correctly ignored during revoke operations.