Skip to content

Commit 5526a26

Browse files
authored
Merge pull request #287591 from Clare-Zheng82/0930-Update_deprecation_doc_add_section
[Doc update] Add How to section to connector deprecation doc
2 parents 32a44ce + 6261a88 commit 5526a26

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

articles/data-factory/connector-deprecation-plan.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,18 @@ The following connector was deprecated.
100100
If legacy connectors are deprecated with no updated connectors available, you can still use the
101101
[ODBC Connector](connector-odbc.md) which enables you to continue using these data sources with their native ODBC drivers, or other alternatives. This can enable you to continue using them indefinitely into the future.
102102

103+
## How to find your impacted objects in your data factory
104+
105+
Here's the steps to get your objects which still rely on the deprecated connectors or connectors that have a precise end of support date. It is recommended to take action to upgrade those object to the new connector version before the end of the support date.
106+
107+
1. Open your Azure Data Factory.
108+
2. Go to Manage – Linked services page.
109+
3. You should see the Linked Service that is still on legacy version with alert behind it.
110+
4. Click on the number under the 'Related' column will show you the related objects that utilize this particular Linked service.
111+
5. To learn more about the upgrade guidance and the comparison between the legacy and the new version, you can navigate to the connector upgrade section within each connector page.
112+
113+
:::image type="content" source="media/connector-deprecation-plan/linked-services-page.png" alt-text="Screenshot of the linked services page." lightbox="media/connector-deprecation-plan/linked-services-page.png":::
114+
103115
## Related content
104116

105117
- [Azure Data Factory connectors overview](connector-overview.md)

articles/data-factory/connector-salesforce.md

Lines changed: 2 additions & 2 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: 08/21/2024
10+
ms.date: 09/30/2024
1111
---
1212

1313
# Copy data from and to Salesforce using Azure Data Factory or Azure Synapse Analytics
@@ -375,7 +375,7 @@ Here are steps that help you upgrade your linked service and related queries:
375375

376376
1. Configure the connected apps in Salesforce portal by referring to [Prerequisites](connector-salesforce.md#prerequisites).
377377

378-
1. Create a new Salesforce linked service and configure it by referring to [Linked service properties](connector-salesforce.md#linked-service-properties). You also need to manually update existing datasets that rely on the old linked service, editing each dataset to use the new linked service instead. Pipeline activities that reference the updated datasets automatically use the updated linked service reference.
378+
1. Create a new Salesforce linked service and configure it by referring to [Linked service properties](connector-salesforce.md#linked-service-properties). You also need to manually update existing datasets that rely on the old linked service, editing each dataset to use the new linked service instead.
379379

380380
1. If you use SQL query in the copy activity source or the lookup activity that refers to the legacy linked service, you need to convert them to the SOQL query. Learn more about SOQL query from [Salesforce as a source type](connector-salesforce.md#salesforce-as-a-source-type) and [Salesforce Object Query Language (SOQL)](https://developer.salesforce.com/docs/atlas.en-us.soql_sosl.meta/soql_sosl/sforce_api_calls_soql.htm).
381381

168 KB
Loading

0 commit comments

Comments
 (0)