kestra-io / plugin-gcp

Apache License 2.0
6 stars 9 forks source link

Task for creating and deleting the dataproc cluster from Kestra #386

Open Geoffrey-Schuette-Simpli-Fi opened 2 months ago

Geoffrey-Schuette-Simpli-Fi commented 2 months ago

Feature description

I have an airflow pipeline which creates a dataproc cluster using this airflow operator, submits a spark job, and then deletes the cluster with a similar operator as creating. Could I get this type of behavior added as kestra tasks?

In the slack space, a great suggestion was given to just use the GCP CLI which can help me try to recreate this pipeline, but for wider adoption, a task like the airflow operator would make it easier.