Skip to content

Commit b572101

Browse files
Merge pull request #235075 from linda33wj/main
Update connector & IR doc to address feedback
2 parents 2d3d7bc + 305930a commit b572101

19 files changed

+90
-21
lines changed

articles/purview/manage-integration-runtimes.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/01/2023
9+
ms.date: 04/20/2023
1010
---
1111

1212
# Create and manage a self-hosted integration runtime
@@ -232,7 +232,7 @@ There are two supported configuration options by Microsoft Purview:
232232
- **Use custom proxy**: Configure the HTTP proxy setting to use for the self-hosted integration runtime, instead of using configurations in diahost.exe.config and diawp.exe.config. **Address** and **Port** values are required. **User Name** and **Password** values are optional, depending on your proxy's authentication setting. All settings are encrypted with Windows DPAPI on the self-hosted integration runtime and stored locally on the machine.
233233

234234
> [!NOTE]
235-
> Proxy is supported when scanning Azure data sources and SQL Server; scanning other sources doesn't support proxy.
235+
> Connecting to data sources via proxy is not supported for connectors other than Azure data sources and Power BI.
236236
237237
The integration runtime host service restarts automatically after you save the updated proxy settings.
238238

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ This connector brings metadata from Databricks metastore. Comparing to scan via
4141
- The Databricks workspace info is captured.
4242
- The relationship between tables and storage assets is captured.
4343

44+
### Known limitations
45+
46+
When object is deleted from the data source, currently the subsequent scan won't automatically remove the corresponding asset in Microsoft Purview.
47+
4448
## Prerequisites
4549

4650
* You must have 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-cassandra-source.md

Lines changed: 5 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

@@ -35,6 +35,10 @@ When scanning Cassandra source, Microsoft Purview supports:
3535

3636
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).
3737

38+
### Known limitations
39+
40+
When object is deleted from the data source, currently the subsequent scan won't automatically remove the corresponding asset in Microsoft Purview.
41+
3842
## Prerequisites
3943

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

@@ -38,6 +38,10 @@ When scanning IBM Db2 source, Microsoft Purview supports:
3838

3939
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).
4040

41+
### Known limitations
42+
43+
When object is deleted from the data source, currently the subsequent scan won't automatically remove the corresponding asset in Microsoft Purview.
44+
4145
## Prerequisites
4246

4347
* 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-erwin-source.md

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

@@ -49,6 +49,10 @@ When scanning erwin Mart source, Microsoft Purview supports:
4949

5050
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).
5151

52+
### Known limitations
53+
54+
When object is deleted from the data source, currently the subsequent scan won't automatically remove the corresponding asset in Microsoft Purview.
55+
5256
## Prerequisites
5357

5458
* 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-google-bigquery-source.md

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

@@ -34,8 +34,10 @@ When scanning Google BigQuery source, Microsoft Purview supports:
3434

3535
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).
3636

37-
>[!NOTE]
38-
> Currently, Microsoft 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 Microsoft Purview.
37+
### Known limitations
38+
39+
- Currently, Microsoft 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 Microsoft Purview.
40+
- When object is deleted from the data source, currently the subsequent scan won't automatically remove the corresponding asset in Microsoft Purview.
3941

4042
## Prerequisites
4143

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ When scanning Hive metastore source, Microsoft Purview supports:
3737

3838
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).
3939

40+
### Known limitations
41+
42+
When object is deleted from the data source, currently the subsequent scan won't automatically remove the corresponding asset in Microsoft Purview.
43+
4044
## Prerequisites
4145

4246
* You must have 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-looker-source.md

Lines changed: 5 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

@@ -42,6 +42,10 @@ When scanning Looker source, Microsoft Purview supports:
4242

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

45+
### Known limitations
46+
47+
When object is deleted from the data source, currently the subsequent scan won't automatically remove the corresponding asset in Microsoft Purview.
48+
4549
## Prerequisites
4650

4751
- 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-mongodb.md

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

@@ -33,6 +33,10 @@ During scan, Microsoft Purview retrieves and analyzes sample documents to infer
3333

3434
When setting up scan, you can choose to scan one or more MongoDB database(s) entirely, or further scope the scan to a subset of collections matching the given name(s) or name pattern(s).
3535

36+
### Known limitations
37+
38+
When object is deleted from the data source, currently the subsequent scan won't automatically remove the corresponding asset in Microsoft Purview.
39+
3640
## Prerequisites
3741

3842
* 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: 5 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: 10/21/2022
9+
ms.date: 04/20/2023
1010
ms.custom: template-how-to
1111
---
1212

@@ -35,6 +35,10 @@ When scanning MySQL source, Microsoft Purview supports:
3535

3636
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).
3737

38+
### Known limitations
39+
40+
When object is deleted from the data source, currently the subsequent scan won't automatically remove the corresponding asset in Microsoft Purview.
41+
3842
## Prerequisites
3943

4044
- 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)