Skip to content

Commit 908384f

Browse files
Clare Zheng (Shanghai Wicresoft Co Ltd)Clare Zheng (Shanghai Wicresoft Co Ltd)
authored andcommitted
Add updated content
1 parent 6357b3b commit 908384f

File tree

1 file changed

+47
-1
lines changed

1 file changed

+47
-1
lines changed

articles/data-factory/connector-lifecycle-overview.md

Lines changed: 47 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,17 +72,63 @@ In addition to major and minor version updates, the service also delivers new fe
7272

7373
In addition to providing [tools](connector-upgrade-advisor.md) and [best practices](connector-upgrade-guidance.md) to help users manually upgrade their connectors, the service now also provides a more streamlined upgrade process for some cases where applicable. This is designed to help users adopt the most reliable and supported connector versions with minimal disruption.
7474

75-
The following section outlines the general that the service takes for automatic upgrades. While this provides a high-level overview, it is strongly recommended to review the documentation specific to each connector to understand which scenarios are supported and how the upgrade process applies to your workloads.
75+
The following section outlines the general approach that the service takes for automatic upgrades. While this provides a high-level overview, it is strongly recommended to review the documentation specific to each connector to understand which scenarios are supported and how the upgrade process applies to your workloads.
7676

7777
In cases where certain scenarios running on the latest GA connector version are fully backward compatible with the previous version, the service will automatically upgrade existing workloads (such as Copy, Lookup, and Script activities) to a compatibility mode that preserves the behavior of the earlier version.
7878

7979
These auto-upgraded workloads are not affected by the announced removal date of the older version, giving users additional time to evaluate and transition to the latest GA version without facing immediate failures.
8080

8181
You can identify which activities have been automatically upgraded by inspecting the activity output, where relevant upgrade information is recorded.
8282

83+
Example:
84+
85+
Copy activity output
86+
87+
```json
88+
"source": {
89+
"type": "AmazonS3",
90+
"autoUpgrade": "true",
91+
"compatibleWithVersion": "1.0"
92+
}
93+
94+
"sink": {
95+
"type": "AmazonS3",
96+
"autoUpgrade": "true",
97+
"compatibleWithVersion": "1.0"
98+
}
99+
```
100+
101+
Lookup activity output
102+
103+
```json
104+
"source": {
105+
"type": "AmazonS3",
106+
"autoUpgrade": "true",
107+
"compatibleWithVersion": "1.0"
108+
}
109+
```
110+
111+
112+
Script activity output
113+
114+
```json
115+
"source": {
116+
"type": "AmazonS3",
117+
"autoUpgrade": "true",
118+
"compatibleWithVersion": "1.0"
119+
}
120+
```
121+
83122
> [!NOTE]
84123
> While compatibility mode offers flexibility, we strongly encourage users to upgrade to the latest GA version as soon as possible to benefit from ongoing improvements, optimizations, and full support.
85124
125+
You can find more details from the table below on the connector list that is planned for the automatic upgrade.
126+
127+
| Connector | Scenario |
128+
|------------------|----------|
129+
| Google BigQuery | Scenario that does not rely on below capability in Google BigQuery V1:<br><br> • Use `trustedCertsPath`, `additionalProjects`, `requestgoogledrivescope` connection properties.<br> • Set `useSystemTrustStore` connection property as `false`.<br> • Use **STRUCT** and **ARRAY** data types. |
130+
| Teradata | Scenario that does not rely on below capability in Teradata (version 1.0):<br><br> • Set below value for **CharacterSet**:<br>&nbsp;&nbsp;- BIG5 (TCHBIG5_1R0)<br>&nbsp;&nbsp;- EUC (Unix compatible, KANJIEC_0U)<br>&nbsp;&nbsp;- GB (SCHGB2312_1T0)<br>&nbsp;&nbsp;- IBM Mainframe (KANJIEBCDIC5035_0I)<br>&nbsp;&nbsp;- NetworkKorean (HANGULKSC5601_2R4)<br>&nbsp;&nbsp;- Shift-JIS (Windows, DOS compatible, KANJISJIS_0S)|
131+
86132
## Related content
87133

88134
- [Connector overview](connector-overview.md)

0 commit comments

Comments
 (0)