Skip to content

Commit eddc956

Browse files
authored
Merge pull request #220622 from whhender/purview-freshness-nayenama
Purview freshness nayenama
2 parents 4559115 + a5c042d commit eddc956

File tree

4 files changed

+19
-19
lines changed

4 files changed

+19
-19
lines changed

articles/purview/how-to-browse-catalog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: nayenama
66
ms.service: purview
77
ms.subservice: purview-data-catalog
88
ms.topic: conceptual
9-
ms.date: 10/01/2021
9+
ms.date: 12/06/2022
1010
---
1111

1212
# Browse the Microsoft Purview Data Catalog

articles/purview/how-to-resource-set-pattern-rules.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
22
title: How to create resource set pattern rules
33
description: Learn how to create a resource set pattern rule to overwrite how assets get grouped into resource sets
4-
author: nayenama
5-
ms.author: nayenama
4+
author: linda33wj
5+
ms.author: jingwang
66
ms.service: purview
77
ms.subservice: purview-data-map
88
ms.topic: how-to
9-
ms.date: 09/27/2021
9+
ms.date: 12/06/2022
1010
---
1111

1212
# Create resource set pattern rules
1313

1414
At-scale data processing systems typically store a single table in storage as multiple files. This concept is represented in Microsoft Purview by using resource sets. A resource set is a single object in the data catalog that represents a large number of assets in storage. To learn more, see [Understanding resource sets](concept-resource-sets.md).
1515

16-
When scanning a storage account, Microsoft Purview uses a set of defined patterns to determine if a group of assets is a resource set. In some cases, Microsoft Purview's resource set grouping may not accurately reflect your data estate. Resource set pattern rules allow you to customize or override how Microsoft Purview detects which assets are grouped as resource sets and how they are displayed within the catalog.
16+
When scanning a storage account, Microsoft Purview uses a set of defined patterns to determine if a group of assets is a resource set. In some cases, Microsoft Purview's resource set grouping may not accurately reflect your data estate. Resource set pattern rules allow you to customize or override how Microsoft Purview detects which assets are grouped as resource sets and how they're displayed within the catalog.
1717

1818
Pattern rules are currently supported in the following source types:
1919
- Azure Data Lake Storage Gen2
@@ -66,7 +66,7 @@ For example, If two assets `folder1/file-1.csv` and `folder2/file-2.csv` matched
6666

6767
#### Special case: Dynamic replacers when not grouping into resource set
6868

69-
If *Do not group as resource set* is enabled for a pattern rule, the replacer name is an optional field. `{:<replacerType>}` is valid syntax. For example, `file-{:int}.csv` would successfully match for `file-1.csv` and `file-2.csv` and create two different assets instead of a resource set.
69+
If *Don't group as resource set* is enabled for a pattern rule, the replacer name is an optional field. `{:<replacerType>}` is valid syntax. For example, `file-{:int}.csv` would successfully match for `file-1.csv` and `file-2.csv` and create two different assets instead of a resource set.
7070

7171
### Static replacers (double brackets)
7272

@@ -82,15 +82,15 @@ Below are the available types that can be used in static and dynamic replacers:
8282

