Hey Ashok, If you already have a flex template file and the docker image built, you can use the Dataflow API to run the template.
https://cloud.google.com/dataflow/docs/reference/rest On Wed, 15 Feb 2023 at 04:49, Ashok KS <[email protected]> wrote: > Hello Beam Community, > > I have written a Dataflow pipeline using Python SDK and I would be > creating a Flex template with it. > > My task is to launch this Flex Template from Cloud Functions which would > be in Go. I found the package below but couldn't find any sample. > > > https://cloud.google.com/dataflow/docs/reference/rest/v1b3/projects.locations.templates/launch > > I could find examples in Python to launch templates. > Can someone please share an example in Go to launch a Dataflow Flex > template? > > Thank you in advance. > > Regards, > Ashok >
