Skip to main content

Release Notes October 2024

DataOps CLI (SOLE Generator)

Feature release status badge: Feature
Feature
Enable storing statements of Procedures and Functions in external files

The SOLE Generator now supports a new input argument --inline-statement-limit (-is) that allows you to store the statements of procedures and functions in separate files. Each statement longer than the specified limit will be stored in a separate file. This feature is useful when you want to keep your SOLE files clean and readable.

For more information, see the Opt-In Feature for Managing Procedure and Function Statements article in the DataOps.live Community.

You can also refer to the SOLE Generator documentation for some usage examples.

Feature release status badge: Bug Fix
Bug Fix
Bug fixes

  • Fixed invalid parsing of procedures having default argument values.
  • Fixed invalid parsing of objects passed via the --input-dir (-d) argument in sole-dp gen.
  • Fixed missing arguments while parsing procedures.

Operate

Feature release status badge: Improvement
Improvement
General improvements and security patching

  • Improved internal system monitoring.
  • Security patching and standard system package updates.