CAST Imaging ETL - Release Notes - 2.6

2.6.1-funcrel

Resolved Issues

Customer Ticket IdDetails
31639Isolated Input and Output Objects, no link present between the input and output.

AJS.$('[data-macro-name="markdown-from-url"] code').each(function(i, block) { hljs.highlightBlock(block); });``AJS.$('[data-macro-name="markdown-from-url"] .language-mermaid').each(function(i, block) { const config = { startOnLoad:true, theme: 'default', flowchart:{ useMaxWidth:false, htmlLabels:true } }; mermaid.initialize(config); window.mermaid.init(undefined, block); });