{{#unless first}} {{/unless}}
  • {{ model.data.count }} scripts - page {{ model.data.page }} of {{ model.data.totalPages }}
  • {{#unless last}} {{/unless}}
{{#each model.data.scripts as |script|}} {{/each}}
Script Name Script Path Type Chain Name Job Name Committer Name
{{{script.scriptName}}} {{ script.scriptPath }} {{ script.scriptType }} {{ script.chainName }} {{ script.jobName }} {{ script.committerName }}

Lineage

{{#each lineages as |lineage|}} {{/each}}
Object Name Source/Target Storage Type Operation
{{ lineage.abstractedObjectName }} {{ lineage.sourceTargetType }} {{ lineage.storageType }} {{ lineage.operation }}
{{outlet}}