Skip to content

Commit 25d3b81

Browse files
authored
Apply suggestions from code review
Fixed awkward phrasing and errant capital letter.
1 parent 989fa77 commit 25d3b81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/purview/register-scan-snowflake.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ To create and run a new scan, do the following:
107107

108108
1. **Schema**: List subset of schemas to import expressed as a semicolon separated list. For example, `schema1; schema2`. All user schemas are imported if that list is empty. All system schemas and objects are ignored by default.
109109

110-
Acceptable schema name patterns using SQL LIKE expressions syntax include using %. For Example: `A%; %B; %C%; D`
110+
Acceptable schema name patterns using SQL LIKE expressions syntax include using %. For example: `A%; %B; %C%; D`:
111111
* Start with A or
112112
* End with B or
113113
* Contain C or
@@ -118,7 +118,7 @@ To create and run a new scan, do the following:
118118
1. **Maximum memory available**: Maximum memory (in GB) available on customer's VM to be used by scanning processes. It's dependent on the size of Snowflake source to be scanned.
119119

120120
> [!Note]
121-
> As a thumb rule, please provide 1GB memory for every 1000 tables
121+
> As a rule of thumb, please provide 1GB memory for every 1000 tables.
122122
123123
:::image type="content" source="media/register-scan-snowflake/scan.png" alt-text="scan Snowflake" border="true":::
124124

0 commit comments

Comments
 (0)