Azure Cosmos DB

Cosmos 資料庫 (DB) 是一個全球分散式、低延遲、多模型的資料庫,用於大規模管理資料。它是由 Microsoft Azure 提供的雲端 NoSQL 資料庫,作為 PaaS(平台即服務)。它是一個高度可用、高吞吐量、可靠的資料庫,通常被稱為無伺服器資料庫。Cosmos 資料庫包含 Azure Document DB,並且隨處可用。

Azure Cosmos 文件感測器

檢查 CosmosDB 中是否存在符合給定查詢的文件。 AzureCosmosDocumentSensor

tests/system/microsoft/azure/example_azure_cosmosdb.py[原始碼]

t1 = AzureCosmosDocumentSensor(
    task_id="check_cosmos_file",
    collection_name="airflow_example_coll",
    document_id="airflow_checkid",
    database_name="database_name",
)

此條目是否有幫助?