|
1 | 1 | ---
|
2 | 2 | title: Save searches and pin data assets in Azure Data Catalog
|
3 |
| -description: How-to article highlighting capabilities in Azure Data Catalog for saving data sources and data assets for later use. |
4 |
| -author: JasonWHowell |
5 |
| -ms.author: jasonh |
| 3 | +description: How-to for saving data sources and data assets for later use in Azure Data Catalog. |
| 4 | +author: ChandraKavya |
| 5 | +ms.author: kchandra |
6 | 6 | ms.service: data-catalog
|
7 | 7 | ms.topic: how-to
|
8 |
| -ms.date: 08/01/2019 |
| 8 | +ms.date: 02/10/2022 |
9 | 9 | ---
|
10 | 10 | # Save searches and pin data assets in Azure Data Catalog
|
11 | 11 |
|
12 | 12 | [!INCLUDE [Azure Purview redirect](../../includes/data-catalog-use-purview.md)]
|
13 | 13 |
|
14 | 14 | ## Introduction
|
15 |
| -Azure Data Catalog provides capabilities for data source discovery. You can quickly search and filter the catalog to locate data sources and understand their intended purpose, making it easier to find the right data for the job at hand. |
16 | 15 |
|
17 |
| -But what if you need to regularly work with the same data? And what if you and other users regularly contribute your knowledge to the same data sources in the catalog? In these situations, having to repeatedly issue the same searches can be inefficient. This is where saved search and pinned data assets can help. |
| 16 | +Azure Data Catalog provides capabilities for data source discovery. You can search and filter the catalog to locate data sources and understand their intended purpose, making it easier to find the right data for the job at hand. |
| 17 | + |
| 18 | +But what if you need to regularly work with the same data? And what if you and other users regularly contribute your knowledge to the same data sources in the catalog? In these situations, having to repeatedly issue the same searches can be inefficient. This is where [saved search](#saved-searches) and [pinned data assets](#pinned-data-assets) can help. |
18 | 19 |
|
19 | 20 | ## Saved searches
|
20 |
| -A saved search in Data Catalog is a reusable, per-user search definition. You can define a search, including search terms, tags, and other filters, and then save it. You can re-run the saved search definition later to return any data assets that match its search criteria. |
| 21 | + |
| 22 | +A saved search in Data Catalog is a reusable, per-user search definition. You can define a search, including search terms, tags, and other filters, and then save it. You can rerun the saved search definition later to return any data assets that match its search criteria. |
21 | 23 |
|
22 | 24 | ### Create a saved search
|
23 |
| -To create a saved search, do the following: |
24 |
| -1. In the Azure Data Catalog portal, in the **Current Search** window, click **Save**. |
| 25 | + |
| 26 | +To create a saved search, follow these steps: |
| 27 | + |
| 28 | +1. In the Azure Data Catalog portal, in the **Current Search** window, select **Save**. |
25 | 29 |
|
26 | 30 | 
|
27 | 31 |
|
28 |
| -2. Enter the search criteria that you want to reuse, and then click **Save**. |
| 32 | +1. Enter the search criteria that you want to reuse, and then select **Save**. |
29 | 33 |
|
30 | 34 | 
|
31 | 35 |
|
32 |
| -3. When you are prompted, enter a name for the saved search. Pick a name that is meaningful and that describes the data assets that will be returned by the search. |
| 36 | +1. When you're prompted, enter a name for the saved search. Pick a name that is meaningful and that describes the data assets that will be returned by the search. |
33 | 37 |
|
34 | 38 | ### Manage saved searches
|
35 |
| -After you have saved one or more searches, a **Saved Searches** option is displayed beneath the **Current Search** box. When the list is expanded, all saved searches are displayed. |
| 39 | + |
| 40 | +After you've saved one or more searches, a **Saved Searches** option is displayed beneath the **Current Search** box. When the list is expanded, all saved searches are displayed. |
36 | 41 |
|
37 | 42 | 
|
38 | 43 |
|
39 | 44 | Do any of the following:
|
40 | 45 |
|
41 | 46 | * To execute a search, select a saved search in the list.
|
42 | 47 |
|
43 |
| -* To view a list of management options for a saved search, click the down arrow next to the search name. |
| 48 | +* To view a list of management options for a saved search, select the down arrow next to the search name. |
44 | 49 |
|
45 | 50 | 
|
46 | 51 |
|
47 |
| -* To enter a new name for the saved search, select **Rename**. The search definition is not changed. |
| 52 | +* To enter a new name for the saved search, select **Rename**. The search definition isn't changed. |
48 | 53 |
|
49 | 54 | * To remove the saved search from your list, select **Delete**, and then confirm the deletion.
|
50 | 55 |
|
51 | 56 | * To mark the saved search as your default search, select **Save As Default**. If you perform an “empty” search from the Azure Data Catalog home page, your default search is executed. In addition, the search that's marked as the default search is displayed at the top of the **Saved Searches** list.
|
52 | 57 |
|
53 | 58 | ### Organizational saved searches
|
| 59 | + |
54 | 60 | All user in your organization can save searches for their own use. Data Catalog administrators can also save searches for all users within the organization. When administrators save a search, they're presented with a **Share within the company** option. Selecting this option shares the saved search for all users in the organization.
|
55 | 61 |
|
56 | 62 | 
|
57 | 63 |
|
58 | 64 | ## Pinned data assets
|
| 65 | + |
59 | 66 | With saved searches, you can save and reuse search definitions. The data assets that are returned by the searches might change over time as the contents of the catalog change. When you pin data assets, you can explicitly identify specific data assets to make them easier to access without needing to use a search.
|
60 | 67 |
|
61 |
| -Pinning a data asset is straightforward. To add the data asset to your pinned list, you simply click the **pin** icon. The icon is displayed in the corner of the asset tile in the tile view, and in the left-most column in the list view in the Azure Data Catalog portal. |
| 68 | +Pinning a data asset is straightforward. To add the data asset to your pinned list, select the **pin** icon. The icon is displayed in the corner of the asset tile in the tile view, and in the left-most column in the list view in the Azure Data Catalog portal. |
62 | 69 |
|
63 | 70 | 
|
64 | 71 |
|
65 |
| -Unpinning a data asset is equally straightforward. Simply click the **unpin** icon to toggle the setting for the selected asset. |
| 72 | +Unpinning a data asset is equally straightforward. Select the **unpin** icon to toggle the setting for the selected asset. |
66 | 73 |
|
67 | 74 | 
|
68 | 75 |
|
69 | 76 | ## The My Assets section
|
| 77 | + |
70 | 78 | The Data Catalog portal home page includes a **My Assets** section that displays assets of interest to the current user. This section includes both pinned assets and saved searches.
|
71 | 79 |
|
72 | 80 | 
|
73 | 81 |
|
74 | 82 | ## Summary
|
| 83 | + |
75 | 84 | Azure Data Catalog provides capabilities that make it easier to discover the data sources you need, so you and other organization members can spend less time looking for data and more time working with it. Saved searches and pinned data assets build on these core capabilities so users can easily identify data sources that they work with repeatedly.
|
0 commit comments