AzureCosmosDBHook

Microsoft Azure

Interacts with Azure CosmosDB.

View on GitHub

Last Updated: Oct. 28, 2022

Access Instructions

Install the Microsoft Azure provider package into your Airflow environment.

Import the module into your DAG file and instantiate it with your desired params.

Parameters

azure_cosmos_conn_idReference to the Azure CosmosDB connection.

Documentation

Interacts with Azure CosmosDB.

login should be the endpoint uri, password should be the master key optionally, you can use the following extras to default these values {“database_name”: “<DATABASE_NAME>”, “collection_name”: “COLLECTION_NAME”}.

Was this page helpful?