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
feita há 7 meses78 visualizações
Sem respostas

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas