Reputation: 97
I am trying to use AWS Glue.
My data source is in RDS(AWS Aurora) and the destination is s3.
My RDS database has many tables and I would like to sync all of them toward s3.
In the data source settings, there is an input for table name but I can specify only one table name here. Can I specify multiple tables to be synced here? or, can I specify only one table per one AWS-Glue job?
Upvotes: 4
Views: 1218
Reputation: 421
No, you can use multiple tables in a job. Would something like that fit to Your usecase?:
The red exclamation marks are there, because I did not specified the connection actually. The target bucket can be the same. I saw, that You can not add two JDBC connections to one bucket node, something like this:
Upvotes: 1