Skip to content

Commit 7070aab

Browse files
authored
Merge pull request #189672 from whhender/catalog-updates-9
Catalog updates 9
2 parents 4428cbc + 577efef commit 7070aab

File tree

4 files changed

+90
-89
lines changed

4 files changed

+90
-89
lines changed

articles/data-catalog/data-catalog-dsr.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: Supported data sources in Azure Data Catalog
33
description: This article lists specifications of the currently supported data sources for Azure Data Catalog.
4-
author: JasonWHowell
5-
ms.author: jasonh
4+
author: ChandraKavya
5+
ms.author: kchandra
66
ms.service: data-catalog
77
ms.topic: conceptual
8-
ms.date: 08/01/2019
8+
ms.date: 02/24/2022
99
---
1010
# Supported data sources in Azure Data Catalog
1111

@@ -192,7 +192,7 @@ You can publish metadata by using a public API or a click-once registration tool
192192
<td>✓</td>
193193
<td>✓</td>
194194
<td>Browser</td>
195-
<td>Native mode servers only. SharePoint mode is not supported. SQL Server 2008 and later versions only</td>
195+
<td>Native mode servers only. SharePoint mode isn't supported. SQL Server 2008 and later versions only</td>
196196
</tr>
197197
<tr>
198198
<td>SQL Server table</td>
@@ -368,7 +368,7 @@ You can publish metadata by using a public API or a click-once registration tool
368368
<td>✓</td>
369369
<td>✓</td>
370370
<td></td>
371-
<td>Only legacy collections from Azure DocumentDB and SQL API collections in Azure Cosmos DB are compatible. Newer Cosmos DB APIs are not yet supported. Choose Azure DocumentDB in the Data Source list.</td>
371+
<td>Only legacy collections from Azure DocumentDB and SQL API collections in Azure Cosmos DB are compatible. Newer Cosmos DB APIs aren't yet supported. Choose Azure DocumentDB in the Data Source list.</td>
372372
</tr>
373373
<tr>
374374
<td>Generic ODBC table</td>

articles/data-catalog/data-catalog-how-to-discover.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: How to discover data sources in Azure Data Catalog
33
description: This article highlights how to discover registered data assets with Azure Data Catalog, including searching and filtering and using the hit highlighting capabilities of the Azure Data Catalog portal.
4-
author: JasonWHowell
5-
ms.author: jasonh
4+
author: ChandraKavya
5+
ms.author: kchandra
66
ms.service: data-catalog
77
ms.topic: how-to
8-
ms.date: 08/01/2019
8+
ms.date: 02/24/2022
99
---
1010
# How to discover data sources in Azure Data Catalog
1111

@@ -34,7 +34,7 @@ Although the default free text search is simple and intuitive, you can also use
3434
| Basic search |Basic search that uses one or more search terms. Results are any assets that match any property with one or more of the terms specified. |`sales data` |
3535
| Property scoping |Return only data sources where the search term is matched with the specified property. |`name:finance` |
3636
| Boolean operators |Broaden or narrow a search by using Boolean operations. |`finance NOT corporate` |
37-
| Grouping with parenthesis |Use parentheses to group parts of the query to achieve logical isolation, especially in conjunction with Boolean operators. |`name:finance AND (tags:Q1 OR tags:Q2)` |
37+
| Grouping with parenthesis |Use parentheses to group parts of the query to achieve logical isolation, especially with Boolean operators. |`name:finance AND (tags:Q1 OR tags:Q2)` |
3838
| Comparison operators |Use comparisons other than equality for properties that have numeric and date data types. |`modifiedTime > "11/05/2014"` |
3939

