Skip to content

Commit 54c470c

Browse files
committed
Update upgrade and release stage
1 parent 369fcac commit 54c470c

1 file changed

Lines changed: 3 additions & 12 deletions

File tree

articles/data-factory/connector-mongodb.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: jianleishen
66
ms.author: jianleishen
77
ms.subservice: data-movement
88
ms.topic: conceptual
9-
ms.date: 11/24/2025
9+
ms.date: 01/26/2026
1010
ms.custom:
1111
- synapse
1212
- sfi-image-nochange
@@ -275,21 +275,12 @@ The following table shows the release stage and change logs for different versio
275275

276276
| Version | Release stage | Change log |
277277
| :------- | :---------------------- |:---------- |
278-
| MongoDB (legacy) | End of support | / |
278+
| MongoDB (legacy) | Removed | Not applicable. |
279279
| MongoDB | GA version available | • Support the equivalent MongoDB queries only. <br><br>• Double is read as String data type. |
280280

281281
### Upgrade the MongoDB linked service
282282

283-
Here are steps that help you upgrade your linked service and related queries:
284-
285-
1. Create a new MongoDB linked service and configure it by referring to [Linked service properties](#linked-service-properties).
286-
1. If you use SQL queries in your pipelines that refer to the old MongoDB linked service, replace them with the equivalent MongoDB queries. See the following table for the replacement examples:
287-
288-
| SQL query | Equivalent MongoDB query |
289-
|:--- |:--- |
290-
| `SELECT * FROM users` | `db.users.find({})` |
291-
| `SELECT username, age FROM users` |`db.users.find({}, {username: 1, age: 1})` |
292-
283+
Create a new MongoDB linked service and configure it by referring to [Linked service properties](#linked-service-properties).
293284

294285
## Related content
295286
For a list of data stores supported as sources and sinks by the copy activity, see [supported data stores](copy-activity-overview.md#supported-data-stores-and-formats).

0 commit comments

Comments
 (0)