
GetJobRun
CertifiedGet Glue job run status
GetJobRun
Certified
Get Glue job run status
yaml
type: io.kestra.plugin.aws.glue.GetJobRunExamples
yaml
id: check_glue_job
namespace: company.team
tasks:
- id: get_job_status
type: io.kestra.plugin.aws.glue.GetJobRun
region: "{{ secret('AWS_REGION') }}"
accessKeyId: "{{ secret('AWS_ACCESS_KEY_ID') }}"
secretKeyId: "{{ secret('AWS_SECRET_KEY_ID') }}"
jobName: sample-data-flight-etl
runId: "{{ outputs.start_job.jobRunId }}"
yaml
id: check_latest_glue_job
namespace: company.team
tasks:
- id: get_latest_job_status
type: io.kestra.plugin.aws.glue.GetJobRun
region: "{{ secret('AWS_REGION') }}"
accessKeyId: "{{ secret('AWS_ACCESS_KEY_ID') }}"
secretKeyId: "{{ secret('AWS_SECRET_KEY_ID') }}"
jobName: sample-data-flight-etl
Properties
jobName *Requiredstring
accessKeyId string
compatibilityMode booleanstring
endpointOverride string
forcePathStyle booleanstring
pluginDefaultsRef Non-dynamicstring
region string
runId string
secretKeyId string
sessionToken string
stsEndpointOverride string
stsRoleArn string
stsRoleExternalId string
stsRoleSessionDuration string
Default
PT15MstsRoleSessionName string
Outputs
attempt integer
completedOn string
Format
date-timeerrorMessage string
executionTime integer
jobName string
jobRunId string
lastModifiedOn string
Format
date-timestartedOn string
Format
date-time