Skip to main content

A command line tool to help deploy AWS Glue Jobs at ease :)

Project description

glueetl

A command line tool to help deploy AWS Glue Jobs at ease :)

Install

pip install glueetl

Initialize a Glue job

mkdir sample
cd sample
glueetl init
.
├── README.md
├── config.yaml
└── script.py

Please change default values in file config.yaml and write your job logic in file script.py.

Deploy a Glue job

cd sample
glueetl deploy

Run a Glue job

cd sample
glueetl run --arg1=value1 --arg2=value2

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

glueetl-0.0.2.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

glueetl-0.0.2-py3-none-any.whl (4.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page