Release Notes May 2025
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.
Improvement Changes for the upcoming SOLE June 2025
The May release of the Orchestrators is only available as a 5-latest
release. SOLE specifically sees a set of new capabilities but also a set of breaking changes. We encourage you to test the new release in a feature branch and provide feedback to support@dataops.live.
Read all details in our Migration to SOLE 2025 guide.
Develop
Feature Updated default Python environment to 3.12
We have upgraded the base Python version from 3.8.18 to 3.12.9 as Snowflake no longer supports Python 3.8.
This update also includes updates to several key packages:
- numpy: 1.26.4
- scikit-learn: 1.6.1
- pip: 25.1.1
- PyYAML: 6.0.1
- click: 8.2.0
For dbt versions older than dbt1.9 some packages were pinned to maintain compatibility:
- dbt-osmosis: 0.12.10
- yarl: 1.19.0
Additional packages were added to the base Develop workspace image:
- libgbm1 - A graphics library that improves compatibility with tools that use GPU or graphical rendering.
- repomix - Helps manage Python package sources more easily, making environments more reliable.
- uv - A fast, modern alternative to
pip
andvirtualenv
for managing Python packages and environments.
Feature dbt 1.9 support
Aligning with the DataOps Orchestrators, we now support dbt version 1.9 in Develop. Learn how to choose your dbt version.
Improvement Updated default dbt version
The default version of dbt in Develop has been updated from dbt1.5 to dbt1.7. Learn how to choose your dbt version.
EoL Deprecated dbt1.0
Support for dbt1.0 in Develop has been removed.
Feature Brand new Assist capabilities in Develop
We are excited to introduce an updated version of our DataOps.live Assist for our CDE Develop.
This new version brings enhanced functionality and streamlined workflows to help you manage your data operations more effectively.
For a detailed overview of the new features and improvements, read all about our brand-new DataOps.live Assist modes.