apache / airflow

Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
https://airflow.apache.org/
Apache License 2.0
37.43k stars 14.36k forks source link

Diagnose Cluster Task #44420

Open payalsaraljain opened 4 days ago

payalsaraljain commented 4 days ago

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

boring-cyborg[bot] commented 4 days ago

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.