1 Answer
- Newest
- Most votes
- Most comments
0
AWS Glue studio has the following three options for target properties. It can write to,
- S3
- AWS Glue Data Catalog
- A connector
In this case, you might want to catalog the target database in the Glue data catalog before trying to read it from the data target properties. This means crawling the target database, and storing the metadata in Glue's data catalog, by which way we can map this information to the AWS RDS MySQL target.
answered 3 years ago
Relevant content
- asked a year ago
- How can I use a Lambda function to automatically start an AWS Glue job when a crawler run completes?AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 months ago
In the Legacy Jobs I was able to select 'create tables in your data target' and pick my data store, connection and database name, shown here: https://www.sqlshack.com/how-to-connect-aws-rds-sql-server-with-aws-glue/
Can you explain how this be accomplished using new Jobs module with the Visual option, especially for the case when the target db is new and it doesnt have any tables.