1 Answer
- Newest
- Most votes
- Most comments
-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
Relevant content
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a month ago
- AWS OFFICIALUpdated a month ago
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.