terraform-google-modules / terraform-google-data-fusion

Manages Cloud Data Fusion
https://registry.terraform.io/modules/terraform-google-modules/data-fusion/google
Apache License 2.0
14 stars 30 forks source link

Pipeline module #23

Closed svetakvsundhar closed 2 years ago

svetakvsundhar commented 4 years ago

Module and example for pipeline configs in CDF. Based off of the cdap application resource

jaketf commented 4 years ago

R: @umairidris

umairidris commented 4 years ago

I don't quite see the value in this module at the moment. It only seems to be enforcing setting the spec in a file? That actually seems like a regression to me as the current string field is more flexible. You can directly set the pipeline config directly or use the file or templatefile funcs to load a config from a file.

I think it would be useful if the module added support for kicking off a streaming program run or something along those lines to provide more value, else I think it is easier and simpler for most users to just use the cdap_application resource directly.

github-actions[bot] commented 2 years ago

This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days