Skip to main content
The Paradime SDK provides CLI commands to interact with AWS Glue, allowing you to trigger workflows and ETL jobs and list their status with real-time monitoring capabilities.
🔑 AWS Credentials RequiredAWS credentials are read from environment variables or the AWS credential chain:
  • AWS_ACCESS_KEY_ID
  • AWS_SECRET_ACCESS_KEY
  • AWS_SESSION_TOKEN (optional, for temporary credentials)
  • AWS_REGION
You can also pass credentials explicitly with the --aws-access-key-id, --aws-secret-access-key, --aws-session-token, and --aws-region flags.

Trigger Workflows

Trigger one or more AWS Glue workflows.
Options

Trigger Jobs

Trigger one or more AWS Glue jobs (ETL jobs).
Options

List Workflows

List all AWS Glue workflows with their status.
Options

List Jobs

List all AWS Glue jobs (ETL jobs) with their status.
Options

Examples