Skip to main content

Release Notes February 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.

Feature release status badge: Feature
Feature
Add support for parse_header in file format

You can now define parse_header in the file format object through SOLE.

For more information and a usage example, check the file format documentation.

Feature release status badge: Bug Fix
Bug Fix
Allow empty vaults in orchestrators

Orchestrators now allow an empty vault, ensuring the orchestrators can run without one.

Feature release status badge: Bug Fix
Bug Fix
Update the apply_grants macro to consider the database in which a table is in

The DataOps DBT Macro apply_snowflake_grants now considers the database in which a table is located, ensuring correct grant applications.

Feature release status badge: Improvement
Improvement
Improved error messages

Messages at the FATAL level have been updated with more precise error messages.