Amitkumar293 opened a new pull request, #67532: URL: https://github.com/apache/airflow/pull/67532
## Description This PR adds a new provider for IBM Db2 database support in Apache Airflow. **What**: New Db2 provider package with Hook and Operator **Why**: Enable Airflow users to connect to and execute queries against IBM Db2 databases ## Changes - `Db2Hook`: Extends `DbApiHook` for IBM Db2 connectivity with SSL support - `Db2Operator`: SQL execution operator with parameter binding and autocommit - Comprehensive unit tests (Tests covering all functionality) - Documentation and example DAGs - Provider metadata and configuration ## Testing - ✅ All unit tests passing - ✅ Ruff linting and formatting checks passed - ✅ Follows Airflow coding standards -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
