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: [email protected] With regards, Apache Git Services
