Skip to content

Commit bdc5b48

Browse files
authored
Merge pull request #185574 from linda33wj/purview
Add supported scoped scan & tweak lineage note
2 parents 934fad0 + fb9e62c commit bdc5b48

15 files changed

+43
-19
lines changed

articles/purview/register-scan-cassandra-source.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ When scanning Cassandra source, Azure Purview supports:
3333

3434
- Fetching static lineage on assets relationships among tables and materialized views.
3535

36+
When setting up scan, you can choose to scan an entire Cassandra instance, or scope the scan to a subset of keyspaces matching the given name(s) or name pattern(s).
37+
3638
## Prerequisites
3739

3840
* An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).

articles/purview/register-scan-db2.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ When scanning IBM DB2 source, Azure Purview supports:
3838

3939
- Fetching static lineage on assets relationships among tables and views.
4040

41+
When setting up scan, you can choose to scan an entire DB2 database, or scope the scan to a subset of schemas matching the given name(s) or name pattern(s).
42+
4143
## Prerequisites
4244

4345
* An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
@@ -126,7 +128,7 @@ To create and run a new scan, do the following:
126128
127129
1. **Database**: The name of the database instance to import.
128130
129-
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 (for example, SysAdmin) and objects are ignored by default. When the list is empty, all available schemas are imported.
131+
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 (for example, SysAdmin) and objects are ignored by default.
130132
131133
Acceptable schema name patterns using SQL LIKE expressions syntax include using %. For example: `A%; %B; %C%; D`
132134
* Start with A or

articles/purview/register-scan-erwin-source.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ When scanning erwin Mart source, Azure Purview supports:
5050

5151
- Fetching static lineage on assets relationships among entities, views and stored procedures.
5252

53+
When setting up scan, you can choose to scan an entire erwin Mart server, or scope the scan to a list of models matching the given name(s).
54+
5355
## Prerequisites
5456

5557
* An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
@@ -138,8 +140,6 @@ To create and run a new scan, do the following:
138140
> [!Note]
139141
> This parameter is only applicable for erwin Mart version 9.1 or later.
140142
141-
1. **Browse mode** - Select the mode for browsing erwin Mart. Possible options are "Libraries and Models" or "Libraries only".
142-
143143
1. **Models** - Scope your scan by providing a semicolon separated list of erwin model locator strings. For example, mart://Mart/Samples/eMovies;mart://Mart/Erwin_Tutorial/AP_Physical
144144

145145
1. **Maximum memory available**: Maximum memory (in GB) available on customer's VM to be used by scanning processes. This is dependent on the size of erwin Mart to be scanned.

articles/purview/register-scan-google-bigquery-source.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ When scanning Google BigQuery source, Azure Purview supports:
3434

3535
- Fetching static lineage on assets relationships among tables and views.
3636

37+
When setting up scan, you can choose to scan an entire Google BigQuery project, or scope the scan to a subset of datasets matching the given name(s) or name pattern(s).
38+
3739
>[!NOTE]
3840
> Currently, Azure Purview only supports scanning Google BigQuery datasets in US multi-regional location. If the specified dataset is in other location e.g. us-east1 or EU, you will observe scan completes but no assets shown up in Azure Purview.
3941

articles/purview/register-scan-hive-metastore-source.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ This article outlines how to register Hive Metastore databases, and how to authe
1818

