mik-laj commented on a change in pull request #6576: [AIRFLOW-5922] Add option to specify the mysql client library used in MySqlHook URL: https://github.com/apache/airflow/pull/6576#discussion_r386484225
########## File path: airflow/providers/mysql/hooks/mysql.py ########## @@ -16,10 +16,13 @@ # specific language governing permissions and limitations # under the License. +""" +This module allows to connect to a MySQL database. +""" + import json import MySQLdb Review comment: Do we need this import here? Maybe we can load this library only in specific cases? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services