π Create Your First Python Shell Job in AWS Glue π
In this step-by-step tutorial, learn how to create your very first Python Shell job in AWS Glue! Python Shell jobs are a powerful feature of AWS Glue that allow you to run lightweight Python scripts for tasks like data preprocessing, data validation, and custom ETL logic.
code
===============
from datetime import datetime
now = datetime.now()
formatted_date_time = int(now.strftime("%Y%m%d%H%M%S"))
print(f"current timestamp = {formatted_date_time}")
Download
0 formats
No download links available.
AWS GLUE TRAINING : Create your first python shell job in AWS GLUE | NatokHD