Skip to content

20 April 2020 Release Notes

Version 1.1.162

Feature Highlights

Stay tuned for new DataKitchen features in coming releases!

Other Fixes & Enhancements

Users can duplicate new nodes: When a user created a new graph node then added a second node as a duplicate of the first, the system generated an error because the first node had not yet been saved. This issue has been resolved by allowing users to duplicate new nodes even before the user clicks to Update the graph. [DEV-5937]

Update button works properly in File Editor: When users made recipe changes in the File Editor view and clicked the Update button once, the Update button would not activate or deactivate correctly with their subsequent changes or reverted changes. This issue has been resolved, and the button performs as expected. [DEV-5993]

Folder delete function updated: Users found that after deleting a node from a graph, they could not delete the node folder in the File Editor. This issue occurred when a user selected Delete from the folder drop-down list and checked Remove node from variation graphs in the Delete Node confirmation dialog. This issue has been resolved; the File Editor deletes folders properly when the associated nodes are no longer present in the graph. [DEV-5992]

()

Checks for available resources do not affect UI performance: When users clicked the Agent Status button multiple times to view available memory and disk space resources, the platform UI would become unresponsive. This issue has been resolved with a timeout added to these resource queries. [DEV-6014, DEV-6015]

()

Invalid kitchen error added to order-list command: The DKCloudCommand interface issued a "no orders found" error message when users passed an invalid kitchen name as an option for the order-list command. This message has been updated to provide better context: "The Kitchen was not found. The Kitchen may not exist, or you may not have kitchen-staff permissions." [DEV-1310]

Single email sent for duplicate alerts: When a user configured the same email address at both the kitchen and recipe levels to receive alerts for all events in an order run, that email recipient would receive two emails per event. This issue has been resolved by preventing the duplicate notifications. [DEV-5779]

Order run alert emails resumed: Recently, the system suspended alert emails for order runs due to a code conflict. This issue has been resolved, and users will receive emails as expected. [DEV-5974]

Error logging improved for SFTP connections: When a user entered an invalid host name or credentials for an SFTP data source or data sink and then ran the variation, the system logged a generic "unexpected error" message. The error messaging has been updated to report an invalid host, an unreachable host, or invalid credentials. [DEV-5978]