Supporting Glue testing data connection for MongoDB

1

When I test Glue data connection in the new console, I can test the connection for JDBC connection type, but when I want to test the connection with MongoDB type, the Test connection button is disabled. So can you tell about the support of Glue data connection testing of MongoDB connection type up to now or for the time ahead? Or is there any mistakes in my connection setting so I can't test it? Thanks in advance.

gefragt vor einem Jahr566 Aufrufe
1 Antwort
-1

You can create a connection for MongoDB and then use that connection in your AWS Glue job. The connection url, username and password are stored in the MongoDB connection. Other options can be specified in your ETL job script using the additionalOptions parameter of glueContext.getCatalogSource. Reference : https://docs.aws.amazon.com/glue/latest/dg/integrate-with-mongo-db.html

profile pictureAWS
EXPERTE
beantwortet vor einem Jahr
  • Thanks for your answer. I can create the connection with MongoDB but when I want to test the connection, the Test connection is dimmed and I can't click on it to test my connection. When I test the other types of connection such as JDBC, it works. So I wonder whether AWS support testing with MongoDB data connection type or not.

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen