Re: Go, Java, & Python Project Starter / Example Using Terraform to build Dataflow Custom Templates

2022-10-19 Thread Damon Douglas via dev
Thank you so much Robert for pointing that out! I submitted a quick patch PR to correct this. On Wed, Oct 19, 2022 at 9:29 AM Robert Burke wrote: > Woohoo! Thanks Damon! This will be handy for Beam Go users on Dataflow. > > I have one note: It looks like the go.mod is requiring go 1.20, which

Re: Go, Java, & Python Project Starter / Example Using Terraform to build Dataflow Custom Templates

2022-10-19 Thread Robert Burke
Woohoo! Thanks Damon! This will be handy for Beam Go users on Dataflow. I have one note: It looks like the go.mod is requiring go 1.20, which doesn't yet exist: https://github.com/GoogleCloudPlatform/professional-services/blob/main/examples/dataflow-custom-templates/go/go.mod#L3 The latest

Go, Java, & Python Project Starter / Example Using Terraform to build Dataflow Custom Templates

2022-10-18 Thread Damon Douglas via dev
Hello Everyone, You can ignore this email if you do not use the Dataflow runner. Happy to announce that the Go SDK was just added to a previously shared example starter project that provisions Dataflow Custom Templates within a terraform workflow on Cloud Build.

Re: Java & Python Project Starter / Example Using Terraform to build Dataflow Custom Templates

2022-08-23 Thread Kenneth Knowles
Nice! On Tue, Aug 23, 2022 at 11:00 AM Ahmet Altay via dev wrote: > Thank you for sharing Damon. > > On Tue, Aug 23, 2022 at 9:34 AM Damon Douglas via dev > wrote: > >> Hello Everyone, >> >> You can ignore this email if you do not use the Dataflow runner. >> >> We just published an example /

Re: Java & Python Project Starter / Example Using Terraform to build Dataflow Custom Templates

2022-08-23 Thread Ahmet Altay via dev
Thank you for sharing Damon. On Tue, Aug 23, 2022 at 9:34 AM Damon Douglas via dev wrote: > Hello Everyone, > > You can ignore this email if you do not use the Dataflow runner. > > We just published an example / project starter that shows how to build > Dataflow Custom Templates provisioned

Java & Python Project Starter / Example Using Terraform to build Dataflow Custom Templates

2022-08-23 Thread Damon Douglas via dev
Hello Everyone, You can ignore this email if you do not use the Dataflow runner. We just published an example / project starter that shows how to build Dataflow Custom Templates provisioned using terraform on Cloud Build. The README also links to an "open in cloud shell walkthrough" that allows