Skip to content

18 January 2021 Release Notes

Version 1.1.199

Feature Highlights

Stay tuned for new DataKitchen features in coming releases!

Other Fixes & Enhancements

Default Log View Filters on Errors, Warnings: In response to user feedback, the platform now displays the initial view of order run logs filtered for Error and Warning entries only. Previously, the logs opened with all entries for all logging levels displayed, causing users to take the time to change the filters or scroll to find the errors while troubleshooting. See Order Run Logs for more information. [DEV-7310]

()

The new default view of order run logs shows errors and warnings only.

CLI Error Now Includes Resolution: Users sometimes encounter an SSL certificate error when installing or upgrading DKCloudCommand. The fix, which was published in DataKitchen Help is to run a pip3 command. With this release, the error has been updated to include the command to resolve the problem. See Install & Upgrade DKCloudCommand for more information. [DEV-7080]

Error: There is a problem with the SSL Certificate. To solve it, please run the following command.
Paste the following line into the Mac Terminal app (adjust the Python version as needed), and press Enter/Return.

/Applications/Python\\ 3.8/Install\\ Certificates.command

Further details:
<urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1108)>

Kitchen Overrides Available in Ingredient Node Settings: Users found that variables they defined as kitchen overrides were not listed in the V Use Variable drop-down lists in the configuration fields of any ingredient node. This issue has been resolved, and kitchen-level variables are included in the variable lists for users to select. [DEV-7538]

Web App Saves User Context on Opening File Editor: When users navigated from a variation graph tab to the File Editor and then returned to the graph view, they sometimes landed in a different variation within the same recipe. The platform was returning users to the variation listed first in the recipe, even if they were working in a different variation. This issue has been resolved by tracking the active variation where a user is working. [DEV-7373]

Navigation Restored for Resume Order Run: A recent update to the Order Run Details page inadvertently changed the behavior of the Resume Order Run function. Clicking this tool used to open the Order Run Details page for the resumed order run after the user confirmed the action, but more recently that action kept the user on the page of the failed order run. This issue has been corrected, and Resume Order Run once again takes the user to the details of the resumed run. [DEV-7205]

Browser Back Button Works from Orders Page: After navigating to the Orders page, users found that a browser's back button would not return them to the previously viewed page. Instead, the Orders page simply refreshed. This issue has been resolved, and back navigations work as expected. [DEV-7312]