You can translate the question and the replies:

AWS GLUE connection

Getting the error: IllegalArgumentException: requirement failed: The driver could not open a JDBC connection. Check the URL: jdbc:denodo://<hostname>:<portname>/<dbname> when trying to conect from AWS Glue using this script: db_username = "<MY_USERNAME>" db_password = "..." db_url = "jdbc:denodo://<hostname>:<portname>/<dbname>" table_name = "<my_table_name>" jdbc_driver_name = "com.denodo.vdp.jdbc.Driver" df = glueContext.read.format("jdbc").option("driver", jdbc_driver_name).option("url", db_url).option("dbtable", table_name).option("user", db_username).option("password", db_password).load() Pls advise
user
20-05-2023 18:08:35 -0400
code

2 Answers

Hi, I’ve found a similar question about the AWS GLUE connection.[ Denodo to AWS](https://community.denodo.com/answers/question/details?questionId=9064u000000L8KWAA0&title=Denodo+to+AWS). I’d recommend you to check if it answers this question. Hope this helps!
Denodo Team
24-05-2023 04:28:14 -0400
code
I got connected by adding Glue Data Connection with proper VPC and Security Group where Denodo resides
user
25-05-2023 08:36:56 -0400
You must sign in to add an answer. If you do not have an account, you can register here