AWS Glue – o109.pyWriteDynamicFrame. ERROR: relation “xyz” already exists
I have a really simple aws glue visual etl which reads data from a file on an s3 bucket, and then copies it into an aws rds postgresql db.
The script for that:
aws glue “split dataset by fields” function
im trying to split data from a csv and import it in two different tables in postgresql.
Does AWS support a way to export your Amazon DynamoDB and send it to AWS Glue to do some ETL jobs?
I want to do a daily task where I export my DynamoDB table so that so some ETL jobs in AWS Glue can be run. Essentially, at a certain time (eg. at midnight) I would run the export which AWS Glue would use to do some ETL and it would finally land in a S3 bucket.