sudohainguyen commented on issue #28668:
URL: https://github.com/apache/airflow/issues/28668#issuecomment-1368636340
> my team resolved this issue by assigning specific value to
`subnetwork_uri` attributes like this
>
> ```
> cluster = {
> "project_id": project_id,
> "cluster_name": cluster_name,
> "config": {
> ...
> "gce_cluster_config": {
> "subnetwork_uri":
f"projects/{project_id}/regions/{region}/subnetworks/default",
> },
> ...
> },
> }
> ```
so my question is, should we put it as default value of ClusterGenerator on
behalf of airflow users?
--
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]