Skip to content

Commit 6c0016b

Browse files
Merge pull request #289953 from Clare-Zheng82/1105-Driver_upgrade_content_update
[Doc update] Driver upgrade content update
2 parents c99cdd0 + 15a534a commit 6c0016b

File tree

5 files changed

+14
-16
lines changed

5 files changed

+14
-16
lines changed

articles/data-factory/connector-couchbase.md

Lines changed: 1 addition & 5 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: 10/12/2024
9+
ms.date: 11/05/2024
1010
ms.author: jianleishen
1111
---
1212
# Copy data from Couchbase using Azure Data Factory (Preview)
@@ -34,10 +34,6 @@ The service provides a built-in driver to enable connectivity, therefore you don
3434

3535
The connector supports the Couchbase version higher than 6.0.
3636

37-
The connector now uses the following precision. The previous precision is compatible.
38-
- Double values use 17 significant digits (previously 15 significant digits)
39-
- Float values use 9 significant digits (previously 7 significant digits)
40-
4137
## Prerequisites
4238

4339
[!INCLUDE [data-factory-v2-integration-runtime-requirements](includes/data-factory-v2-integration-runtime-requirements.md)]

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

Lines changed: 6 additions & 1 deletion
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: 05/22/2024
10+
ms.date: 11/05/2024
1111
---
1212

1313
# Copy data from Google BigQuery using Azure Data Factory or Synapse Analytics (legacy)
@@ -33,6 +33,11 @@ For a list of data stores that are supported as sources or sinks by the copy act
3333

3434
The service provides a built-in driver to enable connectivity. Therefore, you don't need to manually install a driver to use this connector.
3535

36+
The connector supports the Windows versions in this [article](create-self-hosted-integration-runtime.md#prerequisites).
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+
3641
>[!NOTE]
3742
>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.
3843

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

Lines changed: 1 addition & 5 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: 10/09/2024
10+
ms.date: 11/05/2024
1111
---
1212

1313
# Copy data from Google BigQuery using Azure Data Factory or Synapse Analytics
@@ -34,10 +34,6 @@ For a list of data stores that are supported as sources or sinks by the copy act
3434

3535
The service provides a built-in driver to enable connectivity. Therefore, you don't need to manually install a driver to use this connector.
3636

37-
The connector supports the Windows versions in this [article](create-self-hosted-integration-runtime.md#prerequisites).
38-
39-
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#bigquery_6).
40-
4137
>[!NOTE]
4238
>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.
4339

articles/data-factory/connector-shopify.md

Lines changed: 2 additions & 4 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: 09/12/2024
10+
ms.date: 11/05/2024
1111
---
1212

1313
# Copy data from Shopify using Azure Data Factory or Synapse Analytics (Preview)
@@ -35,9 +35,7 @@ The service provides a built-in driver to enable connectivity, therefore you don
3535

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

38-
The billing_on column property was removed from the following tables. For more information, see this [article](https://shopify.dev/docs/api/admin-rest/2024-07/resources/usagecharge).
39-
- Recurring_Application_Charges
40-
- UsageCharge
38+
The billing_on column property was removed from the Recurring_Application_Charges and UsageCharge tables due to Shopify's official deprecation of billing_on field.
4139

4240
## Getting started
4341

articles/data-factory/connector-xero.md

Lines changed: 4 additions & 1 deletion
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: 09/12/2024
9+
ms.date: 11/05/2024
1010
ms.author: jianleishen
1111
---
1212
# Copy data from Xero using Azure Data Factory or Synapse Analytics
@@ -37,6 +37,9 @@ Specifically, this Xero connector supports:
3737
- All Xero tables (API endpoints) except "Reports".
3838
- Windows versions in this [article](create-self-hosted-integration-runtime.md#prerequisites).
3939

40+
>[!NOTE]
41+
>Due to the [sunset of OAuth 1.0 authentication in Xero](https://devblog.xero.com/an-update-on-why-we-are-saying-goodbye-oauth-1-0a-hello-oauth-2-0-6a839230908f), please [upgrade to OAuth 2.0 authentication type](#linked-service-properties) if you are currently using OAuth 1.0 authentication type.
42+
4043
## Getting started
4144

4245
[!INCLUDE [data-factory-v2-connector-get-started](includes/data-factory-v2-connector-get-started.md)]

0 commit comments

Comments
 (0)