You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two quick fixes to Dataproc operators and hooks.
Add more templated fields to the DataprocClusterDeleteOperator
as per #13454. There were a few other fields which could easily be templated so I added them as well.
Don't use the global-dataproc.googleapis.com:443 URL when creating dataproc clients.
This was partially done in #12907 but the other two client creation methods were not updated. Using the global-dataproc URL results in 404s when trying to create clusters in the global region.
We don't need to specify the default endpoint as it is used by default in the dataproc client library:
https://github.com/googleapis/python-dataproc/blob/6f27109faf03dd13f25294e57960f0d9e1a9fa27/google/cloud/dataproc_v1beta2/services/cluster_controller/client.py#L117
0 commit comments