
CloudantHook
CloudantInteract with Cloudant. This class is a thin wrapper around the cloudant python library.
Access Instructions
Install the Cloudant provider package into your Airflow environment.
Import the module into your DAG file and instantiate it with your desired params.
Parameters
cloudant_conn_idThe connection id to authenticate and get a session object from cloudant.
Documentation
Interact with Cloudant. This class is a thin wrapper around the cloudant python library.
See also
the latest documentation here.