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
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,10 @@ 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).
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
39
42
40
43
To use this connector, you need the following minimum permissions of Google BigQuery:
41
44
- bigquery.connections.*
@@ -45,10 +48,6 @@ To use this connector, you need the following minimum permissions of Google BigQ
45
48
- bigquery.routines.*
46
49
- bigquery.tables.*
47
50
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.
@@ -136,10 +135,13 @@ Set "authenticationType" property to **ServiceAuthentication**, and specify the
136
135
| Property | Description | Required |
137
136
|:--- |:--- |:--- |
138
137
| 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 |
140
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 |
141
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 |
142
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).
Copy file name to clipboardExpand all lines: articles/data-factory/connector-netezza.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,13 +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
34
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).
40
38
41
39
The service provides a built-in driver to enable connectivity. You don't need to manually install any driver to use this connector.
42
40
@@ -91,6 +89,9 @@ A typical connection string is `Server=<server>;Port=<port>;Database=<database>;
91
89
|:--- |:--- |:--- |
92
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 |
93
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