
GetJobRun
CertifiedFetch the status and metadata of a DataArts Factory job run.
GetJobRun
Certified
Fetch the status and metadata of a DataArts Factory job run.
yaml
type: io.kestra.plugin.huawei.dataarts.GetJobRunExamples
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
jobName *Requiredstring
accessKeyId string
domainId string
endpointOverride string
instanceId integerstring
projectId string
region string
secretAccessKey string
securityToken string
temporaryCredentials string
Definitions
io.kestra.plugin.huawei.TemporaryCredentialsConfig
authMethodstring
Default
PASSWORDPossible Values
PASSWORDTOKENdomainNamestring
durationSecondsintegerstring
Default
900endpointSuffixstring
Default
myhuaweicloud.comiamTokenstring
passwordstring
projectNamestring
scopestring
Default
PROJECTPossible Values
PROJECTDOMAINusernamestring