DataprocJobSensor

Google

Check for the state of a previously submitted Dataproc job.

View on GitHub

Last Updated: Jan. 16, 2023

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.

Was this page helpful?