Skip to content

Commit ad9b99f

Browse files
committed
Update Purview supported capabilities - batch 1
1 parent 9428515 commit ad9b99f

8 files changed

+103
-29
lines changed

articles/purview/register-scan-db2.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: jingwang
66
ms.service: purview
77
ms.subservice: purview-data-map
88
ms.topic: how-to #Required; leave this attribute/value as-is.
9-
ms.date: 11/23/2021
9+
ms.date: 12/28/2021
1010
ms.custom: template-how-to #Required; leave this attribute/value as-is.
1111
---
1212

@@ -27,8 +27,16 @@ The supported IBM DB2 versions are DB2 for LUW 9.7 to 11.x. DB2 for z/OS (mainfr
2727

2828
When scanning IBM DB2 source, Purview supports:
2929

30-
- Extracting metadata including DB2 server, databases, schemas, tables, views, triggers, table/view columns, foreign keys, unique constraints, and indexes.
31-
- Fetching lineage on assets relationships among tables and views.
30+
- Extracting technical metadata including:
31+
32+
- Server
33+
- Databases
34+
- Schemas
35+
- Tables including the columns, foreign keys, indexes, and constraints
36+
- Views including the columns
37+
- Triggers
38+
39+
- Fetching static lineage on assets relationships among tables and views.
3240

3341
## Prerequisites
3442

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

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: jingwang
66
ms.service: purview
77
ms.subservice: purview-data-map
88
ms.topic: how-to
9-
ms.date: 11/02/2021
9+
ms.date: 12/28/2021
1010
ms.custom: template-how-to, ignite-fall-2021
1111
---
1212

@@ -23,8 +23,16 @@ This article outlines how to register Google BigQuery projects, and how to authe
2323
|---|---|---|---|---|---|---|
2424
| [Yes](#register)| [Yes](#scan)| No | No | No | No| [Yes](how-to-lineage-google-bigquery.md)|
2525

26-
> [!Important]
27-
> Supported Google BigQuery version is 11.0.0.
26+
When scanning Google BigQuery source, Purview supports:
27+
28+
- Extracting technical metadata including:
29+
30+
- Projects
31+
- Datasets
32+
- Tables including the columns
33+
- Views including the columns
34+
35+
- Fetching static lineage on assets relationships among tables and views.
2836

2937
## Prerequisites
3038

articles/purview/register-scan-mysql.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: jingwang
66
ms.service: purview
77
ms.subservice: purview-data-map
88
ms.topic: how-to #Required; leave this attribute/value as-is.
9-
ms.date: 11/02/2021
9+
ms.date: 12/28/2021
1010
ms.custom: template-how-to #Required; leave this attribute/value as-is.
1111
---
1212

@@ -27,8 +27,14 @@ The supported MySQL server versions are 5.7 to 8.x.
2727

2828
When scanning MySQL source, Purview supports:
2929

30-
- Extracting metadata including MySQL server, databases, tables, views, and table/view columns.
31-
- Fetching lineage on assets relationships among tables and views.
30+
- Extracting technical metadata including:
31+
32+
- Server
33+
- Databases
34+
- Tables including the columns
35+
- Views including the columns
36+
37+
- Fetching static lineage on assets relationships among tables and views.
3238

3339
## Prerequisites
3440

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

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: jingwang
66
ms.service: purview
77
ms.subservice: purview-data-map
88
ms.topic: how-to
9-
ms.date: 11/02/2021
9+
ms.date: 12/28/2021
1010
ms.custom: template-how-to, ignite-fall-2021
1111
---
1212

@@ -22,9 +22,24 @@ This article outlines how to register Oracle, and how to authenticate and intera
2222

2323
\** Lineage is supported if dataset is used as a source/sink in [Data Factory Copy activity](how-to-link-azure-data-factory.md)
2424

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

27-
Proxy server is not supported when scanning Oracle source.
27+
When scanning Oracle source, Purview supports:
28+
29+
- Extracting technical metadata including:
30+
31+
- Server
32+
- Schemas
33+
- Packages
34+
- Tables including the columns, foreign keys, indexes, triggers and unique constraints
35+
- Views including the columns and triggers
36+
- Stored procedures including the parameter dataset and result set
37+
- Functions including the parameter dataset
38+
- Sequences
39+
- Synonyms
40+
- Types including the type attributes
41+
42+
- Fetching static lineage on assets relationships among tables, views and stored procedures.
2843

2944
## Prerequisites
3045

articles/purview/register-scan-postgresql.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: jingwang
66
ms.service: purview
77
ms.subservice: purview-data-map
88
ms.topic: how-to #Required; leave this attribute/value as-is.
9-
ms.date: 11/02/2021
9+
ms.date: 12/28/2021
1010
ms.custom: template-how-to #Required; leave this attribute/value as-is.
1111
---
1212

@@ -27,8 +27,15 @@ The supported PostgreSQL server versions are 8.4 to 12.x.
2727

2828
When scanning PostgreSQL source, Purview supports:
2929

30-
- Extracting metadata including PostgreSQL server, databases, schemas, tables, views, and table/view columns.
31-
- Fetching lineage on assets relationships among tables and views.
30+
- Extracting technical metadata including:
31+
32+
- Server
33+
- Databases
34+
- Schemas
35+
- Tables including the columns
36+
- Views including the columns
37+
38+
- Fetching static lineage on assets relationships among tables and views.
3239

3340
## Prerequisites
3441

articles/purview/register-scan-sap-hana.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,30 +6,33 @@ ms.author: jingwang
66
ms.service: purview
77
ms.subservice: purview-data-map
88
ms.topic: how-to
9-
ms.date: 12/21/2021
9+
ms.date: 12/28/2021
1010
ms.custom: template-how-to
1111
---
1212

1313
# Connect to and manage SAP HANA in Azure Purview (Preview)
1414

1515
This article outlines how to register SAP HANA, and how to authenticate and interact with SAP HANA in Azure Purview. For more information about Azure Purview, read the [introductory article](overview.md).
1616

17+
> [!IMPORTANT]
18+
> SAP HANA as a source is currently in PREVIEW. The [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) include additional legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
19+
1720
## Supported capabilities
1821

1922
|**Metadata extraction**| **Full scan** |**Incremental scan**|**Scoped scan**|**Classification**|**Access policy**|**Lineage**|
2023
|---|---|---|---|---|---|---|
2124
| [Yes](#register)| [Yes](#scan)| No | No | No | No| No |
2225

23-
When scanning SAP HANA source, Purview supports extracting metadata including:
26+
When scanning SAP HANA source, Purview supports extracting technical metadata including:
2427

25-
- Server
26-
- Database
27-
- Schema
28-
- Table including its column, foreign key, index, and unique constraint
29-
- View including its view column
30-
- Stored procedure including its parameter dataset and result set
31-
- Function including its parameter dataset
32-
- Synonym
28+
- Server
29+
- Databases
30+
- Schemas
31+
- Tables including the columns, foreign keys, indexes, and unique constraints
32+
- Views including the columns
33+
- Stored procedures including the parameter dataset and result set
34+
- Functions including the parameter dataset
35+
- Synonyms
3336

3437
## Prerequisites
3538

articles/purview/register-scan-snowflake.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: jingwang
66
ms.service: purview
77
ms.subservice: purview-data-map
88
ms.topic: how-to #Required; leave this attribute/value as-is.
9-
ms.date: 12/15/2021
9+
ms.date: 12/28/2021
1010
ms.custom: template-how-to #Required; leave this attribute/value as-is.
1111
---
1212

@@ -23,9 +23,23 @@ This article outlines how to register Snowflake, and how to authenticate and int
2323
|---|---|---|---|---|---|---|
2424
| [Yes](#register)| [Yes](#scan)| No | No | No | No| Yes|
2525

26-
When scanning Snowflake, Purview supports:
26+
When scanning Snowflake source, Purview supports:
27+
28+
- Extract technical metadata including:
29+
30+
- Server
31+
- Databases
32+
- Schemas
33+
- Tables including the columns
34+
- Views including the columns
35+
- Stored procedures including the parameter dataset and result set
36+
- Functions including the parameter dataset
37+
- Pipes
38+
- Stages
39+
- Streams including the columns
40+
- Tasks
41+
- Sequences
2742

28-
- Extract metadata including Snowflake server, databases, schemas, tables, views, stored procedures, functions, pipes, stages, streams, tasks, sequences, and table/view/stream columns.
2943
- Fetch static lineage on assets relationships among tables, views, and streams.
3044

3145
## Prerequisites

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

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: jingwang
66
ms.service: purview
77
ms.subservice: purview-data-map
88
ms.topic: how-to
9-
ms.date: 12/16/2021
9+
ms.date: 12/28/2021
1010
ms.custom: template-how-to, ignite-fall-2021
1111
---
1212

@@ -24,6 +24,19 @@ This article outlines how to register Teradata, and how to authenticate and inte
2424

2525
The supported Teradata database versions are 12.x to 17.x.
2626

27+
When scanning Teradata source, Purview supports:
28+
29+
- Extracting technical metadata including:
30+
31+
- Server
32+
- Databases
33+
- Tables including the columns, foreign keys, indexes, and constraints
34+
- Views including the columns
35+
- Stored procedures including the parameter dataset and result set
36+
- Functions including the parameter dataset
37+
38+
- Fetching static lineage on assets relationships among tables, views and stored procedures.
39+
2740
## Prerequisites
2841

2942
* 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)