atharv9017 opened a new issue, #45844: URL: https://github.com/apache/airflow/issues/45844
### Apache Airflow version 2.10.4 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? Several Triggers, Hooks, and Operators in the Providers directly interact with the database. This creates maintenance challenges and hinders modularity. ### What you think should happen instead? An inventory should be created listing all such cases to enable updates aligned with AIP-72. This will help streamline the update process and improve the codebase's maintainability. ### How to reproduce 1.Review the Providers' codebase. 2. ID entify Triggers, Hooks, and Operators with direct database calls. 3.Compile these cases into an inventory. ### Operating System Windows ### Versions of Apache Airflow Providers _No response_ ### Deployment Official Apache Airflow Helm Chart ### Deployment details _No response_ ### Anything else? The issue occurs consistently as the DB access pattern is embedded in the Providers. Logs and traces are not directly applicable to this task but may arise during AIP-72 updates. ### Are you willing to submit PR? - [x] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
