DataprocDeleteClusterTrigger

Astronomer Providers

Asynchronously check the status of a cluster

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

cluster_nameThe name of the cluster
end_timeTime in second left to check the cluster status
project_idThe ID of the Google Cloud project the cluster belongs to
regionThe Cloud Dataproc region in which to handle the request
metadataAdditional metadata that is provided to the method
gcp_conn_idThe connection ID to use when fetching connection info.
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.
polling_intervalTime in seconds to sleep between checks of cluster status

Documentation

Asynchronously check the status of a cluster

Was this page helpful?