AzureCosmosDBHook
Microsoft AzureInteracts with Azure CosmosDB.
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”}.