Initially released to IWS Test on 20161228
Enhancements
Added Streaming Support for Generic Extract and Transform Objects
Generic Extract and Transform objects now support streaming task generation for custom transformation. To use this feature, select the Streaming mode in the task format form when creating a new transformation task. This new streaming supports the following transformation types:
- CSV to CSV
- CSV to STAR
- STAR to CSV
- STAR to STAR
This issue was tracked as Item #148114.
Software Fixes
Modified Pattern for Restart Workflow Correlation Id
The pattern for restart workflow correlation id has been changed. This change was necessary as a result of an EJM code change coming in the EagleML January release and tracked under #146703 (CorrelationID Value Uses Different Algorithm When Runnning profile directly from EJM Tool vs PACE Event).
The following changes were made:
in *_restart.xml rule:
from: <COL TAG="cmCorrelationId" EXPRESSION=":corrid: + convert(today(),'yyyymmdd') + 'T' + convert(currenttime(),'hhmmss')" /> to: <COL TAG="cmCorrelationId" EXPRESSION=":corrid: + '' + GUID() " />
in *_restart.wrf:
from: |corrid|EXPR#''+ convert(today(),'yyyymmdd') + 'T' + convert(currenttime(),'hhmmss') to: |corrid|EXPR#''+GUID()
This issue was tracked as Item #148317.
0 Comments