Release Notes March 2026
Platform
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 Data Product Publish Orchestrator
New orchestrator that publishes data products to Momentum.
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)
Improvement New Parameters for Views
Added support for the following parameters in SOLE view definitions:
is_temporaryis_recursivechange_trackingrow_access_policycolumn
Improvement TARGET_COMPLETION_INTERVAL Support in Tasks
Added support for the TARGET_COMPLETION_INTERVAL parameter in Snowflake task definitions managed by SOLE.
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.
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.
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.
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.