--- id: apache-airflow-providers-cloudant version: "4.3.5" license: Apache-2.0 license_treatment: permissive maintenance: active --- # apache-airflow-providers-cloudant — Provider package apache-airflow-providers-cloudant for Apache Airflow License: permissive · Maintenance: active · Downloads: 231.7K/mo ## What it is and what it does This is an Apache Airflow provider package that adds Cloudant database integration to Airflow workflows. It wraps the ibmcloudant client library and exposes Airflow operators and hooks to read from and write to IBM Cloudant databases as part of data pipeline orchestration. The package is maintained by the Apache Airflow project and follows its provider plugin architecture. You install it on top of an existing Airflow deployment to gain the ability to define Cloudant operations as Airflow tasks. It supports Python 3.10 through 3.14 and requires Airflow >=2.11.0. The package has been in active development since 2020 and is marked production-stable. Use it for: - Extract data from Cloudant databases as part of an Airflow ETL pipeline. - Load transformed data into Cloudant as a sink in a multi-stage Airflow workflow. - Monitor and schedule regular synchronization jobs between Cloudant and other data systems. - Orchestrate data validation and quality checks on Cloudant documents within Airflow DAGs. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides Apache Airflow operators and hooks to integrate IBM Cloudant databases into data pipelines, enabling read and write operations within Airflow workflows. Yes, if you use Apache Airflow and need to integrate IBM Cloudant databases into your workflows. The package is actively maintained, has no known vulnerabilities, carries a permissive license, and installs with low friction. It is production-stable and part of the official Airflow ecosystem. ## Install pip install apache-airflow-providers-cloudant uv add apache-airflow-providers-cloudant poetry add apache-airflow-providers-cloudant ## Installing apache-airflow-providers-cloudant Before you install: Low install friction with a pure-Python wheel. Actively maintained with a recent release; requires Apache Airflow >=2.11.0 and ibmcloudant >=0.10.0 as runtime dependencies. License in practice: Apache-2.0 permissive license allows use in commercial and proprietary projects with minimal restrictions. Quickstart: pip install apache-airflow-providers-cloudant from airflow.providers.cloudant.operators import CloudantOperator from airflow import DAG with DAG('cloudant_example') as dag: task = CloudantOperator(task_id='read_cloudant') Requires Apache Airflow >=2.11.0 and Python >=3.10 to be installed first. Verify before relying: - Whether the package includes hooks for custom Cloudant operations beyond built-in operators. - Specific Cloudant API versions or features supported by ibmcloudant >=0.10.0. - Whether authentication methods (API keys, service credentials) are documented in the provider. ## Package facts - License: Apache-2.0 (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 231.7K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags airflow cloudant provider, airflow ibm cloudant integration, cloudant operators airflow, airflow database connector cloudant, airflow ibm cloud integration, airflow-provider, cloudant-integration, data-orchestration [View on SkillFed](https://skillfed.io/packages/apache-airflow-providers-cloudant) · [View on PyPI](https://pypi.org/project/apache-airflow-providers-cloudant/)