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/register-scan-snowflake.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,7 @@ To create and run a new scan, do the following:
107
107
108
108
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.
109
109
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`:
111
111
* Start with A or
112
112
* End with B or
113
113
* Contain C or
@@ -118,7 +118,7 @@ To create and run a new scan, do the following:
118
118
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.
119
119
120
120
> [!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.
0 commit comments