1919
|**Metadata extraction**| **Full scan** |**Incremental scan**|**Scoped scan**|**Classification**|**Access policy**|**Lineage**|
2020
|---|---|---|---|---|---|---|
21-
| [Yes](#register)| [Yes](#scan)| No | [Yes](#scan) | No | No| [Yes**](#lineage) |
21+
| [Yes](#register)| [Yes](#scan)| No | [Yes](#scan) | No | No| [Yes*](#lineage) |
2222

23-
\** Lineage is supported if the dataset is used as a source or sink in the [Azure Data Factory Copy activity](how-to-link-azure-data-factory.md).
23+
\* *Besides the lineage on assets within the data source, lineage is also supported if dataset is used as a source/sink in [Data Factory](how-to-link-azure-data-factory.md) or [Synapse pipeline](how-to-lineage-azure-synapse-analytics.md).*
2424

2525
The supported Hive versions are 2.x to 3.x. The supported platforms are Apache Hadoop, Cloudera, Hortonworks, and Azure Databricks (versions 8.0 and later).
2626

@@ -36,6 +36,8 @@ When scanning Hive metastore source, Azure Purview supports:
3636

3737
- Fetching static lineage on assets relationships among tables and views.
3838

39+
When setting up scan, you can choose to scan an entire Hive metastore database, or scope the scan to a subset of schemas matching the given name(s) or name pattern(s).
40+
3941
## Prerequisites
4042

4143
* You must have an Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
@@ -159,7 +161,7 @@ Use the following steps to scan Hive Metastore databases to automatically identi
159161

160162
All user schemas are imported if that list is empty. All system schemas (for example, SysAdmin) and objects are ignored by default.
161163

162-
When the list is empty, all available schemas are imported. Acceptable schema name patterns that use SQL `LIKE` expression syntax include the percent sign (%). For example, `A%; %B; %C%; D` means:
164+
Acceptable schema name patterns that use SQL `LIKE` expression syntax include the percent sign (%). For example, `A%; %B; %C%; D` means:
163165

164166
* Start with A or
165167
* End with B or

articles/purview/register-scan-looker-source.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ When scanning Looker source, Azure Purview supports:
4141

4242
- Fetching static lineage on assets relationships among views and layouts.
4343

44+
When setting up scan, you can choose to scan an entire Looker server, or scope the scan to a subset of Looker projects matching the given name(s).
45+
4446
## Prerequisites
4547

4648
* An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).

articles/purview/register-scan-mysql.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ When scanning MySQL source, Azure Purview supports:
3636

3737
- Fetching static lineage on assets relationships among tables and views.
3838

39+
When setting up scan, you can choose to scan an entire MySQL server, or scope the scan to a subset of databases matching the given name(s) or name pattern(s).
40+
3941
## Prerequisites
4042

4143
* An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
@@ -117,7 +119,7 @@ To create and run a new scan, do the following:
117119
* Provide the user name used to connect to the database server in the User name input field.
118120
* Store the user password used to connect to the database server in the secret key.
119121
120-
1. **Database**: 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 (for example, SysAdmin) and objects are ignored by default. When the list is empty, all available schemas are imported.
122+
1. **Database**: List subset of databases to import expressed as a semicolon separated list. For example, `database1; database2`. All user databases are imported if the list is empty. All system databases (for example, SysAdmin) are ignored by default.
121123
122124
Acceptable schema name patterns using SQL LIKE expressions syntax include using %. For example: `A%; %B; %C%; D`
123125
* Start with A or

articles/purview/register-scan-oracle-source.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ This article outlines how to register Oracle, and how to authenticate and intera
1818

1919
|**Metadata Extraction**| **Full Scan** |**Incremental Scan**|**Scoped Scan**|**Classification**|**Access Policy**|**Lineage**|
2020
|---|---|---|---|---|---|---|
21-
| [Yes](#register)| [Yes](#scan)| No | [Yes](#scan) | No | No| [Yes**](#lineage)|
21+
| [Yes](#register)| [Yes](#scan)| No | [Yes](#scan) | No | No| [Yes*](#lineage)|
2222

23-
\** Lineage is supported if dataset is used as a source/sink in [Data Factory Copy activity](how-to-link-azure-data-factory.md)
23+
\* *Besides the lineage on assets within the data source, lineage is also supported if dataset is used as a source/sink in [Data Factory](how-to-link-azure-data-factory.md) or [Synapse pipeline](how-to-lineage-azure-synapse-analytics.md).*
2424

2525
The supported Oracle server versions are 6i to 19c. Proxy server is not supported when scanning Oracle source.
2626

@@ -41,6 +41,8 @@ When scanning Oracle source, Azure Purview supports:
4141

4242
- Fetching static lineage on assets relationships among tables, views and stored procedures.
4343

44+
When setting up scan, you can choose to scan an entire Oracle server, or scope the scan to a subset of schemas matching the given name(s) or name pattern(s).
45+
4446
## Prerequisites
4547

4648
* An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
@@ -164,7 +166,7 @@ To create and run a new scan, do the following:
164166
* Provide the user name used by JDBC to connect to the database server in the User name input field.
165167
* Store the user password used by JDBC to connect to the database server in the secret key.
166168
167-
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 (for example, SysAdmin) and objects are ignored by default. When the list is empty, all available schemas are imported.
169+
1. **Schema**: List subset of schemas to import expressed as a semicolon separated list in **case-sensitive** manner. For example, `schema1; schema2`. All user schemas are imported if that list is empty. All system schemas (for example, SysAdmin) and objects are ignored by default.
168170
169171
Acceptable schema name patterns using SQL LIKE expressions syntax include using %. For example: `A%; %B; %C%; D`
170172
* Start with A or

articles/purview/register-scan-postgresql.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ When scanning PostgreSQL source, Azure Purview supports:
3737

3838
- Fetching static lineage on assets relationships among tables and views.
3939

40+
When setting up scan, you can choose to scan an entire PostgreSQL database, or scope the scan to a subset of schemas matching the given name(s) or name pattern(s).
41+
4042
## Prerequisites
4143

4244
* An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
@@ -121,7 +123,7 @@ To create and run a new scan, do the following:
121123
122124
1. **Database**: Specify the name of the database instance to import.
123125
124-
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 (for example, SysAdmin) and objects are ignored by default. When the list is empty, all available schemas are imported.
126+
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 (for example, SysAdmin) and objects are ignored by default.
125127
126128
Acceptable schema name patterns using SQL LIKE expressions syntax include using %. For example: `A%; %B; %C%; D`
127129
* Start with A or

articles/purview/register-scan-salesforce.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ When scanning Salesforce source, Azure Purview supports extracting technical met
2828
- Organization
2929
- Objects including the fields, foreign keys, and unique_constraints
3030

31+
When setting up scan, you can choose to scan an entire Salesforce organization, or scope the scan to a subset of objects matching the given name(s) or name pattern(s).
32+
3133
## Prerequisites
3234

3335
* An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).

0 commit comments

Comments
 (0)