Here in the diagnose the cluster task the parameters listed has missing gcp_conn_id parameter, this parameter should also be there otherwise the task fails with an error of invalid gcp_conn_id
Solving the problem
We can solve this by adding the parameter gcp_conn_id = GCP_CONN_ID
Thanks for opening your first issue here! Be sure to follow the issue template! If you are willing to raise PR to address this issue please do so, no need to wait for approval.
What do you see as an issue?
https://airflow.apache.org/docs/apache-airflow-providers-google/stable/operators/cloud/dataproc.html
Here in the diagnose the cluster task the parameters listed has missing gcp_conn_id parameter, this parameter should also be there otherwise the task fails with an error of invalid gcp_conn_id
Solving the problem
We can solve this by adding the parameter gcp_conn_id = GCP_CONN_ID
Anything else
No response
Are you willing to submit PR?
Code of Conduct