---
title: "Perform ETL in AWS Glue using the JDBC connection"
url: https://daily.dev/posts/perform-etl-in-aws-glue-using-the-jdbc-connection-ohyzjvtcw
source_url: https://awstip.com/perform-etl-in-aws-glue-using-the-jdbc-connection-e2dca7e09480
type: article
source: "AWS Tip"
published: 2024-02-15T18:33:33.476Z
updated: 2024-05-09T08:07:00.500Z
tags: ["aws", "java", "postgresql", "aws-s3", "spark", "etl", "aws-iam"]
reading_time: 5
upvotes: 2
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Perform ETL in AWS Glue using the JDBC connection

**[AWS Tip](https://daily.dev/sources/awstip)** · 5 min read · 2 upvotes · 0 comments

## Summary

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.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://awstip.com/perform-etl-in-aws-glue-using-the-jdbc-connection-e2dca7e09480>

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#aws](https://daily.dev/tags/aws), [#java](https://daily.dev/tags/java), [#postgresql](https://daily.dev/tags/postgresql), [#aws-s3](https://daily.dev/tags/aws-s3), [#spark](https://daily.dev/tags/spark), [#etl](https://daily.dev/tags/etl), [#aws-iam](https://daily.dev/tags/aws-iam)

[View this post on daily.dev](https://daily.dev/posts/perform-etl-in-aws-glue-using-the-jdbc-connection-ohyzjvtcw)
