@if (libraryList) {
@if (searchLibTreeInput.value.length < 1) { } @if (searchLibTreeInput.value.length > 0) { }
} @for (library of libraryList; track library) { @if (!library['hidden'] && library['inForeground']) {

{{ library.LIBRARYNAME }}

@if (library['tables']) {
@if (searchTreeInput.value.length < 1) { } @if (searchTreeInput.value.length > 0) { }
} @for (libTable of library['tables']; track libTable) {

{{ libTable.TABLENAME }}

@if (libTable['columns']) {
@if (searchTreeInput.value.length < 1) { } @if (searchTreeInput.value.length > 0) { }
} @for (libColumn of libTable['columns']; track libColumn) { }
}
} }
@if (librariesPaging) {
Loading...
}
@if (!column && !table) {

Please select a column or table

} @if (column || table) { @if (!graphContainer) {
@if (!currentLineagePathColumn && !currentLineagePathLibTable) {

{{ currentLineagePathColumn ? currentLineagePathLibTable + '.' + currentLineagePathColumn : currentLineagePathLibTable }}

}
}
@if (lineageTableName.length > 0) { {{ lineageTableName.split('.')[0] }}.{{ lineageTableName.split('.')[1] }}{{ lineageColumnName.length > 0 ? '.' + lineageColumnName : '' }} }
@if (graphContainer) {
SVG
PNG
Dot
@if (flatdata) {
CSV
}
@if (column) { }
}
@if (graphContainer) {
@if (graphLoading) { Loading... } @if (!graphLoading) {
@if (graphRendering) { }
}
}
}