aws AWS Big Data Blog ·

AWS Glue 6.0 Simplifies ETL with Spark Declarative Pipelines

blogdataawsgaengineer
patch

AWS Glue 6.0 introduces Spark Declarative Pipelines (SDP), enabling data teams to define ETL workflows by declaring dataset contents rather than manually orchestrating jobs. This new capability, powered by Apache Spark 4.1, automates dependency resolution, checkpoint management, and execution order within a single Glue job. It significantly reduces boilerplate code, removing the need for external orchestrators for internal pipeline coordination. Data engineers can now build medallion architectures with less manual effort, with the feature now generally available.

Maintenance (1)
  • Build the pipeline files (the spark-pipeline.ymlspecification plus the three transformation files)
Read the original announcement →

https://aws.amazon.com/blogs/big-data/build-declarative-etl-pipelines-with-aws-glue-6-0/

Related releases