hatched-DavidMichon commented on issue #43690: URL: https://github.com/apache/airflow/issues/43690#issuecomment-2538776099
I was able to reproduce this issue and narrow it down. I am using aurora mysql 8.0.39. While testing directly on the database with a unix mysql client I can run the prepare statement query without any issue. But when I am doing the same via python, using PyMySQL, it errors out. Per this open issue https://github.com/PyMySQL/PyMySQL/issues/202, prepared statement are not supported on PyMySQL. Does anyone else has this migration issue using PyMySQL? -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
