AWS Glue - multiple RDS tables in one job

755 Views Asked by At

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?
enter image description here


my job flow:
my job flow

1

There are 1 best solutions below

3
On

No, you can use multiple tables in a job. Would something like that fit to Your usecase?: Glue two connections

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: Not working connection