Skip to content

Commit e28362b

Browse files
Qingyu Zheng (Shanghai Wicresoft Co Ltd)Qingyu Zheng (Shanghai Wicresoft Co Ltd)
authored andcommitted
Update details
1 parent e7b4ef5 commit e28362b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/data-factory/connector-mongodb.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ Here are steps that help you upgrade your linked service and related queries:
262262
|:--- |:--- |
263263
| *Query pattern*||
264264
| SQL multiple joins queries |MongoDB aggregate queries with multiple `$lookup`|
265-
| `SELECT FROM` | Use `find` with projection <br>e.g.: `db.users.find({}, { name: 1, email: 1 })` |
265+
| `SELECT FROM` | `find` with projection <br>e.g. `db.users.find({}, { name: 1, email: 1 })` |
266266
| `SELECT FROM JOIN` |`$lookup` (aggregation) |
267267
| `EMPTY` | `db.table.find({})`|
268268
| `SELECT * FROM` |`db.table.find({})` |
@@ -274,7 +274,7 @@ Here are steps that help you upgrade your linked service and related queries:
274274

275275
Here are some query examples that help you transfer from SQL queries to MongoDB queries.
276276

277-
| SQL Query | Equivalent MongoDB query |
277+
| SQL query | Equivalent MongoDB query |
278278
|:--- |:--- |
279279
| `SELECT * FROM users` | `db.users.find({})` |
280280
| `SELECT username, age FROM users` |`db.users.find({}, {username: 1, age: 1})` |

articles/data-factory/connector-troubleshoot-mongodb.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Troubleshoot the mongodb connector
2+
title: Troubleshoot the MongoDB connector
33
titleSuffix: Azure Data Factory & Azure Synapse
4-
description: Learn how to troubleshoot issues with the mongodb connector in Azure Data Factory and Azure Synapse Analytics.
4+
description: Learn how to troubleshoot issues with the MongoDB connector in Azure Data Factory and Azure Synapse Analytics.
55
author: jianleishen
66
ms.service: data-factory
77
ms.subservice: data-movement

0 commit comments

Comments
 (0)