Skip to content

Commit ed094d9

Browse files
Clare Zheng (Shanghai Wicresoft Co Ltd)Clare Zheng (Shanghai Wicresoft Co Ltd)
authored andcommitted
Update according to comments
1 parent 4e4bd7f commit ed094d9

File tree

2 files changed

+15
-12
lines changed

2 files changed

+15
-12
lines changed

articles/data-factory/connector-google-bigquery-legacy.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@ The service provides a built-in driver to enable connectivity. Therefore, you do
3535

3636
The connector supports the Windows versions in this [article](create-self-hosted-integration-runtime.md#prerequisites).
3737

38-
The connector no longer supports P12 keyfiles. If you rely on service accounts, you are recommended to use JSON keyfiles instead. The P12CustomPwd property used for supporting the P12 keyfile was also deprecated. For more information, see this [article](https://cloud.google.com/sdk/docs/release-notes).
38+
>[!NOTE]
39+
>This Google BigQuery connector is built on top of the BigQuery APIs. Be aware that BigQuery limits the maximum rate of incoming requests and enforces appropriate quotas on a per-project basis, refer to [Quotas & Limits - API requests](https://cloud.google.com/bigquery/quotas#api_requests). Make sure you do not trigger too many concurrent requests to the account.
40+
41+
## Prerequisites
3942

4043
To use this connector, you need the following minimum permissions of Google BigQuery:
4144
- bigquery.connections.*
@@ -45,10 +48,6 @@ To use this connector, you need the following minimum permissions of Google BigQ
4548
- bigquery.routines.*
4649
- bigquery.tables.*
4750

48-
49-
>[!NOTE]
50-
>This Google BigQuery connector is built on top of the BigQuery APIs. Be aware that BigQuery limits the maximum rate of incoming requests and enforces appropriate quotas on a per-project basis, refer to [Quotas & Limits - API requests](https://cloud.google.com/bigquery/quotas#api_requests). Make sure you do not trigger too many concurrent requests to the account.
51-
5251
## Get started
5352

5453
[!INCLUDE [data-factory-v2-connector-get-started](includes/data-factory-v2-connector-get-started.md)]
@@ -136,10 +135,13 @@ Set "authenticationType" property to **ServiceAuthentication**, and specify the
136135
| Property | Description | Required |
137136
|:--- |:--- |:--- |
138137
| email | The service account email ID that is used for ServiceAuthentication. It can be used only on Self-hosted Integration Runtime. | No |
139-
| keyFilePath | The full path to the `.p12` or `.json` key file that is used to authenticate the service account email address. | Yes |
138+
| keyFilePath | The full path to the `.json` key file that is used to authenticate the service account email address. | Yes |
140139
| trustedCertPath | The full path of the .pem file that contains trusted CA certificates used to verify the server when you connect over TLS. This property can be set only when you use TLS on Self-hosted Integration Runtime. The default value is the cacerts.pem file installed with the integration runtime. | No |
141140
| useSystemTrustStore | Specifies whether to use a CA certificate from the system trust store or from a specified .pem file. The default value is **false**. | No |
142141

142+
> [!NOTE]
143+
> The connector no longer supports P12 key files. If you rely on service accounts, you are recommended to use JSON key files instead. The P12CustomPwd property used for supporting the P12 key file was also deprecated. For more information, see this [article](https://cloud.google.com/sdk/docs/release-notes).
144+
143145
**Example:**
144146

145147
```json

articles/data-factory/connector-netezza.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,11 @@ This Netezza connector is supported for the following capabilities:
3030

3131
For a list of data stores that Copy Activity supports as sources and sinks, see [Supported data stores and formats](copy-activity-overview.md#supported-data-stores-and-formats).
3232

33-
Netezza connector supports parallel copying from source. See the [Parallel copy from Netezza](#parallel-copy-from-netezza) section for details.
33+
This Netezza connector supports:
3434

35-
The connector supports Netezza Performance Server version 11.
36-
37-
The connector supports the Windows versions in this [article](create-self-hosted-integration-runtime.md#prerequisites).
38-
39-
The connector doesn't support SSLv3 as it is [officially deprecated by Netezza](https://www.ibm.com/docs/en/netezza?topic=npssac-netezza-performance-server-client-encryption-security-1).
35+
- Parallel copying from source. See the [Parallel copy from Netezza](#parallel-copy-from-netezza) section for details.
36+
- Netezza Performance Server version 11.
37+
- Windows versions in this [article](create-self-hosted-integration-runtime.md#prerequisites).
4038

4139
The service provides a built-in driver to enable connectivity. You don't need to manually install any driver to use this connector.
4240

@@ -91,6 +89,9 @@ A typical connection string is `Server=<server>;Port=<port>;Database=<database>;
9189
|:--- |:--- |:--- |
9290
| SecurityLevel | The level of security that the driver uses for the connection to the data store. <br>Example: `SecurityLevel=preferredUnSecured`. Supported values are:<br/>- **Only unsecured** (**onlyUnSecured**): The driver doesn't use SSL.<br/>- **Preferred unsecured (preferredUnSecured) (default)**: If the server provides a choice, the driver doesn't use SSL. | No |
9391

92+
> [!NOTE]
93+
> The connector doesn't support SSLv3 as it is [officially deprecated by Netezza](https://www.ibm.com/docs/en/netezza?topic=npssac-netezza-performance-server-client-encryption-security-1).
94+
9495
**Example**
9596

9697
```json

0 commit comments

Comments
 (0)