You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2023/01/02 04:00:20 UTC

[GitHub] [airflow] sudohainguyen commented on issue #28668: GCP Dataproc suddently not accepting current config default values

sudohainguyen commented on issue #28668:
URL: https://github.com/apache/airflow/issues/28668#issuecomment-1368635929

   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",
               },
   ...
           },
       }
   ```


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org