DataprocJobSensor
GoogleCheck for the state of a previously submitted Dataproc job.
Access Instructions
Install the Google 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)
regionRequiredRequired. 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)
gcp_conn_idThe connection ID to use connecting to Google Cloud Platform.
wait_timeoutHow many seconds wait for job to be ready.
Documentation
Check for the state of a previously submitted Dataproc job.