Skip to content

14 February 2023 Release Notes

Version 1.1.264

Feature highlights

  • Copy steps, tests, and mappings in the Node Editor! Click Copy next to an item to duplicate its configuration for use in the next step, test, or mapping you create. [PD-9923]

Other fixes and enhancements

  • Previously, if a node was renamed or deleted (either from the File Editor or a recipe's Nodes tab), any conditions in graphs that included that specific node would be deleted as well. Now, any changes made to a node will only affect that node, and not the conditions surrounding it. [DEV-9975]
  • We've improved the user experience of the Order Run Logs. You can now search or filter for conditional nodes in an Order Run Log. For more information on how you can use logs to better understand order runs, see Order Run Logs. [DEV-9322]
  • Conditional nodes are now labeled in a variation's graph, so you can quickly identify conditional nodes by name. [DEV-9976]
  • We've improved the user experience of the Order Run Details. You can now select any condition node to open and view its Condition Results. For complete details, see Order Run Details. [DEV-9978]
  • In addition to downloading compiled files, you can now copy the content to your clipboard. For more details on what you can accomplish in the File EditorĀ and Node Editor, seeĀ Compile Node Files. [DEV-9872]
  • We fixed a bug where, if override variable constraintsĀ were set for a variationĀ and thatĀ variation was later edited, the constraints would be deleted. You can now edit variations without affecting constraints set in the variation's Variables tab. [DEV-9877]
  • TheĀ  HelpĀ menu now provides quick access to more details for the specific page you're working on; a link to open and browse all theĀ DataKitchen's DataOps AutomationĀ help topics; and a direct link to the entireĀ DataKitchen documentation library. [DEV-9942]
  • We applied general fixes to reduce errors.
  • We made various improvements to our user experience. Our help documentation has been updated to reflect these changes.

Breaking change for DKCloudCommand

As previously noted, a change to the DKCloudCommand user-info has been made, where the name parameter has been replaced by the login parameter. If you use the command line interface, you will need to upgrade your version of DKCloudCommand:

pip3 install DKCloudCommand --upgrade

Complete details on how to verify your current version and upgrade to the latest version can be found in the documentation, Install and Upgrade DKCloudCommand.

Automation library upgrades

This section of release notes reports changes made to Python, AngularJS, and other libraries used by Automation.

No changes were made in this release.