Skip to content

Commit 8623701

Browse files
author
Jill Grant
authored
Merge pull request #282096 from jonburchel/2024-07-29-adf-connector-deprecation-plan
Draft of connector deprecation article
2 parents 4718733 + a21459b commit 8623701

File tree

2 files changed

+84
-0
lines changed

2 files changed

+84
-0
lines changed

articles/data-factory/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,8 @@ items:
369369
items:
370370
- name: Connector overview
371371
href: connector-overview.md
372+
- name: Connectors to be deprecated
373+
href: connector-deprecation-plan.md
372374
- name: Amazon Marketplace Web Service (Deprecated)
373375
href: connector-amazon-marketplace-web-service.md
374376
- name: Amazon RDS for Oracle
Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
---
2+
title: Planned connector deprecations for Azure Data Factory
3+
description: This page describes future deprecations for some connectors of Azure Data Factory.
4+
author: pennyzhou-msft
5+
ms.author: xupzhou
6+
ms.service: azure-data-factory
7+
ms.subservice: data-movement
8+
ms.topic: concept-article
9+
ms.custom: references_regions
10+
ms.date: 10/11/2023
11+
---
12+
13+
# Planned connector deprecations for Azure Data Factory
14+
15+
This article describes future deprecations for some connectors of Azure Data Factory.
16+
17+
> [!NOTE]
18+
> "Deprecated" means we intend to remove the connector from a future release. Unless they are in *Preview*, connectors remain fully supported until they are officially removed. This deprecation notification can span a few months or longer. After removal, the connector will no longer work. This notice is to allow you sufficient time to plan and update your code before the connector is removed.
19+
20+
## Legacy connectors with updated connectors or drivers available now
21+
22+
The following legacy connectors are deprecated, but new updated versions are available in Azure Data Factory. You can update existing data sources to use the new connectors moving forward.
23+
24+
- [Google Ads/Adwords](connector-google-adwords.md)
25+
- [Google BigQuery](connector-google-bigquery-legacy.md)
26+
- [MariaDB](connector-mariadb.md)
27+
- [MongoDB](connector-mongodb-legacy.md)
28+
- [MySQL](connector-mysql.md)
29+
- [Salesforce (Service Cloud)](connector-salesforce-service-cloud-legacy.md)
30+
- [ServiceNow](connector-servicenow.md)
31+
- [Snowflake](connector-snowflake-legacy.md)
32+
33+
> [!NOTE]
34+
> The [MySQL](connector-mysql.md) connector is still supported, but to continue using it, you must upgrade its legacy driver version.
35+
36+
## Use the generic ODBC connector to replace deprecated connectors
37+
38+
If legacy connectors are deprecated with no updated connectors available, you can still use the generic [ODBC Connector](connector-odbc.md), which enables you to continue using these data sources with their native ODBC drivers. This can enable you to continue using them indefinitely into the future.
39+
40+
## Connectors to be deprecated on September 30, 2024
41+
42+
The following connectors are scheduled for deprecation at the end of September 2024 and have no updated replacement connectors. You should plan to migrate to alternative solutions for linked services that use these connectors before the deprecation date.
43+
44+
- [HubSpot](connector-hubspot.md)
45+
- [Vertica](connector-vertica.md)
46+
47+
## Connectors to be deprecated on November 30, 2024
48+
49+
The following connectors are scheduled for deprecation at the end of November 2024 and have no updated replacement connectors. You should plan to migrate to alternative solutions for linked services that use these connectors before the deprecation date.
50+
51+
- [Square (Preview)](connector-square.md)
52+
- [Xero (Preview)](connector-xero.md)
53+
54+
## Connectors to be deprecated on December 31, 2024
55+
56+
The following connectors are scheduled for deprecation at the end of December 2024 and have no updated replacement connectors. You should plan to migrate to alternative solutions for linked services that use these connectors before the deprecation date.
57+
58+
- [Amazon Marketplace Web Service (MWS)](connector-amazon-marketplace-web-service.md)
59+
- [Azure Database for MariaDB](connector-azure-database-for-mariadb.md)
60+
- [Concur (Preview)](connector-concur.md)
61+
- [Couchbase (Preview)](connector-couchbase.md)
62+
- [Drill](connector-drill.md)
63+
- [Hbase](connector-hbase.md)
64+
- [Hive](connector-hive.md)
65+
- [Jira](connector-jira.md)
66+
- [Magento (Preview)](connector-magento.md)
67+
- [Marketo (Preview)](connector-marketo.md)
68+
- [Oracle](connector-oracle.md)
69+
- [Oracle Eloqua (Preview)](connector-oracle-eloqua.md)
70+
- [Oracle Service Cloud (Preview)](connector-oracle-service-cloud.md)
71+
- [Paypal (Preview)](connector-paypal.md)
72+
- [Phoenix (Preview)](connector-phoenix.md)
73+
- [Presto](connector-presto.md)
74+
- [Salesforce Marketing Cloud (Preview)](connector-salesforce-marketing-cloud.md)
75+
- [Spark](connector-spark.md)
76+
- [Teradata](connector-teradata.md)
77+
- [Zoho (Preview)](connector-zoho.md)
78+
79+
## Related content
80+
81+
- [Azure Data Factory connectors overview](connector-overview.md)
82+
- [What's new in Azure Data Factory?](whats-new.md)

0 commit comments

Comments
 (0)