AWSBig Data Blog - Develop and test AWS Glue version 3.0 and 4.0 jobs locally using a Docker container introduced a method using AWS maintained glue container to perform local development, unit testing, and interactive jupyter notebook on local laptop or in CI environment. I personally use this to accelerate AWS Glue ETL development, improve development experience and ETL logic visibility, and bring the quality of ETL code to the next level by adding lots of unit test and integration test.
aws_glue_container_launcher is a zero-dependency, pure python library that can easily create shell script to perform tasks introduced in the AWS blog. This project is the core building block in my personal AWS Glue ETL project CI/CD best practice that is used to delivery high-quality ETL pipeline for my clients.
Glue is what keeps shapes and connectors attached to each other. When glue is turned on, you can move shapes and keep the connectors attached. When glue is turned off, you can move shapes and the connectors are unattached.
Select the end of the connector that is unglued and drag it over to the shape or shape's connection point that you want to glue it to. The shape's outline or a connection point is highlighted in green.
3a8082e126