7 June 2021 Release Notes¶
Version 1.1.219. Note that version 1.1.218 was deployed to DataKitchen testing environments only.
Feature Highlights¶
More Improvements Made to Recipe READMEs¶
All New Recipes Have a README Template¶
The Wiki tab on the Recipes page, introduced in a recent release, will now display a default README template in all newly created recipes. Users can fill in the recommended sections or create their own content to explain details about their recipes and variations to their colleagues. The README.md sits at the root of the recipe file structure and can be edited via the File Editor using GitHub Flavored Markdown syntax. See Use the Recipe README for more information. [DEV-7789]
README Markdown Supports Highlights¶
The README feature now offers simple syntax for text or code highlighting. While editing a README.md file in the File Editor, users can employ the following backtick syntax to add inline or multi-line highlights to the file display. [DEV-8408]
- For inline highlights, place a single backtick character (`) before and after the text.
- For multi-line highlights, place three backticks (```) before the first line and three backticks after the last line.
- See Use the Recipe README for more information.
Other Fixes & Enhancements¶
Order Run Alert Emails Updated: The email notifications sent to alert recipients for order runs that have started, generated test warnings, exceeded a time limit, completed, or failed have been updated. The email content now includes the following information.
- A Test Results section for warning, completed, and failed order run statuses.
- Links to open Test Results dialogs on the relevant Order Run Details page.
- The name of the failed node in failed order runs.
- Style updates for improved readability.
In a future release, these alerts will also contain errors lists. [DEV-2373]
Error During Pre-Processing Suppressed: When accessing order run logs while orders were still in a pre-processing phase, users encountered error messages that the platform "cannot read properties" of undefined objects. This issue has been resolved by blocking the system's attempts to access the property data if that information is not available. [DEV-8255]