diff --git a/airflow/providers/google/cloud/operators/dataproc.py b/airflow/providers/google/cloud/operators/dataproc.py index a3de8492f0d7a..84fa311bf23d6 100644 --- a/airflow/providers/google/cloud/operators/dataproc.py +++ b/airflow/providers/google/cloud/operators/dataproc.py @@ -1913,7 +1913,14 @@ class DataprocUpdateClusterOperator(BaseOperator): account from the list granting this role to the originating account (templated). """ - template_fields: Sequence[str] = ('impersonation_chain', 'cluster_name') + template_fields: Sequence[str] = ( + 'cluster_name', + 'cluster', + 'region', + 'request_id', + 'project_id', + 'impersonation_chain', + ) operator_extra_links = (DataprocLink(),) def __init__(