Skip to content

Commit a131926

Browse files
Merge pull request #235061 from linda33wj/main
Update connector docs to address feedback
2 parents a3dfcc5 + 59a3087 commit a131926

File tree

5 files changed

+16
-10
lines changed

5 files changed

+16
-10
lines changed

articles/purview/register-scan-azure-databricks.md

Lines changed: 5 additions & 2 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: 02/16/2023
9+
ms.date: 04/20/2023
1010
ms.custom: template-how-to
1111
---
1212

@@ -143,7 +143,10 @@ Use the following steps to scan Azure Databricks to automatically identify asset
143143
144144
`/mnt/ADLS2=abfss://[email protected]/;/mnt/Blob=wasbs://[email protected]`
145145
146-
1. **Maximum memory available**: Maximum memory (in gigabytes) available on the customer's machine for the scanning processes to use. This value is dependent on the size of Hive Metastore database to be scanned.
146+
1. **Maximum memory available**: Maximum memory (in gigabytes) available on the customer's machine for the scanning processes to use. This value is dependent on the size of Azure Databricks to be scanned.
147+
148+
> [!Note]
149+
> As a thumb rule, please provide 1GB memory for every 1000 tables.
147150
148151
:::image type="content" source="media/register-scan-azure-databricks/scan.png" alt-text="Screenshot of setting up Azure Databricks scan." border="true":::
149152

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

Lines changed: 4 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: 05/04/2022
9+
ms.date: 04/20/2023
1010
ms.custom: template-how-to, ignite-fall-2021
1111
---
1212

@@ -179,6 +179,9 @@ Use the following steps to scan Hive Metastore databases to automatically identi
179179

180180
1. **Maximum memory available**: Maximum memory (in gigabytes) available on the customer's machine for the scanning processes to use. This value is dependent on the size of Hive Metastore database to be scanned.
181181

182+
> [!Note]
183+
> As a thumb rule, please provide 1GB memory for every 1000 tables.
184+
182185
:::image type="content" source="media/register-scan-hive-metastore-source/scan.png" alt-text="Screenshot that shows boxes for scan details." border="true":::
183186

184187
1. Select **Continue**.

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

Lines changed: 3 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: 03/15/2023
9+
ms.date: 04/20/2023
1010
ms.custom: template-how-to, ignite-fall-2021
1111
---
1212

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

2323
\* *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

25-
The supported Oracle server versions are 6i to 19c. Proxy server isn't supported when scanning Oracle source.
25+
The supported Oracle server versions are 6i to 19c. Oracle proxy server isn't supported when scanning Oracle source.
2626

2727
When scanning Oracle source, Microsoft Purview supports:
2828

@@ -39,7 +39,7 @@ When scanning Oracle source, Microsoft Purview supports:
3939
- Synonyms
4040
- Types including the type attributes
4141

42-
- Fetching static lineage on assets relationships among tables, views and stored procedures. Stored procedure lineage is supported for static SQL returning result set.
42+
- Fetching static lineage on assets relationships among tables and views.
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-sap-hana.md

Lines changed: 2 additions & 2 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: 10/21/2022
9+
ms.date: 04/20/2023
1010
ms.custom: template-how-to
1111
---
1212

@@ -26,7 +26,7 @@ When scanning SAP HANA source, Microsoft Purview supports extracting technical m
2626
- Databases
2727
- Schemas
2828
- Tables including the columns, foreign keys, indexes, and unique constraints
29-
- Views including the columns
29+
- Views including the columns. Note SAP HANA Calculation Views are not supported now.
3030
- Stored procedures including the parameter dataset and result set
3131
- Functions including the parameter dataset
3232
- Sequences

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

Lines changed: 2 additions & 2 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: 03/31/2023
9+
ms.date: 04/20/2023
1010
ms.custom: template-how-to, ignite-fall-2021
1111
---
1212

@@ -35,7 +35,7 @@ When scanning Teradata source, Microsoft Purview supports:
3535
- Stored procedures including the parameter dataset and result set
3636
- Functions including the parameter dataset
3737

38-
- Fetching static lineage on assets relationships among tables, views and stored procedures.
38+
- Fetching static lineage on assets relationships among tables and views.
3939

4040
When setting up scan, you can choose to scan an entire Teradata server, or scope the scan to a subset of databases matching the given name(s) or name pattern(s).
4141

0 commit comments

Comments
 (0)