Skip to content

5 October 2020 Release Notes

Version 1.1.186

Feature Highlights

Stay tuned for new DataKitchen features in coming releases!

Other Fixes & Enhancements

Session Timeout Error Removed: Users whose sessions in the web app expired after 2 hours and 10 minutes of inactivity sometimes received a "Kitchen does not exist" error when they brought their computers out of a sleep state and attempted to work in the app again. This issue has been resolved, so that the timeout dialog with the Log Back In option will display immediately upon session expiration or a user waking up the device. [DEV-6571]

Node Editor Allows Complex Jinja Expressions: The Node Editor field validations were generating errors on any functions written with parentheses characters. This issue prevented complex Jinja expressions from passing the validation tests. This issue has been resolved, and the Node Editor now ignores any character strings between the {{ }} curly braces of a Jinja variable reference. For example {{ function_name(variable_name, 'any_string') }} would now be considered valid. [DEV-6986]

Nodes Allow Spaces in Source/Sink Paths: Users configuring action, DataMapper, or container nodes found that Node Editor validations did not allow spaces to be entered in the paths for file-based connectors. This issue has been resolved, and the relevant fields for file-based sources and sinks allow spaces. The validation updates appear on File Glob Pattern and File Path fields in the Node Editor within the Steps tab (action nodes), Mappings tab (mapper nodes), and Inputs and Outputs tabs (container nodes). [DEV-6657]