Skip to content

Commit 05b9862

Browse files
committed
Acrolinx
1 parent d35eb15 commit 05b9862

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

articles/purview/catalog-lineage-user-guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: chanuengg
55
ms.author: csugunan
66
ms.service: purview
77
ms.topic: conceptual
8-
ms.date: 01/20/2022
8+
ms.date: 09/20/2022
99
---
1010
# Microsoft Purview Data Catalog lineage user guide
1111

@@ -39,7 +39,7 @@ Data integration and ETL tools can push lineage into Microsoft Purview at execut
3939
| Azure Data Share | [Share snapshot](how-to-link-azure-data-share.md) |
4040

4141
### Data storage systems
42-
Databases & storage solutions such as Oracle, Teradata, and SAP have query engines to transform data using scripting language. Data lineage from views/stored procedures/etc are collected into Microsoft Purview and stitched with lineage from other systems. Lineage is supported for the following data sources via Microsoft Purview data scan. Learn more about the supported lineage scenarios from the respective article.
42+
Databases & storage solutions such as Oracle, Teradata, and SAP have query engines to transform data using scripting language. Data lineage information from views/stored procedures/etc is collected into Microsoft Purview and stitched with lineage from other systems. Lineage is supported for the following data sources via Microsoft Purview data scan. Learn more about the supported lineage scenarios from the respective article.
4343

4444
|**Category**| **Data source** |
4545
|---|---|
@@ -128,7 +128,7 @@ The copy activity will expand, and then you can select the **Switch to asset** b
128128

129129
Data process can take one or more input datasets to produce one or more outputs. In Microsoft Purview, column level lineage is available for process nodes.
130130

131-
1. Switch between input and output datasets from a drop down in the columns panel.
131+
1. Switch between input and output datasets from a drop-down in the columns panel.
132132
1. Select columns from one or more tables to see the lineage flowing from input dataset to corresponding output dataset.
133133

134134
:::image type="content" source="./media/catalog-lineage-user-guide/process-column-lineage-inline.png" alt-text="Screenshot showing columns lineage of a process node." lightbox="./media/catalog-lineage-user-guide/process-column-lineage.png":::

articles/purview/concept-data-lineage.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ ms.date: 09/27/2021
1111

1212
This article provides an overview of data lineage in Microsoft Purview Data Catalog. It also details how data systems can integrate with the catalog to capture lineage of data. Microsoft Purview can capture lineage for data in different parts of your organization's data estate, and at different levels of preparation including:
1313

14-
- Completely raw data staged from various platforms
14+
- Raw data staged from various platforms
1515
- Transformed and prepared data
1616
- Data used by visualization platforms.
1717

18-
## Use Cases
18+
## Use cases
1919

20-
Data lineage is broadly understood as the lifecycle that spans the data’s origin, and where it moves over time across the data estate. It is used for different kinds of backwards-looking scenarios such as troubleshooting, tracing root cause in data pipelines and debugging. Lineage is also used for data quality analysis, compliance and “what if” scenarios often referred to as impact analysis. Lineage is represented visually to show data moving from source to destination including how the data was transformed. Given the complexity of most enterprise data environments, these views can be hard to understand without doing some consolidation or masking of peripheral data points.
20+
Data lineage is broadly understood as the lifecycle that spans the data’s origin, and where it moves over time across the data estate. It's used for different kinds of backwards-looking scenarios such as troubleshooting, tracing root cause in data pipelines and debugging. Lineage is also used for data quality analysis, compliance and “what if” scenarios often referred to as impact analysis. Lineage is represented visually to show data moving from source to destination including how the data was transformed. Given the complexity of most enterprise data environments, these views can be hard to understand without doing some consolidation or masking of peripheral data points.
2121

2222
## Lineage experience in Microsoft Purview Data Catalog
2323

@@ -42,7 +42,7 @@ The following section covers the details about the granularity of which the line
4242

4343
- Lineage is represented as a graph, typically it contains source and target entities in Data storage systems that are connected by a process invoked by a compute system.
4444
- Data systems connect to the data catalog to generate and report a unique object referencing the physical object of the underlying data system for example: SQL Stored procedure, notebooks, and so on.
45-
- High fidelity lineage with additional metadata like ownership is captured to show the lineage in a human readable format for source & target entities. for example: lineage at a hive table level instead of partitions or file level.
45+
- High fidelity lineage with other metadata like ownership is captured to show the lineage in a human readable format for source & target entities. for example: lineage at a hive table level instead of partitions or file level.
4646

4747
### Column or attribute level lineage
4848

0 commit comments

Comments
 (0)