snippetbashTip
aws glue — CLI for AWS Glue. Define the public endpoint for the AWS Glue service. More information: <https://do
Viewed 0 times
commanddefinecliglueawsaws gluefor
Problem
How to use the
aws glue command: CLI for AWS Glue. Define the public endpoint for the AWS Glue service. More information: <https://docs.aws.amazon.com/cli/latest/reference/glue/>.Solution
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-jobsStart 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-triggersStart 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}}Code Snippets
List jobs
aws glue list-jobsStart 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-triggersStart a trigger
aws glue start-trigger --name {{trigger_name}}Context
tldr-pages: common/aws glue
Revisions (0)
No revisions yet.