Azure Cosmos DB¶
Cosmos 数据库 (DB) 是一个全球分布式、低延迟、多模型数据库,用于管理大规模数据。它是一个基于云的 NoSQL 数据库,由 Microsoft Azure 提供,作为 PaaS(平台即服务)。它是一个高可用性、高吞吐量、可靠的数据库,通常被称为无服务器数据库。Cosmos 数据库包含 Azure Document DB,并且随处可用。
Azure Cosmos Document 传感器¶
检查 CosmosDB 中是否存在与给定查询相匹配的文档。 AzureCosmosDocumentSensor
t1 = AzureCosmosDocumentSensor(
task_id="check_cosmos_file",
collection_name="airflow_example_coll",
document_id="airflow_checkid",
database_name="database_name",
)