Skip to content

Commit 61ca21e

Browse files
authored
Merge pull request #178584 from SnehaGunda/alwaysencrypted
Triggers Python import module statement
2 parents 61c351a + 2e3e40e commit 61ca21e

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

articles/cosmos-db/cosmosdb-migrationchoices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ A summary of migration pathways from your current solution to Azure Cosmos DB AP
7070
|Online|[Azure Database Migration Service](../dms/tutorial-mongodb-cosmos-db-online.md)| MongoDB|Azure Cosmos DB API for MongoDB |&bull; Makes use of the Azure Cosmos DB bulk executor library. <br/>&bull; Suitable for large datasets and takes care of replicating live changes. <br/>&bull; Works only with other MongoDB sources.|
7171
|Offline|[Azure Database Migration Service](../dms/tutorial-mongodb-cosmos-db-online.md)| MongoDB| Azure Cosmos DB API for MongoDB| &bull; Makes use of the Azure Cosmos DB bulk executor library. <br/>&bull; Suitable for large datasets and takes care of replicating live changes. <br/>&bull; Works only with other MongoDB sources.|
7272
|Offline|[Azure Data Factory](../data-factory/connector-azure-cosmos-db-mongodb-api.md)| &bull;JSON/CSV Files<br/>&bull;Azure Cosmos DB SQL API<br/>&bull;Azure Cosmos DB API for MongoDB <br/>&bull;MongoDB<br/>&bull;SQL Server<br/>&bull;Table Storage<br/>&bull;Azure Blob Storage <br/><br/> See the [Azure Data Factory](../data-factory/connector-overview.md) article for other supported sources. | &bull;Azure Cosmos DB SQL API<br/>&bull;Azure Cosmos DB API for MongoDB <br/>&bull; JSON files <br/><br/> See the [Azure Data Factory](../data-factory/connector-overview.md) article for other supported targets.| &bull; Easy to set up and supports multiple sources. <br/>&bull; Makes use of the Azure Cosmos DB bulk executor library. <br/>&bull; Suitable for large datasets. <br/>&bull; Lack of checkpointing means that any issue during the course of migration would require a restart of the whole migration process.<br/>&bull; Lack of a dead letter queue would mean that a few erroneous files could stop the entire migration process. <br/>&bull; Needs custom code to increase read throughput for certain data sources.|
73-
|Offline|Existing Mongo Tools ([mongodump](mongodb/tutorial-mongotools-cosmos-db.md#mongodumpmongorestore), [mongorestore](mongodb/tutorial-mongotools-cosmos-db.md#mongodumpmongorestore), [Studio3T](mongodb/connect-using-mongochef.md))]|MongoDB | Azure Cosmos DB API for MongoDB| &bull; Easy to set up and integration. <br/>&bull; Needs custom handling for throttles.|
73+
|Offline|Existing Mongo Tools ([mongodump](mongodb/tutorial-mongotools-cosmos-db.md#mongodumpmongorestore), [mongorestore](mongodb/tutorial-mongotools-cosmos-db.md#mongodumpmongorestore), [Studio3T](mongodb/connect-using-mongochef.md))|MongoDB | Azure Cosmos DB API for MongoDB| &bull; Easy to set up and integration. <br/>&bull; Needs custom handling for throttles.|
7474

7575
## Azure Cosmos DB Cassandra API
7676

articles/cosmos-db/restore-account-continuous-backup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to identify the restore time and restore a live or delete
44
author: kanshiG
55
ms.service: cosmos-db
66
ms.topic: how-to
7-
ms.date: 11/02/2021
7+
ms.date: 11/03/2021
88
ms.author: govindk
99
ms.reviewer: sngun
1010
ms.custom: devx-track-azurepowershell

articles/cosmos-db/sql/how-to-use-stored-procedures-triggers-udfs.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: timsander1
55
ms.service: cosmos-db
66
ms.subservice: cosmosdb-sql
77
ms.topic: how-to
8-
ms.date: 06/16/2020
8+
ms.date: 11/03/2021
99
ms.author: tisande
1010
ms.custom: devx-track-python, devx-track-js, devx-track-csharp
1111
---
@@ -372,6 +372,7 @@ The following code shows how to register a pre-trigger using the Python SDK:
372372

373373
```python
374374
import azure.cosmos.cosmos_client as cosmos_client
375+
from azure.cosmos import documents
375376

376377
url = "your_cosmos_db_account_URI"
377378
key = "your_cosmos_db_account_key"
@@ -527,6 +528,7 @@ The following code shows how to register a post-trigger using the Python SDK:
527528

528529
```python
529530
import azure.cosmos.cosmos_client as cosmos_client
531+
from azure.cosmos import documents
530532

531533
url = "your_cosmos_db_account_URI"
532534
key = "your_cosmos_db_account_key"

articles/cosmos-db/table/dotnet-standard-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: cosmos-db
77
ms.subservice: cosmosdb-table
88
ms.devlang: dotnet
99
ms.topic: reference
10-
ms.date: 03/18/2019
10+
ms.date: 11/03/2021
1111
ms.custom: devx-track-dotnet
1212

1313
---

articles/cosmos-db/table/table-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how Azure Cosmos DB Table API and Azure Storage Tables work t
44
ms.service: cosmos-db
55
ms.subservice: cosmosdb-table
66
ms.topic: how-to
7-
ms.date: 08/25/2021
7+
ms.date: 11/03/2021
88
author: sakash279
99
ms.author: akshanka
1010
ms.reviewer: sngun

0 commit comments

Comments
 (0)