-
Notifications
You must be signed in to change notification settings - Fork 16.4k
Closed
Labels
Description
Apache Airflow Provider(s)
Versions of Apache Airflow Providers
apache-airflow-providers-google 8.6.0Apache Airflow version
2.3.2
Operating System
ubuntu 20.04
Deployment
Official Apache Airflow Helm Chart
Deployment details
No response
What happened
The incident occurred 2 days ago, all of DataprocCreateCluster thrown this error
grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
status = StatusCode.INVALID_ARGUMENT
details = "Network 'default' requires explicit subnetworks for instance creation. Specify a 'legacy' or 'auto' network, or specify subnetwork explicitly."
debug_error_string = "UNKNOWN:Error received from peer ipv4:172.217.194.95:443 {grpc_message:"Network \'default\' requires explicit subnetworks for instance creation. Specify a \'legacy\' or \'auto\' network, or specify subnetwork explicitly.", grpc_status:3, created_time:"2022-12-30T09:48:37.000807792+00:00"}"What you think should happen instead
After a few tries with gcloud and pure python client, I found out it was not because of code implementation, maybe on server side, GCP had a few changes.
How to reproduce
- Create ClusterGenerator object with a few required params, left the rest as default
- Create a DAG containing DataprocCreateClusterOperator with the config
- Execute the DAG
Anything else
No response
Are you willing to submit PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct