Skip to content

Commit af9e004

Browse files
Merge pull request #275995 from v-luckywang/0522-Add_ETA
[Doc update] Add ETA for other connectors: Snowflake, MySQL, MariaDB, PostgreSQL, GBQ
2 parents 5174dd8 + d9af60d commit af9e004

8 files changed

+26
-20
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ ms.service: data-factory
88
ms.subservice: data-movement
99
ms.topic: conceptual
1010
ms.custom: synapse
11-
ms.date: 03/12/2024
11+
ms.date: 05/22/2024
1212
---
1313

1414
# Copy data from Google BigQuery using Azure Data Factory or Synapse Analytics (legacy)
1515
[!INCLUDE[appliesto-adf-asa-md](includes/appliesto-adf-asa-md.md)]
1616

1717
This article outlines how to use Copy Activity in Azure Data Factory and Synapse Analytics pipelines to copy data from Google BigQuery. It builds on the [Copy Activity overview](copy-activity-overview.md) article that presents a general overview of the copy activity.
1818

19-
>[!Important]
20-
>The service has released a new Google BigQuery connector which provides better native Google BigQuery support, refer to [Google BigQuery](connector-google-bigquery.md) article on details.
19+
>[!IMPORTANT]
20+
>The new Google BigQuery connector provides improved native Google BigQuery support. If you are using the legacy Google BigQuery connector in your solution, please [upgrade your Google BigQuery connector](connector-google-bigquery.md#upgrade-the-google-bigquery-linked-service) before **October 31, 2024**. Refer to this [section](connector-google-bigquery.md#differences-between-google-bigquery-and-google-bigquery-legacy) for details on the difference between the legacy and latest version.
2121
2222
## Supported capabilities
2323

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: data-factory
88
ms.subservice: data-movement
99
ms.topic: conceptual
1010
ms.custom: synapse
11-
ms.date: 04/17/2024
11+
ms.date: 05/22/2024
1212
---
1313

1414
# Copy data from Google BigQuery using Azure Data Factory or Synapse Analytics
@@ -17,8 +17,8 @@ ms.date: 04/17/2024
1717

1818
This article outlines how to use Copy Activity in Azure Data Factory and Synapse Analytics pipelines to copy data from Google BigQuery. It builds on the [Copy Activity overview](copy-activity-overview.md) article that presents a general overview of the copy activity.
1919

20-
>[!Important]
21-
>The new Google BigQuery connector provides improved native Google BigQuery support. If you are using the legacy Google BigQuery connector in your solution, supported as-is for backward compatibility only, refer to [Google BigQuery connector (legacy)](connector-google-bigquery-legacy.md) article.
20+
>[!IMPORTANT]
21+
>The new Google BigQuery connector provides improved native Google BigQuery support. If you are using the legacy Google BigQuery connector in your solution, please [upgrade your Google BigQuery connector](#upgrade-the-google-bigquery-linked-service) before **October 31, 2024**. Refer to this [section](#differences-between-google-bigquery-and-google-bigquery-legacy) for details on the difference between the legacy and latest version.
2222
2323
## Supported capabilities
2424

articles/data-factory/connector-mariadb.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: data-factory
77
ms.subservice: data-movement
88
ms.custom: synapse
99
ms.topic: conceptual
10-
ms.date: 04/17/2024
10+
ms.date: 05/22/2024
1111
ms.author: jianleishen
1212
---
1313

@@ -16,6 +16,9 @@ ms.author: jianleishen
1616

1717
This article outlines how to use the Copy Activity in an Azure Data Factory or Synapse Analytics pipeline to copy data from MariaDB. It builds on the [copy activity overview](copy-activity-overview.md) article that presents a general overview of copy activity.
1818

19+
>[!IMPORTANT]
20+
>MariaDB connector using the recommended driver version provides improved native MariaDB support. If you are using it with the legacy driver version, please [upgrade your driver version](#upgrade-the-mariadb-driver-version) before **October 31, 2024**. Refer to this [section](#differences-between-the-recommended-and-the-legacy-driver-version) for details on the difference between the legacy and recommended version.
21+
1922
## Supported capabilities
2023

2124
This MariaDB connector is supported for the following capabilities:
@@ -294,9 +297,9 @@ Here are steps that help you upgrade your MariaDB driver version:
294297

295298
1. The latest driver version v2 supports more MariaDB versions. For more information, see [Supported capabilities](connector-mariadb.md#supported-capabilities).
296299

297-
## Differences between MariaDB using the recommended driver version and using the legacy driver version
300+
## Differences between the recommended and the legacy driver version
298301

299-
The table below shows the data type mapping differences between MariaDB connector using the recommended driver version and using the legacy driver version.
302+
The table below shows the data type mapping differences between MariaDB using the recommended and the legacy driver version.
300303

301304
|MariaDB data type |Interim service data type (using the recommended driver version) |Interim service data type (using the legacy driver version)|
302305
|:---|:---|:---|

articles/data-factory/connector-mysql.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: data-factory
77
ms.subservice: data-movement
88
ms.custom: synapse
99
ms.topic: conceptual
10-
ms.date: 04/17/2024
10+
ms.date: 05/22/2024
1111
ms.author: jianleishen
1212
---
1313

@@ -20,6 +20,9 @@ This article outlines how to use the Copy Activity in Azure Data Factory and Syn
2020
>[!NOTE]
2121
>To copy data from or to [Azure Database for MySQL](../mysql/overview.md) service, use the specialized [Azure Database for MySQL connector](connector-azure-database-for-mysql.md).
2222
23+
>[!IMPORTANT]
24+
>MySQL connector using the recommended driver version provides improved native MySQL support. If you are using it with the legacy driver version, please [upgrade your driver version](#upgrade-the-mysql-driver-version) before **October 31, 2024**. Refer to this [section](#differences-between-the-recommended-and-the-legacy-driver-version) for details on the difference between the legacy and recommended version.
25+
2326
## Supported capabilities
2427

2528
This MySQL connector is supported for the following capabilities:
@@ -323,9 +326,9 @@ Here are steps that help you upgrade your MySQL driver version:
323326

324327
1. The latest driver version v2 supports more MySQL versions. For more information, see [Supported capabilities](connector-mysql.md#supported-capabilities).
325328

326-
## Differences between MySQL using the recommended driver version and using the legacy driver version
329+
## Differences between the recommended and the legacy driver version
327330

328-
The table below shows the data type mapping differences between MySQL connector using the recommended driver version and using the legacy driver version.
331+
The table below shows the data type mapping differences between MySQL using the recommended and the legacy driver version.
329332

330333
|MySQL data type |Interim service data type (using the recommended driver version) |Interim service data type (using the legacy driver version)|
331334
|:---|:---|:---|

articles/data-factory/connector-postgresql-legacy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: data-factory
77
ms.subservice: data-movement
88
ms.custom: synapse
99
ms.topic: conceptual
10-
ms.date: 03/07/2024
10+
ms.date: 05/22/2024
1111
ms.author: jianleishen
1212
---
1313
# Copy data from PostgreSQL using Azure Data Factory or Synapse Analytics (legacy)
@@ -16,7 +16,7 @@ ms.author: jianleishen
1616
This article outlines how to use the Copy Activity in Azure Data Factory and Synapse Analytics pipelines to copy data from a PostgreSQL database. It builds on the [copy activity overview](copy-activity-overview.md) article that presents a general overview of copy activity.
1717

1818
>[!IMPORTANT]
19-
>The service has released a new PostgreSQL connector which provides better native PostgreSQL support, refer to [PostgreSQL connector](connector-postgresql.md) article on details.
19+
>The new PostgreSQL connector provides improved native PostgreSQL support. If you are using the legacy PostgreSQL connector in your solution, please [upgrade your PostgreSQL connector](connector-postgresql.md#upgrade-the-postgresql-linked-service) before **October 31, 2024**. Refer to this [section](connector-postgresql.md#differences-between-postgresql-and-postgresql-legacy) for details on the difference between the legacy and latest version.
2020
2121
## Supported capabilities
2222

articles/data-factory/connector-postgresql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: data-factory
77
ms.subservice: data-movement
88
ms.custom: synapse
99
ms.topic: conceptual
10-
ms.date: 04/17/2024
10+
ms.date: 05/22/2024
1111
ms.author: jianleishen
1212
---
1313
# Copy data from PostgreSQL using Azure Data Factory or Synapse Analytics
@@ -16,7 +16,7 @@ ms.author: jianleishen
1616
This article outlines how to use the Copy Activity in Azure Data Factory and Synapse Analytics pipelines to copy data from a PostgreSQL database. It builds on the [copy activity overview](copy-activity-overview.md) article that presents a general overview of copy activity.
1717

1818
>[!IMPORTANT]
19-
>The new PostgreSQL connector provides improved native PostgreSQL support and better performance. If you are using the legacy PostgreSQL connector in your solution, supported as-is for backward compatibility only, refer to [PostgreSQL connector (legacy)](connector-postgresql-legacy.md) article.
19+
>The new PostgreSQL connector provides improved native PostgreSQL support. If you are using the legacy PostgreSQL connector in your solution, please [upgrade your PostgreSQL connector](#upgrade-the-postgresql-linked-service) before **October 31, 2024**. Refer to this [section](#differences-between-postgresql-and-postgresql-legacy) for details on the difference between the legacy and latest version.
2020
2121
## Supported capabilities
2222

articles/data-factory/connector-snowflake-legacy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: data-factory
88
ms.subservice: data-movement
99
ms.topic: conceptual
1010
ms.custom: synapse
11-
ms.date: 02/06/2024
11+
ms.date: 05/22/2024
1212
---
1313

1414
# Copy and transform data in Snowflake using Azure Data Factory or Azure Synapse Analytics (legacy)
@@ -18,7 +18,7 @@ ms.date: 02/06/2024
1818
This article outlines how to use the Copy activity in Azure Data Factory and Azure Synapse pipelines to copy data from and to Snowflake, and use Data Flow to transform data in Snowflake. For more information, see the introductory article for [Data Factory](introduction.md) or [Azure Synapse Analytics](../synapse-analytics/overview-what-is.md).
1919

2020
>[!IMPORTANT]
21-
>The service has released a new Snowflake connector which provides better native Snowflake support, refer to [Snowflake connector](connector-snowflake.md) article on details.
21+
>The new Snowflake connector provides improved native Snowflake support. If you are using the legacy Snowflake connector in your solution, please [upgrade your Snowflake connector](connector-snowflake.md#upgrade-the-snowflake-linked-service) before **October 31, 2024**. Refer to this [section](connector-snowflake.md#differences-between-snowflake-and-snowflake-legacy) for details on the difference between the legacy and latest version.
2222
2323
## Supported capabilities
2424

articles/data-factory/connector-snowflake.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: data-factory
88
ms.subservice: data-movement
99
ms.topic: conceptual
1010
ms.custom: synapse
11-
ms.date: 04/11/2024
11+
ms.date: 05/22/2024
1212
---
1313

1414
# Copy and transform data in Snowflake using Azure Data Factory or Azure Synapse Analytics
@@ -18,7 +18,7 @@ ms.date: 04/11/2024
1818
This article outlines how to use the Copy activity in Azure Data Factory and Azure Synapse pipelines to copy data from and to Snowflake, and use Data Flow to transform data in Snowflake. For more information, see the introductory article for [Data Factory](introduction.md) or [Azure Synapse Analytics](../synapse-analytics/overview-what-is.md).
1919

2020
>[!IMPORTANT]
21-
>The new Snowflake connector provides improved native Snowflake support. If you are using the legacy Snowflake connector in your solution, supported as-is for backward compatibility only, refer to [Snowflake connector (legacy)](connector-snowflake-legacy.md) article.
21+
>The new Snowflake connector provides improved native Snowflake support. If you are using the legacy Snowflake connector in your solution, please [upgrade your Snowflake connector](#upgrade-the-snowflake-linked-service) before **October 31, 2024**. Refer to this [section](#differences-between-snowflake-and-snowflake-legacy) for details on the difference between the legacy and latest version.
2222
2323
## Supported capabilities
2424

0 commit comments

Comments
 (0)