DataProcSubmitTrigger

Astronomer ProvidersCertified

Check for the state of a previously submitted Dataproc job.

Access Instructions

Install the Astronomer Providers provider package into your Airflow environment.

Import the module into your DAG file and instantiate it with your desired params.

Parameters

dataproc_job_idRequiredThe Dataproc job ID to poll. (templated)
regionRequired. The Cloud Dataproc region in which to handle the request. (templated)
project_idThe ID of the google cloud project in which to create the cluster. (templated)
location(To be deprecated). The Cloud Dataproc region in which to handle the request. (templated)
gcp_conn_idThe connection ID to use connecting to Google Cloud Platform.
wait_timeoutHow many seconds wait for job to be ready.
impersonation_chainOptional service account to impersonate using short-term credentials, or chained list of accounts required to get the access_token of the last account in the list, which will be impersonated in the request. If set as a string, the account must grant the originating account the Service Account Token Creator IAM role. If set as a sequence, the identities from the list must grant Service Account Token Creator IAM role to the directly preceding identity, with first account from the list granting this role to the originating account.

Documentation

Check for the state of a previously submitted Dataproc job.

Was this page helpful?