Skip to content

Commit 87db259

Browse files
committed
Address doc feedback
1 parent 7036d91 commit 87db259

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

articles/purview/manage-integration-runtimes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Create and manage Integration Runtimes
33
description: This article explains the steps to create and manage Integration Runtimes in Azure Purview.
4-
author: viseshag
5-
ms.author: viseshag
4+
author: linda33wj
5+
ms.author: jingwang
66
ms.service: purview
77
ms.subservice: purview-data-map
88
ms.topic: how-to

articles/purview/register-scan-db2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This article outlines how to register DB2, and how to authenticate and interact
2121

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

2626
The supported IBM DB2 versions are DB2 for LUW 9.7 to 11.x. DB2 for z/OS (mainframe) and iSeries (AS/400) are not supported now.
2727

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ When scanning Oracle source, Azure Purview supports:
3939
- Synonyms
4040
- Types including the type attributes
4141

42-
- Fetching static lineage on assets relationships among tables, views and stored procedures.
42+
- Fetching static lineage on assets relationships among tables, views and stored procedures. Stored procedure lineage is supported for static SQL returning result set.
4343

4444
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).
4545

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@ Follow the steps below to scan Teradata to automatically identify assets and cla
114114

115115
To understand more on credentials, refer to the link [here](./manage-credentials.md)
116116

117-
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.
117+
1. **Schema**: List subset of databases to import expressed as a semicolon separated list. For Example: `schema1; schema2`. All user databases are imported if that list is empty. All system databases (for example, SysAdmin) and objects are ignored by default.
118118

119-
Acceptable schema name patterns using SQL LIKE expressions syntax include using %. For example: `A%; %B; %C%; D`
119+
Acceptable database name patterns using SQL LIKE expressions syntax include using %. For example: `A%; %B; %C%; D`
120120
* Start with A or
121121
* End with B or
122122
* Contain C or

0 commit comments

Comments
 (0)