1 March 2022 Release Notes¶
Version 1.1.243
Feature Highlights¶
Stay tuned for new DataKitchen features in coming releases!
Other Fixes & Enhancements¶
Conditional Node Scenario Fixed: Graph processing was skipping a node that followed a merge point wherever a conditional node had one result directly connected to that merge-point node. This issue has been resolved, and all downstream nodes execute as expected. [DEV-9543]

A system fix ensures that nodes downstream of a conditional node and merge point are not skipped.
Container Node Logging Simplified: Users found the log entries for container nodes to be confusing. The entries were displaying both system and container timestamps, which recorded different time zones, and unparsable messages were being dropped. This issue has been resolved by removing the container timestamp, displaying just the container log message, and building in default messaging for unparsable records. [DEV-9109]
- Previous log entry format:
AC: : - New log entry format:
Container scripts log:
Logs Differentiate Script and Container Errors: Some log entries and return codes led users to think that there were errors in container processing when, in fact, the errors occurred in the scripts running inside the containers. This issue has been resolved by rewriting the error message for script failures to "Container processing completed. A process in the container failed with error code:
DataKitchen Orders Data Source on Limited Support: Automation offered a special connector to load information from completed order runs into a current run. This DataKitchen Orders data source has fallen into disuse and will now be turned on and supported only by request for specific customer accounts. For existing recipes using this source, orders will run normally. [DEV-9566]