23 January 2022 Release Notes¶
Version 1.1.236
Feature Highlights¶
Stay tuned for new DataKitchen features in coming releases!
Other Fixes & Enhancements¶
Logged Error Entries Fixed: As a result of a recent update, the Order Run Logs dialog was not including details of exceptions in Error level entries. This issue has been resolved by re-adding the exception type and description to logged errors. Entries like Error inserting data once again log with details such as Error inserting data: ProgrammingError syntax error``at or near "\nLINE 1: insert into \"Customer_Reports.users\"``() values ()\n ^\n". [DEV-9653]
Braces Removed from Variable Set Field: When a user selected a variable to override in a variation-level variable set, the Name field in the Add Variable Set and Edit Variable Set dialogs was adding double curly braces. As a result, the system treated the entry as a Jinja expression and resolved the selected variable to its value, rather than the variable name. In the case of a variable override, the user must designate the variable name of the value he or she wants to override, not the value itself. This issue has been resolved with a new type-ahead drop-down menu for the Name field, and variable selections now appear without braces. [DEV-6692]
New type-ahead menu resolves a syntax issue with Variable Set overrides.
Test Logic Operator Added in Webapp: The not-equal-to (!=) operator was missing from the Comparison drop-down menu in the Test Logic section of the Node Editor. This issue has been resolved, and all operator options are available. [DEV-9634]
Code Search Does Not Overlap Content: A code search function may be initiated in the File Editor, in JSON variable values, in data source SQL queries, and elsewhere in the platform using the Ctrl/Meta+F key combination. When opened, the search field was overlapping the first line of code. This issue has been resolved, and the first line is visible while searching. [DEV-9013]
Error Messages Clarified for Resume Order Run: Users reported various cryptic errors while attempting to resume failed order runs. The messages stated, "Cannot find supporting differ object ‘…’ of type string" or simply "the system has encountered an error while resuming this order run." In an effort to assist users with their troubleshooting, this issue has been addressed with an update to display actual messaging from the API in the error dialogs. [DEV-8600, DEV-9305, DEV-9348]
Merge Page Warns about Binaries: The Merge Kitchens feature has a known limitation regarding binary files. Binaries such as ZIP files will not preview in the merge editor and will not move during any kitchen merge. These files must be uploaded manually to a target kitchen. The Merge pages now display a warning when binary files are present as code changes for merge. [DEV-9582]