5 April 2021 Release Notes¶
Version 1.1.210
Feature Highlights¶
Stay tuned for new DataKitchen features in coming releases!
Other Fixes & Enhancements¶
File Editor Allows Secrets in Container Notebooks: While the Node Editor has always allowed users to insert secrets into certain form fields that store values in a container node's notebook.json file, the File Editor did not allow for secrets use. This issue has been resolved, and the Insert Secret drop-down list is enabled in the File Editor when users are viewing the notebook.json of a container node. [DEV-7859]
Search Added to Variable, Secret Lists: The V Insert Variable and Insert Secret drop-down lists have become very long in some kitchens, requiring users to scroll excessively when completing node configuration fields. This issue has been resolved with the addition of a search field in each drop-down list. [DEV-8020]

The drop-down lists for variables and secrets are now searchable.
Orders Selection Maintained on Refresh: Users attempting to delete orders from the Orders page found that their selections were lost before they completed the delete process. This occurred when the table auto-refreshed to fetch any newly submitted orders. This issue has been resolved, and the selected orders remain selected when the table refreshes. [DEV-7855]
Note
Some Functions Still Clear Selected Orders: While selections on the Orders page remain when the orders list refreshes, the system clears selections if a new order is added to the list, if a user applies a new filter or sort order, or if the user refreshes the browser tab.
Redirect to File Editor Fixed: The Node Editor cannot parse Jinja files because they are not JSON-parseable. If a node contains such files, users attempting to open that node in the Node Editor should be redirected to the File Editor. This redirect was affected by a recent platform update and was generating "error_outline" messages for container nodes that have Jinja files. This issue has been resolved, and the redirect works as expected. [DEV-8011]