HaeSe0ng opened a new pull request, #32070:
URL: https://github.com/apache/airflow/pull/32070

   related: #32069
   
   The name argument in the [hook 
code](https://github.com/apache/airflow/blob/main/airflow/providers/google/cloud/hooks/dataproc.py#L1746)
 follows the format 
"projects/PROJECT_ID/regions/DATAPROC_REGION/batches/BATCH_ID". However, 
according to the [Google Cloud DataProc API 
Reference](https://cloud.google.com/dataproc-serverless/docs/reference/rpc/google.cloud.dataproc.v1#google.cloud.dataproc.v1.GetBatchRequest),
 it should be in the format 
"projects/PROJECT_ID/locations/DATAPROC_REGION/batches/BATCH_ID .
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to