moiseenkov commented on PR #30067: URL: https://github.com/apache/airflow/pull/30067#issuecomment-1491700668
Hi everyone, Speaking about disabling `mysql-connector-python`, I found that the current `MySqlHook` implementation allows users to choose which library to use in an Airflow connection: `mysql-connector-python` or `mysqlclient` (default). What is the reason for it? I'm wondering, because after removing the `mysql-connector-python` this feature will be no longer needed and can be removed as well. However, new libraries might appear in the future, and we will probably need it back then, so in this case it would be nice to save it for future use even if there will be only one option available. WDYT? -- 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]
