Skip to content

Commit 57afdec

Browse files
Merge pull request #291228 from Clare-Zheng82/1128-Update_Netezza_GBQ_driver_upgrade
[ADF][Doc update] Update Netezza and GBQ driver upgrade information
2 parents 3719a9d + 12fd46f commit 57afdec

File tree

2 files changed

+25
-8
lines changed

2 files changed

+25
-8
lines changed

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

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: jianleishen
77
ms.subservice: data-movement
88
ms.topic: conceptual
99
ms.custom: synapse
10-
ms.date: 11/05/2024
10+
ms.date: 12/02/2024
1111
---
1212

1313
# Copy data from Google BigQuery using Azure Data Factory or Synapse Analytics (legacy)
@@ -35,12 +35,19 @@ 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).
39-
40-
4138
>[!NOTE]
4239
>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.
4340
41+
## Prerequisites
42+
43+
To use this connector, you need the following minimum permissions of Google BigQuery:
44+
- bigquery.connections.*
45+
- bigquery.datasets.*
46+
- bigquery.jobs.*
47+
- bigquery.readsessions.*
48+
- bigquery.routines.*
49+
- bigquery.tables.*
50+
4451
## Get started
4552

4653
[!INCLUDE [data-factory-v2-connector-get-started](includes/data-factory-v2-connector-get-started.md)]
@@ -128,10 +135,13 @@ Set "authenticationType" property to **ServiceAuthentication**, and specify the
128135
| Property | Description | Required |
129136
|:--- |:--- |:--- |
130137
| email | The service account email ID that is used for ServiceAuthentication. It can be used only on Self-hosted Integration Runtime. | No |
131-
| 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 |
132139
| 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 |
133140
| 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 |
134141

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+
135145
**Example:**
136146

137147
```json
@@ -144,7 +154,7 @@ Set "authenticationType" property to **ServiceAuthentication**, and specify the
144154
"requestGoogleDriveScope" : true,
145155
"authenticationType" : "ServiceAuthentication",
146156
"email": "<email>",
147-
"keyFilePath": "<.p12 or .json key path on the IR machine>"
157+
"keyFilePath": "<.json key path on the IR machine>"
148158
},
149159
"connectVia": {
150160
"referenceName": "<name of Self-hosted Integration Runtime>",

articles/data-factory/connector-netezza.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: jianleishen
66
ms.subservice: data-movement
77
ms.custom: synapse
88
ms.topic: conceptual
9-
ms.date: 06/28/2024
9+
ms.date: 12/02/2024
1010
ms.author: jianleishen
1111
---
1212
# Copy data from Netezza by using Azure Data Factory or Synapse Analytics
@@ -30,7 +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:
34+
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).
3438

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

@@ -85,6 +89,9 @@ A typical connection string is `Server=<server>;Port=<port>;Database=<database>;
8589
|:--- |:--- |:--- |
8690
| 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 |
8791

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+
8895
**Example**
8996

9097
```json

0 commit comments

Comments
 (0)