This post demonstrates how to perform ETL operations using a JDBC connection in AWS Glue. It includes steps to load CSV data from an S3 bucket to an on-premises PostgreSQL database and to transform the data from the PostgreSQL database to Parquet format.
Table of contents
Perform ETL in AWS Glue using the JDBC connectionPart 1: An AWS Glue ETL job loads CSV data from an S3 bucket to an on-premises PostgreSQL databasePart 2: An AWS Glue ETL job transforms the data from an on-premises PostgreSQL database to Parquet formatSort: