Hi Airflow community, I’d like to propose adding a new community provider for IBM Db2. Integration overview
IBM Db2 is an enterprise-grade relational database management system widely used across enterprise data architectures. Adding an official IBM Db2 provider to Apache Airflow will allow users to manage Db2 connections, execute SQL queries, run ETL/ELT pipelines, and handle workflow orchestration seamlessly using dedicated hooks. The provider exposes a Db2Hook that extends DbApiHook via the ibm-db client library, enabling full compatibility with SQLExecuteQueryOperator. System tests System tests will validate integration against a live IBM Db2 instance. We plan to configure continuous integration tests using containerized Db2 instances to validate core connectivity and query execution, with plans to make test results available in alignment with Airflow system test guidelines. Proposed stewards - *Amit Kumar*, GitHub: @Amitkumar293 <https://github.com/Amitkumar293>, Email: [email protected] - Shubham kapoor GitHub: @ShubhamKapoor992 <https://github.com/ShubhamKapoor992>, Email:[email protected] <[email protected]> Sponsoring committer(s) - David Blain <https://github.com/dabla> Working implementation - Link to draft PR / repository: #67532 <https://github.com/apache/airflow/pull/67532> Incubation commitment We commit to: - Maintaining the provider and responding to issues within a reasonable time - Meeting the incubation health metrics within 6 months - Participating in quarterly governance updates Thanks & Regards Amit kumar Parmar
