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_r387850309
 
 

 ##########
 File path: setup.py
 ##########
 @@ -286,6 +286,7 @@ def write_version(filename: str = 
os.path.join(*[dirname(__file__), "airflow", "
     'pymssql~=2.1.1',
 ]
 mysql = [
+    'mysql-connector-python==8.0.18',
 
 Review comment:
   ```suggestion
       'mysql-connector-python>=8.0.5,mysql-connector-python<8.0.19',
   ```
   
   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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to