8383
| Type | Structure |
8484
| ---- | --------- |
85-
| string | A series of 1 or more Unicode characters including delimiters like spaces. |
86-
| int | A series of 1 or more 0-9 ASCII characters, it can be 0 prefixed (e.g. 0001). |
85+
| string | A series of one or more Unicode characters including delimiters like spaces. |
86+
| int | A series of 1 or more 0-9 ASCII characters, it can be 0 prefixed (for example, 0001). |
8787
| guid | A series of 32 or 8-4-4-4-12 string representation of an UUID as defined in [RFC 4122](https://tools.ietf.org/html/rfc4122). |
8888
| date | A series of 6 or 8 0-9 ASCII characters with optionally separators: yyyymmdd, yyyy-mm-dd, yymmdd, yy-mm-dd, specified in [RFC 3339](https://tools.ietf.org/html/rfc3339). |
8989
| time | A series of 4 or 6 0-9 ASCII characters with optionally separators: HHmm, HH:mm, HHmmss, HH:mm:ss specified in [RFC 3339](https://tools.ietf.org/html/rfc3339). |
9090
| timestamp | A series of 12 or 14 0-9 ASCII characters with optionally separators: yyyy-mm-ddTHH:mm, yyyymmddhhmm, yyyy-mm-ddTHH:mm:ss, yyyymmddHHmmss specified in [RFC 3339](https://tools.ietf.org/html/rfc3339). |
9191
| boolean | Can contain 'true' or 'false', case insensitive. |
92-
| number | A series of 0 or more 0-9 ASCII characters, it can be 0 prefixed (e.g. 0001) followed by optionally a dot '.' and a series of 1 or more 0-9 ASCII characters, it can be 0 postfixed (e.g. .100) |
93-
| hex | A series of 1 or more ASCII characters from the set 0-1 and A-F, the value can be 0 prefixed |
92+
| number | A series of 0 or more 0-9 ASCII characters, it can be 0 prefixed (for example, 0001) followed by optionally a dot '.' and a series of 1 or more 0-9 ASCII characters, it can be 0 postfixed (for example, .100) |
93+
| hex | A series of one or more ASCII characters from the set 0-1 and A-F, the value can be 0 prefixed |
9494
| locale | A string that matches the syntax specified in [RFC 5646](https://tools.ietf.org/html/rfc5646). |
9595

9696
## Order of resource set pattern rules getting applied
@@ -172,7 +172,7 @@ Rule 2
172172

173173
#### Outputs
174174

175-
2 resource sets
175+
Two resource sets
176176

177177
Resource Set 1
178178

@@ -248,7 +248,7 @@ Files:
248248

249249
#### Outputs
250250

251-
4 individual assets
251+
Four individual assets
252252

253253
Asset 1
254254

articles/purview/supported-browsers.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: nayenama
55
ms.author: nayenama
66
ms.service: purview
77
ms.topic: conceptual
8-
ms.date: 11/18/2020
8+
ms.date: 12/06/2022
99
---
1010

1111
# Supported Browsers
@@ -19,12 +19,12 @@ Microsoft Purview supports the following browsers. We recommend that you use the
1919

2020
## Chrome Incognito mode
2121

22-
Chrome Incognito blocking 3rd party cookies must be disabled for the Microsoft Purview governance portal to work.
22+
Chrome Incognito blocking third party cookies must be disabled for the Microsoft Purview governance portal to work.
2323

2424
:::image type="content" source="./media/supported-browsers/incognito-chrome.png" alt-text="Screenshot showing chrome.":::
2525

26-
## Chromium Edge InPrivate mode
26+
## Microsoft Edge InPrivate mode
2727

28-
Chromium Edge InPrivate using Strict Tracking Prevention must be disabled for the Microsoft Purview governance portal to work.
28+
Microsoft Edge InPrivate using Strict Tracking Prevention must be disabled for the Microsoft Purview governance portal to work.
2929

3030
:::image type="content" source="./media/supported-browsers/incognito-edge.png" alt-text="Screenshot showing edge.":::

articles/purview/tutorial-using-rest-apis.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: purview
77
ms.subservice: purview-data-catalog
88
ms.custom: subject-rbac-steps
99
ms.topic: tutorial
10-
ms.date: 09/17/2021
10+
ms.date: 12/06/2022
1111

1212
# Customer intent: I can call the Data plane REST APIs to perform CRUD operations on Microsoft Purview account.
1313
---
@@ -43,7 +43,7 @@ To create a new service principal:
4343

4444
The application ID is the `client_id` value in the sample code.
4545

46-
To use the service principal (application), you need to know the service principal's password which can be found by:
46+
To use the service principal (application), you need to know the service principal's password that can be found by:
4747

4848
1. From the Azure portal, search for and select **Azure Active Directory**, and then select **App registrations** from the left pane.
4949
1. Select your service principal (application) from the list.
@@ -69,7 +69,7 @@ Once the new service principal is created, you need to assign the data plane rol
6969
7070
1. Select the **Role assignments** tab.
7171

72-
1. Assign the following roles to the service principal created previously to access various data planes in Microsoft Purview. For detailed steps, see [Assign Azure roles using the Microsoft Purview portal](./how-to-create-and-manage-collections.md#add-role-assignments).
72+
1. Assign the following roles to the service principal created previously to access various data planes in Microsoft Purview. For detailed steps, see [Assign Azure roles using the Microsoft Purview governance portal](./how-to-create-and-manage-collections.md#add-role-assignments).
7373

7474
* Data Curator role to access Catalog Data plane.
7575
* Data Source Administrator role to access Scanning Data plane.

0 commit comments

Comments
 (0)