-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature request: Add support for Cloud Dataproc Workflow Templates #3851
feature request: Add support for Cloud Dataproc Workflow Templates #3851
Comments
Do you expect to be able to instantiate the workflow template from Terraform? I can easily see how to CRUD a workflow template as a resource, but starting a workflow from a template seems like more the work of a provisioner/CI. (I guess I'm saying if we do this it's likely going to follow the normal Terraform resource functionality for apply/refresh/destroy) |
I think it would be very useful to define workflow templates in terraform. |
Triggering the templates should be left to a provisioner, but it would be quite nice to be able to define them with terraform |
This resource is also requested by one of ConfigConnector customers. |
Upstreamed this change from hashicorp#6896 Signed-off-by: Modular Magician <[email protected]>
Upstreamed this change from #6896 Signed-off-by: Modular Magician <[email protected]>
Hello, any updates here ? |
We'll need to cut a new DCL release, but looks like we can attempt using tpgtools here. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks! |
Community Note
Description
Please add new resource or module to the new dataproc workflow templates api. This will help build an end-to-end fully automated dataproc pipeline from within terraform itself which, I believe, will be greatly appreciated by the users on big data platform.
feature description from google: https://cloud.google.com/dataproc/docs/concepts/workflows/overview
New or Affected Resource(s)
Potential Terraform Configuration
should be able to do all the functions with the api as listed below:
https://cloud.google.com/dataproc/docs/reference/rest/v1/projects.regions.workflowTemplates
https://cloud.google.com/sdk/gcloud/reference/beta/dataproc/workflow-templates/
sample workflow using command line and api
https://cloud.google.com/dataproc/docs/concepts/workflows/using-workflows
this workflow can use existing dataproc or create/destroy on-demand.
References
The text was updated successfully, but these errors were encountered: