feat: adding all tables to the docs
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 1m17s
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 1m17s
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
---
|
||||
layout: article
|
||||
title: MPE_LINEAGE_TABS
|
||||
description: The MPE_LINEAGE_TABS table stores table-level lineage (forward and reverse) extracted by Data Controller for SAS®.
|
||||
---
|
||||
|
||||
# MPE_LINEAGE_TABS
|
||||
|
||||
The `MPE_LINEAGE_TABS` table stores table-level lineage - the table-to-table relationships derived from jobs registered in SAS DI Studio. See the [lineage](/dcu-lineage/) guide for more details.
|
||||
|
||||
## Columns
|
||||
|
||||
- `TX_FROM num`: SCD2 open datetime
|
||||
- 🔑 `TX_TO num`: SCD2 close datetime
|
||||
- 🔑 `JOBID char(17)`: Identifier of the job in which the relationship was found
|
||||
- `JOBNAME char(128)`: Name of the job
|
||||
- 🔑 `SRCTABLEID char(17)`: Identifier of the source table
|
||||
- `SRCTABLETYPE char(16)`: Type of the source table
|
||||
- `SRCTABLENAME char(64)`: Name of the source table
|
||||
- `SRCLIBREF char(8)`: Libref of the source table
|
||||
- 🔑 `TGTTABLEID char(17)`: Identifier of the target table
|
||||
- `TGTTABLETYPE char(16)`: Type of the target table
|
||||
- `TGTTABLENAME char(64)`: Name of the target table
|
||||
- `TGTLIBREF char(8)`: Libref of the target table
|
||||
Reference in New Issue
Block a user