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-asset-details.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,16 @@
1
1
---
2
-
title: 'How to view, edit, and delete assets'
2
+
title: How to view, edit, and delete assets
3
3
description: This how to guide describes how you can view and edit asset details.
4
-
author: viseshag
5
-
ms.author: viseshag
4
+
author: djpmsft
5
+
ms.author: daperlov
6
6
ms.service: purview
7
7
ms.subservice: purview-data-catalog
8
8
ms.topic: how-to
9
-
ms.date: 09/27/2021
9
+
ms.date: 02/24/2022
10
10
---
11
11
# View, edit and delete assets in Azure Purview catalog
12
12
13
-
This article discusses how to you can view your assets and their relevant details. It also describes how you can edit and delete assets from your catalog.
13
+
This article discusses how you can view your assets and their relevant details. It also describes how you can edit and delete assets from your catalog.
14
14
15
15
## Prerequisites
16
16
@@ -19,22 +19,22 @@ This article discusses how to you can view your assets and their relevant detail
19
19
20
20
## Viewing asset details
21
21
22
-
You can discover your assets in Azure Purview by either:
23
-
-[Browsing the Azure Purview Data catalog](how-to-browse-catalog.md)
24
-
-[Searching the Azure Purview Data Catalog](how-to-search-catalog.md)
22
+
You can discover your assets in the Azure Purview data catalog by either:
23
+
-[Browsing the data catalog](how-to-browse-catalog.md)
24
+
-[Searching the data catalog](how-to-search-catalog.md)
25
25
26
26
Once you find the asset you are looking for, you can view all of its details, edit, or delete them as described in following sections.
-**Overview** - The overview tab covers an asset's basic details like description, classification, hierarchy, and glossary terms.
33
-
-**Properties** - The properties tab covers both basic and advanced properties regarding an asset.
32
+
-**Overview** - An asset's basic details like description, classification, hierarchy, and glossary terms.
33
+
-**Properties** - The technical metadata and relationships discovered in the data source.
34
34
-**Schema** - The schema of the asset including column names, data types, column level classifications, terms, and descriptions are represented in the schema tab.
35
35
-**Lineage** - This tab contains lineage graph details for assets where it is available.
36
36
-**Contacts** - Every asset can have an assigned owner and expert that can be viewed and managed from the contacts tab.
37
-
-**Related** - This tab lets you navigate to assets that are related to the current asset you are viewing.
37
+
-**Related** - This tab lets you navigate through the technical hierarchy of assets that are related to the current asset you are viewing.
38
38
39
39
## Asset overview
40
40
The overview section of the asset details gives you a summarized view of an asset. The sections that follow explains the different parts of the overview page.
title: Asset certification in the Azure Purview data catalog
3
+
description: How to certify assets in the Azure Purview data catalog
4
+
author: djpmsft
5
+
ms.author: daperlov
6
+
ms.service: purview
7
+
ms.subservice: purview-data-catalog
8
+
ms.topic: how-to
9
+
ms.date: 02/24/2022
10
+
---
11
+
# Asset certification in the Azure Purview data catalog
12
+
13
+
As an Azure Purview data catalog grows in size, it becomes important for data consumers to understand what assets they can trust. Data consumers must know if an asset meet their organization's quality standards and can be regarded as reliable. Azure Purview allows data stewards to manually endorse assets to indicate that they're ready to use across an organization or business unit. This article describes how data stewards can certify assets and data consumers can view certification labels.
14
+
15
+
## How to certify an asset
16
+
17
+
To certify an asset, you must be a **data curator** for the collection containing the asset.
18
+
19
+
1. Navigate to the [asset details](catalog-asset-details.md) of the desired asset. Select **Edit**.
20
+
21
+
:::image type="content" source="media/how-to-certify-assets/edit-asset.png" alt-text="Edit an asset from the asset details page" border="true":::
22
+
23
+
1. Toggle the **Certified** field to **Yes**.
24
+
25
+
:::image type="content" source="media/how-to-certify-assets/toggle-certification-on.png" alt-text="Toggle an asset to be certified" border="true":::
26
+
27
+
1. Save your changes. The asset will now have a "Certified" label next to the asset name.
28
+
29
+
:::image type="content" source="media/how-to-certify-assets/view-certified-asset.png" alt-text="An asset with a certified label" border="true":::
30
+
31
+
> [!NOTE]
32
+
> PowerBI assets can only be [certified in a PowerBI workspace](https://docs.microsoft.com/power-bi/collaborate-share/service-endorse-content). PowerBI endorsement labels are displayed in Azure Purview's search and browse experiences.
33
+
34
+
### Certify assets in bulk
35
+
36
+
You can use the Azure Purview [bulk edit experience](how-to-bulk-edit-assets.md) to certify multiple assets at once.
37
+
38
+
1. After searching or browsing the data catalog, select checkbox next to the assets you wish to certify.
39
+
40
+
:::image type="content" source="media/how-to-certify-assets/bulk-edit-select.png" alt-text="Select assets to bulk certify" border="true":::
41
+
42
+
1. Select **View selected**.
43
+
1. Select **Bulk edit**
44
+
45
+
:::image type="content" source="media/how-to-certify-assets/bulk-edit-open.png" alt-text="Open the bulk edit experience" border="true":::
46
+
47
+
1. Choose attribute **Certified**, operation **Replace with**, and new value **Yes**.
48
+
49
+
:::image type="content" source="media/how-to-certify-assets/bulk-edit-certify.png" alt-text="Apply certification labels to all selected assets" border="true":::
50
+
51
+
1. Select **Apply**
52
+
53
+
All assets selected will have the "Certified" label.
54
+
55
+
## Viewing certification labels in Search
56
+
57
+
When search or browsing the data catalog, you'll see a certification label on any asset that is certified. Certified assets will also be boosted in search results to help data consumers discover them easily.
58
+
59
+
:::image type="content" source="media/how-to-certify-assets/search-certified-assets.png" alt-text="Search results with certified assets" border="true":::
60
+
61
+
62
+
## Next steps
63
+
64
+
Discover your assets in the Azure Purview data catalog by either:
65
+
-[Browsing the data catalog](how-to-browse-catalog.md)
66
+
-[Searching the data catalog](how-to-search-catalog.md)
0 commit comments