githubwua opened a new issue, #40232:
URL: https://github.com/apache/airflow/issues/40232

   ### Description
   
   When submitting a batch job to Dataproc, it is possible to specify network 
tags, as shown 
[here](https://cloud.google.com/sdk/gcloud/reference/dataproc/batches/submit)
   
   But 
[airflow.providers.google.cloud.operators.dataproc.DataprocCreateBatchOperator()](https://github.com/apache/airflow/blob/d5a75446a62ba8804879177ce394c7456adaa4d3/airflow/providers/google/cloud/operators/dataproc.py#L2912)
 does not have an argument to accept network tags.  So it is impossible to 
specify network tags when submitting Dataproc batch jobs from Airflow.
   
   This is a feature request to add support for network tags in 
DataprocCreateBatchOperator()
   
   ### Use case/motivation
   
   When a network has firewall rules that allow/deny network traffic, we need 
to specify network tags to apply specific firewall rules to worker and master 
nodes.  Without network tags, nodes cannot communicate with each other.
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


-- 
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