4040
For more information about Data Catalog search, see the [Azure Data Catalog](/rest/api/datacatalog/#search-syntax-reference) article.
@@ -50,7 +50,7 @@ When you view search results, it may not always be obvious why a data asset is i
5050

5151
In the default tile view, each tile displayed in the search results includes a **View search term matches** icon, so that you can quickly view the number of matches and their location, and to jump to them if you want.
5252

53-
![Hit highlighting and search matches in the Azure Data Catalog portal](./media/data-catalog-how-to-discover/search-matches.png)
53+
:::image type="content" source="./media/data-catalog-how-to-business-glossary/01-portal-menu.png" alt-text="The View search term matches icon is selected in the tile, showing a drop menu of all matched locations.":::
5454

5555
## Summary
5656

articles/data-catalog/overview.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
---
22
title: Introduction to Azure Data Catalog
33
description: This article provides an overview of Microsoft Azure Data Catalog, including its features and the problems it addresses. Data Catalog enables any user to register, discover, understand, and consume data sources.
4-
author: JasonWHowell
5-
ms.author: jasonh
4+
author: ChandraKavya
5+
ms.author: kchandra
66
ms.service: data-catalog
77
ms.topic: overview
8-
ms.date: 08/01/2019
8+
ms.date: 02/24/2022
99
---
1010

1111
# What is Azure Data Catalog?
1212
[!INCLUDE [Azure Purview redirect](../../includes/data-catalog-use-purview.md)]
1313

14-
Azure Data Catalog is a fully managed cloud service. It lets users discover the data sources they need and understand the data sources they find. At the same time, Data Catalog helps organizations get more value from their existing investments.
14+
Azure Data Catalog is a fully managed cloud service that lets users discover the data sources they need and understand the data sources they find. At the same time, Data Catalog helps organizations get more value from their existing investments.
1515

16-
With Data Catalog, any user (analyst, data scientist, or developer) can discover, understand, and consume data sources. Data Catalog includes a crowdsourcing model of metadata and annotations. It is a single, central place for all of an organization's users to contribute their knowledge and build a community and culture of data.
16+
With Data Catalog, any user (analyst, data scientist, or developer) can discover, understand, and consume data sources in their data landscape. Data Catalog includes a crowdsourcing model of metadata and annotations, so everyone can contribute to making data discoverable and useable. It's a single, central place for all of an organization's users to contribute their knowledge and build a community and culture of data.
1717

1818
## Discovery challenges for data consumers
1919

20-
Traditionally, discovering enterprise data sources has been an organic process based on tribal knowledge. For companies that want to get the most value from their information assets, this approach presents numerous challenges:
20+
Traditionally, discovering enterprise data sources has been an organic process based on tribal knowledge. For companies that want to get the most value from their information assets, this approach presents many challenges:
2121

22-
* Users might not know that a data source exists unless they come into contact with it as part of another process. There is no central location where data sources are registered.
23-
* Unless users know the location of a data source, they cannot connect to the data by using a client application. Data-consumption experiences require users to know the connection string or path.
24-
* Unless users know the location of a data source's documentation, they cannot understand the intended uses of the data. Data sources and documentation might live in a variety of places and be consumed through a variety of experiences.
25-
* If users have questions about an information asset, they must locate the expert or team that's responsible for the data and engage them offline. There is no explicit connection between data and the experts that have perspectives on its use.
26-
* Unless users understand the process for requesting access to the data source, discovering the data source and its documentation still does not help them access the data.
22+
* Users might not know that a data source exists unless they come into contact with it as part of another process. There's no central location where data sources are registered.
23+
* Unless users know the location of a data source, they can’t connect to the data by using a client application. Data-consumption experiences require users to know the connection string or path.
24+
* Unless users know the location of a data source's documentation, they can’t understand the intended uses of the data. Data sources and documentation might live in various places and be consumed through various experiences.
25+
* If users have questions about an information asset, they must locate the expert or team that's responsible for the data and engage them offline. There's no explicit connection between data and the experts that have perspectives on its use.
26+
* Unless users understand the process for requesting access to the data source, discovering the data source and its documentation still doesn't help them access the data.
2727

2828
## Discovery challenges for data producers
2929

0 commit comments

Comments
 (0)