airflow.contrib.hooks.cloudant_hook
¶
Module Contents¶
-
class
airflow.contrib.hooks.cloudant_hook.
CloudantHook
(cloudant_conn_id='cloudant_default')[source]¶ Bases:
airflow.hooks.base_hook.BaseHook
Interact with Cloudant.
This class is a thin wrapper around the cloudant python library. See the documentation here.
-
db
(self)[source]¶ Returns the Database object for this hook.
See the documentation for cloudant-python here https://github.com/cloudant-labs/cloudant-python.
-