SPTKL opened a new pull request, #26418: URL: https://github.com/apache/airflow/pull/26418
closes: #26399 Given current set up, if default gcp project is `A` and we are trying to call `delete_cluster` or `create_cluster` with project `B`, we will perform the creation and delete in project `B` but `wait_for_operation` in the default project `A`. This PR will pass project_id to `wait_for_operation`, so we are waiting operation to complete in the GCP project passed down by `delete_cluster` or `create_cluster` -- 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]
