GetJobRun

GetJobRun

Certified

Fetch the status and metadata of a DataArts Factory job run.

yaml
type: io.kestra.plugin.huawei.dataarts.GetJobRun
yaml
id: dataarts_get_job_run
namespace: company.team

tasks:
  - id: get_run
    type: io.kestra.plugin.huawei.dataarts.GetJobRun
    accessKeyId: "{{ secret('HUAWEI_AK') }}"
    secretAccessKey: "{{ secret('HUAWEI_SK') }}"
    region: eu-west-101
    projectId: "{{ secret('HUAWEI_PROJECT_ID') }}"
    jobName: my_etl_job

yaml
id: dataarts_get_specific_run
namespace: company.team

tasks:
  - id: get_run
    type: io.kestra.plugin.huawei.dataarts.GetJobRun
    accessKeyId: "{{ secret('HUAWEI_AK') }}"
    secretAccessKey: "{{ secret('HUAWEI_SK') }}"
    region: eu-west-101
    projectId: "{{ secret('HUAWEI_PROJECT_ID') }}"
    jobName: my_etl_job
    instanceId: "{{ outputs.start_job.instanceId }}"
Properties
Definitions
authMethodstring
DefaultPASSWORD
Possible Values
PASSWORDTOKEN
domainNamestring
durationSecondsintegerstring
Default900
endpointSuffixstring
Defaultmyhuaweicloud.com
iamTokenstring
passwordstring
projectNamestring
scopestring
DefaultPROJECT
Possible Values
PROJECTDOMAIN
usernamestring