logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

AWS Glue CLI - Manage ETL Jobs and Workflows | Online Free DevTools by Hexmos

Manage ETL jobs and workflows with AWS Glue CLI. Define public endpoints, list jobs, and start workflows with ease. Free online tool, no registration required.

aws-glue

CLI for AWS Glue. Define the public endpoint for the AWS Glue service. More information: https://docs.aws.amazon.com/cli/latest/reference/glue/.

  • List jobs:

aws glue list-jobs

  • Start a job:

aws glue start-job-run --job-name {{job_name}}

  • Start running a workflow:

aws glue start-workflow-run --name {{workflow_name}}

  • List triggers:

aws glue list-triggers

  • Start a trigger:

aws glue start-trigger --name {{trigger_name}}

  • Create a dev endpoint:

aws glue create-dev-endpoint --endpoint-name {{name}} --role-arn {{role_arn_used_by_endpoint}}

See Also