You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/data-factory/connector-google-bigquery-legacy.md
+16-6Lines changed: 16 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ author: jianleishen
7
7
ms.subservice: data-movement
8
8
ms.topic: conceptual
9
9
ms.custom: synapse
10
-
ms.date: 11/05/2024
10
+
ms.date: 12/02/2024
11
11
---
12
12
13
13
# 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
35
35
36
36
The connector supports the Windows versions in this [article](create-self-hosted-integration-runtime.md#prerequisites).
37
37
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
-
41
38
>[!NOTE]
42
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.
43
40
41
+
## Prerequisites
42
+
43
+
To use this connector, you need the following minimum permissions of Google BigQuery:
@@ -128,10 +135,13 @@ Set "authenticationType" property to **ServiceAuthentication**, and specify the
128
135
| Property | Description | Required |
129
136
|:--- |:--- |:--- |
130
137
| 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 |
132
139
| 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 |
133
140
| 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 |
134
141
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
+
135
145
**Example:**
136
146
137
147
```json
@@ -144,7 +154,7 @@ Set "authenticationType" property to **ServiceAuthentication**, and specify the
144
154
"requestGoogleDriveScope" : true,
145
155
"authenticationType" : "ServiceAuthentication",
146
156
"email": "<email>",
147
-
"keyFilePath": "<.p12 or .json key path on the IR machine>"
157
+
"keyFilePath": "<.json key path on the IR machine>"
148
158
},
149
159
"connectVia": {
150
160
"referenceName": "<name of Self-hosted Integration Runtime>",
Copy file name to clipboardExpand all lines: articles/data-factory/connector-netezza.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: jianleishen
6
6
ms.subservice: data-movement
7
7
ms.custom: synapse
8
8
ms.topic: conceptual
9
-
ms.date: 06/28/2024
9
+
ms.date: 12/02/2024
10
10
ms.author: jianleishen
11
11
---
12
12
# 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:
30
30
31
31
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).
32
32
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).
34
38
35
39
The service provides a built-in driver to enable connectivity. You don't need to manually install any driver to use this connector.
36
40
@@ -85,6 +89,9 @@ A typical connection string is `Server=<server>;Port=<port>;Database=<database>;
85
89
|:--- |:--- |:--- |
86
90
| 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 |
87
91
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).
0 commit comments