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
+60-2Lines changed: 60 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,11 +10,12 @@ ms.date: 07/25/2022
10
10
---
11
11
# Asset details page in the Microsoft Purview Data Catalog
12
12
13
-
This article discusses how assets are displayed in the Microsoft Purview Data Catalog. It describes how you can view relevant information or take action on assets in your catalog.
13
+
This article discusses how assets are displayed in the Microsoft Purview Data Catalog, and all the features and details available to them. It describes how you can view relevant information or take action on assets in your catalog.
14
+
14
15
## Prerequisites
15
16
16
17
- Set up your data sources and scan the assets into your catalog.
17
-
-*Or* Use the Microsoft Purview Atlas APIs to ingest assets into the catalog.
18
+
-*Or* Use the Microsoft Purview Atlas APIs to ingest assets into the catalog.
18
19
19
20
## Open an asset details page
20
21
@@ -36,6 +37,7 @@ Once you find the asset you're looking for, you can view all of the asset inform
36
37
-**Related** - This tab lets you navigate through the technical hierarchy of assets that are related to the current asset you're viewing.
37
38
38
39
## Asset overview
40
+
39
41
The overview section of the asset details gives a summarized view of an asset. The sections that follow explains the different parts of the overview page.
40
42
41
43
:::image type="content" source="media/catalog-asset-details/asset-detail-overview.png" alt-text="Screenshot that shows the asset details overview page.":::
@@ -148,6 +150,62 @@ Any asset you delete using the delete button is permanently deleted in Microsoft
148
150
149
151
If you have a scheduled scan (weekly or monthly) on the source, the **deleted asset won't get re-ingested** into the catalog unless the asset is modified by an end user since the previous run of the scan. For example, say you manually delete a SQL table from the Microsoft Purview Data Map. Later, a data engineer adds a new column to the source table. When Microsoft Purview scans the database, the table will be reingested into the data map and be discoverable in the data catalog.
150
152
153
+
## Ratings
154
+
155
+
Assets can be rated by all users with read access, or better, to that asset in Microsoft Purview.
156
+
Ratings allow users to give an asset a rating from 1 to 5 stars, and leave a comment about the asset.
157
+
158
+
These ratings can be seen by all users with read access, and rating can be [added as a facet](how-to-search-catalog.md#use-the-facets) when [searching the data catalog](how-to-search-catalog.md) so users can find assets with a certain rating.
159
+
160
+
### View ratings
161
+
162
+
1.[Search](how-to-search-catalog.md) or [browse](how-to-browse-catalog.md) for your asset in Microsoft Purview and select it.
163
+
1. In the header of the asset you can see a rating, which will show an aggregate star rating of the asset, and the number of reviews.
164
+
:::image type="content" source="media/catalog-asset-details/view-rating-aggregate.png" alt-text="Screenshot of a rating in the header of an asset.":::
165
+
1. To see a percentage breakdown of the ratings, select the rating.
166
+
1. To see specific ratings and their comments, or to add your own rating, select **Open ratings**.
167
+
:::image type="content" source="media/catalog-asset-details/open-rating-details.png" alt-text="Screenshot of a selected rating in the header of an asset showing the percentage breakdown.":::
168
+
169
+
### Add a rating to an asset
170
+
171
+
1.[Search](how-to-search-catalog.md) or [browse](how-to-browse-catalog.md) for your asset in Microsoft Purview and select it.
172
+
1. Select the ratings button in the asset's header.
173
+
1. Select the **Open ratings** button.
174
+
:::image type="content" source="media/catalog-asset-details/open-ratings.png" alt-text="Screenshot that shows the ratings button selected, and the open ratings button highlighted.":::
175
+
1. Choose a star rating, add a comment, and select **Submit**.
176
+
:::image type="content" source="media/catalog-asset-details/rate-asset.png" alt-text="Screenshot of a rating, showing five start selected and a comment about the quality of the data.":::
177
+
178
+
## Edit or delete your rating
179
+
180
+
1. Select the ratings button in the asset's header.
181
+
1. Select the **Open ratings** button.
182
+
1. Under **My rating** select the ellipsis button in your rating.
183
+
:::image type="content" source="media/catalog-asset-details/edit-rating.png" alt-text="Screenshot of the user's rating, shown under the My rating menu, with the ellipsis button selected.":::
184
+
1. To delete your rating, select **Delete rating**.
185
+
1. To edit your rating, select **Edit rating**, then update your score and comment and select **Submit**.
186
+
187
+
## Tags
188
+
189
+
Asset can be tagged by users with data curator permissions or better, and any users with reader permissions on these assets in Microsoft Purview can see these tags.
190
+
Users can add tags [as a filter](how-to-search-catalog.md#filtering-results) when [searching the data catalog](how-to-search-catalog.md), so users can see all assets with certain tags.
191
+
192
+
### Add a tag to an asset
193
+
194
+
If you have [data curator](catalog-permissions.md) permissions Microsoft Purview, you can add a tag to an asset by:
195
+
196
+
1.[Search](how-to-search-catalog.md) or [browse](how-to-browse-catalog.md) for your asset in Microsoft Purview and select it.
197
+
1. Select the **+ Add Tag** button under the asset's name.
198
+
:::image type="content" source="media/catalog-asset-details/add-new-tag.png" alt-text="Screenshot that shows the new tag button highlighted on an asset detail page.":::
199
+
1. Select an existing available tag, or input a new tag.
200
+
201
+
### Remove a tag from an asset
202
+
203
+
If you have [data curator](catalog-permissions.md) permissions Microsoft Purview, you can remove a tag from an asset by:
204
+
205
+
1.[Search](how-to-search-catalog.md) or [browse](how-to-browse-catalog.md) for your asset in Microsoft Purview and select it.
206
+
1. Select the **X** button next to an existing tag under the asset's name.
207
+
:::image type="content" source="media/catalog-asset-details/remove-tag.png" alt-text="Screenshot that shows the remove tag button highlighted next to an existing page.":::
0 commit comments