You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/11/14 16:49:57 UTC

[GitHub] [airflow] feluelle commented on issue #6575: [AIRFLOW-5921] Add bulk_load_custom to MySqlHook

feluelle commented on issue #6575: [AIRFLOW-5921] Add bulk_load_custom to MySqlHook
URL: https://github.com/apache/airflow/pull/6575#issuecomment-553976344
 
 
   > @feluelle to my understanding bulk load is default to not be supported since MySQL 8 due to security reasons
   
   That's true it is not enabled by default. But you can enable this by setting `local_infile` (for mysqlclient) or `allow_local_infile` (for mysql-connector-python) in your connection.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services