You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/purview/catalog-lineage-user-guide.md
+18-13Lines changed: 18 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,30 +94,35 @@ Microsoft Purview supports asset level lineage for the datasets and processes. T
94
94
95
95
:::image type="content" source="./media/catalog-lineage-user-guide/view-columns-from-lineage-inline.png" alt-text="Screenshot showing how to select View columns in the lineage page." lightbox="./media/catalog-lineage-user-guide/view-columns-from-lineage.png"border="true":::
96
96
97
-
## Manual lineage (preview)
97
+
## Manual lineage
98
98
99
99
Data lineage in Microsoft Purview is [automated](#lineage-collection) for many assets in on-premises, multicloud, and SaaS environments. While we continue to add more automated sources, manual lineage allows you to document lineage metadata for sources where automation isn't yet supported, without using any code.
100
100
101
101
To add manual lineage for any of your assets, follow these steps:
102
102
103
103
1.[Search for your asset in the data catalog](how-to-search-catalog.md) and select it to view details.
104
-
1. Select **Edit** and navigate to the **Lineage** tab.
105
-
:::image type="content" source="./media/catalog-lineage-user-guide/select-edit.png" alt-text="Screenshot of a data asset in Microsoft Purview, with the edit option highlighted.":::
106
-
:::image type="content" source="./media/catalog-lineage-user-guide/select-lineage.png" alt-text="Screenshot of a data asset edit page, with the Lineage tab highlighted.":::
107
-
1. Select **Add Lineage** in the list panel to add an asset as part of the manual lineage.
108
-
:::image type="content" source="./media/catalog-lineage-user-guide/add-lineage.png" alt-text="Screenshot of a data asset lineage page, with the add lineage button highlighted.":::
109
-
1. Select the relationship type:
110
-
1. For upstream lineage - select the relationship as **Consumes**
111
-
1. For downstream lineage - select the relationship as **Produces**
112
-
1. Select the asset dropdown to find the asset from the suggested list or **View more** to search the full catalog. Select your asset.
104
+
1. Select **Edit**, navigate to the **Lineage** tab, and select **Add manual lineage** in the bottom panel.
105
+
106
+
:::image type="content" source="./media/catalog-lineage-user-guide/add-manual-lineage.png" alt-text="Screenshot of editing an asset and adding manual lineage.":::
107
+
108
+
1. To configure the asset lineage:
109
+
110
+
1. Select the asset dropdown to find the asset from the suggested list or **View more** to search the full catalog. Select the asset you’d like to link.
111
+
1. Select the swap icon to configure the relationship direction as **Produces** (for downstream lineage) or **Consumes** (for upstream lineage).
112
+
1. If you want to delete a lineage, select the trash can icon.
113
+
113
114
:::image type="content" source="./media/catalog-lineage-user-guide/select-asset-dropdown.png" alt-text="Screenshot of a data asset lineage page, with the asset dropdown highlighted.":::
114
-
1. Now you can see the lineage relationship. You can add another by selecting the **Add Lineage** button again, or delete the newly added lineage by selecting the trash can icon. When you're finished, select the **Save** button to save your lineage and exit edit mode.
115
-
:::image type="content" source="./media/catalog-lineage-user-guide/delete-or-save.png" alt-text="Screenshot of a data asset lineage page, the delete and save buttons highlighted.":::
115
+
116
+
1. When you add lineage between two data assets, you can additionally configure the column level lineage. Select the expand icon at the beginning of the row, select the upstream and downstream columns from the corresponding dropdown lists to configure the column mapping. Select the plus icon to add more column lineage; select the trash bin icon to delete existing ones.
117
+
118
+
:::image type="content" source="./media/catalog-lineage-user-guide/add-column-lineage.png" alt-text="Screenshot of configuring column level lineage.":::
119
+
120
+
1. You can add more asset level lineage by selecting the **Add manual lineage** button again. When you're finished, select the **Save** button to save your lineage and exit edit mode.
116
121
117
122
### Known limitations of manual lineage
118
123
119
124
* Current asset picker experience allows selecting only one asset at a time.
120
-
* Column level manual lineage is currently not supported.
125
+
* Column level manual lineage is currently supported for lineage between two data assets, while not supported when process asset is involved in-between.
121
126
* Data curation access required for both source and target assets.
122
127
* These asset types don't currently allow manual lineage because they support automated lineage:
0 commit comments