Error when adding flag tinyInt1isBit=false in the MySQL JDBC url

0

An error occurred while calling o89.getDynamicFrame. The connection property 'tinyInt1isBit' only accepts values of the form: 'true', 'false', 'yes' or 'no'. The value 'false?useCursorFetch=true' is not in this set.

I got this error when adding tinyInt1isBit flag in mysql database.

Here's my connection options to connect to the database

datasource_oi = glueContext.create_dynamic_frame_from_options( 'mysql', connection_options={ "url": "jdbc:mysql://blablabla:3306/dbtable?tinyInt1isBit=false", "user":"user", "password":"password", "dbtable":"dbtable" } )

I have no idea how to fix this error. Thank you

Axel
已提问 7 个月前78 查看次数
没有答案

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容