feluelle 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_r387691301
 
 

 ##########
 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:
   Not necessarily. I can move it to the `mysqlclient` code (so it will only be 
imported when used).

----------------------------------------------------------------
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

Reply via email to