Can’t add new big query connection to Glue

0

When I try and add a new BigQuery connection as a sink for glue I am getting the following error:

InvalidInputException: jdbcEnforceSsl: is not defined in the schema and the schema does not allow additional properties

Am I’m doing something wrong ?

I added by credentials file in base 64 form as per the instructions

Josh
asked 2 months ago152 views
1 Answer
0

Hello.

You can first try creating a Glue Connection to Google BigTable. To do this, you must create and export service credentials and encode them in base64. Then use this connection object to send the data.

You can find a step-by-step guide here: BigQuery connections

profile picture
answered 2 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions