CloudantHook

Cloudant

Interact with Cloudant. This class is a thin wrapper around the cloudant python library.

View on GitHub

Last Updated: Oct. 26, 2022

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.

Was this page helpful?